/*
! tailwindcss v3.3.6 | 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. 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: rgba(243, 243, 243, 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% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }

  .container {
    max-width: 100%;
  }
}

@media (min-width: 1290px) {
  .\!container {
    max-width: 1290px !important;
  }

  .container {
    max-width: 1290px;
  }
}

.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;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-1 {
  top: -8px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 16px;
}

.bottom-4 {
  bottom: 32px;
}

.bottom-\[-100px\] {
  bottom: -100px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 32px;
}

.left-\[-145px\] {
  left: -145px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 8px;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 100px;
}

.top-\[120\%\] {
  top: 120%;
}

.top-full {
  top: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}

.mx-\[18px\] {
  margin-left: 18px;
  margin-right: 18px;
}

.mx-\[44px\] {
  margin-left: 44px;
  margin-right: 44px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-\[28px\] {
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 48px;
}

.mb-8 {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[83px\] {
  margin-bottom: 83px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[2px\] {
  margin-left: 2px;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 16px;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[19px\] {
  margin-right: 19px;
}

.mr-\[33px\] {
  margin-right: 33px;
}

.mr-\[45px\] {
  margin-right: 45px;
}

.mr-\[56px\] {
  margin-right: 56px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 48px;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[28px\] {
  margin-top: 28px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[34px\] {
  margin-top: 34px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[46px\] {
  margin-top: 46px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[52px\] {
  margin-top: 52px;
}

.mt-\[56px\] {
  margin-top: 56px;
}

.mt-\[59px\] {
  margin-top: 59px;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-2 {
  height: 16px;
}

.h-5 {
  height: 48px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[29px\] {
  height: 29px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[57px\] {
  height: 57px;
}

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.w-2 {
  width: 16px;
}

.w-3 {
  width: 24px;
}

.w-5 {
  width: 48px;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[103px\] {
  width: 103px;
}

.w-\[119px\] {
  width: 119px;
}

.w-\[157px\] {
  width: 157px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[404px\] {
  width: 404px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[610px\] {
  width: 610px;
}

.w-\[62px\] {
  width: 62px;
}

.w-\[87px\] {
  width: 87px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[130px\] {
  min-width: 130px;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[119px\] {
  max-width: 119px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[24px\] {
  max-width: 24px;
}

.max-w-\[251px\] {
  max-width: 251px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[310px\] {
  max-width: 310px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[585px\] {
  max-width: 585px;
}

.max-w-\[768px\] {
  max-width: 768px;
}

.max-w-\[908px\] {
  max-width: 908px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.origin-right {
  transform-origin: right;
}

.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));
}

.scale-\[1\.01\] {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.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: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[56px\] {
  gap: 56px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[76px\] {
  gap: 76px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[12px\] {
  row-gap: 12px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(64px * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.\!border-none {
  border-style: none !important;
}

.border-black\/20 {
  border-color: rgb(5 9 15 / 0.2);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-lightgrey {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(112 67 227 / var(--tw-border-opacity));
}

.border-primary\/20 {
  border-color: rgb(112 67 227 / 0.2);
}

.border-primary\/\[0\.30\] {
  border-color: rgb(112 67 227 / 0.30);
}

.border-primary\/\[0\.32\] {
  border-color: rgb(112 67 227 / 0.32);
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(154 116 253 / var(--tw-border-opacity));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/\[0\.32\] {
  border-color: rgb(255 255 255 / 0.32);
}

.border-t-black\/10 {
  border-top-color: rgb(5 9 15 / 0.1);
}

.bg-darktheme {
  --tw-bg-opacity: 1;
  background-color: rgb(15 11 25 / var(--tw-bg-opacity));
}

.bg-lavendar {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 255 / var(--tw-bg-opacity));
}

.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(112 67 227 / var(--tw-bg-opacity));
}

.bg-primary\/\[0\.12\] {
  background-color: rgb(112 67 227 / 0.12);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 23 78 / 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));
}

.fill-darktheme {
  fill: #0F0B19;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0 {
  padding: 0px !important;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 24px;
}

.p-4 {
  padding: 32px;
}

.p-6 {
  padding: 64px;
}

.p-\[12px\] {
  padding: 12px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-5 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[86px\] {
  padding-left: 86px;
  padding-right: 86px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-6 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[110px\] {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 48px;
}

.pb-8 {
  padding-bottom: 100px;
}

.pb-\[104px\] {
  padding-bottom: 104px;
}

.pb-\[170px\] {
  padding-bottom: 170px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pb-\[74px\] {
  padding-bottom: 74px;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pl-3 {
  padding-left: 24px;
}

.pr-2 {
  padding-right: 16px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-6 {
  padding-top: 64px;
}

.pt-7 {
  padding-top: 72px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[6px\] {
  padding-top: 6px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-base {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.text-base2 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.text-base2\.5 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.text-base3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.text-base3\.5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.text-sm {
  font-size: 14px;
  line-height: 21px;
}

.text-sm22 {
  font-size: 14px;
  line-height: 22px;
}

.text-small {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: 500;
}

.text-xl {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.text-xl-small {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.18\] {
  line-height: 1.18;
}

.leading-\[1\.20\] {
  line-height: 1.20;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.30\] {
  line-height: 1.30;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.44\] {
  line-height: 1.44;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.62\] {
  line-height: 1.62;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(112 67 227 / var(--tw-text-opacity)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(38 23 78 / var(--tw-text-opacity)) !important;
}

.\!text-secondary\/50 {
  color: rgb(38 23 78 / 0.5) !important;
}

.\!text-secondary\/60 {
  color: rgb(38 23 78 / 0.6) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(5 9 15 / var(--tw-text-opacity));
}

.text-darkgrey\/60 {
  color: rgb(18 18 18 / 0.6);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-grey {
  color: #190F3299;
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(239 185 47 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(112 67 227 / var(--tw-text-opacity));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(154 116 253 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(38 23 78 / var(--tw-text-opacity));
}

.text-secondary\/50 {
  color: rgb(38 23 78 / 0.5);
}

.text-secondary\/60 {
  color: rgb(38 23 78 / 0.6);
}

.text-secondary\/80 {
  color: rgb(38 23 78 / 0.8);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/\[0\.49\] {
  color: rgb(255 255 255 / 0.49);
}

.text-white\/\[0\.51\] {
  color: rgb(255 255 255 / 0.51);
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.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-xl {
  --tw-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 0px 28px 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);
}

.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);
}

.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.\!ease-linear {
  transition-timing-function: linear !important;
}

.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);
}

@keyframes rotate360{
  0%{
    transform:rotate(0)
  }

  100%{
    transform:rotate(360deg)
  }
}

@keyframes marquee{
  0%{
    left:100%
  }

  100%{
    left:-100%
  }
}

@keyframes radar{
  0%{
    transform:scale(0.5);
    opacity:0
  }

  60%{
    opacity:.4
  }

  90%{
    opacity:0
  }

  100%{
    transform:scale(3)
  }
}

.tns-outer{
  padding:0 !important;
  position:relative;
  overflow:visible
}

.tns-outer [hidden]{
  display:none !important
}

.tns-outer [aria-controls],.tns-outer [data-action]{
  cursor:pointer
}

.tns-slider{
  transition:all 0s;
  display:flex
}

.tns-slider>.tns-item{
  box-sizing:border-box
}

.tns-slider.tns-vertical{
  display:block
}

.equal-height .tns-item{
  min-height:100%
}

.equal-height .tns-item>div{
  height:100%
}

.slider-overflow-visible .tns-ovh{
  overflow:visible
}

.tns-horizontal.tns-subpixel{
  white-space:nowrap
}

.tns-horizontal.tns-subpixel>.tns-item{
  display:inline-block;
  vertical-align:top;
  white-space:normal
}

.tns-horizontal.tns-no-subpixel:after{
  content:"";
  display:table;
  clear:both
}

.tns-horizontal.tns-no-subpixel>.tns-item{
  float:left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{
  margin-right:-100%
}

.tns-no-calc{
  position:relative;
  left:0
}

.tns-gallery{
  position:relative;
  left:0;
  min-height:1px
}

.tns-gallery>.tns-item{
  position:absolute;
  left:-100%;
  transition:transform 0s,opacity 0s
}

.tns-gallery>.tns-slide-active{
  position:relative;
  left:auto !important
}

.tns-gallery>.tns-moving{
  transition:all .25s
}

.tns-autowidth{
  display:inline-block
}

.tns-lazy-img{
  transition:opacity .6s;
  opacity:.6
}

.tns-lazy-img.tns-complete{
  opacity:1
}

.tns-ah{
  transition:height 0s
}

.tns-ovh{
  overflow:hidden
}

.testimonial-container .tns-ovh{
  overflow:visible
}

.tns-outer [data-action],.tns-outer .tns-visually-hidden{
  display:none
}

.tns-visually-hidden{
  position:absolute;
  left:-10000em
}

.tns-transparent{
  opacity:0;
  visibility:hidden
}

.tns-fadeIn{
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}

.tns-normal,.tns-fadeOut{
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}

.tns-vpfix{
  white-space:nowrap
}

.tns-vpfix>div,.tns-vpfix>li{
  display:inline-block
}

.tns-t-subp2{
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}

.tns-t-ct{
  width:2333.3333333333%;
  width:calc(100%*70/3);
  position:absolute;
  right:0
}

.tns-t-ct:after{
  content:"";
  display:table;
  clear:both
}

.tns-t-ct>div{
  width:1.4285714286%;
  width:calc(100%/70);
  height:10px;
  float:left
}

.tns-controls{
  display:inline-flex;
  position:absolute;
  top:-118px;
  right:0
}

.tns-controls button{
  display:flex;
  justify-content:center;
  align-items:center;
  width:48px;
  height:48px;
  line-height:0;
  font-size:0;
  cursor:pointer;
  padding:0;
  border:none;
  outline:none;
  z-index:99;
  border-radius:50%;
  border:2px solid #fff;
  margin-right:8px
}

.tns-controls button:focus{
  outline:none
}

.tns-controls button:hover{
  background-color:#fff
}

.tns-controls button:hover svg path {
  stroke: #7043E3;
}

.tns-controls button:disabled{
  opacity:.4;
  pointer-events:none
}

@media(max-width: 990px){
  .tns-controls{
    top:-62px
  }

  .tns-arrows-mobile .tns-controls{
    display:flex;
    justify-content:center
  }

  .tns-arrows-mobile .tns-controls button{
    left:0;
    right:0;
    position:relative;
    margin:0;
    margin:0 8px
  }
}

.top-controls .tns-controls{
  position:absolute;
  right:0;
  top:-62px
}

@media(max-width: 767px){
  .top-controls .tns-controls{
    position:static;
    margin:0 auto;
    display:flex;
    justify-content:center;
    margin:25px 0 0
  }
}

.tns-nav{
  text-align:center;
  position:relative;
  bottom:0;
  padding:24px 0 0 0
}

.tns-nav>[aria-controls]{
  width:8px;
  height:8px;
  padding:0;
  margin:0 4px;
  border-radius:50%;
  background:rgba(32,67,134,.33);
  border:0
}

.tns-nav>.tns-nav-active{
  background:#204386
}

.blog-container .tns-controls{
  position:absolute;
  top:-60px;
  right:-5px;
  width:100%;
  justify-content:flex-end;
  z-index:0
}

.blog-container .tns-controls button:first-child{
  margin-right:16px
}

.tns-ovh{
  overflow:visible !important
}

.accordion{
  width:100%;
  margin:auto
}

.accordion-item{
  margin-bottom:0px
}

.accordion-item .active{
  padding-bottom:0
}

.accordion-item p{
  transition:all .3s ease-out;
  opacity:0;
  max-height:0;
  margin:0;
  overflow:hidden
}

.accordion-item .dropdown-accordion{
  opacity:1;
  max-height:-moz-fit-content;
  max-height:fit-content;
  margin-bottom: 24px;
  margin-top: 16px
}

@media (min-width: 768px) {
  .accordion-item .dropdown-accordion {
    margin-bottom: 28px;
  }
}

.accordion-header,.accordion-headers {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .accordion-header,.accordion-headers {
    padding-bottom: 28px;
  }
}

.accordion-header,.accordion-headers{
  cursor:pointer;
  position:relative
}

.arrow{
  transition:all .3s ease-out
}

.accordion-content{
  padding:10px;
  display:none
}

*,*::before,*::after{
  box-sizing:border-box;
  -webkit-overflow-scrolling:touch;
  outline:none
}

html{
  background:#fff
}

html,body{
  margin:0;
  padding:0;
  font-family:sans-serif;
  -webkit-backface-visibility:hidden
}

body{
  font-family:"Inter",sans-serif;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  color:#05090f;
  background-color:#fff;
  font-weight:400;
  font-size:16px;
  line-height:1.2;
  transition:background-color .4s ease-out
}

body.overflow{
  overflow:hidden
}

@media(max-width: 767px){
  body{
    font-size:14px
  }
}

.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(15 11 25 / var(--tw-bg-opacity));
}

.dark p,.dark h2,.dark h3,.dark h4{
  color:#fff
}

.dark .nav-area .nav-link{
  color:#fff
}

@media(max-width: 1280px){
  .dark .nav-area .hamburger span{
    background-color:#fff
  }

  .dark .nav-area .nav-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(15 11 25 / var(--tw-bg-opacity));
  }

  .dark .nav-area .nav-wrapper li .dropdown{
    border-bottom:1px solid rgba(255,255,255,.1)
  }

  .dark .nav-area .nav-wrapper li .dropdown .dropdown-link{
    border:none
  }

  .dark .nav-area .nav-wrapper li a:not(.button){
    border-bottom:1px solid rgba(255,255,255,.1)
  }
}

.dark .course-hero::after{
  background:url(../img/course-hero-grid.svg) #1a1328 no-repeat right center
}

.dark .single-accordion{
  border:1px solid rgba(255,255,255,.1)
}

.dark .anim-common{
  background:linear-gradient(93deg, #a98eee 4.12%, #733ff7 95.68%);
  background-clip:border-box;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0)
}

ul,ol{
  padding:0;
  margin:0
}

a{
  color:#05090f;
  font-weight:400
}

a,button{
  transition:.4s ease-out
}

a,a:hover,a:active,a:focus,button,button:hover,button:active,button:focus{
  text-decoration:none
}

button{
  font:500 16px "Inter",sans-serif;
  cursor:pointer;
  transition:.3s ease
}

main{
  max-width:100vw
}

.manrope{
  font-family:"Inter",sans-serif
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:500;
  color:#05090f;
  font-family:"Inter",sans-serif
}

h1{
  font-size:80px;
  font-weight:800;
  line-height:113%
}

h2{
  font-size:48px;
  font-weight:700
}

@media(max-width: 768px){
  h2{
    font-size:24px
  }
}

h3{
  font-size:36px;
  font-weight:600
}

@media(max-width: 768px){
  h3{
    font-size:32px
  }
}

h5{
  font-weight:600;
  font-size:20px
}

h6{
  font-size:18px;
  font-weight:700
}

p,li{
  margin:0 0 25px;
  font-size:16px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:-0.2px;
  color:#05090f
}

@media(max-width: 767px){
  p,li{
    font-size:14px
  }
}

.font-body{
  font-family:"Inter",sans-serif
}

.font-heading{
  font-family:"Inter",sans-serif
}

input:focus,select:focus,textarea:focus{
  outline:none
}

img,video{
  max-width:100%;
  vertical-align:middle
}

button{
  cursor:pointer
}

button:disabled{
  cursor:not-allowed
}

.container{
  max-width:1240px
}

.small-container{
  max-width:1070px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  padding:0 16px
}

@media(max-width: 1300px){
  .small-container{
    max-width:100%
  }
}

.row{
  display:flex;
  margin:0 -16px;
  flex-wrap:wrap
}

.button-unstyled{
  background-color:rgba(0,0,0,0);
  border:none;
  padding:0
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition:.3s ease-out;
}

.button:after{
  position:absolute;
  width:100%;
  height:100%;
  background:#2f1c5e;
  content:"";
  aspect-ratio:1/1;
  transition:.3s ease-out;
  transform:scaleY(0);
  top:0;
  left:0;
  transform-origin:bottom center;
  right:0
}

.button:hover:after{
  transform:scaleY(1)
}

.button>div{
  position:relative;
  z-index:10
}

.button div .button-content-hover{
  position:absolute;
  inset:0;
  transform:translateY(100%) skewY(18deg);
  transform-origin:left center;
  transition:.4s ease-out
}

.button div .button-content{
  transform:translateY(0) skew(0);
  transition:.4s ease-out;
  display:inline-block
}

.button:hover{
  box-shadow:0px 14px 48px 0px rgba(253, 0, 202, 0.4)
}

.button:hover div .button-content-hover{
  transform:translateY(0%) skewY(0)
}

.button:hover div .button-content{
  opacity:0;
  transform:translateY(-100%) skew(-18deg);
  transition:.4s ease-out
}

.section-pad{
  padding:100px 0
}

@media(max-width: 767px){
  .section-pad{
    padding:60px 0
  }
}

.heading{
  font-size:48px;
  font-weight:600;
  line-height:1.3
}

@media(max-width: 1200px){
  .heading{
    font-size:38px
  }
}

@media(max-width: 767px){
  .heading{
    font-size:28px
  }
}

.video-top-overlay{
  position:absolute;
  top:0;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width:100%;
  height:80px
}

.zap-list{
  list-style-type:none;
  padding-left:0
}

.zap-list li{
  padding-left:36px;
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400
}

.zap-list li:last-child {
  margin-bottom: 0px;
}

.zap-list li::before{
  content:url("../img/learnyard/zap.svg");
  position:absolute;
  left:0
}

@media(max-width: 767px){
  .zap-list li {
    font-size: 14px;
    line-height: 21px;
  }
}

.cardd{
  box-shadow:0px -1px 29px 0px rgba(0,0,0,.08)
}

@media(max-width: 768px){
  .cardd{
    box-shadow:none
  }
}

.special-discount::before{
  content:"";
  position:absolute;
  background-image:url("../img/learnyard/discount-star.svg");
  background-repeat:no-repeat;
  top:-10%;
  left:-5%;
  width:175px;
  height:175px;
  z-index:0
}

.special-discount::after{
  content:"";
  position:absolute;
  background-image:url("../img/learnyard/discount-grid.svg");
  background-repeat:no-repeat;
  top:-8%;
  right:0%;
  width:488px;
  height:518px;
  z-index:0
}

.course-benefits{
  position:relative;
  overflow:hidden
}

.course-benefits:before{
  content:"";
  position:absolute;
  background-image:url("../img/learnyard/benefits-grid.svg");
  background-repeat:no-repeat;
  top:-10%;
  left:-5%;
  width:655px;
  height:918px;
  z-index:0
}

.course-benefits:after{
  content:"";
  position:absolute;
  background-image:url("../img/learnyard/benefits-grid.svg");
  background-repeat:no-repeat;
  bottom:-50%;
  right:0%;
  width:655px;
  height:918px;
  z-index:0
}

@media(max-width: 768px){
  .course-benefits:after{
    display:none
  }
}

.community{
  position:relative;
  background-image:url("../img/learnyard/round-glow.svg");
  background-repeat:no-repeat;
  background-position:center;
  overflow:hidden
}

.course-content-center::after{
  content:"";
  position:absolute;
  width:4px;
  height:80%;
  background-color:rgba(112,67,227,.19);
  top:0;
  left:50%;
  z-index:0
}

.nav-dropdown-open{
  transform:translateY(0%)
}

.nav-area a:not(.button){
  transition:.4s ease-out
}

.nav-area a:not(.button):hover{
  color:#7043e3
}

.nav-area .hamburger{
  display:none
}

.nav-area .nav-link{
  position:relative
}

.nav-area .nav-link:after{
  position:absolute;
  right:0;
  bottom:-10px;
  background-color:#7043e3;
  height:1px;
  width:0;
  content:"";
  transition:.3s ease-out
}

.nav-area .nav-link:hover:after{
  width:100%;
  left:0;
  right:auto
}

@media(max-width: 1280px){
  .nav-area .nav-link:after{
    bottom:0
  }

  .nav-area .nav-wrapper{
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    height:100vh;
    overflow:auto;
    width:360px;
    right:0;
    background-color:#fff;
    padding:70px 0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    transform:translateX(100%);
    transition:.4s ease-out;
    z-index:99
  }

  .nav-area .nav-wrapper ul{
    width:100%;
    height:100%;
    overflow:auto
  }

  .nav-area .nav-wrapper li{
    margin:0;
    width:100%
  }

  .nav-area .nav-wrapper li .dropdown{
    border-bottom:1px solid #f7f7f2
  }

  .nav-area .nav-wrapper li .dropdown .dropdown-link{
    border:none
  }

  .nav-area .nav-wrapper li a:not(.button){
    font-size:16px;
    display:block;
    padding:12px 16px;
    border-bottom:1px solid #f7f7f2
  }

  .nav-area .nav-wrapper li.button-wrapper{
    flex:1;
    display:flex;
    align-items:flex-end;
    padding:0 20px 90px
  }

  .nav-area .nav-wrapper li.button-wrapper a{
    width:100%
  }

  .nav-area .hamburger{
    display:flex;
    flex-direction:column;
    gap:3px;
    width:32px;
    height:32px;
    padding:7px;
    margin-left:auto
  }

  .nav-area .hamburger span{
    width:100%;
    height:3px;
    border-radius:30px;
    background-color:#000;
    transition:.3s ease-out
  }

  .nav-area .hamburger.active span:nth-child(1){
    transform:rotate(45deg) translate(6px, 1px)
  }

  .nav-area .hamburger.active span:nth-child(2){
    transform:scale(0)
  }

  .nav-area .hamburger.active span:nth-child(3){
    transform:rotate(-45deg) translate(7px, -3px);
    width:100%
  }

  .nav-area.nav-open .nav-wrapper{
    transform:translateX(0)
  }
}

@media(max-width: 520px){
  .nav-area .nav-wrapper{
    width:100%
  }
}

.nav-area .nav-link.activenavtabs,.nav-area .nav-link.activenavtabs:hover{
  color:#7043e3
}

.nav-area .nav-link:not(.activenavtabs):hover{
  color:#7043e3
}

.nav-area .nav-link:hover:after,.nav-area .nav-link.activenavtabs:after{
  width:100%;
  left:0;
  right:auto
}

.code{
  position:relative
}

.code:after{
  background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 36%, rgba(255, 255, 255, 0.23) 48%, rgba(255, 255, 255, 0.35) 60%, rgba(255, 255, 255, 0) 100%);
  animation:moveGradient 4s linear infinite;
  background-size:200% 200%;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  content:attr(data-text);
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0)
}

@keyframes moveGradient{
  0%{
    background-position:100% 0
  }

  100%{
    background-position:-100% 0
  }
}

.conquer{
  background:linear-gradient(271deg, #7043e3 -29.5%, #431f9f 79.96%);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0)
}

.learnyard::before{
  position:absolute;
  content:"";
  background-image:url(../img/purple-blur.png);
  z-index:10;
  width:540px;
  background-size:100%;
  background-repeat:no-repeat;
  height:540px;
  top:-150px;
  right:-190px
}

.instructors{
  position:relative
}

.instructors::before{
  border-radius:763px;
  background:rgba(112,67,227,.31);
  filter:blur(100px);
  content:"";
  position:absolute;
  height:446px;
  width:500px
}

.single-accordion{
  border:1px solid rgba(0,0,0,.2);
  margin-bottom:24px;
  padding:24px 32px
}

.single-accordion .accordion-trigger{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-style:none;
  background-color:rgba(0,0,0,0);
  font-size:18px;
  font-weight:500;
  text-align:left
}

.single-accordion .accordion-trigger .accordion-marker{
  background-image:url(../img/learnyard/chevron-down-black.svg);
  width:24px;
  height:24px;
  background-size:100%;
  transition:.4s ease-out;
  transform:rotate(0)
}

@media(max-width: 767px){
  .single-accordion .accordion-trigger{
    font-size:16px
  }

  .single-accordion{
    padding:20px;
    margin-bottom:12px
  }
}

.single-accordion.active .accordion-trigger .accordion-marker{
  transform:rotate(180deg)
}

.single-accordion.active .accordion-answer{
  grid-template-rows:1fr;
  padding-top:24px
}

.single-accordion.active .accordion-answer .answer-wrapper{
  opacity:1;
  transform:scale(1) translateY(0) rotateY(0)
}

.single-accordion .accordion-answer{
  display:grid;
  overflow:hidden;
  grid-template-rows:0fr;
  transition:.2s ease-out
}

.single-accordion .accordion-answer .answer-wrapper{
  min-height:0;
  transform:scale(0.8) translateY(20px) rotateX(20deg);
  opacity:0;
  transition:.4s ease-out
}

.single-accordion .accordion-answer .answer-wrapper p{
  font-size:16px
}

@media(max-width: 767px){
  .single-accordion .accordion-answer .answer-wrapper p{
    font-size:14px
  }
}

.sticky-course{
  position:fixed;
  top:0;
  right:0;
  width:440px;
  z-index:1000
}

@media(min-width: 768px){
  .marquee-container{
    overflow:hidden;
    position:relative;
    width:100%;
    height:300px
  }

  .marquee{
    position:absolute;
    top:0;
    animation:marquee 10s linear infinite
  }

  .marquee2{
    position:absolute;
    animation:marquee2 10s linear infinite;
    right:44px
  }

  .marquee img{
    display:block;
    margin-bottom:20px
  }

  @keyframes marquee{
    0%{
      top:0
    }

    100%{
      top:-100%
    }
  }

  @keyframes marquee2{
    0%{
      top:-100%
    }

    100%{
      top:0%
    }
  }
}

@media(max-width: 767px){
  .marquee-container{
    overflow:hidden;
    white-space:nowrap
  }

  .marquee{
    animation:marqueeHorizontal 10s linear infinite
  }

  .marquee2{
    animation:marqueeHorizontal2 10s linear infinite
  }

  @keyframes marqueeHorizontal{
    0%{
      transform:translateX(100%)
    }

    100%{
      transform:translateX(-100%)
    }
  }

  @keyframes marqueeHorizontal2{
    0%{
      transform:translateX(-100%)
    }

    100%{
      transform:translateX(100%)
    }
  }
}

.lottie-container svg{
  border-radius:16px
}

.course-hero{
  position:relative
}

.course-hero::after{
  background:url(../img/course-hero-grid.svg) #7043e3;
  background-size:contain;
  background-size:auto 100%;
  background-position:right center;
  background-repeat:no-repeat;
  height:35%;
  content:"";
  position:absolute;
  top:0;
  width:100%
}

@media(max-width: 1023px){
  .course-hero::after{
    height:18%
  }
}

@media(max-width: 767px){
  .course-hero::after{
    height:24%
  }
}

.bg-gradient-primary{
  background:linear-gradient(105deg, rgba(112, 67, 227, 0.39) -31.44%, #0b041e 95.09%)
}

.dark-mode .puzzle-bg{
  background:url(../img/learnyard/puzzle-bg.webp) #1a1328
}

.puzzle-bg{
  background:url(../img/learnyard/puzzle-bg.webp) #7043e3;
  background-size:cover
}

.moving-arrow path{
  animation:blink 1s infinite
}

.moving-arrow path:nth-child(1){
  animation-direction:alternate;
  animation-delay:alternate
}

.moving-arrow path:nth-child(2){
  animation-delay:.2s;
  animation-direction:alternate
}

.moving-arrow path:nth-child(3){
  animation-delay:.3s;
  animation-direction:alternate
}

@keyframes blink{
  0%{
    opacity:0
  }

  50%{
    opacity:.5
  }

  100%{
    opacity:1
  }
}

.basic-shadow{
  box-shadow:0px 24px 28px 0px rgba(0,0,0,.15)
}

.submit-bg{
  position:relative
}

.submit-bg::after{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-image:url(../img/submit-bg-grid.webp);
  content:""
}

@media(max-width: 767px){
  .submit-bg::after{
    background-size:cover
  }
}

.course-content{
  position:relative
}

.course-content::after{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-image:url(../img/course-content-grid.webp);
  content:"";
  background-size:cover
}

@media(max-width: 767px){
  .course-content::after{
    background-size:cover
  }
}

.course-content-list-box:hover {
  --tw-border-opacity: 1;
  border-color: rgb(112 67 227 / var(--tw-border-opacity));
  box-shadow:0px 0px 24px 0px rgba(112,67,227,.24);
}

.footer-gradient{
  
  background: linear-gradient(180deg, #da4df3 0%, #371e78 100%);
}

.dark .footer-gradient{
  background:linear-gradient(178deg, rgb(105, 224, 158) -18%, #0f0b19 187.87%)
}

#course-lottie-container svg{
  width:100%;
  -o-object-fit:contain;
     object-fit:contain
}

@media(min-width: 1280px)and (max-width: 1700px){
  .home-hero{
    min-height:calc(100vh - 78px);
    display:flex;
    flex-direction:column;
    justify-content:center
  }
}

.morphong-text{
  position:relative;
  z-index:9;
  display:inline-block
}

.morphong-text .anim-common:not(:first-child){
  position:absolute;
  top:0;
  left:0
}

@media(max-width: 990px){
  .morphong-text{
    display:block;
    text-align:center
  }

  .morphong-text .anim-common:not(:first-child){
    left:0;
    right:0;
    margin:auto
  }
}

.anim-common{
  opacity:0;
  visibility:hidden;
  filter:blur(10px);
  transition:1s ease-out;
  background:linear-gradient(93deg, #6b73e0 4.12%, #431f9f 95.68%);
  background-clip:border-box;
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0)
}

.anim-common.active{
  opacity:1;
  visibility:visible;
  filter:blur(0)
}

.testimonial-container .tns-controls{
  top:-100px
}

.testimonial-container .tns-controls button{
  border:2px solid #7043e3
}

.testimonial-container .tns-controls button svg path{
  stroke:#7043e3
}

.testimonial-container .tns-controls button:hover{
  background-color:#7043e3
}

.testimonial-container .tns-controls button:hover svg path{
  stroke:#fff
}

@keyframes fadeInUp{
  from{
    opacity:0;
    transform:translate3d(0, 200px, 0)
  }

  to{
    opacity:1;
    transform:translate3d(0, 0, 0)
  }
}

.fadeInUp{
  animation-name:fadeInUp
}

.animated{
  animation-duration:1s;
  animation-fill-mode:both
}

.dark\:{
  transition:.4s ease-out
}

.tdnn{
  margin:0 auto;
  font-size:15%;
  position:relative;
  height:16em;
  width:30em;
  border-radius:100px;
  transition:all 500ms ease-in-out;
  background:#423966
}

@media(max-width: 767px){
  .tdnn{
    font-size:10%
  }
}

/* edit  #ff7171*/

