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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

.left-2 {
  left: 16px;
}

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

.mx-\[-0\.5px\] {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

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

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

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

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

.my-6 {
  margin-top: 64px;
  margin-bottom: 64px;
}

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

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

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

.ml-1 {
  margin-left: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 48px;
}

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

.mt-\[-36\%\] {
  margin-top: -36%;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-4 {
  height: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

.w-4 {
  width: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@keyframes marqueeanim {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  animation: marqueeanim 30s normal linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.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-start {
  justify-content: flex-start;
}

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

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

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

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-5 {
  gap: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-y-\[25px\] {
  row-gap: 25px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-b-\[36px\] {
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

.border-blueMana {
  --tw-border-opacity: 1;
  border-color: rgb(121 109 243 / var(--tw-border-opacity, 1));
}

.border-primary\/10 {
  border-color: rgb(35 17 57 / 0.1);
}

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

.bg-\[\#ffdb4d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 77 / var(--tw-bg-opacity, 1));
}

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

.bg-blueMana {
  --tw-bg-opacity: 1;
  background-color: rgb(121 109 243 / var(--tw-bg-opacity, 1));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(58 197 73 / var(--tw-bg-opacity, 1));
}

.bg-green\/10 {
  background-color: rgb(58 197 73 / 0.1);
}

.bg-midnightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(12 15 57 / var(--tw-bg-opacity, 1));
}

.bg-myrtle {
  --tw-bg-opacity: 1;
  background-color: rgb(15 18 62 / var(--tw-bg-opacity, 1));
}

.bg-navyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 92 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(35 17 57 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(103 90 246 / var(--tw-bg-opacity, 1));
}

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

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

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

.p-2 {
  padding: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.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-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

.pr-2 {
  padding-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sm22 {
  font-size: 14px;
  line-height: 22px;
}

.text-small16 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.text-blueMana {
  --tw-text-opacity: 1;
  color: rgb(121 109 243 / var(--tw-text-opacity, 1));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(58 197 73 / var(--tw-text-opacity, 1));
}

.text-mandy {
  --tw-text-opacity: 1;
  color: rgb(234 90 90 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(35 17 57 / var(--tw-text-opacity, 1));
}

.text-primary\/50 {
  color: rgb(35 17 57 / 0.5);
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(103 90 246 / var(--tw-text-opacity, 1));
}

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

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

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

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

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(247 187 35 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

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

@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: 0.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 0.25s;
}

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

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.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: 0.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, 0.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;
}

.related-course {
  position: relative;
}

.related-course .tns-controls {
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
}

.tns-controls [data-controls="next"] {
  width: 36px;
  height: 36px;
  background: url(../img/arrow-right-circle.svg);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.tns-controls [data-controls="prev"] {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background: url(../img/arrow-left-circle.svg);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.top-videos {
  position: relative;
}

.top-videos .tns-controls {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 32px;
}

@media (max-width: 768px) {
  .top-videos .tns-controls {
    margin-top: 20px;
  }
}

.testimonials-container {
  position: relative;
}

.testimonials-container .tns-outer {
  width: 70%;
}

@media (max-width: 768px) {
  .testimonials-container .tns-outer {
    width: 100%;
  }
}

.testimonials-container .tns-controls {
  display: flex !important;
  position: absolute;
  top: 70%;
  left: -41%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .testimonials-container .tns-controls {
    left: 11%;
    top: 0%;
  }
}

.top-rated .tns-controls {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

*,
*::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: "Lato", serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #061623;
  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: #061623;
  font-weight: 600;
}

a,
button {
  transition: 0.4s ease-out;
  font-family: "Lato", serif;
  font-weight: bold;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
  transition: 0.3s ease;
  font-family: "Lato", serif;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  button {
    font-size: 16px;
  }
}

button:hover {
  filter: brightness(0.9);
}

main {
  max-width: 100vw;
}

.manrope {
  font-family: "Lato", serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 500;
  color: #061623;
}

h1 {
  font-family: "Lato", serif;
  color: #fff;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  h1 {
    text-align: start;
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 550px) {
  h1 {
    text-align: center;
  }
}

h2 {
  color: #111441;
  font-family: "Lato", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: #111441;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
}

@media (max-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

h6 {
  color: #111441;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

p,
li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #061623;
}

.font-body {
  font-family: "Lato", serif;
}

.font-heading {
  font-family: "Lato", serif;
}

.nav-link {
  color: #fff;
  /* text-transform: uppercase; */
  font-family: "Lato", serif;
  font-weight: normal;
}

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: 0.4s ease-out;
}

.button div .button-content-hover {
  position: absolute;
  inset: 0;
  transform: translateY(100%) skewY(18deg);
  transform-origin: left center;
  transition: 0.4s ease-out;
}

.button div .button-content {
  transform: translateY(0) skew(0);
  transition: 0.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: 0.4s ease-out;
}

.section-pad {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section-pad {
    padding: 60px 0;
  }
}

.heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .heading {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 28px;
  }
}

.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 0.4s ease-out;
}

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

.achievement-grid.active .overlay-grid {
  transition: all 0.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, 0.19);
  top: 0;
  left: 50%;
  z-index: 0;
}

.nav-dropdown-open {
  transform: translateY(0%);
}

.nav-area a:not(.button) {
  transition: 0.4s ease-out;
}

.nav-area .hamburger {
  display: none;
}

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

@media (max-width: 1200px) and (max-width: 768px) {
  .nav-area .hamburger span {
    background-color: #fff;
  }
}

@media (max-width: 1200px) {
  .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: #7043e3;
  transform-origin: left;
}

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

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

  100% {
    width: 0%;
  }
}

.animate {
  animation: countdown 15s linear forwards;
}

.win-win-book {
  position: relative;
}

.win-win-book::after {
  background: url(../img/pattern.png);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: -10%;
  content: "";
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .win-win-book::after {
    background: url(../img/circle-mobile.png);
    left: -27%;
    top: 26%;
  }
}

.triangle-shape {
  margin-top: -120px;
  transform: scale(1.5);
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  background: url(../img/gradient.png);
  width: 100%;
  height: 676px;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -30%;
  right: -50%;
}

@media (max-width: 768px) {
  .hero-section::after {
    background: none;
  }
}

@media (max-width: 550px) {
  .hero-section::after {
    background: url(../img/gradient-mobile.png);
    bottom: -7%;
    right: -25%;
  }
}

.hero-section-dark {
  position: relative;
  overflow: hidden;
}

.hero-section-dark::after {
  content: "";
  position: absolute;
  background: #1d205a;
  opacity: 0.7;
  width: 100%;
  height: 676px;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -30%;
  right: -50%;
  filter: blur(250px);
}

.marketing-mastery {
  position: relative;
  overflow: hidden;
}

.marketing-mastery::after {
  content: "";
  position: absolute;
  background: url(../img/abstract-gradient.png);
  width: 100%;
  height: 676px;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -132%;
  right: -42%;
  border-radius: 36px;
}

@media (max-width: 768px) {
  .marketing-mastery::after {
    display: none;
  }
}

@media (max-width: 550px) {
  .marketing-mastery-wrapper {
    position: relative;
    overflow: hidden;
  }

  .marketing-mastery-wrapper::after {
    content: "";
    position: absolute;
    background: url(../img/gradient-mobile.png);
    width: 100%;
    height: 676px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -22%;
    right: -14%;
    border-radius: 36px;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-content.expanded {
  max-height: 1000px;
}

.accordion-icon {
  transition: transform 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}

.yellow-underline::after {
  content: "";
  display: block;
  width: 80px;
  /* Adjust based on the image size */
  height: 30px;
  /* Adjust based on the image size */
  background-image: url('../img/vector_watch.webp');
  /* Path to your SVG or image */
  background-size: contain;
  /* Adjust to fit the image */
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

swiper-container::part(button-prev) {
  color: white;
}

swiper-container::part(button-next) {
  color: white;
}

swiper-container::part(bullet-active) {
  background-color: black;
}

.text-gradient{
  background: linear-gradient(to right, #F6346D, #FE7A58);
  -webkit-background-clip: text;
  color: transparent;
}

.fml-gradient{
  background: rgb(252,134,50);
  background: linear-gradient(145deg, rgba(252,134,50,1) 0%, rgba(240,46,37,1) 100%);
}

.fml-text-gradient{
  background: rgb(252,134,50);
  background: linear-gradient(145deg, rgba(252,134,50,1) 0%, rgba(240,46,37,1) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.black-gradient{
  background: rgb(0,0,0);
  background: linear-gradient(140deg, rgba(0,0,0,1) 0%, rgba(56,56,56,1) 100%);
}

@media (min-width: 640px) {
  .sm\:mb-1 {
    margin-bottom: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:\!p-0 {
    padding: 0px !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:bottom-2 {
    bottom: 16px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-4 {
    height: 32px;
  }

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

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

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

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

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

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

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

  .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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:p-1 {
    padding: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mx-\[23px\] {
    margin-left: 23px;
    margin-right: 23px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 24px;
  }

  .lg\:gap-5 {
    gap: 48px;
  }

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

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

  .lg\:gap-\[56px\] {
    gap: 56px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-\[72px\] {
    gap: 72px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:gap-\[90px\] {
    gap: 90px;
  }

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

  .lg\:gap-y-\[50px\] {
    row-gap: 50px;
  }

  .lg\:gap-y-\[64px\] {
    row-gap: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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