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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

.-top-6 {
  top: -1.5rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-60 {
  bottom: 15rem;
}

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

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

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

.left-8 {
  left: 2rem;
}

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

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

.left-\[calc\(50\%_\+_235px\)\] {
  left: calc(50% + 235px);
}

.left-\[calc\(50\%_\+_435px\)\] {
  left: calc(50% + 435px);
}

.left-\[calc\(50\%_-_789px\)\] {
  left: calc(50% - 789px);
}

.right-0 {
  right: 0px;
}

.right-auto {
  right: auto;
}

.top-0 {
  top: 0px;
}

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

.top-120px {
  top: 120px;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-5 {
  top: 1.25rem;
}

.top-full {
  top: 100%;
}

.\!z-50 {
  z-index: 50 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.-ml-5 {
  margin-left: -1.25rem;
}

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

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

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

.-mt-2 {
  margin-top: -0.5rem;
}

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

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

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-30px {
  margin-bottom: 30px;
}

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

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

.mb-50px {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-92px {
  margin-bottom: 92px;
}

.mb-auto {
  margin-bottom: auto;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

.mt-2 {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[300\/340\] {
  aspect-ratio: 300/340;
}

.aspect-\[325\/300\] {
  aspect-ratio: 325/300;
}

.aspect-\[360\/512\] {
  aspect-ratio: 360/512;
}

.aspect-\[360\/561\] {
  aspect-ratio: 360/561;
}

.aspect-\[380\/306\] {
  aspect-ratio: 380/306;
}

.aspect-\[522\/506\] {
  aspect-ratio: 522/506;
}

.aspect-\[522\/752\] {
  aspect-ratio: 522/752;
}

.aspect-\[543\/212\] {
  aspect-ratio: 543/212;
}

.aspect-\[601\/334\] {
  aspect-ratio: 601/334;
}

.aspect-\[607\/414\] {
  aspect-ratio: 607/414;
}

.aspect-\[663\/521\] {
  aspect-ratio: 663/521;
}

.aspect-\[670\/630\] {
  aspect-ratio: 670/630;
}

.aspect-\[677\/626\] {
  aspect-ratio: 677/626;
}

.aspect-\[688\/630\] {
  aspect-ratio: 688/630;
}

.aspect-\[696\/646\] {
  aspect-ratio: 696/646;
}

.aspect-\[713\/611\] {
  aspect-ratio: 713/611;
}

.\!h-16 {
  height: 4rem !important;
}

.h-0 {
  height: 0px;
}

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

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-100px {
  height: 100px;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-33px {
  height: 33px;
}

.h-35px {
  height: 35px;
}

.h-38px {
  height: 38px;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-55px {
  height: 55px;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-95px {
  height: 95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh_-_200px\)\] {
  height: calc(100vh - 200px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

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

.max-h-screen {
  max-height: 100vh;
}

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

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

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

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

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

.\!w-16 {
  width: 4rem !important;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-100px {
  width: 100px;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-23px {
  width: 23px;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-35px {
  width: 35px;
}

.w-38px {
  width: 38px;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-84px {
  width: 84px;
}

.w-9 {
  width: 2.25rem;
}

.w-90px {
  width: 90px;
}

.w-95px {
  width: 95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%_-_460px\)\] {
  width: calc(100% - 460px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-1281px {
  max-width: 1281px;
}

.max-w-1361px {
  max-width: 1361px;
}

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-522px {
  max-width: 522px;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

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

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

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

.translate-x-\[calc\(50vw_\+_75px\)\] {
  --tw-translate-x: calc(50vw + 75px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(50vw_-_110px\)\] {
  --tw-translate-x: calc(50vw - 110px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(50vw_-_15px\)\] {
  --tw-translate-x: calc(50vw - 15px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[calc\(50vw_-_203px\)\] {
  --tw-translate-x: calc(50vw - 203px);
  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-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[105px\] {
  --tw-translate-y: 105px;
  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-\[33px\] {
  --tw-translate-y: 33px;
  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-\[64px\] {
  --tw-translate-y: 64px;
  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-\[90px\] {
  --tw-translate-y: 90px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.scale-\[0\.5\] {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.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));
}

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

.-scale-x-\[1\] {
  --tw-scale-x: -1;
  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));
}

.transform-none {
  transform: none;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-5px {
  border-radius: 5px;
}

.rounded-8px {
  border-radius: 8px;
}

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

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

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

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

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

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

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

.rounded-none {
  border-radius: 0px;
}

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

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-l-4 {
  border-left-width: 4px;
}

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

.border-s-4 {
  border-inline-start-width: 4px;
}

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

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

.border-t-\[6px\] {
  border-top-width: 6px;
}

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

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

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

.border-C600F2 {
  --tw-border-opacity: 1;
  border-color: rgb(198 0 242 / var(--tw-border-opacity));
}

.border-\[\#009DF1\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 157 241 / var(--tw-border-opacity));
}

.border-\[\#00C6CB\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 198 203 / var(--tw-border-opacity));
}

.border-\[\#0186CD\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 134 205 / var(--tw-border-opacity));
}

.border-\[\#1CBCAC\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 188 172 / var(--tw-border-opacity));
}

.border-\[\#78BF26\] {
  --tw-border-opacity: 1;
  border-color: rgb(120 191 38 / var(--tw-border-opacity));
}

.border-\[\#79E201\] {
  --tw-border-opacity: 1;
  border-color: rgb(121 226 1 / var(--tw-border-opacity));
}

.border-\[\#8F8C8C\] {
  --tw-border-opacity: 1;
  border-color: rgb(143 140 140 / var(--tw-border-opacity));
}

.border-\[\#D50037\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 0 55 / var(--tw-border-opacity));
}

.border-\[\#EEEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 237 237 / var(--tw-border-opacity));
}

.border-\[\#F5BFCD\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 191 205 / var(--tw-border-opacity));
}

.border-\[\#F9C520\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 197 32 / var(--tw-border-opacity));
}

.border-\[\#F9FAFB\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

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

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

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

.border-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 243 / var(--tw-border-opacity));
}

.border-brand-green {
  --tw-border-opacity: 1;
  border-color: rgb(116 200 47 / var(--tw-border-opacity));
}

.border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(235 0 57 / var(--tw-border-opacity));
}

.border-dark-border {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}

.border-dark-border-light {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(237 181 14 / var(--tw-border-opacity));
}

.border-neutral-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(60 63 67 / var(--tw-border-opacity));
}

.border-odyssey {
  --tw-border-opacity: 1;
  border-color: rgb(198 0 242 / var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

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

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

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

.bg-7624F9 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 36 249 / var(--tw-bg-opacity));
}

.bg-C600F2 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 0 242 / var(--tw-bg-opacity));
}

.bg-F734C8 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 52 200 / var(--tw-bg-opacity));
}

.bg-F9FAFD {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 253 / var(--tw-bg-opacity));
}

.bg-\[\#009DF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 157 241 / var(--tw-bg-opacity));
}

.bg-\[\#1CBCAC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 188 172 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#7624F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 36 249 / var(--tw-bg-opacity));
}

.bg-\[\#78BF26\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 191 38 / var(--tw-bg-opacity));
}

.bg-\[\#79E202\] {
  --tw-bg-opacity: 1;
  background-color: rgb(121 226 2 / var(--tw-bg-opacity));
}

.bg-\[\#D50037\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 0 55 / var(--tw-bg-opacity));
}

.bg-\[\#ECE0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 224 255 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#F734C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 52 200 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[rgba\(249\2c 197\2c 32\2c \.1\)\] {
  background-color: rgba(249,197,32,.1);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  background-color: rgba(255,255,255,0.8);
}

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

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

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

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

.bg-dark-card {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-faq-a {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(237 181 14 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-neutral-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 101 108 / var(--tw-bg-opacity));
}

.bg-odyssey {
  --tw-bg-opacity: 1;
  background-color: rgb(198 0 242 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 57 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-\[linear-gradient\(138\.19deg\2c \#009DF1_1\.7\%\2c \#67CAFF_85\.81\%\)\] {
  background-image: linear-gradient(138.19deg,#009DF1 1.7%,#67CAFF 85.81%);
}

.bg-\[linear-gradient\(138\.19deg\2c \#78BF26_1\.7\%\2c \#79E100_69\.69\%\)\] {
  background-image: linear-gradient(138.19deg,#78BF26 1.7%,#79E100 69.69%);
}

.bg-\[linear-gradient\(138deg\2c \#009DF1_0\%\2c \#67CAFF_86\%\)\] {
  background-image: linear-gradient(138deg,#009DF1 0%,#67CAFF 86%);
}

.bg-\[linear-gradient\(138deg\2c \#78BF26_0\%\2c \#79E100_70\%\)\] {
  background-image: linear-gradient(138deg,#78BF26 0%,#79E100 70%);
}

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

.bg-white-fade {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.from-\[\#006A95\] {
  --tw-gradient-from: #006A95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 106 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#009111\] {
  --tw-gradient-from: #009111 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 145 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0DBF90\] {
  --tw-gradient-from: #0DBF90 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 191 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0FC7D6\] {
  --tw-gradient-from: #0FC7D6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 199 214 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#1AA8D4\] {
  --tw-gradient-from: #1AA8D4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#450F6B\] {
  --tw-gradient-from: #450F6B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 15 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#50B600\] {
  --tw-gradient-from: #50B600 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 182 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#84003C\] {
  --tw-gradient-from: #84003C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 0 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#8A38D7\] {
  --tw-gradient-from: #8A38D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(138 56 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#D02F00\] {
  --tw-gradient-from: #D02F00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(208 47 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#D172C2\] {
  --tw-gradient-from: #D172C2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 114 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#D50031\] {
  --tw-gradient-from: #D50031 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(213 0 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#003FD6\] {
  --tw-gradient-to: #003FD6 var(--tw-gradient-to-position);
}

.to-\[\#00B095\] {
  --tw-gradient-to: #00B095 var(--tw-gradient-to-position);
}

.to-\[\#02D509\] {
  --tw-gradient-to: #02D509 var(--tw-gradient-to-position);
}

.to-\[\#24A196\] {
  --tw-gradient-to: #24A196 var(--tw-gradient-to-position);
}

.to-\[\#379AD5\] {
  --tw-gradient-to: #379AD5 var(--tw-gradient-to-position);
}

.to-\[\#7EBC51\] {
  --tw-gradient-to: #7EBC51 var(--tw-gradient-to-position);
}

.to-\[\#8749AA\] {
  --tw-gradient-to: #8749AA var(--tw-gradient-to-position);
}

.to-\[\#8CCFD6\] {
  --tw-gradient-to: #8CCFD6 var(--tw-gradient-to-position);
}

.to-\[\#B4086F\] {
  --tw-gradient-to: #B4086F var(--tw-gradient-to-position);
}

.to-\[\#C7D600\] {
  --tw-gradient-to: #C7D600 var(--tw-gradient-to-position);
}

.to-\[\#D2AA1D\] {
  --tw-gradient-to: #D2AA1D var(--tw-gradient-to-position);
}

.to-\[\#D6753A\] {
  --tw-gradient-to: #D6753A var(--tw-gradient-to-position);
}

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

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-center {
  background-position: center;
}

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

.fill-current {
  fill: currentColor;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-40 {
  padding-bottom: 10rem;
}

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

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

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

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

.pr-\[5\%\] {
  padding-right: 5%;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

.pt-20 {
  padding-top: 5rem;
}

.pt-200px {
  padding-top: 200px;
}

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

.pt-\[56\.80\%\] {
  padding-top: 56.80%;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-heading {
  font-family: Plus Jakarta Sans, sans-serif;
}

.font-sans {
  font-family: DM Sans, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

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

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

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

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[clamp\(1\.25rem\2c 3vw\2c 1\.5rem\)\] {
  font-size: clamp(1.25rem,3vw,1.5rem);
}

.text-\[clamp\(1\.75rem\2c 4vw\2c 2\.25rem\)\] {
  font-size: clamp(1.75rem,4vw,2.25rem);
}

.text-\[clamp\(1\.75rem\2c 4vw\2c 2\.5rem\)\] {
  font-size: clamp(1.75rem,4vw,2.5rem);
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-1xl {
  line-height: 1.60rem;
}

.leading-24px {
  line-height: 24px;
}

.leading-32px {
  line-height: 32px;
}

.leading-38px {
  line-height: 38px;
}

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

.leading-60px {
  line-height: 60px;
}

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

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

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

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

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

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

.leading-loose {
  line-height: 2;
}

.leading-normal {
  line-height: 1.5;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-1\.9 {
  letter-spacing: 1.92px;
}

.tracking-2\.6 {
  letter-spacing: 2.64px;
}

.tracking-3\.8 {
  letter-spacing: 3.84px;
}

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

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-41F0FC {
  --tw-text-opacity: 1;
  color: rgb(65 240 252 / var(--tw-text-opacity));
}

.text-74C82F {
  --tw-text-opacity: 1;
  color: rgb(116 200 47 / var(--tw-text-opacity));
}

.text-7624F9 {
  --tw-text-opacity: 1;
  color: rgb(118 36 249 / var(--tw-text-opacity));
}

.text-F734C8 {
  --tw-text-opacity: 1;
  color: rgb(247 52 200 / var(--tw-text-opacity));
}

.text-\[\#009DF1\] {
  --tw-text-opacity: 1;
  color: rgb(0 157 241 / var(--tw-text-opacity));
}

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

.text-\[\#74C82F\] {
  --tw-text-opacity: 1;
  color: rgb(116 200 47 / var(--tw-text-opacity));
}

.text-\[\#7624F9\] {
  --tw-text-opacity: 1;
  color: rgb(118 36 249 / var(--tw-text-opacity));
}

.text-\[\#78BF26\] {
  --tw-text-opacity: 1;
  color: rgb(120 191 38 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#D50037\] {
  --tw-text-opacity: 1;
  color: rgb(213 0 55 / var(--tw-text-opacity));
}

.text-\[\#F734C8\] {
  --tw-text-opacity: 1;
  color: rgb(247 52 200 / var(--tw-text-opacity));
}

.text-\[\#F9C520\] {
  --tw-text-opacity: 1;
  color: rgb(249 197 32 / var(--tw-text-opacity));
}

.text-\[\#F9FAFB\] {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

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

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

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(0 171 243 / var(--tw-text-opacity));
}

.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(116 200 47 / var(--tw-text-opacity));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(235 0 57 / var(--tw-text-opacity));
}

.text-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 171 243 / var(--tw-text-opacity));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(237 181 14 / var(--tw-text-opacity));
}

.text-gold-light {
  --tw-text-opacity: 1;
  color: rgb(245 201 58 / var(--tw-text-opacity));
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.text-green {
  --tw-text-opacity: 1;
  color: rgb(116 200 47 / var(--tw-text-opacity));
}

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

.text-neutral-1000 {
  --tw-text-opacity: 1;
  color: rgb(60 63 67 / var(--tw-text-opacity));
}

.text-neutral-150 {
  --tw-text-opacity: 1;
  color: rgb(229 232 237 / var(--tw-text-opacity));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(213 218 227 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(116 121 128 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(235 0 57 / var(--tw-text-opacity));
}

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

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

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

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

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

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

.decoration-2 {
  text-decoration-thickness: 2px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_10px_2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 2px 10px 2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 2px 10px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_10px_2px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 2px 10px 2px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 2px 10px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_10px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cta-btn {
  --tw-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

.outline-0 {
  outline-width: 0px;
}

.outline-\[11px\] {
  outline-width: 11px;
}

.outline-\[3px\] {
  outline-width: 3px;
}

.outline-offset-0 {
  outline-offset: 0px;
}

.outline-\[\#009DF1\] {
  outline-color: #009DF1;
}

.outline-\[\#7624F9\] {
  outline-color: #7624F9;
}

.outline-\[\#78BF26\] {
  outline-color: #78BF26;
}

.outline-\[\#D50037\] {
  outline-color: #D50037;
}

.outline-\[\#F734C8\] {
  outline-color: #F734C8;
}

.outline-\[\#F9C520\] {
  outline-color: #F9C520;
}

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

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

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

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

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.delay-150 {
  transition-delay: 150ms;
}

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

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

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

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

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

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

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

.will-change-\[width\2c height\] {
  will-change: width,height;
}

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

.gradient-border {
  border: 2px solid transparent;
  background-image: linear-gradient(#292B2F, #292B2F), linear-gradient(to right, #E838BA 21.45%, #5B83FB 51.7%, #5A28A3 77.47%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.gradient-odyssey-border-bg-white {
  border: 2px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff),linear-gradient(135deg, #41F0FC 25%, #F734C8 50.48%, #510EB1 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.gradient-odyssey-border-bg-purple {
  border: 3px solid transparent;
  background-image: linear-gradient(#7624F9, #7624F9), linear-gradient(135deg, #41F0FC 25%, #F734C8 50.48%, #510EB1 100%);;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.gradient-blackfriday-border-banner {
  background-image: linear-gradient(90deg, #C600F2 30.77%, #7624F9 66.35%, #5407CE 100%);;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  padding    : 0;
  margin     : 0;
  font-family: 'Avenir', sans-serif;
}

button {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-out;
}

.bg-cta-btn {
  background         : linear-gradient(91.12deg, #009DF1 1.53%, #0083C9 50.96%, #0178b8 95.96%) !important;
  background-size    : 200% 100% !important;
  background-position: left bottom !important;
  transition         : all .2s ease-in-out;
}

.bg-cta-btn:hover {
  /*background: linear-gradient(91.12deg, #018eda 1.53%, #0178b8 95.96%)!important;*/
  background-position: right bottom !important;
}

.bg-cta-btn-green {
  background         : linear-gradient(91.12deg, #78BF26 1.53%, #5AA305 50.96%, #4a8605 95.96%) !important;
  background-size    : 200% 100% !important;
  background-position: left bottom !important;
  transition         : all .2s ease-in-out;
}

.bg-cta-btn-green:hover {
  /*background: linear-gradient(91.12deg, #66a420 1.53%, #4a8605 95.96%)!important;*/
  background-position: right bottom !important;
}

footer {
  padding-left : 20px;
  padding-right: 20px;
}

footer a {
  transition: all .2s ease-in-out;
}

.validation-errors {
  color    : red;
  font-size: 14px;
}

/*DECORATION ELEMENTS*/

.bottom-divider {
  -webkit-clip-path   : ellipse(60% 60% at 50% 0%);
          clip-path   : ellipse(60% 60% at 50% 0%);
  position    : absolute;
  z-index     : 2;
  bottom      : -88px;
  left        : 50%;
  transform   : translateX(-50%);
  width       : calc(100% + 4px);
  height      : 132px;
  margin-left : -2px;
  margin-right: -2px;
}

.bottom-divider-line {
  content   : '';
  height    : 135px;
  width     : 100%;
  background: linear-gradient(90deg, #F9C520 0%, #E6144A 35%, #85DD1F 70%, #3AB7F9 100%);
  -webkit-clip-path : ellipse(72% 100% at 50% 0%);
          clip-path : ellipse(72% 100% at 50% 0%);
  bottom    : 44px;
  position  : relative;
  z-index   : 1;
  max-width : 1920px;
  left      : 50%;
  transform : translateX(-50%);
}

.top-divider {
  -webkit-clip-path: ellipse(60% 40% at 50% 100%);
          clip-path: ellipse(60% 40% at 50% 100%);
  position : absolute;
  z-index  : 2;
  top      : -125px;
  left     : 50%;
  transform: translateX(-50%);
  width    : 100%;
  height   : 132px;
}

.top-divider-line-white {
  height    : 135px;
  width     : 100%;
  background: linear-gradient(90deg, #F9C520 0%, #E6144A 35%, #85DD1F 70%, #3AB7F9 100%);
  -webkit-clip-path : ellipse(84% 100% at 50% 100%);
          clip-path : ellipse(84% 100% at 50% 100%);
  top       : -60px;
  position  : absolute;
  z-index   : 1;
  max-width : 1920px;
  left      : 50%;
  transform : translateX(-50%);
}

.top-divider-box,
.bottom-divider-box {
  position: relative;
  width   : 100%;
  height  : 40px;
}

.top-divider-box:before {
  content : '';
  position: absolute;
  top     : 0px;
  left    : 0;
  right   : 0;
  height  : 80px;
  z-index : 10;
}

.bottom-divider-box:before {
  content : '';
  position: absolute;
  top     : -45px;
  left    : 0;
  right   : 0;
  height  : 50px;
  z-index : 10;
}

.custom-underline {
  --g                    : linear-gradient(330deg, #EAAB00, #EAAB00, #EAAB00);
  background             : var(--g), var(--g) bottom 2px left 0/100% 2px no-repeat;
  background-clip        : text, padding-box;
  -webkit-background-clip: text, padding-box;
}

.bg-special-black {
  background: radial-gradient(44.13% 42.00% at 76.56% 17.47%, rgba(213, 0, 55, 0.20) 0%, rgba(255, 2, 67, 0.00) 100%), radial-gradient(50.98% 39.30% at 92.92% 69.39%, rgba(11, 255, 108, 0.20) 0%, rgba(153, 255, 194, 0.00) 100%), radial-gradient(77.02% 72.07% at 19.65% 34.63%, rgba(0, 166, 255, 0.20) 0%, rgba(149, 204, 255, 0.00) 80.93%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 58.52%), #000000;
}

.dream-big-section {
  background     : linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(90deg, rgba(249, 198, 32, 0.70) 0%, rgba(230, 20, 73, 0.70) 35%, rgba(132, 221, 31, 0.70) 70%, rgba(58, 182, 249, 0.70) 100%), url(/assets/images/dream-big.webp);
  background-size: cover;
}

.warning-box {
  background: linear-gradient(93.56deg, #D50037 2.55%, #FF3368 62.44%, #D50037 98.48%)
}

.green-box {
  background: linear-gradient(93.56deg, #78BF26 2.55%, #90F719 66.5%, #78BF26 98.48%)
}

.slider-ellipse {
  position: relative;
  z-index : 1;
}

.slider-ellipse:after {
  content   : '';
  position  : absolute;
  z-index   : 0;
  width     : 33%;
  bottom    : 0;
  top       : 0;
  left      : 50%;
  transform : translateX(-50%);
  background: rgba(0, 157, 241, 0.65);
  filter    : blur(100px);
}

.has-blur:before {
  content  : '';
  position : absolute;
  top      : 50%;
  left     : 50%;
  width    : 80%;
  height   : 80%;
  filter   : blur(100px);
  z-index  : 0;
  transform: translate(-50%, -50%);
}

.opacity-0.opacity-1 {
  opacity: 1;
}

/*HEADER*/

/*Hero Container*/

.hero-container {
  background-image   : url(/assets/icons/plus-8.svg), url(/assets/icons/plus-7.svg), url(/assets/icons/plus-6.svg), url(/assets/icons/plus-5.svg), url(/assets/icons/plus-4.svg), url(/assets/icons/plus-3.svg), url(/assets/icons/plus-2.svg), url(/assets/icons/plus-1.svg), linear-gradient(180deg, #000000 5.22%, rgba(0, 0, 0, 0.27) 48.66%, #000000 100%), url(/assets/images/hero-bg.webp), linear-gradient(52.99deg, #000000 49.02%, #2F2F2F 91.06%);
  background-size    : auto, auto, auto, auto, auto, auto, auto, auto, cover, cover;
  background-position: 68% 24%, 64% 50%, 60% 50%, 40% 53%, 50% 15%, 75% 35%, 77% 10%, 40% 30%, top center, top left, top left, top left;
  background-repeat  : no-repeat;
}

.big-ellipse {
  width              : 2313px;
  height             : 2313px;
  /*background-image : url(/assets/images/color-circle.svg);
    background-size    : 2313px;
    background-repeat  : no-repeat;
    background-position:center center;*/
  left               : calc((100vw /2) - 1380px);
  top                : -1413px;
}

#get-started-step .step-image {
  background   : rgba(234, 171, 0, 0.2);
  border       : 4px solid #EAAB00;
  border-radius: 100%;
}

#prepare-step .step-image {
  background   : rgba(213, 0, 55, 0.2);
  border       : 4px solid #D50037;
  border-radius: 100%;
}

#launch-step .step-image {
  background   : rgba(120, 191, 38, 0.2);
  border       : 4px solid #78BF26;
  border-radius: 100%;
}

#grow-step .step-image {
  background   : rgba(0, 157, 241, 0.2);
  border       : 4px solid #009DF1;
  border-radius: 100%;
}

.toggle-main-nav .dropdown a {
  width  : 100%;
  padding: 10px 0px !important;
}

.toggle-main-nav:hover .dropdown {
  display: block !important;
}

/*LaunchPAd Container*/

.launchpad-container {
  background-image   : linear-gradient(0deg, #000000 2.64%, rgba(0, 0, 0, 0) 50.9%), url(/assets/images/launchpad-bg.webp), linear-gradient(52.99deg, #000000 49.02%, #2F2F2F 91.06%);
  background-size    : auto, cover, cover;
  background-position: top left, top center, top left;
  background-repeat  : no-repeat;
}

.how-it-works-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/how-it-works-bg.webp), linear-gradient(52.99deg, #000000 49.02%, #2F2F2F 91.06%);
  background-size    : auto, cover, cover;
  background-position: top left, top center, top left;
  background-repeat  : no-repeat;
}

.founder-container {
  background-image   : linear-gradient(89.66deg, #F2F2F2 0.28%, rgba(242, 242, 242, 0.4) 70.71%), url(/assets/images/stuart-ross.webp), linear-gradient(52.99deg, #000000 49.02%, #2F2F2F 91.06%);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.expert-call-container {
  background-image   : linear-gradient(0deg, #FFFFFF 13.01%, rgba(255, 255, 255, 0) 92.42%), url(/assets/images/expert-call-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top center;
  background-repeat  : no-repeat;
}

.learning-paths-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/woman-laptop.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.bonus-program-container {
  background-image   : linear-gradient(0deg, #FFFFFF 13.01%, rgba(255, 255, 255, 0) 92.42%), url(/assets/images/celebrate.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.go-getter-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/go-getter-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.launching-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/launching.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.websites-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/websites-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.education-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/education-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.about-us-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/about-us-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.about-us-container-2 {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 75.37%, #000000 97.23%), url(/assets/images/about-us-2-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.community-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/community-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.dream-business-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/bg-top3.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.dbl-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/dbl-bg-1.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.the-book-container {
  background-image   : linear-gradient(180deg, rgba(0, 0, 0, 0) 44.37%, #000000 97.23%), url(/assets/images/new-book-funnel/the-book-bg.webp);
  background-size    : cover, cover;
  background-position: top center, top right;
  background-repeat  : no-repeat;
}

.tools-cta-box {
  background-image   : url(/assets/images/tools-cta-box-bg.webp);
  background-size    : cover;
  background-position: top center;
  background-repeat  : no-repeat;
}

.right-plane {
  transform       : matrix(-0.83, -0.56, -0.56, 0.83, 0, 0) rotate(50deg);
  transform-origin: 50% 50%;
  width           : 443px;
  height          : 435px;
}

.offer-expired-container {
  background-image   : linear-gradient(0deg, #000 2.64%, rgba(0, 0, 0, 0.00) 50.9%), url(/assets/images/offer-expired-bg-page.webp);
  background-size    : cover, cover;
  background-position: top center, top center;
  background-repeat  : no-repeat;
}

/*VIDEO CONTAINER*/

.video-container {
  padding            : 22px;
  position           : relative;
  background-image   : url(/assets/icons/video-left-corner.svg), url(/assets/icons/video-right-corner.svg);
  background-position: left top, top right;
  background-repeat  : no-repeat;
}

.video-container:before {
  content      : '';
  position     : absolute;
  width        : calc(100% - 172px);
  height       : 12px;
  background   : linear-gradient(90deg, rgba(213, 0, 55, 0.5) 1.23%, rgba(120, 191, 38, 0.5) 100%);
  border-radius: 8px;
  top          : 0px;
  left         : 50%;
  transform    : translateX(-50%);
  z-index      : 10;
}

.video-container:after {
  content   : '';
  position  : absolute;
  z-index   : -1;
  top       : 0;
  left      : 0;
  right     : 0;
  bottom    : 0;
  background: rgba(0, 157, 241, 0.65);
  filter    : blur(100px);
}

.image-container {
  position: relative;
}

.image-container:after {
  content   : '';
  position  : absolute;
  z-index   : 0;
  top       : 0;
  left      : 0;
  right     : 0;
  bottom    : 0;
  background: rgba(0, 157, 241, 0.65);
  filter    : blur(100px);
}

/*STEPS BOX*/

.animated-row .prepare {
  background: linear-gradient(138.19deg, #D50037 1.7%, #FF3368 99.15%);
}

.prepare-bar-circle {
  border: 2px solid #D50037;
}

.prepare .step-label {
  position: relative;
}

.prepare .step-label:before {
  content : url(/assets/icons/cog-8-tooth-opacity-5.svg);
  position: absolute;
  top     : 10%;
  left    : 0;
  z-index : 0;
}

.prepare .step-label:after {
  content : url(/assets/icons/cog-8-tooth-opacity-5.svg);
  position: absolute;
  bottom  : 0;
  right   : 0;
  z-index : 0;
}

.animated-row .launch {
  background: linear-gradient(138.19deg, #78BF26 1.7%, #90F918 84.02%);
}

.launch-bar-circle {
  border: 2px solid #78BF26;
}

.launch .step-label {
  position: relative;
}

.launch .step-label:before {
  content : url(/assets/icons/rocket-launch-opacity-5.svg);
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : 0;
}

.launch .step-label:after {
  content : url(/assets/icons/rocket-launch-opacity-5.svg);
  position: absolute;
  bottom  : 0;
  right   : 0;
  z-index : 0;
}

.animated-row .grow {
  background: linear-gradient(138.19deg, #009DF1 1.7%, #67CAFF 84.02%);
}

.grow-bar-circle {
  border: 2px solid #009DF1;
}

.grow .step-label {
  position: relative;
}

.grow .step-label:before {
  content         : url(/assets/icons/arrow-trending-up-opacity-5.svg);
  position        : absolute;
  top             : 10%;
  left            : 0;
  z-index         : 0;
  transform       : rotate(350deg) scale(1.3);
  transform-origin: center;
}

.grow .step-label:after {
  content  : url(/assets/icons/arrow-trending-up-opacity-5.svg);
  position : absolute;
  bottom   : -15px;
  right    : -20px;
  z-index  : 0;
  transform: scale(0.7);
}

.step-animated-image #path {
  stroke-dashoffset: -260;
}

.step-animated-image .path.stop-animation {
  stroke-dashoffset: 0;
}

/*TEACHING GRIG*/

.teaching-grid .grid-item:before {
  content   : '';
  position  : absolute;
  top       : 50%;
  left      : 50%;
  width     : 80%;
  height    : 80%;
  background: rgba(249, 197, 32, 0.65);
  filter    : blur(100px);
  z-index   : 0;
  transition: all 0.5s ease-in-out;
  transform : translate(-50%, -50%);
}

.teaching-grid .grid-item:after {
  content      : '';
  position     : absolute;
  top          : 1px;
  left         : 1px;
  width        : calc(100% - 2px);
  height       : calc(100% - 2px);
  background   : #2D2D2D;
  box-shadow   : 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index      : 1;
}

.item-container {
  border: 5px solid #2d2d2d;
}

.teaching-grid .grid-item .fake-border-box,
.training-item .fake-border-box {
  --border-size         : 5px;
  --border-radius       : 8px;
  content               : "";
  position              : absolute;
  top                   : -1.75px;
  right                 : -1.75px;
  bottom                : -1.75px;
  left                  : -1.75px;
  padding               : var(--border-size);
  -webkit-mask          : linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask                  : linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite        : add, add;
  -webkit-mask-composite: xor;
  mask-composite        : exclude;
  z-index               : 11;
  border-radius         : calc(var(--border-radius) + var(--border-size));
  opacity               : 0;
  transition            : opacity 0.3s ease-in-out;
  box-shadow            : 0 2px 20px black;
  overflow              : hidden;
}

.teaching-grid .grid-item .fake-border-box:before,
.training-item .fake-border-box:before {
  --border-bg   : conic-gradient(from 180deg at 50% 50%, #e92a67 0deg, #a853ba 112.5deg, #2a8af6 228.75deg, rgba(42, 138, 246, 0) 360deg);
  content       : "";
  display       : block;
  background    : var(--border-bg);
  box-shadow    : 0 0 40px 20px --var(--border-bg);
  width         : calc(100% * 2.41421356237);
  padding-bottom: calc(100% * 2.41421356237);
  position      : absolute;
  left          : 50%;
  top           : 50%;
  transform     : translate(-50%, -50%);
  border-radius : 100%;
  z-index       : -2;
}

@media (prefers-reduced-motion) {
  .teaching-grid .grid-item .fake-border-box:before,
    .training-item .fake-border-box:before {
    animation: none
  }
}

@keyframes border_spin {
  0% {
    transform: translate(-50%, -50%) rotate(1turn)
  }

  to {
    transform: translate(-50%, -50%) rotate(0)
  }
}

.teaching-grid:hover .grid-item .fake-border-box:before,
.trainings-box:hover .training-item .fake-border-box:before {
  animation: border_spin 5s linear infinite;
}

.teaching-grid .grid-item:hover .fake-border-box,
.trainings-box .training-item:hover .fake-border-box {
  opacity: 1;
}

.teaching-grid .grid-item:hover:before {
  background: rgba(249, 197, 32, 0.75);
}

.teaching-grid .grid-item:nth-of-type(4n+1):before {
  background: rgba(249, 197, 32, 0.65);
}

.teaching-grid .grid-item:nth-of-type(4n+1) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #F9C520 0deg, #FFD140 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

.teaching-grid .grid-item:nth-of-type(4n+1):hover:before {
  background: rgba(249, 197, 32, 0.75);
}

.teaching-grid .grid-item:nth-of-type(4n+2):before {
  background: rgba(213, 0, 55, 0.65);
}

.teaching-grid .grid-item:nth-of-type(4n+2) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #D50037 0deg, #FF2E64 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

.teaching-gridd .grid-item:nth-of-type(4n+2):hover:before {
  background: rgba(213, 0, 55, 0.75);
}

.teaching-grid .grid-item:nth-of-type(4n+3):before {
  background: rgba(120, 191, 38, 0.64);
}

.teaching-grid .grid-item:nth-of-type(4n+3) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #78BF26 0deg, #79E100 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

.teaching-grid .grid-item:nth-of-type(4n+3):hover:before {
  background: rgba(120, 191, 38, 0.75);
}

.teaching-grid .grid-item:nth-of-type(4n+4):before {
  background: rgba(0, 157, 241, 0.65);
}

.teaching-grid .grid-item:nth-of-type(4n+4) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #009DF1 0deg, #73CEFF 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

.teaching-grid .grid-item:nth-of-type(4n+4):hover:before {
  background: rgba(0, 157, 241, 0.75);
}

/*WEBSITES BORDERS*/

#websites-boxes .custom-box-6 .fake-border-box:before,
#websites-boxes .custom-box-7 .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #009DF1 0deg, #73CEFF 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

#websites-boxes .custom-box-5 .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #78BF26 0deg, #79E100 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

#websites-boxes .custom-box-1 .fake-border-box:before,
#websites-boxes .custom-box-3 .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #D50037 0deg, #FF2E64 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

#websites-boxes .custom-box-2 .fake-border-box:before,
#websites-boxes .custom-box-4 .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #F9C520 0deg, #FFD140 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

/*Learning Paths Box*/

#badges-boxes .path-box:nth-of-type(2n+1) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #009DF1 0deg, #73CEFF 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

#badges-boxes .path-box:nth-of-type(2n+2) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #78BF26 0deg, #79E100 112.5deg, #2d2d2d 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

/*Certifications Boxes*/

#certifications-boxes .certification-box:nth-of-type(1) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #84003C 0deg, #D6753A 112.5deg, #D50037 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

#certifications-boxes .certification-box:nth-of-type(2) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #0FC7D6 0deg, #8CCFD6 112.5deg, #009CA9 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

#certifications-boxes .certification-box:nth-of-type(3) .fake-border-box:before {
  --border-bg: conic-gradient(from 180deg at 50% 50%, #4A53D6 0deg, #8A38D7 112.5deg, #379AD5 228.75deg, rgba(42, 138, 246, 0) 360deg);
}

/* SVG ELEMENTS */

g {
  pointer-events: bounding-box;
  cursor        : pointer;
}

.group-animation-tools>div:before {
  content      : '';
  position     : absolute;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
  border       : 5px solid black;
  z-index      : 100;
  background   : transparent;
  border-radius: 100%;
}

/*Custom grid layout*/

@media screen and (min-width: 1024px) {
  .column-2-custom {
    display              : grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows   : repeat(12, 1fr);
    grid-column-gap      : 0px !important;
    grid-row-gap         : 20px !important;
  }

  .item-1 {
    grid-area: 1 / 1 / 5 / 4;
  }

  .item-2 {
    grid-area: 5 / 1 / 9 / 4;
  }

  .item-3 {
    grid-area: 9 / 1 / 13 / 4;
  }

  .item-4 {
    grid-area: 1 / 10 / 5 / 13;
  }

  .item-5 {
    grid-area: 5 / 10 / 9 / 13;
  }

  .item-6 {
    grid-area: 9 / 10 / 13 / 13;
  }

  .column-3-custom {
    display              : grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows   : repeat(6, 1fr);
    grid-column-gap      : 20px;
    grid-row-gap         : 20px;
  }

  .custom-box-1 {
    grid-area: 1 / 2 / 3 / 3;
  }

  .custom-box-2 {
    grid-area: 3 / 2 / 5 / 3;
  }

  .custom-box-3 {
    grid-area: 5 / 2 / 7 / 3;
  }

  .custom-box-4 {
    grid-area: 2 / 1 / 4 / 2;
  }

  .custom-box-5 {
    grid-area: 4 / 1 / 6 / 2;
  }

  .custom-box-6 {
    grid-area: 2 / 3 / 4 / 4;
  }

  .custom-box-7 {
    grid-area: 4 / 3 / 6 / 4;
  }
}

/*Lines positioning*/

#line-1 {
  top : calc(0% + 200px);
  left: calc(50% - 300px);
}

#line-2 {
  top : calc(100% - 250px);
  left: calc(50% - 300px);
}

#line-3 {
  top : calc(0% + 200px);
  left: calc(50% + 230px);
}

#line-4 {
  top : calc(100% - 250px);
  left: calc(50% + 200px);
}

#line-5 {
  top : calc(50% + 40px);
  left: calc(50% - 300px);
}

#line-6 {
  top : calc(50% + 40px);
  left: calc(50% + 250px);
}

.training-item .image-container:after,
.members-item .image-container:after {
  display: none;
}

/*SLIDER*/

.tns-horizontal.tns-subpixel>.tns-item {
  display : flex;
  position: relative;
}

.community-slider-wrapper button[data-action="start"] {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .members-slider .tns-item img {
    transform    : scale(0.9);
    border-radius: 8px;
    overflow     : hidden;
    box-shadow   : 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
  }

  .members-slider .members-slider_item--active img {
    transform: scale(1);
  }

  .members-slider .members-slider_item--active {
    max-width: 774px;
    width    : 100% !important;
  }

  .community-slider .tns-item .team-box {
    transform: scale(0.9);
  }

  .community-slider .community-slider_item--active .team-box {
    transform: scale(1);
  }
}

button[data-action="stop"] {
  display: none !important;
}

.tns-controls {
  display        : flex !important;
  justify-content: center;
}

.tns-controls button {
  background-color   : #000000;
  background-image   : url(/assets/icons/arrow-right-s-line-white.svg);
  background-position: 50%;
  background-repeat  : no-repeat;
  text-indent        : -9999px;
  width              : 52px;
  height             : 52px;
  margin             : 10px;
  transition         : all 0.2s ease-in-out;
  border-radius      : 4px;
}

.tns-controls button[data-controls="next"] {
  background-image: url(/assets/icons/arrow-left-s-line-white.svg);
}

.tns-controls button:hover {
  background-color: #252525;
}

.tns-nav {
  display        : flex;
  justify-content: center;
  padding        : 40px 0;
}

.tns-nav button {
  height       : 12px;
  width        : 12px;
  background   : #D9D9D9;
  border       : none;
  border-radius: 50%;
  margin       : 0 5px;
}

.tns-nav .tns-nav-active {
  background: #009DF1;
}

.tns-outer {
  max-width: 1920px;
  margin   : 0 auto;
  z-index  : 10;
  position : relative;
}

/*FAQ*/

.plusminus {
  position: relative;
  width   : 15px;
  height  : 15px;
  cursor  : pointer;
}

.plusminus:before,
.plusminus:after {
  content         : "";
  display         : block;
  background-color: #ffffff;
  position        : absolute;
  top             : 50%;
  left            : 0;
  transition      : .35s;
  width           : 100%;
  height          : 1.5px;
}

.plusminus:before {
  transform: translatey(-50%);
}

.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.active .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity  : 0;
}

.active .plusminus:after {
  transform: translatey(-50%) rotate(0);
}

.faq-item .plusminus:before,
.faq-item .plusminus:after {
  background-color: #D6FFA7;
}

.blue-accordion .faq-item .plusminus:before,
.blue-accordion .faq-item .plusminus:after {
  background-color: #AAE1FF;
}

.faq-item .faq-content {
  transition: all 0.60s ease-in;
}

.faq-item.active .faq-content {
  max-height: 800px;
}

/*TOOLS*/

#tools-animation .fake-border-box {
  position     : absolute;
  top          : 0;
  left         : 0;
  right        : 0;
  bottom       : 0;
  background   : #2d2d2d;
  border-radius: 8px;
  opacity      : 0.6;
}

#tools-animation div:nth-child(1) .fake-border-box {
  background     : #2d2d2d url(/assets/icons/tools/megaphone.svg) center center no-repeat;
  background-size: 100px;
}

#tools-animation div:nth-child(2) .fake-border-box {
  background     : #2d2d2d url(/assets/icons/tools/hand-thumb-up.svg) center center no-repeat;
  background-size: 100px;
}

#tools-animation div:nth-child(3) .fake-border-box {
  background     : #2d2d2d url(/assets/icons/tools/heart.svg) center center no-repeat;
  background-size: 100px;
}

#tools-animation div:nth-child(4) .fake-border-box {
  background     : #2d2d2d url(/assets/icons/tools/shield-check.svg) center center no-repeat;
  background-size: 100px;
}

/* GLOWING HOVER */

.glowing-overlay:before {
  content   : '';
  position  : absolute;
  top       : 50%;
  left      : 50%;
  width     : 70%;
  height    : 70%;
  filter    : blur(100px);
  z-index   : 0;
  transition: all 0.150s ease-in-out;
  transform : translate(-50%, -50%);
}

/*FILTER Dashboard*/

.team-box {
  position: relative;
}

.filter-containerr {
  margin-left : -40px;
  margin-right: -40px;
}

.fltr-controls {
  box-shadow: none !important;
}

.fltr-controls.active {
  color      : #009DF1;
  font-weight: bold;
}

/* Video overlay btn */

.video-player {
  position: relative;
}

.preview-embed-overlay {
  position       : absolute;
  top            : 0;
  z-index        : 10;
  background     : rgba(0, 0, 0, 0.5);
  width          : 100%;
  height         : 100%;
  text-align     : center;
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
  cursor         : pointer;
}

.preview-embed-overlay img {
  position: relative;
  cursor  : pointer;
}

.preview-embed-txt {
  display    : block;
  text-align : center;
  margin-top : 15px;
  background : #A4D866;
  border     : 0px solid #A4D866;
  color      : #ffffff !important;
  padding    : 10px 25px;
  font-size  : 19px;
  font-weight: 700;
}

.preview-embed-txt.custom-red {
  background: #D50037;
  border    : 0px solid #D50037;
}

.preview-embed-icon {
  width          : 60px;
  height         : 60px;
  background     : rgba(255, 255, 255, 0.2) url(/assets/icons/play-btn.svg) center center no-repeat;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-size: 33%;
}

.pulsating {
  animation: pulse 1s linear infinite;
}

.animate-label {
  position: relative;
  overflow: hidden;
  border  : 0 !important;
  z-index : 1
}

.animate-label:before {
  content        : attr(data-hover);
  background     : #1f1f1f;
  border         : 0 solid #2f2f2f;
  color          : #fff !important;
  width          : 100%;
  height         : 100%;
  position       : absolute;
  top            : 0;
  left           : -100%;
  transition     : left .3s ease-in;
  display        : flex;
  flex-direction : row;
  align-items    : center;
  justify-content: center;
  z-index        : 2
}

.animate-label:hover:before {
  left: 0
}

/* FORM */

input[type="text"],
input[type="email"],
input[type="password"] {
  line-height: 2.15;
  background : #0F0F0F;
  border     : 1px solid #2F2F2F;
  color      : #FFFFFF;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color       : #dc3545;
  padding-right      : calc(1.5em + 0.75rem);
  background-image   : url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+');
  background-repeat  : no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size    : calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
  display   : none;
  width     : 100%;
  margin-top: 0.25rem;
  font-size : .875em;
  color     : #dc3545;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color       : #198754;
  padding-right      : calc(1.5em + .75rem);
  background-image   : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
  background-repeat  : no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size    : calc(.75em + .375rem) calc(.75em + .375rem)
}

.valid-feedback {
  display   : none;
  width     : 100%;
  margin-top: 0.25rem;
  font-size : .875em;
  color     : #198754;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/*Animate dashed border*/

@keyframes marching-ants {
  0% {
    background-position: 0 0, 50px 100%, 0 50px, 100% 0;
  }

  100% {
    background-position: 50px 0, 0 100%, 0 0, 100% 50px;
  }
}

.ants {
  background-image : linear-gradient(90deg, #F9C520 50%, transparent 50%), linear-gradient(90deg, #F9C520 50%, transparent 50%), linear-gradient(0, #F9C520 50%, transparent 50%), linear-gradient(0, #F9C520 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size  : 50px 10px, 50px 10px, 10px 50px, 10px 50px;
  animation        : marching-ants 400ms infinite linear;
}

@media only screen and (max-device-width: 480px) {
  .bottom-divider {
    -webkit-clip-path: ellipse(60% 40% at 50% 0%);
            clip-path: ellipse(60% 40% at 50% 0%);
    position : relative;
    z-index  : 2;
    bottom   : 0px;
  }

  .bottom-divider-line {
    content   : '';
    height    : 127px;
    width     : 100%;
    background: linear-gradient(90deg, #F9C520 0%, #E6144A 35%, #85DD1F 70%, #3AB7F9 100%);
    -webkit-clip-path : ellipse(84% 100% at 50% 0%);
            clip-path : ellipse(84% 100% at 50% 0%);
    margin-top: -120px;
    position  : relative;
    z-index   : 1;
    bottom    : 75px;
  }

  .top-divider-line-white {
    height    : 135px;
    width     : 100%;
    background: linear-gradient(90deg, #F9C520 0%, #E6144A 35%, #85DD1F 70%, #3AB7F9 100%);
    -webkit-clip-path : ellipse(84% 100% at 50% 100%);
            clip-path : ellipse(84% 100% at 50% 100%);
    top       : -60px;
    position  : absolute;
    z-index   : 1;
    max-width : 1920px;
    left      : 50%;
    transform : translateX(-50%);
  }

  .big-ellipse {
    top: -1584px;
  }

  .community-slider {
    gap: calc((100vw - 360px)/2);
  }
}

body:not(.wistia_popover_mode) .custompopover {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  /* VIDEO SCROLL */

  .playing-video-box {
    transition: bottom 0.1s ease-in;
  }

  .playing-video-box.out {
    position  : fixed !important;
    top       : auto;
    left      : 0;
    width     : 100%;
    max-width : 300px;
    overflow  : hidden;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.5);
    z-index   : 1000;
    isolation : isolate;
    transform : translateZ(10px);
  }

  .end-position {
    bottom: 0px !important;
  }

  .preview-embed-icon {
    width : 150px;
    height: 150px;
  }
}

/* NEW BOOK FUNNEL */

.hero-section, .what-makes-different-section, .three-paths-section, .final-cta-section, .odyssey-section{
  background: url(/assets/images/new-book-funnel/new-book-hero.webp) no-repeat center center, linear-gradient(135deg, #d600bf, #7a33cc, #0099ff);
  background-size: cover, 200% 200%;
  animation: gradientShift 100s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bg-odyssey{
  background: linear-gradient(135deg, #C600F2 0%,  #7624F9 50%,  #510EB1 100%);
}

.odyssey-text{
  background: linear-gradient(135deg, #C600F2 0%, #7624F9 50%, #510EB1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shadow-problem-box, .shadow-testimonial-box{
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
}

.shadow-three-paths-box{
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.mission-map-section{
  background: url(/assets/images/new-book-funnel/mission-map-bg.webp) no-repeat center center, #0c0f1e;
  background-size: cover, 200% 200%;
}

.text-gradient-2{
  background: linear-gradient(94deg, #510E75 -1.42%, #F734C8 38.66%, #41F0FC 62.54%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3{
  background: linear-gradient(95deg, #510E75 -7.82%, #F734C8 52.84%, #41F0FC 88.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-4{
  background: linear-gradient(135deg, #C600F2 0%, #7624F9 50%, #510EB1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-avatar-border {
  padding: 5px;
  background: linear-gradient(94deg, #510E75 -1.18%, #F734C8 55.85%, #41F0FC 89.82%);
  border-radius: 50%;
  display: inline-block;
}

.testimonial-avatar-border img {
  border-radius: 50%;
  display: block;
  border: 0px solid white;
}

.testimonial-avatar-placeholder {
  border-radius: 50%;
  background: linear-gradient(135deg, #C600F2 0%, #7624F9 50%, #41F0FC 100%);
  border: 5px solid white;
}

.pricing-section-bg {
  background-image: url('/assets/images/new-book-funnel/mission-map-bg.webp');
  background-size: cover;
  background-position: center;
}

.pricing-highlight-pink {
  color: #ec4899;
  /* Corresponds to Tailwind's pink-500 */
}

.pricing-value-highlight {
  background: linear-gradient(90deg, #ec4899, #8b5cf6);
  /* pink-500 to purple-500 */
}

.most-popular-banner {
  position: absolute;
  top: -10px;
  left: -12px;
  background-color: #a855f7;
  /* Corresponds to Tailwind's purple-600 */
  color: white;
  padding: 8px 60px;
  font-weight: bold;
  font-size: 14px;
  transform: rotate(-45deg) translate(-38px, -20px);
  transform-origin: 0 0;
  width: 200px;
  text-align: center;
}

.pricing-checkmark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 22px;
  margin-right: 12px;
}

.before-end::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #F4F5F7;
}

.pricing-checkmark img {
  min-width:23px
}

.the-launchpad-system {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 44.37%, rgb(0, 0, 0) 97.23%), url(/assets/images/new-book-funnel/launchpad-system.webp);
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-position: center top, right top;
}

.border-gradient-ody-2 {
  border: 4px solid transparent;
  background-image: linear-gradient(135deg, #ffffff 25%, #ffffff 50.48%, #ffffff 100%), linear-gradient(135deg, #41F0FC 25%, #F734C8 50.48%, #510EB1 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

/* COUNTDOWN */

#reactivate-offer-counter .elements-wrapper {
  gap:10px;
}

#reactivate-offer-counter .block-counter {
  display: flex;
  padding: 10px;
  flex-direction: column;
  gap: 10px;
  background: rgba(225, 225, 225, 0.2);
  border-radius:12px;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.20);
}

#fb-slider .tns-item{
  display:inline-block;
}

.the-ody-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 44.37%, rgb(0, 0, 0) 97.23%), url(/assets/images/launchpad-upsell/ody-section-bg.webp);
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-position: center top, right top;
}

.outline-digital-version {
  outline: 11px solid #F734C8;
  outline-offset: 0;
}

.outline-physical-book {
  outline: 11px solid #7624F9;
  outline-offset: 0;
}

@media (min-width: 1024px) {
  #reactivate-offer-counter .block-counter {
    padding:40px 60px;
  }
}

.text-gradient-5{
  background: linear-gradient(94deg, #F734C8 12.72%,  #41F0FC 36.37%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blackfriday-counter .elements-wrapper {
  gap:10px;
}

.rotate-badge{
  position:absolute;
  transform: translateY(-50%) rotate(50deg);
  top:50%;
  right:-242px;
  transform-origin: center center;
}

.blackfriday-counter .block-counter {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 0px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.90);
  -webkit-backdrop-filter: blur(27.350000381469727px);
          backdrop-filter: blur(27.350000381469727px);
}

@media (min-width: 1024px) {
  .blackfriday-counter .block-counter {
    padding:12px 16px;
  }
}

.text-banner-2{
  font-size:clamp(42px, 4vw, 70px)!important;
}

@media (max-width: 1130px) and (min-width: 768px) {
  .text-banner-1{
    font-size:11px!important;
  }

  .text-banner-3{
    font-size:10px!important;
  }

  .blackfriday-counter .block-counter {
    padding:10px!important;
  }

  .banner-counter-wrapper{
    max-width:220px!important;
  }
}

/*register-modal*/

/*MODAL*/

.animated {
  animation-duration         : 1s;
  animation-fill-mode        : both;
}

.animated.faster {
  animation-duration        : 500ms;
}

.fadeIn {
  animation-name        : fadeIn;
}

.fadeOut {
  animation-name        : fadeOut;
}

#register-modal {
  z-index:999999!important;
}

#register-modal input[type="text"], #register-modal input[type="email"], #register-modal input[type="password"] {
  line-height: inherit;
  background: #FFFFFF;
  border: 1px solid #00000080;
  color: #000000;
}

.iti.iti--allow-dropdown{
  width:100%;
}

/*Animations*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Transform white text PNG to black */

.filter-white-to-black {
  filter: invert(1);
}

.text-gold {
  color: #EDB50E;
}

.phase-block {
  margin-bottom: 32px;
}

.phase-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
}

.phase-header.phase-prepare {
  background: linear-gradient(135deg, rgba(235, 0, 57, 0.2), rgba(235, 0, 57, 0.1));
  border: 1px solid rgba(235, 0, 57, 0.3);
  border-bottom: none;
}

.phase-header.phase-launch {
  background: linear-gradient(135deg, rgba(116, 200, 47, 0.15), rgba(116, 200, 47, 0.05));
  border: 1px solid rgba(116, 200, 47, 0.3);
  border-bottom: none;
}

.phase-header.phase-grow {
  background: linear-gradient(135deg, rgba(0, 171, 243, 0.15), rgba(0, 171, 243, 0.05));
  border: 1px solid rgba(0, 171, 243, 0.3);
  border-bottom: none;
}

/* Phase headers inside light component cards */

.component-card .phase-header.phase-prepare {
  background: linear-gradient(135deg, rgba(235, 0, 57, 0.1), rgba(235, 0, 57, 0.05));
  border-color: rgba(235, 0, 57, 0.2);
}

.component-card .phase-header.phase-launch {
  background: linear-gradient(135deg, rgba(116, 200, 47, 0.1), rgba(116, 200, 47, 0.05));
  border-color: rgba(116, 200, 47, 0.2);
}

.component-card .phase-header.phase-grow {
  background: linear-gradient(135deg, rgba(0, 171, 243, 0.1), rgba(0, 171, 243, 0.05));
  border-color: rgba(0, 171, 243, 0.2);
}

.component-card .phase-number {
  color: #666666;
}

.component-card .phase-timeline {
  background: rgba(0, 0, 0, 0.05);
  color: #666666;
}

.phase-number {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

.phase-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.phase-prepare .phase-name {
  color:#EB0039;
}

.phase-launch .phase-name {
  color: #74C82F;
}

.phase-grow .phase-name {
  color: #00ABF3;
}

.phase-timeline {
  margin-left: auto;
  font-size: 13px;
  color: #b8b8b8;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 100px;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #222222;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.module-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #111111;
  border-right: 1px solid #222222;
}

.module-card:last-child {
  border-right: none;
}

/* Module cards inside light component cards */

.component-card .modules-grid {
  border-color: #e8e8e8;
}

.component-card .module-card {
  background:#fafafa;
  border-right-color: #e8e8e8;
}

.component-card .module-content h4 {
  color: #1a1a1a;
}

.component-card .module-content p {
  color: #666666;
}

.component-card .module-number {
  background:#ffffff;
  border-color: #e8e8e8;
}

.module-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #0a0a0a;
  border: 1px solid #222222;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #EDB50E;
}

.module-content h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: v#ffffff;
}

.module-content p {
  font-size: 13px;
  color: #b8b8b8;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .modules-grid {
    grid-template-columns: 1fr;
  }

  .module-card {
    border-right: none;
    border-bottom: 1px solid #222222;
  }

  .module-card:last-child {
    border-bottom: none;
  }

  .phase-header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .phase-timeline {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}

.before\:-top-16::before {
  content: var(--tw-content);
  top: -4rem;
}

.before\:h-20::before {
  content: var(--tw-content);
  height: 5rem;
}

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

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

.before\:bg-\[\#00C6CB40\]::before {
  content: var(--tw-content);
  background-color: #00C6CB40;
}

.before\:bg-\[\#F0F0F0\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.before\:bg-\[rgba\(0\2c 157\2c 241\2c 0\.65\)\]::before {
  content: var(--tw-content);
  background-color: rgba(0,157,241,0.65);
}

.before\:bg-\[rgba\(120\2c 191\2c 38\2c 0\.65\)\]::before {
  content: var(--tw-content);
  background-color: rgba(120,191,38,0.65);
}

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

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

.after\:h-\[80\%\]::after {
  content: var(--tw-content);
  height: 80%;
}

.after\:w-\[80\%\]::after {
  content: var(--tw-content);
  width: 80%;
}

.after\:bg-\[\#78BF26A6\]::after {
  content: var(--tw-content);
  background-color: #78BF26A6;
}

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

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

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

.hover\:border-dark-border-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.hover\:bg-\[\#0EA5E9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#bc2248\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 34 72 / var(--tw-bg-opacity));
}

.hover\:bg-dark-surface:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

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

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:text-\[\#009DF1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 157 241 / var(--tw-text-opacity));
}

.hover\:text-\[\#8a8a8a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
}

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

.hover\:text-gold-light:hover {
  --tw-text-opacity: 1;
  color: rgb(245 201 58 / var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:select-none:disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

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

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

@media (prefers-color-scheme: dark) {
  .dark\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(97 101 108 / var(--tw-bg-opacity));
  }

  .dark\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .dark\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(213 218 227 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:-left-46px {
    left: -46px;
  }

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

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

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-full {
    left: 100%;
  }

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

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-13 {
    order: 13;
  }

  .sm\:order-14 {
    order: 14;
  }

  .sm\:order-15 {
    order: 15;
  }

  .sm\:order-16 {
    order: 16;
  }

  .sm\:order-17 {
    order: 17;
  }

  .sm\:order-18 {
    order: 18;
  }

  .sm\:order-19 {
    order: 19;
  }

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

  .sm\:order-20 {
    order: 20;
  }

  .sm\:order-21 {
    order: 21;
  }

  .sm\:order-22 {
    order: 22;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

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

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

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

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

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

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

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }

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

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:w-69px {
    width: 69px;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:translate-x-\[calc\(50vw_\+_80px\)\] {
    --tw-translate-x: calc(50vw + 80px);
    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));
  }

  .sm\:translate-x-\[calc\(50vw_-_100px\)\] {
    --tw-translate-x: calc(50vw - 100px);
    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));
  }

  .sm\:translate-x-\[calc\(50vw_-_10px\)\] {
    --tw-translate-x: calc(50vw - 10px);
    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));
  }

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

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

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

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

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

  .sm\:pt-20 {
    padding-top: 5rem;
  }

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

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

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

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

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

  .md\:-left-166px {
    left: -166px;
  }

  .md\:-left-46px {
    left: -46px;
  }

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

  .md\:bottom-260px {
    bottom: 260px;
  }

  .md\:left-full {
    left: 100%;
  }

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

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

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

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

  .md\:m-0 {
    margin: 0px;
  }

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

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .md\:-mt-122px {
    margin-top: -122px;
  }

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

  .md\:-mt-270px {
    margin-top: -270px;
  }

  .md\:-mt-34px {
    margin-top: -34px;
  }

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

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

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

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

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

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

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

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

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

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

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-100px {
    margin-top: 100px;
  }

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

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .md\:mt-92px {
    margin-top: 92px;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[300\/340\] {
    aspect-ratio: 300/340;
  }

  .md\:aspect-\[325\/300\] {
    aspect-ratio: 325/300;
  }

  .md\:h-120px {
    height: 120px;
  }

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

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

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

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

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

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

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

  .md\:w-120px {
    width: 120px;
  }

  .md\:w-300px {
    width: 300px;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-522px {
    max-width: 522px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:transform-none {
    transform: none;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-\[10\%\] {
    gap: 10%;
  }

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

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:bg-\[url\(\'\/assets\/images\/imac-27-inch-mockup\.webp\'\)\] {
    background-image: url('/assets/images/imac-27-inch-mockup.webp');
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

  .md\:px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .md\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:py-160px {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

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

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

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

  .md\:pb-100px {
    padding-bottom: 100px;
  }

  .md\:pb-130px {
    padding-bottom: 130px;
  }

  .md\:pb-160px {
    padding-bottom: 160px;
  }

  .md\:pb-180px {
    padding-bottom: 180px;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-200px {
    padding-bottom: 200px;
  }

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

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

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

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-22px {
    line-height: 22px;
  }

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

  .md\:leading-27px {
    line-height: 27px;
  }

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

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

  .md\:leading-36px {
    line-height: 36px;
  }

  .md\:leading-38px {
    line-height: 38px;
  }

  .md\:leading-40px {
    line-height: 40px;
  }

  .md\:leading-41px {
    line-height: 41px;
  }

  .md\:leading-48px {
    line-height: 48px;
  }

  .md\:leading-52px {
    line-height: 52px;
  }

  .md\:leading-58px {
    line-height: 58px;
  }

  .md\:leading-60px {
    line-height: 60px;
  }

  .md\:leading-68px {
    line-height: 68px;
  }

  .md\:leading-71px {
    line-height: 71px;
  }

  .md\:leading-88px {
    line-height: 88px;
  }

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

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

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

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

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

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

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

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

  @media (min-width: 1024px) {
    .md\:lg\:max-w-\[522px\] {
      max-width: 522px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:-left-46px {
    left: -46px;
  }

  .lg\:-left-\[171px\] {
    left: -171px;
  }

  .lg\:-right-\[171px\] {
    right: -171px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-full {
    left: 100%;
  }

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

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

  .lg\:top-\[280px\] {
    top: 280px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

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

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

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

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

  @media (min-width: 1024px) {
    .lg\:lg\:max-w-\[522px\] {
      max-width: 522px;
    }
  }

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

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

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

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

  .lg\:transform-none {
    transform: none;
  }

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

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

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

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

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

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

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

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

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

  .lg\:pr-16 {
    padding-right: 4rem;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

  .xl\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

  .xl\:p-0 {
    padding: 0px;
  }

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

  .xl\:pr-24 {
    padding-right: 6rem;
  }
}

.\[\&\.disabled\]\:pointer-events-none.disabled {
  pointer-events: none;
}

.\[\&\.disabled\]\:select-none.disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.\[\&\.disabled\]\:opacity-25.disabled {
  opacity: 0.25;
}