.day{
  background:#a46de8 
}

.moon{
  position:absolute;
  display:block;
  border-radius:50%;
  transition:all 400ms ease-in-out;
  top:3em;
  left:3em;
  transform:rotate(-75deg);
  width:10em;
  height:10em;
  background:#423966;
  box-shadow:3em 2.5em 0 0em #d9fbff inset,rgba(255,255,255,.1) 0em -7em 0 -4.5em,rgba(255,255,255,.1) 3em 7em 0 -4.5em,rgba(255,255,255,.1) 2em 13em 0 -4em,rgba(255,255,255,.1) 6em 2em 0 -4.1em,rgba(255,255,255,.1) 8em 8em 0 -4.5em,rgba(255,255,255,.1) 6em 13em 0 -4.5em,rgba(255,255,255,.1) -4em 7em 0 -4.5em,rgba(255,255,255,.1) -1em 10em 0 -4.5em
}

.sun{
  top:4.5em;
  left:18em;
  transform:rotate(0deg);
  width:7em;
  height:7em;
  background:#fff;
  box-shadow:3em 3em 0 5em #fff inset,0 -5em 0 -2.7em #fff,3.5em -3.5em 0 -3em #fff,5em 0 0 -2.7em #fff,3.5em 3.5em 0 -3em #fff,0 5em 0 -2.7em #fff,-3.5em 3.5em 0 -3em #fff,-5em 0 0 -2.7em #fff,-3.5em -3.5em 0 -3em #fff
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
  .safari_only{
    mix-blend-mode:multiply
  }

  .dark .safari_only{
    mix-blend-mode:screen
  }
}

