:root {
  --color-default: #777b8e;
  --color-primary: #6D3ADF; /* #32bcfd */
  --color-secondary: #885EE6; /* #0299e0 */
  --color-tertiary: #6D3ADF; /* #2ecc71 */
  --color-quartiary: #2DF7C2; /* #ff9343 */
  --color-dark: #2b2f41;
  --font-main: 'DIN_2014, Verdana, sans-serif';
}

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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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]) {
  text-decoration: underline;
  -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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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:  ;
}
.tw-pointer-events-none {
  pointer-events: none;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.-tw-top-4 {
  top: -1rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-2 {
  right: 0.5rem;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-16 {
  top: 4rem;
}
.tw-z-10 {
  z-index: 10;
}
.tw-m-2 {
  margin: 0.5rem;
}
.-tw-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-tw-mt-1 {
  margin-top: -0.25rem;
}
.-tw-mt-14 {
  margin-top: -3.5rem;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-\[2px\] {
  margin-bottom: 2px;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-14 {
  height: 3.5rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-30 {
  height: 7.5rem;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-48 {
  height: 12rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-\[15px\] {
  height: 15px;
}
.tw-h-\[50px\] {
  height: 50px;
}
.tw-h-\[60px\] {
  height: 60px;
}
.tw-h-auto {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-min-h-32 {
  min-height: 8rem;
}
.tw-min-h-\[200px\] {
  min-height: 200px;
}
.tw-min-h-\[60px\] {
  min-height: 60px;
}
.tw-min-h-\[70px\] {
  min-height: 70px;
}
.tw-min-h-\[80px\] {
  min-height: 80px;
}
.\!tw-w-auto {
  width: auto !important;
}
.tw-w-14 {
  width: 3.5rem;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-40 {
  width: 10rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-\[21px\] {
  width: 21px;
}
.tw-w-\[30px\] {
  width: 30px;
}
.tw-w-\[50\%\] {
  width: 50%;
}
.tw-w-\[70px\] {
  width: 70px;
}
.tw-w-\[90\%\] {
  width: 90%;
}
.tw-w-\[90px\] {
  width: 90px;
}
.tw-w-auto {
  width: auto;
}
.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-15 {
  min-width: 3.75rem;
}
.tw-min-w-20 {
  min-width: 5rem;
}
.tw-min-w-40 {
  min-width: 10rem;
}
.tw-min-w-full {
  min-width: 100%;
}
.tw-max-w-6xl {
  max-width: 72rem;
}
.tw-max-w-\[100px\] {
  max-width: 100px;
}
.tw-max-w-\[60ch\] {
  max-width: 60ch;
}
.tw-max-w-\[90ch\] {
  max-width: 90ch;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-grow {
  flex-grow: 1;
}
.tw-border-collapse {
  border-collapse: collapse;
}
.-tw-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-rotate-6 {
  --tw-rotate: -6deg;
  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));
}
.-tw-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-0 {
  gap: 0px;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-\[2px\] {
  gap: 2px;
}
.tw-gap-x-\[2px\] {
  column-gap: 2px;
}
.tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-text-nowrap {
  text-wrap: nowrap;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-\[12px\] {
  border-radius: 12px;
}
.tw-rounded-\[15px\] {
  border-radius: 15px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.tw-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tw-rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-r {
  border-right-width: 1px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-none {
  border-style: none;
}
.tw-border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.tw-border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.tw-border-default\/25 {
  border-color: rgb(119 123 142 / 0.25);
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tw-border-mint-700 {
  --tw-border-opacity: 1;
  border-color: rgb(12 185 139 / var(--tw-border-opacity));
}
.tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(109 58 223 / var(--tw-border-opacity));
}
.tw-border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(74 39 149 / var(--tw-border-opacity));
}
.tw-border-t-mint-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 185 139 / var(--tw-border-opacity));
}
.tw-border-t-violet-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 94 231 / var(--tw-border-opacity));
}
.\!tw-bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 58 223 / var(--tw-bg-opacity)) !important;
}
.\!tw-bg-quartiary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 247 194 / var(--tw-bg-opacity)) !important;
}
.\!tw-bg-tertiary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 58 223 / var(--tw-bg-opacity)) !important;
}
.\!tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.tw-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.tw-bg-mint-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 255 244 / var(--tw-bg-opacity));
}
.tw-bg-mint-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 255 251 / var(--tw-bg-opacity));
}
.tw-bg-mint-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 247 192 / var(--tw-bg-opacity));
}
.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.tw-bg-secondary\/15 {
  background-color: rgb(136 94 230 / 0.15);
}
.tw-bg-secondary\/5 {
  background-color: rgb(136 94 230 / 0.05);
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 214 255 / var(--tw-bg-opacity));
}
.tw-bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 252 / var(--tw-bg-opacity));
}
.tw-bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 56 223 / var(--tw-bg-opacity));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.tw-from-mint-100 {
  --tw-gradient-from: #CEFFF4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(206 255 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-mint-50 {
  --tw-gradient-from: #E6FFFB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 255 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-violet-100 {
  --tw-gradient-from: #E4D6FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 214 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-violet-50 {
  --tw-gradient-from: #F3EEFC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 238 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.tw-to-mint-100 {
  --tw-gradient-to: #CEFFF4 var(--tw-gradient-to-position);
}
.tw-to-violet-100 {
  --tw-gradient-to: #E4D6FF var(--tw-gradient-to-position);
}
.tw-to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.tw-fill-primary {
  fill: #6D3ADF;
}
.tw-fill-white {
  fill: #fff;
}
.tw-stroke-primary {
  stroke: #6D3ADF;
}
.tw-stroke-white {
  stroke: #fff;
}
.tw-object-contain {
  object-fit: contain;
}
.tw-object-cover {
  object-fit: cover;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-10 {
  padding-bottom: 2.5rem;
}
.tw-pb-3 {
  padding-bottom: 0.75rem;
}
.tw-pb-5 {
  padding-bottom: 1.25rem;
}
.tw-pl-1 {
  padding-left: 0.25rem;
}
.tw-pl-20 {
  padding-left: 5rem;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-3 {
  padding-top: 0.75rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-\[164px\] {
  padding-top: 164px;
}
.tw-pt-px {
  padding-top: 1px;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.\!tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-\[1\.05rem\] {
  font-size: 1.05rem;
}
.tw-text-\[1\.35rem\] {
  font-size: 1.35rem;
}
.tw-text-\[105\%\] {
  font-size: 105%;
}
.tw-text-\[110\%\] {
  font-size: 110%;
}
.tw-text-\[115\%\] {
  font-size: 115%;
}
.tw-text-\[120\%\] {
  font-size: 120%;
}
.tw-text-\[13px\] {
  font-size: 13px;
}
.tw-text-\[15px\] {
  font-size: 15px;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.\!tw-leading-\[1\.15\] {
  line-height: 1.15 !important;
}
.\!tw-leading-\[1\.1\] {
  line-height: 1.1 !important;
}
.\!tw-leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.\!tw-leading-none {
  line-height: 1 !important;
}
.tw-leading-\[1\.25\] {
  line-height: 1.25;
}
.tw-leading-\[1\.5\] {
  line-height: 1.5;
}
.tw-leading-none {
  line-height: 1;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-dark {
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}
.tw-text-default {
  --tw-text-opacity: 1;
  color: rgb(119 123 142 / var(--tw-text-opacity));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tw-text-mint-600 {
  --tw-text-opacity: 1;
  color: rgb(12 229 172 / var(--tw-text-opacity));
}
.tw-text-mint-700 {
  --tw-text-opacity: 1;
  color: rgb(12 185 139 / var(--tw-text-opacity));
}
.tw-text-mint-900 {
  --tw-text-opacity: 1;
  color: rgb(9 100 75 / var(--tw-text-opacity));
}
.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(109 58 223 / var(--tw-text-opacity));
}
.tw-text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(90 47 186 / var(--tw-text-opacity));
}
.tw-text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(74 39 149 / var(--tw-text-opacity));
}
.tw-text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(47 41 70 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.tw-line-through {
  text-decoration-line: line-through;
}
.\!tw-no-underline {
  text-decoration-line: none !important;
}
.tw-shadow {
  --tw-shadow: 0 2px 27px -15px rgba(16, 34, 91, 0.2);
  --tw-shadow-colored: 0 2px 27px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-default {
  --tw-shadow-color: #777b8e;
  --tw-shadow: var(--tw-shadow-colored);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-outline {
  outline-style: solid;
}
.tw-outline-white\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.\!tw-transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
}
.tw-transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.\!tw-duration-\[300ms\] {
  transition-duration: 300ms !important;
}


.tailwind-wrapper .text-content > :last-child,
.tailwind-wrapper .text-content ul > :last-child,
.tailwind-wrapper .text-content ol > :last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.tailwind-wrapper .text-content ul li {
    padding-left: 1em;
}
.tailwind-wrapper .text-content ul li:before {
    content: "\2022";
    color: var(--color-primary);
    opacity: 1;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    position: relative;
    margin-left: -1em;
}
.tailwind-wrapper .text-content ol {
    counter-reset: my-counter;
}
.tailwind-wrapper .text-content ol li {
    counter-increment: my-counter;
    padding-left: 1.5em;
}
.tailwind-wrapper .text-content ol li:before {
    content: "0" counter(my-counter);
    color: var(--color-primary);
    opacity: 0.7;
    display: inline-block;
    width: 1.65em;
    position: relative;
    font-size: 0.85em;
    line-height: 1em;
    margin-left: -1.65em;
}

.tailwind-wrapper .text-content ul ul,
.tailwind-wrapper .text-content ul ol,
.tailwind-wrapper .text-content ol ol,
.tailwind-wrapper .text-content ol ul {
    padding-top: 0.75rem !important;
    padding-bottom: 0 !important;
}
@media (min-width: 768px) {
    .tailwind-wrapper .text-content ul ul,
    .tailwind-wrapper .text-content ul ol,
    .tailwind-wrapper .text-content ol ol,
    .tailwind-wrapper .text-content ol ul {
        padding-top: 0.875rem !important;
    }
}
@media (min-width: 1024px) {
    .tailwind-wrapper .text-content ul ul,
    .tailwind-wrapper .text-content ul ol,
    .tailwind-wrapper .text-content ol ol,
    .tailwind-wrapper .text-content ol ul {
        padding-top: 0.1rem !important;
    }
}
@media (min-width: 1280px) {
    .tailwind-wrapper .text-content ul ul,
    .tailwind-wrapper .text-content ul ol,
    .tailwind-wrapper .text-content ol ol,
    .tailwind-wrapper .text-content ol ul {
        padding-top: 1.08rem !important;
    }
}

.tailwind-wrapper .text-content h1:not(:first-child),
.tailwind-wrapper .text-content h2:not(:first-child),
.tailwind-wrapper .text-content h3:not(:first-child),
.tailwind-wrapper .text-content h4:not(:first-child),
.tailwind-wrapper .text-content h5:not(:first-child),
.tailwind-wrapper .text-content h6:not(:first-child) {
    padding-top: 0.75rem !important;
}
@media (min-width: 768px) {
    .tailwind-wrapper .text-content h1:not(:first-child),
    .tailwind-wrapper .text-content h2:not(:first-child),
    .tailwind-wrapper .text-content h3:not(:first-child),
    .tailwind-wrapper .text-content h4:not(:first-child),
    .tailwind-wrapper .text-content h5:not(:first-child),
    .tailwind-wrapper .text-content h6:not(:first-child) {
        padding-top: 0.875rem !important;
    }
}
@media (min-width: 1024px) {
    .tailwind-wrapper .text-content h1:not(:first-child),
    .tailwind-wrapper .text-content h2:not(:first-child),
    .tailwind-wrapper .text-content h3:not(:first-child),
    .tailwind-wrapper .text-content h4:not(:first-child),
    .tailwind-wrapper .text-content h5:not(:first-child),
    .tailwind-wrapper .text-content h6:not(:first-child) {
        padding-top: 0.1rem !important;
    }
}
@media (min-width: 1280px) {
    .tailwind-wrapper .text-content h1:not(:first-child),
    .tailwind-wrapper .text-content h2:not(:first-child),
    .tailwind-wrapper .text-content h3:not(:first-child),
    .tailwind-wrapper .text-content h4:not(:first-child),
    .tailwind-wrapper .text-content h5:not(:first-child),
    .tailwind-wrapper .text-content h6:not(:first-child) {
        padding-top: 1.08rem !important;
    }
}


  


/* ------ ACCORDIONS ------ */

.tailwind-wrapper .tw-accordions .step:not(.active) .step-content {
    height: 0 !important;
}

.tailwind-wrapper .tw-accordions .step.active .step-nav img {
    transform: rotate(180deg);
}


/* ------ FSLIGHTBOX ------ */

.fslightbox-container {
    background: rgb(34, 34, 37, 0.8) !important;
}

.fslightboxs {
    cursor: default !important;
}   
    
.fslightbox-toolbar-button:nth-child(1),
.fslightbox-toolbar-button:nth-child(2),
.fslightbox-toolbar-button:nth-child(3),
.fslightbox-toolbar-button:nth-child(4),
.fslightbox-toolbar-button:nth-child(5) {
    display: none !important;
}


/* ------ UTILITIES ------ */

.hide-native-scrollbar{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.hide-native-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 1199px) {
    .tailwind-wrapper {
        padding-top: 36px;
    }
}


/* ------ RIBBON TABLE ------ */

.tailwind-wrapper .tabs .nav.active,
.tailwind-wrapper .tabs .nav:hover {
    color: white !important;
    background-color: var(--color-primary) !important;
}

.tailwind-wrapper .tabs .nav.active {
    cursor: default !important;
}

.tailwind-wrapper .tabs .tab:not(.active) {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
}


/* ------ COVER IMAGE ------ */

.tailwind-wrapper section.blue.has-image {
    background-color: rgba(0,0,0,0.25);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}


/* ------ RIBBON MAIN BG ------ */

.tailwind-wrapper .has-main-bg + .has-main-bg,
.tailwind-wrapper .main-bg-1 + .main-bg-1,
.tailwind-wrapper .main-bg-2 + .main-bg-2 {
    margin-top: 0 !important;
}

.tailwind-wrapper .main-bg-1 + .main-bg-1,
.tailwind-wrapper .main-bg-2 + .main-bg-2 {
    padding-top: 0 !important;
}


.apply-text-base {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(119 123 142 / var(--tw-text-opacity));
}


@media (min-width: 992px) {

  .apply-text-base {
    font-size: 1rem;
  }
}


@media (min-width: 1200px) {

  .apply-text-base {
    font-size: 1.05rem;
  }
}

.apply-text-hl {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(119 123 142 / var(--tw-text-opacity));
}

@media (min-width: 992px) {

  .apply-text-hl {
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {

  .apply-text-hl {
    font-size: 1.25rem;
  }
}

.text-content h1 {
  margin-bottom: 0.75rem;
  font-size: 1.82rem;
  font-weight: 500;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}

.text-content h1:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 576px) {

  .text-content h1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {

  .text-content h1 {
    margin-bottom: 0.875rem;
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {

  .text-content h1 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content h1 {
    margin-bottom: 1.08rem;
  }
}

.text-content h2 {
  margin-bottom: 0.75rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}

.text-content h2:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 576px) {

  .text-content h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {

  .text-content h2 {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 992px) {

  .text-content h2 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content h2 {
    margin-bottom: 1.08rem;
  }
}

.text-content h3 {
  margin-bottom: 0.75rem;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}

.text-content h3:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content h3 {
    margin-bottom: 0.875rem;
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {

  .text-content h3 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content h3 {
    margin-bottom: 1.08rem;
  }
}

.text-content h4 {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}

.text-content h4:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content h4 {
    margin-bottom: 0.875rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {

  .text-content h4 {
    margin-bottom: 1rem;
    font-size: 1.32rem;
  }
}

@media (min-width: 1200px) {

  .text-content h4 {
    margin-bottom: 1.08rem;
    font-size: 1.45rem;
  }
}

.text-content h5 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}

.text-content h5:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content h5 {
    margin-bottom: 0.875rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {

  .text-content h5 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content h5 {
    margin-bottom: 1.08rem;
    font-size: 1.25rem;
  }
}

.text-content h6 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 47 65 / var(--tw-text-opacity));
}

.text-content h6:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content h6 {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 992px) {

  .text-content h6 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content h6 {
    margin-bottom: 1.08rem;
  }
}

.text-content p {
  margin-bottom: 0.75rem;
}

.text-content p:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content p {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 992px) {

  .text-content p {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content p {
    margin-bottom: 1.08rem;
  }
}

.text-content strong,
.text-content b {
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(43 47 65 / var(--tw-text-opacity)) !important;
}

.tw-text-white .text-content strong,
.tw-text-white .text-content b,
.tw-text-white .text-content a,
.tw-text-white .text-content ul li:before,
.tw-text-white .text-content ol li:before {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-content ul,
.text-content ol {
  margin-bottom: 0.75rem;
}

.text-content ul:last-child,
.text-content ol:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content ul,
.text-content ol {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 992px) {

  .text-content ul,
.text-content ol {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {

  .text-content ul,
.text-content ol {
    margin-bottom: 1.08rem;
  }
}

.text-content ul li,
.text-content ol li {
  margin-bottom: 0.25rem;
}

.text-content ul li:last-child,
.text-content ol li:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {

  .text-content ul li,
.text-content ol li {
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 992px) {

  .text-content ul li,
.text-content ol li {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1200px) {

  .text-content ul li,
.text-content ol li {
    margin-bottom: 0.625rem;
  }
}

.text-content a {
  --tw-text-opacity: 1;
  color: rgb(109 58 223 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.text-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(136 94 230 / var(--tw-text-opacity));
}

/* .apply-cta {
  @apply inline-flex items-center justify-between cursor-pointer w-auto min-h-[35px] md:min-h-[39px] lg:min-h-[43px] xl:min-h-[47px] px-5 md:px-5.5 lg:px-6 xl:px-6.5 text-[11px] md:text-[12px] lg:text-[14px] xl:text-[16px] text-center uppercase font-medium !leading-[1.28] text-white bg-primary rounded-full transition-colors hover:bg-secondary;
} */


.banner-custom-background {
    background: #6d3adf radial-gradient(ellipse 450px 450px at 0% 100%, #2df7c2, #0000 70%);
}


.\*\:\!tw-text-white > * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}


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


.last\:\!tw-pb-10:last-child {
  padding-bottom: 2.5rem !important;
}


.hover\:tw-bg-\[\#8affe0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 255 224 / var(--tw-bg-opacity));
}


.hover\:tw-bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}


.hover\:tw-bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}


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


.hover\:tw-bg-mint-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(206 255 244 / var(--tw-bg-opacity));
}


.hover\:tw-bg-mint-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 253 232 / var(--tw-bg-opacity));
}


.hover\:tw-bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 214 255 / var(--tw-bg-opacity));
}


.hover\:tw-bg-violet-500\/80:hover {
  background-color: rgb(108 56 223 / 0.8);
}


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


.hover\:tw-from-mint-100:hover {
  --tw-gradient-from: #CEFFF4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(206 255 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}


.hover\:tw-from-violet-100:hover {
  --tw-gradient-from: #E4D6FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 214 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}


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


.hover\:tw-fill-secondary:hover {
  fill: #885EE6;
}


.hover\:tw-stroke-secondary:hover {
  stroke: #885EE6;
}


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


.hover\:\!tw-opacity-80:hover {
  opacity: 0.8 !important;
}


.focus\:tw-ring-mint-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 247 192 / var(--tw-ring-opacity));
}


.focus\:tw-ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(108 56 223 / var(--tw-ring-opacity));
}


.active\:tw-bg-black\/15:active {
  background-color: rgb(0 0 0 / 0.15);
}


.active\:tw-bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}


.active\:tw-bg-mint-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(162 253 232 / var(--tw-bg-opacity));
}


.active\:tw-bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(193 173 245 / var(--tw-bg-opacity));
}


.active\:tw-from-mint-200:active {
  --tw-gradient-from: #A2FDE8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 253 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}


.active\:tw-from-violet-200:active {
  --tw-gradient-from: #C1ADF5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(193 173 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}


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


.tw-group:hover .group-hover\:tw-translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}


.tw-group\/controls:hover .group-hover\/controls\:tw-fill-primary {
  fill: #6D3ADF;
}


.tw-group\/controls:hover .group-hover\/controls\:tw-stroke-primary {
  stroke: #6D3ADF;
}


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


.tw-group:hover .group-hover\:tw-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(136 94 230 / var(--tw-text-opacity));
}


.tw-group\/controls.play .group-\[\.play\]\/controls\:tw-left-full {
  left: 100%;
}


.tw-group\/controls.play .group-\[\.play\]\/controls\:tw-top-full {
  top: 100%;
}


.tw-group\/controls.pause .group-\[\.pause\]\/controls\:tw-block {
  display: block;
}


.tw-group\/controls.play .group-\[\.play\]\/controls\:tw-block {
  display: block;
}


.tw-group\/controls.play .group-\[\.play\]\/controls\:-tw-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.tw-group\/controls.play .group-\[\.play\]\/controls\:-tw-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.tw-group\/controls.play .group-\[\.play\]\/controls\:tw-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}


@media (min-width: 640px) {

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-pr-40 {
    padding-right: 10rem;
  }
}


@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-hidden {
    display: none;
  }

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

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

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

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

  .md\:tw-min-w-64 {
    min-width: 16rem;
  }

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

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

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

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

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

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

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

  .md\:tw-gap-2 {
    gap: 0.5rem;
  }

  .md\:tw-gap-4 {
    gap: 1rem;
  }

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

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

  .md\:tw-rounded-\[13px\] {
    border-radius: 13px;
  }

  .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

  .md\:tw-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

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

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

  .md\:tw-border-r {
    border-right-width: 1px;
  }

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

  .md\:tw-border-t-\[3px\] {
    border-top-width: 3px;
  }

  .md\:\!tw-border-b-white {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:tw-bg-transparent {
    background-color: transparent;
  }

  .md\:tw-p-0 {
    padding: 0px;
  }

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

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

  .md\:tw-px-4\.5 {
    padding-left: 1.08rem;
    padding-right: 1.08rem;
  }

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

  .md\:tw-py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:tw-py-4\.5 {
    padding-top: 1.08rem;
    padding-bottom: 1.08rem;
  }

  .md\:tw-py-6\.5 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .md\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

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

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

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

  .md\:tw-pl-56 {
    padding-left: 14rem;
  }

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

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

  .md\:tw-pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:tw-pt-5\.5 {
    padding-top: 1.38rem;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

  .last\:md\:\!tw-pb-12:last-child {
    padding-bottom: 3rem !important;
  }
}


@media (min-width: 992px) {

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

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

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

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

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

  .lg\:tw-py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

  .lg\:tw-pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .lg\:tw-pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:tw-pt-2\.5 {
    padding-top: 0.625rem;
  }

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

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

  .lg\:tw-text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .lg\:tw-text-\[1\.55rem\] {
    font-size: 1.55rem;
  }

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

  .last\:lg\:\!tw-pb-14:last-child {
    padding-bottom: 3.5rem !important;
  }
}


@media (min-width: 1200px) {

  .xl\:tw-min-h-\[14px\] {
    min-height: 14px;
  }

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

  .xl\:tw-w-\[105px\] {
    width: 105px;
  }

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

  .xl\:tw-rounded-\[15px\] {
    border-radius: 15px;
  }

  .xl\:tw-px-5\.5 {
    padding-left: 1.38rem;
    padding-right: 1.38rem;
  }

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

  .xl\:tw-py-5\.5 {
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
  }

  .xl\:tw-py-7\.5 {
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
  }

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

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

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

  .xl\:tw-pt-4\.5 {
    padding-top: 1.08rem;
  }

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

  .xl\:tw-pt-8\.5 {
    padding-top: 2.125rem;
  }

  .xl\:tw-pt-\[150px\] {
    padding-top: 150px;
  }

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

  .last\:xl\:\!tw-pb-16:last-child {
    padding-bottom: 4rem !important;
  }

  .tw-group\/controls.play .xl\:group-\[\.play\]\/controls\:tw-scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }
}


.\[\&\:not\(\:first-child\)\]\:tw-mt-10:not(:first-child) {
  margin-top: 2.5rem;
}


@media (min-width: 768px) {

  .md\:\[\&\:not\(\:first-child\)\]\:tw-mt-12:not(:first-child) {
    margin-top: 3rem;
  }
}


@media (min-width: 992px) {

  .lg\:\[\&\:not\(\:first-child\)\]\:tw-mt-14:not(:first-child) {
    margin-top: 3.5rem;
  }
}


@media (min-width: 1200px) {

  .xl\:\[\&\:not\(\:first-child\)\]\:tw-mt-16:not(:first-child) {
    margin-top: 4rem;
  }
}


@media (min-width: 768px) {

  .md\:\[\&\>\*\:last-child\>div\]\:tw-border-r-0>*:last-child>div {
    border-right-width: 0px;
  }
}
