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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1290px) {
  .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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-\[108px\] {
  bottom: -108px;
}

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

.-top-7 {
  top: -72px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-12px\] {
  bottom: -12px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 16px;
}

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

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 16px;
}

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

.top-0 {
  top: 0px;
}

.top-8 {
  top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-auto {
  margin: auto;
}

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

.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

.\!mb-2 {
  margin-bottom: 16px !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-6 {
  margin-bottom: 64px;
}

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[6\.5px\] {
  margin-bottom: 6.5px;
}

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

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

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

.ml-2 {
  margin-left: 16px;
}

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 24px;
}

.mr-5 {
  margin-right: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[11px\] {
  margin-top: 11px;
}

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

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

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

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

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

.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-\[3px\] {
  margin-top: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

.h-2 {
  height: 16px;
}

.h-3 {
  height: 24px;
}

.h-4 {
  height: 32px;
}

.h-6 {
  height: 64px;
}

.h-8 {
  height: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

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

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

.w-2 {
  width: 16px;
}

.w-3 {
  width: 24px;
}

.w-4 {
  width: 32px;
}

.w-6 {
  width: 64px;
}

.w-8 {
  width: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

.translate-x-\[42\%\] {
  --tw-translate-x: 42%;
  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-\[-110\%\] {
  --tw-translate-y: -110%;
  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-\[100\%\] {
  --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));
}

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

.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-3 {
  grid-template-columns: repeat(3, 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-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.gap-5 {
  gap: 48px;
}

.gap-\[0\.3rem\] {
  gap: 0.3rem;
}

.gap-\[1\.5rem\] {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.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-\[18px\] {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[\#11AFEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(17 175 234 / var(--tw-border-opacity, 1));
}

.border-\[\#E4EDFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 237 255 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(5 9 15 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(5 9 15 / 0.1);
}

.border-customgrey\/10 {
  border-color: rgb(73 70 81 / 0.1);
}

.border-darkblue {
  --tw-border-opacity: 1;
  border-color: rgb(32 38 88 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-lightblue\/\[0\.30\] {
  border-color: rgb(157 130 255 / 0.30);
}

.border-lightblue\/\[0\.32\] {
  border-color: rgb(157 130 255 / 0.32);
}

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

.border-lightblueNew\/\[0\.30\] {
  border-color: rgb(19 113 255 / 0.30);
}

.border-orangeNew {
  --tw-border-opacity: 1;
  border-color: rgb(250 142 5 / var(--tw-border-opacity, 1));
}

.border-orangeNew\/\[0\.30\] {
  border-color: rgb(250 142 5 / 0.30);
}

.border-orangeNew\/\[0\.32\] {
  border-color: rgb(250 142 5 / 0.32);
}

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

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

.border-primary\/\[0\.30\] {
  border-color: rgb(0 87 255 / 0.30);
}

.border-primary\/\[0\.32\] {
  border-color: rgb(0 87 255 / 0.32);
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(154 116 253 / var(--tw-border-opacity, 1));
}

.border-secondary\/\[0\.24\] {
  border-color: rgb(23 25 78 / 0.24);
}

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

.border-white\/\[0\.32\] {
  border-color: rgb(255 255 255 / 0.32);
}

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

.border-yellow\/\[0\.30\] {
  border-color: rgb(255 216 0 / 0.30);
}

.border-yellow\/\[0\.32\] {
  border-color: rgb(255 216 0 / 0.32);
}

.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 9 15 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#11AFEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 175 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6EB7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(110 183 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B0ABF9\]\/10 {
  background-color: rgb(176 171 249 / 0.1);
}

.bg-\[\#f4f3f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 247 / var(--tw-bg-opacity, 1));
}

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(44 115 222 / var(--tw-bg-opacity, 1));
}

.bg-blue\/80 {
  background-color: rgb(44 115 222 / 0.8);
}

.bg-blue\/85 {
  background-color: rgb(44 115 222 / 0.85);
}

.bg-blue11 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 77 146 / var(--tw-bg-opacity, 1));
}

.bg-blue11\/10 {
  background-color: rgb(30 77 146 / 0.1);
}

.bg-customgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(73 70 81 / var(--tw-bg-opacity, 1));
}

.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(32 38 88 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-lightblue\/\[0\.1\] {
  background-color: rgb(157 130 255 / 0.1);
}

.bg-lightblue\/\[0\.2\] {
  background-color: rgb(157 130 255 / 0.2);
}

.bg-lightblue\/\[0\.5\] {
  background-color: rgb(157 130 255 / 0.5);
}

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

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

.bg-lightblueNew\/\[0\.1\] {
  background-color: rgb(19 113 255 / 0.1);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(239 185 47 / var(--tw-bg-opacity, 1));
}

.bg-orangeNew {
  --tw-bg-opacity: 1;
  background-color: rgb(250 142 5 / var(--tw-bg-opacity, 1));
}

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

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

.bg-primary\/\[0\.12\] {
  background-color: rgb(0 87 255 / 0.12);
}

.bg-primary\/\[0\.26\] {
  background-color: rgb(0 87 255 / 0.26);
}

.bg-primary\/\[0\.8\] {
  background-color: rgb(0 87 255 / 0.8);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(206 54 64 / var(--tw-bg-opacity, 1));
}

.bg-seashell {
  --tw-bg-opacity: 1;
  background-color: rgb(232 236 251 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 78 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/10 {
  background-color: rgb(23 25 78 / 0.1);
}

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

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

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

.bg-white\/\[4\%\] {
  background-color: rgb(255 255 255 / 4%);
}

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

.bg-yellow\/\[0\.1\] {
  background-color: rgb(255 216 0 / 0.1);
}

.bg-yellow\/\[0\.2\] {
  background-color: rgb(255 216 0 / 0.2);
}

.bg-yellow\/\[0\.5\] {
  background-color: rgb(255 216 0 / 0.5);
}

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

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

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 24px;
}

.p-4 {
  padding: 32px;
}

.p-6 {
  padding: 64px;
}

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

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

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

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

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

.p-\[1\.8rem\] {
  padding: 1.8rem;
}

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

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

.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-6 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-\[1\.2rem\] {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.px-\[1\.8rem\] {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

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

.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-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.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-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

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

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

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

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

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

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

.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-\[0\.6rem\] {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

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

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

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

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

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

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

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

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

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

.pb-5 {
  padding-bottom: 48px;
}

.pb-6 {
  padding-bottom: 64px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[45px\] {
  padding-bottom: 45px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pb-\[74px\] {
  padding-bottom: 74px;
}

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

.pr-\[26px\] {
  padding-right: 26px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

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

.pt-5 {
  padding-top: 48px;
}

.pt-6 {
  padding-top: 64px;
}

.pt-7 {
  padding-top: 72px;
}

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

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

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

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

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

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

.pb-\[\] {
  padding-bottom: ;
}

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

.pb-7 {
  padding-bottom: 72px;
}

.\!text-left {
  text-align: left !important;
}

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

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

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

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-2\.6xl {
  font-size: 26px;
  font-weight: 500;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.text-4\.6xl {
  font-size: 44px;
  line-height: 64px;
  font-weight: 700;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

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

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

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-sm24 {
  font-size: 14px;
  line-height: 24px;
}

.text-small {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: 500;
}

.text-small16 {
  font-size: 12px;
  line-height: 16px;
  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;
}

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

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

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

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

.font-\[600\] {
  font-weight: 600;
}

.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\.14\] {
  line-height: 1.14;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[-0\.128px\] {
  letter-spacing: -0.128px;
}

.tracking-\[-0\.35px\] {
  letter-spacing: -0.35px;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-1\.5px\] {
  letter-spacing: -1.5px;
}

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

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

.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}

.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

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

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(5 9 15 / var(--tw-text-opacity, 1)) !important;
}

.\!text-blue11 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 77 146 / var(--tw-text-opacity, 1)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 87 255 / var(--tw-text-opacity, 1)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(23 25 78 / var(--tw-text-opacity, 1)) !important;
}

.\!text-secondary\/60 {
  color: rgb(23 25 78 / 0.6) !important;
}

.text-\[\#11AFEA\] {
  --tw-text-opacity: 1;
  color: rgb(17 175 234 / var(--tw-text-opacity, 1));
}

.text-\[\#32c264\] {
  --tw-text-opacity: 1;
  color: rgb(50 194 100 / var(--tw-text-opacity, 1));
}

.text-\[\#4D5179\] {
  --tw-text-opacity: 1;
  color: rgb(77 81 121 / var(--tw-text-opacity, 1));
}

.text-\[\#f3b000\] {
  --tw-text-opacity: 1;
  color: rgb(243 176 0 / var(--tw-text-opacity, 1));
}

.text-\[\#f93d4d\] {
  --tw-text-opacity: 1;
  color: rgb(249 61 77 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(5 9 15 / var(--tw-text-opacity, 1));
}

.text-black\/50 {
  color: rgb(5 9 15 / 0.5);
}

.text-black\/70 {
  color: rgb(5 9 15 / 0.7);
}

.text-black\/80 {
  color: rgb(5 9 15 / 0.8);
}

.text-blacknew {
  --tw-text-opacity: 1;
  color: rgb(0 13 26 / var(--tw-text-opacity, 1));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(44 115 222 / var(--tw-text-opacity, 1));
}

.text-blue11 {
  --tw-text-opacity: 1;
  color: rgb(30 77 146 / var(--tw-text-opacity, 1));
}

.text-darkblue {
  --tw-text-opacity: 1;
  color: rgb(32 38 88 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-headColor {
  --tw-text-opacity: 1;
  color: rgb(23 25 78 / var(--tw-text-opacity, 1));
}

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

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

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(239 185 47 / var(--tw-text-opacity, 1));
}

.text-orangeNew {
  --tw-text-opacity: 1;
  color: rgb(250 142 5 / var(--tw-text-opacity, 1));
}

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

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(154 116 253 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(23 25 78 / var(--tw-text-opacity, 1));
}

.text-secondary\/50 {
  color: rgb(23 25 78 / 0.5);
}

.text-secondary\/60 {
  color: rgb(23 25 78 / 0.6);
}

.text-secondary\/70 {
  color: rgb(23 25 78 / 0.7);
}

.text-secondary\/80 {
  color: rgb(23 25 78 / 0.8);
}

.text-secondary\/\[0\.51\] {
  color: rgb(23 25 78 / 0.51);
}

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

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

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

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

.text-white\/\[0\.49\] {
  color: rgb(255 255 255 / 0.49);
}

.text-white\/\[0\.51\] {
  color: rgb(255 255 255 / 0.51);
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_-3px_8px_2px_rgba\(193\2c 198\2c 235\2c 0\.20\)\] {
  --tw-shadow: 0 -3px 8px 2px rgba(193,198,235,0.20);
  --tw-shadow-colored: 0 -3px 8px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 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);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.\!ease-linear {
  transition-timing-function: linear !important;
}

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

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

.tns-controls button {
  display: block;
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  border-radius: 50%
}

.tns-controls button:focus {
  outline: none
}

.tns-controls button:disabled {
  opacity: .4;
  pointer-events: none
}

@media(max-width: 990px) {
  .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
}

.blog-container .tns-controls button:first-child {
  margin-right: 16px
}

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

body.overflow {
  overflow: hidden
}

@media(max-width: 767px) {
  body {
    font-size: 14px
  }
}

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
}

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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease-out;
}

.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 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: 60px 0
}

@media(max-width: 767px) {
  .section-pad {
    padding: 50px 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
  }
}

.rigi-hero {
  position: relative
}

.rigi-hero::before {
  content: "";
  position: absolute;
  background-image: url("../img/rigi/hero-pattern-l.svg");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 467px;
  height: 654px
}

@media(max-width: 768px) {
  .rigi-hero::before {
    background-image: url("../img/rigi/hero-pattern-mweb.svg");
    top: -13%;
    left: -24%;
    background-size: 500px 600px
  }
}

.rigi-hero::after {
  content: "";
  position: absolute;
  background-image: url("../img/rigi/hero-pattern-r.svg");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 467px;
  height: 654px
}

@media(max-width: 768px) {
  .rigi-hero::after {
    display: none
  }
}

.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/rigi/zap.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .zap-list li {
    font-size: 14px;
    line-height: 21px;
  }
}

.greentick-list {
  list-style-type: none;
  padding-left: 0
}

.greentick-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 500
}

.greentick-list li:last-child {
  margin-bottom: 0px;
}

.greentick-list li::before {
  content: url("../img/rigi/green-tick.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .greentick-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

.special-discount::before {
  content: "";
  position: absolute;
  background-image: url("../img/rigi/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/rigi/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/rigi/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/rigi/benefits-grid.svg");
  background-repeat: no-repeat;
  top: -10%;
  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/rigi/round-glow.svg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden
}

.community::before {
  content: "";
  position: absolute;
  background-image: url("../img/rigi/community-l.png");
  background-repeat: no-repeat;
  top: 2%;
  left: 0%;
  width: 234px;
  height: 577px;
  z-index: 0
}

@media(max-width: 768px) {
  .community::before {
    background-size: 120px 290px;
    top: 3%;
    left: -15%
  }
}

.community::after {
  content: "";
  position: absolute;
  background-image: url("../img/rigi/community-r.png");
  background-repeat: no-repeat;
  top: 2%;
  right: 0%;
  width: 234px;
  height: 577px;
  z-index: 0
}

@media(max-width: 768px) {
  .community::after {
    background-size: 120px 290px;
    right: -40%
  }
}

.achievement-grid::after {
  content: "";
  position: absolute;
  background-image: url("../img/rigi/dark-grid.svg");
  background-repeat: no-repeat;
  top: 22%;
  right: 0%;
  width: 189px;
  height: 518px;
  z-index: 0
}

@media(max-width: 768px) {
  .achievement-grid::after {
    top: -92%;
    background-size: 189px 300px
  }
}

.achievement-grid.active {
  min-width: 610px;
  transition: all .4s ease-out
}

@media(max-width: 768px) {
  .achievement-grid.active {
    min-width: 100%;
    min-height: 365px
  }
}

.achievement-grid.active .overlay-grid {
  transition: all .4s ease-out;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10
}

.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: #0057FF
}

.nav-area .hamburger {
  display: none
}

@media(max-width: 1200px) {
  .nav-area ul {
    position: fixed;
    top: 35px;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    width: 360px;
    right: 0;
    background-color: #fff;
    padding: 40px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(100%);
    transition: .4s ease-out
  }

  .nav-area ul li {
    margin: 0;
    width: 100%
  }

  .nav-area ul li a:not(.button) {
    font-size: 16px;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #f7f7f2
  }

  .nav-area ul li.button-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding: 0 20px 24px
  }

  .nav-area ul 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 ul {
    transform: translateX(0)
  }
}

@media(max-width: 520px) {
  .nav-area ul {
    width: 100%
  }
}

.show-footer-banner {
  transform: translateY(0%)
}

.visible-popup {
  transform: translateY(0px) !important;
  opacity: 1;
  z-index: 10
}

.visible-popup .popup-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #0057FF;
  transform-origin: left
}

@media(max-width: 768px) {
  .visible-popup {
    transform: translateY(0%)
  }
}

@keyframes countdown {
  0% {
    width: 100%
  }

  100% {
    width: 0%
  }
}

.animate {
  animation: countdown 4s linear forwards
}

.typed::after {
  content: "|";
  display: inline;
  animation: blink 0.7s infinite alternate;
  color: rgb(23 25 78);
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.company-image {
  height: 150px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

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

@media (min-width: 768px) {
  .card:hover {
    transform: translateY(-25px) scale(1.1);
    transition: all 0.5s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
}

.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/rigi/zap.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .zap-list li {
    font-size: 14px;
    line-height: 21px;
  }
}

.list-check-dark li {
  padding-left: 28px;
  font-size: 14px;
  position: relative
}

.list-check-dark li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("../img/check.svg");
  width: 18px;
  height: 18px
}

@media(max-width: 767px) {
  .list-check-dark li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }

  .list-check-dark li:before {
    width: 16px;
    height: 16px;
    top: 1px
  }

  .greentick-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

.list-check-light li {
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #fff;
}

.greentick-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 500
}

.list-check-light li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../img/check-light.svg");
  width: 20px;
  height: 20px
}

@media(max-width: 767px) {
  .list-check-light li {
    font-size: 12px;
    padding-left: 24px
  }

  .list-check-light li:before {
    width: 16px;
    height: 16px
  }
}

.greentick-list {
  list-style-type: none;
  padding-left: 0
}

.greentick-list li:last-child {
  margin-bottom: 0px;
}

.greentick-list li::before {
  content: url("../img/rigi/green-tick.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .greentick-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

.infotick-list {
  list-style-type: none;
  padding-left: 0
}

.infotick-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 500
}

.infotick-list li:last-child {
  margin-bottom: 0px;
}

.infotick-list li::before {
  content: url("../img/rigi/info.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .infotick-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

.nav-tabs button {
  padding: 8px 20px;
  position: relative;
  transition: .3s ease-out;
  border-radius: 40px
}

.nav-tabs button:before {
  position: absolute;
  left: 32px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/stars-icon.svg);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .3s ease-out;
  transform: translateX(10px)
}

.nav-tabs button.active {
  padding-left: 25px;
  background-color: rgb(0 87 255);
  color: #fff
}

/* .nav-tabs button.active::before{
    opacity:1;
    transform:translateX(0)
  } */

@media(max-width: 767px) {
  .nav-tabs button {
    font-size: 14px;
    padding: 12px 22px
  }

  .nav-tabs button:before {
    left: 24px;
    top: 16px;
    width: 12px;
    height: 12px
  }

  .nav-tabs button.active {
    padding-left: 25px
  }
}

.tab-pane {
  display: none
}

.tab-pane.active {
  display: block;
  animation: fadein .4s ease-out 1 forwards
}

.help-card:hover {
  scale: 1.05;
  transform: translateY(2px);
  transition: all 0.2s ease-in-out;
  box-shadow: #05090f;
  box-shadow: orange 0px 5px 15px;
}

.nav-tabs-1 button {
  padding: 8px 20px;
  position: relative;
  transition: .3s ease-out;
  border-radius: 40px
}

.nav-tabs-1 button:before {
  position: absolute;
  left: 32px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/stars-icon.svg);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .3s ease-out;
  transform: translateX(10px)
}

.nav-tabs-1 button.active {
  padding-left: 25px;
  background-color: #F98E02;
  color: #fff
}

/* .nav-tabs button.active::before{
    opacity:1;
    transform:translateX(0)
  } */

@media(max-width: 767px) {
  .nav-tabs-1 button {
    font-size: 14px;
    padding: 12px 22px
  }

  .nav-tabs-1 button:before {
    left: 24px;
    top: 16px;
    width: 12px;
    height: 12px
  }

  .nav-tabs-1 button.active {
    padding-left: 25px
  }
}

.tab-pane1 {
  display: none
}

.tab-pane1.active {
  display: block;
  animation: fadein .4s ease-out 1 forwards
}

.zap-list-orange {
  list-style-type: none;
  padding-left: 0
}

.zap-list-orange li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400
}

.zap-list-orange li:last-child {
  margin-bottom: 0px;
}

.zap-list-orange li::before {
  content: url("../img/rigi/zap-orange.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .zap-list-orange li {
    font-size: 14px;
    line-height: 21px;
  }
}

.nav-tabs-2 button {
  padding: 8px 20px;
  position: relative;
  transition: .3s ease-out;
  border-radius: 40px
}

.nav-tabs-2 button:before {
  position: absolute;
  left: 32px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/stars-icon.svg);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .3s ease-out;
  transform: translateX(10px)
}

.nav-tabs-2 button.active {
  padding-left: 25px;
  background-color: #ffd800;
  color: #000
}

/* .nav-tabs button.active::before{
    opacity:1;
    transform:translateX(0)
  } */

@media(max-width: 767px) {
  .nav-tabs-2 button {
    font-size: 14px;
    padding: 12px 22px
  }

  .nav-tabs-2 button:before {
    left: 24px;
    top: 16px;
    width: 12px;
    height: 12px
  }

  .nav-tabs-2 button.active {
    padding-left: 25px
  }
}

.tab-pane2 {
  display: none
}

.tab-pane2.active {
  display: block;
  animation: fadein .4s ease-out 1 forwards
}

.list-check li {
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  margin-bottom: 24px
}

.list-check li:last-child {
  margin-bottom: 0
}

.list-check li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../img/verify-pass.svg");
  background-size: cover;
  width: 24px;
  height: 24px
}

@media(max-width: 1024px) {
  .list-check li:before {
    width: 20px;
    height: 20px;
    top: 2px
  }
}

.list-check-black li {
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  margin-bottom: 24px
}

.list-check-black li:last-child {
  margin-bottom: 0
}

.list-check-black li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../img/verify-pass-black.svg");
  background-size: cover;
  width: 24px;
  height: 24px
}

@media(max-width: 1024px) {
  .list-check-black li:before {
    width: 20px;
    height: 20px;
    top: 2px
  }
}

.zap-list-black {
  list-style-type: none;
  padding-left: 0
}

.zap-list-black li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400
}

.zap-list-black li:last-child {
  margin-bottom: 0px;
}

.zap-list-black li::before {
  content: url("../img/rigi/zap-black.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .zap-list-black li {
    font-size: 14px;
    line-height: 21px;
  }
}

.cc-list {
  list-style-type: none;
  padding-left: 0
}

.cc-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400
}

.cc-list li p{
  margin-bottom: 0px;
}

.cc-list li:last-child {
  margin-bottom: 0px;
}

.cc-list li::before {
  content: url("../img/blue-tick.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .cc-list li {
    font-size: 14px;
    line-height: 21px;
  }
}

.new-card {
  box-sizing: border-box;
  border: 1px solid white;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  cursor: pointer;
  transition: all 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bolder;
}

.infotick-yellow-list {
  list-style-type: none;
  padding-left: 0
}

.infotick-yellow-list li {
  padding-left: 48px;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 500
}

.infotick-yellow-list li:last-child {
  margin-bottom: 0px;
}

.infotick-yellow-list li::before {
  content: url("../img/question-mark.svg");
  position: absolute;
  left: 0
}

@media(max-width: 767px) {
  .infotick-yellow-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 21px;
  }
}

table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse
}

table th {
  padding: 22px 0;
  text-align: center
}

table td:first-child {
  font-size: 17px;
  padding: 24px 0px 24px 18px;
  text-align: left
}

table tr:first-child {
  color: rgb(0, 0, 0);
}

table tr {
  --tw-bg-opacity: 1;
  background-color: #FFE96D;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

table tr:nth-child(even):not(:first-child) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

@media(max-width: 1024px) {
  table tr {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
  }
}

table th:first-child {
  width: 500px
}

@media(max-width: 1024px) {
  table th:first-child {
    width: 90px
  }
}

.blue-gradient {
  background: rgb(16, 13, 39);
  background: linear-gradient(90deg, rgba(16, 13, 39, 1) 0%, rgba(23, 11, 94, 1) 100%);
}

.white-image {
  filter: invert(1) brightness(1000%) contrast(100%);
}

.onyx-hero {
  position: relative;
  background-image: url("../img/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media(max-width: 768px) {
  .onyx-hero {
    background-size: cover;
  }
}

.course-hero {
  position: relative
}

.course-hero::after {
  background: #000D1A;
  background-size: contain;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  height: 590px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width: 1023px) {
  .course-hero::after {
    height: 990px
  }
}

@media(max-width: 767px) {
  .course-hero::after {
    height: 1140px
  }
}

.course-hero-9 {
  position: relative
}

.course-hero-9::after {
  background: #000D1A;
  background-size: contain;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  height: 370px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width: 1023px) {
  .course-hero-9::after {
    height: 490px
  }
}

@media(max-width: 767px) {
  .course-hero-9::after {
    height: 1090px
  }
}

.course-hero-11 {
  position: relative
}

.course-hero-11::after {
  background: linear-gradient(90deg, rgba(30, 77, 147, 1) 0%, rgba(41, 46, 47, 1) 100%);
  background-size: contain;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  height: 700px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width: 1023px) {
  .course-hero-11::after {
    height: 1290px
  }
}

@media(max-width: 767px) {
  .course-hero-11::after {
    height: 1240px
  }
}

.cardd {
  box-shadow: 0px -1px 29px 0px rgba(0, 0, 0, .08);
  border-radius: 18px;
}

/* 
@media(max-width: 768px) {
  .cardd {
    box-shadow: none
  }
} */

.accordion-cc {
  width: 100%;
  margin: auto
}

.accordion-cc-item {
  margin-bottom: 0px;
  border: 1px solid rgba(0, 87, 255, 0.5);
  border-radius: 14px;
  background-color: rgba(0, 87, 255, 0.1);
  padding: 16px;
}

.accordion-cc-item .active {
  padding-bottom: 0
}

.accordion-cc-item ul {
  transition: all .3s ease-out;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden
}

.accordion-cc-item .dropdown-accordion-cc {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-top: 16px
}

@media (min-width: 768px) {
  .accordion-cc-item .dropdown-accordion-cc {
    margin-bottom: 0px;
  }
}

.accordion-cc-header,
.accordion-cc-headers {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .accordion-cc-header,
  .accordion-cc-headers {
    padding-bottom: 0px;
  }
}

.accordion-cc-header,
.accordion-cc-headers {
  cursor: pointer;
  position: relative
}

.arrow {
  transition: all .3s ease-out
}

.accordion-cc-content {
  padding: 10px;
  display: none
}

.accordion-faq {
  width: 100%;
  margin: auto
}

.accordion-faq-item {
  margin-bottom: 0px;
  border: 1px solid rgba(255, 134, 4,.5);
  border-radius: 14px;
  background-color: rgba(255, 134, 4, .1);
  padding: 16px;
}

.accordion-faq-item .active {
  padding-bottom: 0
}

.accordion-faq-item p{
  transition: all .3s ease-out;
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden
}

.accordion-faq-item .dropdown-accordion-faq {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-top: 16px
}

@media (min-width: 768px) {
  .accordion-faq-item .dropdown-accordion-faq {
    margin-bottom: 0px;
  }
}

.accordion-faq-header,
.accordion-faq-headers {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .accordion-faq-header,
  .accordion-faq-headers {
    padding-bottom: 0px;
  }
}

.accordion-faq-header,
.accordion-faq-headers {
  cursor: pointer;
  position: relative
}

.arrow {
  transition: all .3s ease-out
}

.accordion-faq-content {
  padding: 10px;
  display: none
}

.certificate-bg {
  background-image: url(../img/certicate-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.category-box{
  padding: 6px 20px;
  background-color: #fcfdff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #b9d5ff;
  transition: all 0.3s ease-in-out;
}

.category-box p{
  color: #444444;
  transition: all 0.1s ease-in-out;
}

.category-box.active{
  background-color: #f3f7ff;
  border: 1px solid #2c73de;
  box-shadow: rgba(99, 99, 99, 0.156) 0px 2px 8px 0px;
}

.category-box.active p{
  font-weight: 600;
}

.category-box:hover{
  border: 1px solid #2c73de;
  box-shadow: rgba(99, 99, 99, 0.156) 0px 2px 8px 0px;
}

.category-box p:hover{
  color: #2c73de;
}

.gradient-bg {
  background: linear-gradient(90deg, rgba(30, 77, 147, 1) 0%, rgba(41, 46, 47, 1) 100%);
}

.blink-hard {
  animation: blinker 1s step-end infinite;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.nav-area .dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible
}

.nav-area .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-area .dropdown .dropdown-menu li{
  margin:0
}

.nav-area .dropdown .dropdown-menu li a{
  padding:12px 24px;
  display:block
}

.nav-area .dropdown .dropdown-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: #0057FF;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-area .dropdown .dropdown-menu li:not(:last-child) a{
  border-bottom:1px solid rgba(0,0,0,.1)
}

@media(max-width: 1200px){
  .nav-area .dropdown{
    display:block
  }

  .nav-area .dropdown svg{
    display:block;
    transition:.4s ease-out;
    transform:rotate(0)
  }

  .nav-area .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, 1))
  }

  .nav-area .dropdown.active svg{
    transform:rotate(180deg)
  }

  .nav-area .dropdown.active .dropdown-menu{
    display:block;
    animation:fadein .4s ease-out 1 forwards;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

@media (min-width: 640px) {
  .sm\:-bottom-\[165px\] {
    bottom: -165px;
  }

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

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

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

  .sm\:gap-2 {
    gap: 16px;
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:p-3 {
    padding: 24px;
  }

  .sm\:text-base {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 400;
  }

  .sm\:text-\[\#A1A5BF\] {
    --tw-text-opacity: 1;
    color: rgb(161 165 191 / var(--tw-text-opacity, 1));
  }
}

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

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

  .md\:bottom-2 {
    bottom: 16px;
  }

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

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

  .md\:right-auto {
    right: auto;
  }

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

  .md\:top-auto {
    top: auto;
  }

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

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

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

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

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

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

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

  .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-\[10px\] {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:mr-3 {
    margin-right: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-container {
    max-width: 1240px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 16px;
  }

  .md\:gap-\[0\.5rem\] {
    gap: 0.5rem;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

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

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[3rem\] {
    gap: 3rem;
  }

  .md\:gap-\[56px\] {
    gap: 56px;
  }

  .md\:gap-y-\[16px\] {
    row-gap: 16px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-secondary\/\[0\.12\] {
    border-color: rgb(23 25 78 / 0.12);
  }

  .md\:border-secondary\/\[0\.24\] {
    border-color: rgb(23 25 78 / 0.24);
  }

  .md\:p-2 {
    padding: 16px;
  }

  .md\:p-3 {
    padding: 24px;
  }

  .md\:p-\[2re\2c \] {
    padding: 2re,;
  }

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

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

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

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

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

  .md\:px-\[1\.2rem\] {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

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

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

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

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

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

  .md\:py-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:py-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pb-3 {
    padding-bottom: 24px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[58px\] {
    padding-bottom: 58px;
  }

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

  .md\:pb-\[73px\] {
    padding-bottom: 73px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pb-\[85px\] {
    padding-bottom: 85px;
  }

  .md\:pb-\[90px\] {
    padding-bottom: 90px;
  }

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

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

  .md\:pt-2 {
    padding-top: 16px;
  }

  .md\:pt-4 {
    padding-top: 32px;
  }

  .md\:pt-6 {
    padding-top: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-4 {
    padding-bottom: 32px;
  }

  .md\:pb-\[86px\] {
    padding-bottom: 86px;
  }

  .md\:pt-3 {
    padding-top: 24px;
  }

  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

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

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

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

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

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

  .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-24 {
    font-size: 24px;
  }

  .md\:text-3\.6xl {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.5px;
    font-weight: 600;
  }

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

  .md\:text-4\.5xl {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -1.5px;
    font-weight: 600;
  }

  .md\:text-4\.6xl {
    font-size: 44px;
    line-height: 64px;
    font-weight: 700;
  }

  .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-64 {
    font-size: 64px;
  }

  .md\:text-\[0\.9rem\] {
    font-size: 0.9rem;
  }

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

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 400;
  }

  .md\:text-base2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    font-weight: 500;
  }

  .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-36 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
    font-weight: 500;
  }

  .md\:text-xl-small {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }

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

  .md\:font-\[400\] {
    font-weight: 400;
  }

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

  .md\:leading-\[1\.28\] {
    line-height: 1.28;
  }

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

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

  .md\:leading-\[1\.71\] {
    line-height: 1.71;
  }

  .md\:leading-\[2\.25\] {
    line-height: 2.25;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 32px;
  }

  .lg\:gap-5 {
    gap: 48px;
  }

  .lg\:gap-\[105px\] {
    gap: 105px;
  }

  .lg\:gap-\[10px\] {
    gap: 10px;
  }

  .lg\:gap-\[12px\] {
    gap: 12px;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[4rem\] {
    gap: 4rem;
  }

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

  .lg\:gap-\[75px\] {
    gap: 75px;
  }

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

  .lg\:p-2 {
    padding: 16px;
  }

  .lg\:p-3 {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

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

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

  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[1\.25\] {
    line-height: 1.25;
  }

  .lg\:leading-\[1\.28\] {
    line-height: 1.28;
  }

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

  .lg\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }
}

@media (min-width: 1200px) {
  .min-\[1200px\]\:px-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

  .xl\:py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

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

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

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

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

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

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

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

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