.hero-video{
  transition:.3s ease-out;
  opacity:1
}

.hero-video.animating{
  opacity:0
}

.tab-pane{
  display:none
}

.tab-pane.active{
  display:block;
  animation:fadein .5s ease-out 1 forwards
}

.course-content-slider button.active{
  background-color:#26174e;
  color:#fff
}

.course-content-slider button.active p{
  color:#fff
}

.dark .course-content-slider button.active{
  border:1px solid #7043e3
}

@keyframes fadein{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

.instructor-slider-wrapper .tns-controls{
  position:static;
  display:flex;
  justify-content:center;
  margin:40px 0 0 0
}

.instructor-slider-wrapper .tns-controls button{
  border:1px solid #7043e3
}

.instructor-slider-wrapper .tns-controls button svg path{
  stroke:#7043e3
}

.instructor-slider-wrapper .tns-controls button:hover{
  background-color:#7043e3
}

.instructor-slider-wrapper .tns-controls button:hover svg path{
  stroke:#fff
}

@media(max-width: 767px){
  .select-course-dropdown{
    pointer-events:none
  }
}

.select-course-dropdown.active{
  opacity:1;
  visibility:visible;
  height:400px;
  overflow:auto;
  pointer-events:auto
}

.equal-height-slider .swiper-slide{
  height:auto
}

.testimonial-nav{
  top:-100px;
  position:absolute;
  right:0
}

@media(max-width: 767px){
  .testimonial-nav{
    position:static;
    margin-top:40px;
    justify-content:center
  }
}

.testimonial-nav .button-next,.testimonial-nav .button-prev{
  position:static;
  display:flex;
  justify-content:center;
  align-items:center;
  width:48px;
  height:48px;
  line-height:0;
  font-size:0;
  cursor:pointer;
  padding:0;
  border:none;
  outline:none;
  z-index:10;
  border-radius:50%;
  border:2px solid #fff;
  margin-right:8px;
  border:2px solid #7043e3;
  transition:.3s
}

.testimonial-nav .button-next svg path,.testimonial-nav .button-prev svg path{
  stroke:#7043e3
}

.testimonial-nav .button-next:hover,.testimonial-nav .button-prev:hover{
  background-color:#7043e3
}

.testimonial-nav .button-next:hover svg path,.testimonial-nav .button-prev:hover svg path{
  stroke:#fff
}

.swiper-nav-btn{
  position:static;
  display:flex;
  justify-content:center;
  align-items:center;
  width:48px;
  height:48px;
  line-height:0;
  font-size:0;
  cursor:pointer;
  padding:0;
  border:none;
  outline:none;
  z-index:10;
  border-radius:50%;
  border:2px solid #fff;
  margin-right:8px;
  border:2px solid #7043e3;
  transition:.3s
}

.swiper-nav-btn svg path{
  stroke:#7043e3
}

.swiper-nav-btn:hover{
  background-color:#7043e3
}

.swiper-nav-btn:hover svg path{
  stroke:#fff
}

.nav-wrapper li>a,.nav-wrapper li .dropdown>button{
  padding:10px 0
}

.nav-wrapper .dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible
}

.nav-wrapper .dropdown .dropdown-menu{
  min-width:160px;
  padding:0;
  box-shadow:0 10px 35px rgba(0,0,0,.08);
  position:absolute;
  top:100%;
  left:0;
  opacity:0;
  visibility:hidden;
  transition:.4s ease-out
}

.nav-wrapper .dropdown .dropdown-menu li{
  margin:0
}

.nav-wrapper .dropdown .dropdown-menu li a{
  padding:12px 24px;
  display:block
}

.nav-wrapper .dropdown .dropdown-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 67 227 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-wrapper .dropdown .dropdown-menu li:not(:last-child) a{
  border-bottom:1px solid rgba(0,0,0,.1)
}

@media(max-width: 1280px){
  .nav-wrapper .dropdown{
    display:block
  }

  .nav-wrapper .dropdown svg{
    display:block;
    transition:.4s ease-out;
    transform:rotate(0)
  }

  .nav-wrapper .dropdown .dropdown-menu{
    position:static;
    display:none;
    opacity:1;
    visibility:visible;
    box-shadow:none;
    border:none !important;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity))
  }

  .nav-wrapper .dropdown.active svg{
    transform:rotate(180deg)
  }

  .nav-wrapper .dropdown.active .dropdown-menu{
    display:block;
    animation:fadein .4s ease-out 1 forwards
  }
}

.tickerContainer{
  max-height:200px
}

.tickerContainer.nav-open{
  max-height:0;
  padding:0
}

.show-footer-banner{
  transform:translateY(0%)
}

.whatsapp-widget-container{
  z-index:399;
  position:fixed;
  width:160px;
  height:60px;
  right:40px;
  bottom:40px;
  background:#52c95a;
  box-shadow:0 2px 8px rgba(0,0,0,.25);
  border-radius:10000px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  -moz-column-gap:5px;
  column-gap:5px
}

.whatsapp-widget-contact{
  font-weight:bold;
  font-size:16px;
  line-height:19px;
  color:#fff
}

@media(max-width: 768px){
  .whatsapp-widget-container{
    width:60px;
    right:20px;
    bottom:70px
  }

  .whatsapp-widget-contact{
    display:none
  }
}

.hover\:translate-y-\[-5px\]:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(112 67 227 / var(--tw-border-opacity));
}

.focus\:border-primary-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(183 160 242 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

:is([dir="rtl"] .rtl\:text-right) {
  text-align: right;
}

:is(.dark .dark\:block) {
  display: block;
}

:is(.dark .dark\:hidden) {
  display: none;
}

:is(.dark .dark\:border) {
  border-width: 1px;
}

:is(.dark .dark\:border-gray-500) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}

:is(.dark .dark\:border-white\/10) {
  border-color: rgb(255 255 255 / 0.1);
}

:is(.dark .dark\:border-white\/20) {
  border-color: rgb(255 255 255 / 0.2);
}

:is(.dark .dark\:bg-\[\#1A1428\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 20 40 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-\[\#1E1433\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 20 51 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-corbeau) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 19 40 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darkpurple) {
  --tw-bg-opacity: 1;
  background-color: rgb(47 28 94 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-darktheme) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 11 25 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-white\/10) {
  background-color: rgb(255 255 255 / 0.1);
}

:is(.dark .dark\:bg-white\/5) {
  background-color: rgb(255 255 255 / 0.05);
}

:is(.dark .dark\:fill-white) {
  fill: #fff;
}

:is(.dark .dark\:text-darktheme) {
  --tw-text-opacity: 1;
  color: rgb(15 11 25 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white\/70) {
  color: rgb(255 255 255 / 0.7);
}

:is(.dark .dark\:mix-blend-screen) {
  mix-blend-mode: screen;
}

:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:ring-gray-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-gray-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:gap-y-\[16px\] {
    row-gap: 16px;
  }

  .sm\:p-3 {
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:inset-0 {
    inset: 0px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-2 {
    margin-bottom: 16px;
  }

  .md\:mb-3 {
    margin-bottom: 24px;
  }

  .md\:mb-4 {
    margin-bottom: 32px;
  }

  .md\:mb-5 {
    margin-bottom: 48px;
  }

  .md\:mb-6 {
    margin-bottom: 64px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[52px\] {
    margin-bottom: 52px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:ml-\[10px\] {
    margin-left: 10px;
  }

  .md\:mr-1 {
    margin-right: 8px;
  }

  .md\:mr-2 {
    margin-right: 16px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 16px;
  }

  .md\:mt-3 {
    margin-top: 24px;
  }

  .md\:mt-\[16px\] {
    margin-top: 16px;
  }

  .md\:mt-\[29px\] {
    margin-top: 29px;
  }

  .md\:mt-\[37px\] {
    margin-top: 37px;
  }

  .md\:mt-\[56px\] {
    margin-top: 56px;
  }

  .md\:mt-\[79px\] {
    margin-top: 79px;
  }

  .md\:mt-\[86px\] {
    margin-top: 86px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:h-\[58px\] {
    height: 58px;
  }

  .md\:max-h-\[423px\] {
    max-height: 423px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-\[157px\] {
    width: 157px;
  }

  .md\:w-\[294px\] {
    width: 294px;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[505px\] {
    width: 505px;
  }

  .md\:w-\[677px\] {
    width: 677px;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[76px\] {
    width: 76px;
  }

  .md\:max-w-\[157px\] {
    max-width: 157px;
  }

  .md\:max-w-\[555px\] {
    max-width: 555px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .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-col {
    flex-direction: column;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[56px\] {
    gap: 56px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-y-\[16px\] {
    row-gap: 16px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-secondary\/\[0\.24\] {
    border-color: rgb(38 23 78 / 0.24);
  }

  .md\:p-3 {
    padding: 24px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:pb-3 {
    padding-bottom: 24px;
  }

  .md\:pb-8 {
    padding-bottom: 100px;
  }

  .md\:pb-\[58px\] {
    padding-bottom: 58px;
  }

  .md\:pb-\[85px\] {
    padding-bottom: 85px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-4 {
    padding-top: 32px;
  }

  .md\:pt-7 {
    padding-top: 72px;
  }

  .md\:pt-\[28px\] {
    padding-top: 28px;
  }

  .md\:pt-\[72px\] {
    padding-top: 72px;
  }

  .md\:pt-\[73px\] {
    padding-top: 73px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-20 {
    font-size: 20px;
  }

  .md\:text-3\.6xl {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.5px;
    font-weight: 600;
  }

  .md\:text-4\.8xl {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
  }

  .md\:text-4xl {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5px;
    font-weight: 600;
  }

  .md\:text-base {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 400;
  }

  .md\:text-base3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    font-weight: 600;
  }

  .md\:text-xl {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .md\:text-xl-small {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }

  .md\:leading-\[1\.40\] {
    line-height: 1.40;
  }

  .md\:leading-\[1\.71\] {
    line-height: 1.71;
  }

  .md\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-\[44px\] {
    margin-left: 44px;
    margin-right: 44px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mb-6 {
    margin-bottom: 64px;
  }

  .lg\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .lg\:mb-\[34px\] {
    margin-bottom: 34px;
  }

  .lg\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-2 {
    margin-top: 16px;
  }

  .lg\:mt-4 {
    margin-top: 32px;
  }

  .lg\:mt-\[169px\] {
    margin-top: 169px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[70px\] {
    margin-top: 70px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[238px\] {
    height: 238px;
  }

  .lg\:h-\[320px\] {
    height: 320px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[92\%\] {
    width: 92%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:min-w-\[334px\] {
    min-width: 334px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-\[12px\] {
    gap: 12px;
  }

  .lg\:gap-\[22px\] {
    gap: 22px;
  }

  .lg\:gap-\[27px\] {
    gap: 27px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:p-3 {
    padding: 24px;
  }

  .lg\:p-5 {
    padding: 48px;
  }

  .lg\:px-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }

  .lg\:pt-\[96px\] {
    padding-top: 96px;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-20 {
    font-size: 20px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

  .lg\:text-base3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    font-weight: 600;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }
}

@media (min-width: 1281px) {
  .min-\[1281px\]\:order-none {
    order: 0;
  }

  .min-\[1281px\]\:flex {
    display: flex;
  }

  .min-\[1281px\]\:flex-none {
    flex: none;
  }

  .min-\[1281px\]\:pr-0 {
    padding-right: 0px;
  }
}

/*# sourceMappingURL=tailwind.css.map */