/*!
Theme Name: iDEA Growth
Theme URI: https://ideagrowth.org/
Author: Cat on the Couch Productions
Author URI: https://catonthecouch.com/
Description: A custom WordPress theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idea
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

idea is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

.site-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media not all and (min-width: 768px) {
  .site-header .custom-logo-link {
    width: 120px;
  }
}

.site-header .site-nav ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0px;
  font-family: Titillium Web, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .site-header .site-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}

@media (min-width: 1230px) {
  .site-header .site-nav ul {
    gap: 2rem;
  }
}

.site-header .site-nav ul .current-menu-item > a {
  text-decoration-line: underline;
}

.site-header .site-nav ul .sub-menu {
  margin-top: 1rem;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.05);
  padding: 1rem;
}

@media (min-width: 992px) {
  .site-header .site-nav ul .sub-menu {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 30px);
    right: 0px;
    z-index: 10;
    margin-top: 0px;
    width: 200px;
    --tw-translate-y: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(63 75 123 / var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .site-header .site-nav ul .sub-menu::before {
    position: absolute;
    top: -18px;
    height: 1.5rem;
    width: 100%;
    --tw-content: '';
    content: var(--tw-content);
  }

  .site-header .site-nav ul .sub-menu::after {
    position: absolute;
    top: -0.75rem;
    right: 1.25rem;
    height: 0px;
    width: 0px;
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-width: 0px;
    border-right-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    border-top-color: transparent;
    border-right-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 75 123 / var(--tw-border-opacity, 1));
    border-left-color: transparent;
    --tw-content: '';
    content: var(--tw-content);
  }
}

.site-header .site-nav ul .sub-menu a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 14px;
}

.site-header .site-nav ul a {
  display: block;
  text-decoration-line: none;
}

.site-header .site-nav ul li:hover>a {
  --tw-text-opacity: 1;
  color: rgb(26 129 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .site-header .site-nav ul li:hover .sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}

.site-header .site-nav ul li {
  position: relative;
  margin: 0px;
}

.nav-btn > a {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgb(230 98 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 98 255 / var(--tw-bg-opacity, 1));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-btn > a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
  border-color: rgb(230 98 255 / 0.75);
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
  background-color: rgb(230 98 255 / 0.75);
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.nav-btn > a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
  border-color: rgb(230 98 255 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  background-color: rgb(230 98 255 / 0.5);
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: inset 0 4px 16px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 0 4px 16px 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);
}

.nav-btn > a:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}

@media (min-width: 1230px) {
  .nav-btn > a {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

#menu-top-menu a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media not all and (min-width: 992px) {
  .menu-top-menu-container {
    order: 2;
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.5);
    padding-top: 1.25rem;
  }
}

.custom-logo {
  width: 100%;
  max-width: 150px;
}

/*!
Theme Name: iDEA Growth
Theme URI: https://ideagrowth.org/
Author: Cat on the Couch Productions
Author URI: https://catonthecouch.com/
Description: A custom WordPress theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idea
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

idea is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

.site-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media not all and (min-width: 768px) {
  .site-footer .custom-logo-link {
    width: 120px;
  }
}

.site-footer .site-nav ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 1.25rem;
  padding: 0px;
  font-family: Titillium Web, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1230px) {
  .site-footer .site-nav ul {
    gap: 2rem;
  }
}

.site-footer .site-nav ul .sub-menu {
  display: none !important;
}

.site-footer .site-nav ul a {
  display: block;
  text-decoration-line: none;
}

.site-footer .site-nav ul li:hover>a {
  --tw-text-opacity: 1;
  color: rgb(26 129 132 / var(--tw-text-opacity, 1));
}

.site-footer .site-nav ul li {
  position: relative;
  margin: 0px;
}

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html,
	body {
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body {
  margin: 0px;
  min-width: 20rem;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 1.25rem;
  }
}

picture,
	figure {
  margin-bottom: 1rem;
  display: block;
  vertical-align: middle;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.site-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

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

.site-header,
	.site-content,
	.site-footer {
  flex-shrink: 0;
}

p {
  margin-bottom: 1rem;
}

a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 129 132 / var(--tw-text-opacity, 1));
}

[class*="bg-primary"] a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[class*="bg-primary"] a:not(.btn):hover {
  color: rgb(255 255 255 / 0.8);
}

[class*="bg-primary"] a:not(.btn):not(:hover) {
  text-decoration-line: underline;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.5rem;
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
  line-height: 1.241379310344828;
}

@media (min-width: 1440px) {
  h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1rem;
  }
}

h1, .h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 3.625rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.166666666666667;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}

@media (min-width: 1440px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1440px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1440px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

@media (min-width: 1440px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

@media (min-width: 1440px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

/* Lists Default Styling */

ul, ol {
  margin-bottom: 1rem;
  margin-left: 1.125rem;
}

ul > :not([hidden]) ~ :not([hidden]), ol > :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));
}

@media (min-width: 992px) {
  ul > :not([hidden]) ~ :not([hidden]), ol > :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));
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

strong,b {
  font-weight: 700;
}

/* Table */

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

th, td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 1rem;
}

blockquote {
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(230 98 255 / var(--tw-border-opacity, 1));
  background-color: rgb(230 98 255 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-style: italic;
}

abbr, acronym, dfn {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

pre {
  margin-bottom: 1rem;
  background-color: rgb(230 98 255 / 0.05);
  padding: 1rem;
}

code, tt {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

kbd {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

var, samp {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

address {
  margin-bottom: 1rem;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-gray {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
}

.prose .wp-block-table td, .prose .wp-block-table th {
  border: 0;
}

.prose .wp-block-table thead, .prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}

.prose .wp-block-table thead {
  border-bottom-width: 1px;
}

.prose .wp-block-table tfoot {
  border-top-width: 1px;
}

/* Buttons Global Stylings */

.btn {
  display: inline-flex;
  min-width: 13.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
}

.btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
  --tw-shadow: inset 0 4px 16px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 0 4px 16px 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);
}

.btn:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}

@media (min-width: 1230px) {
  .btn {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.btn-sm {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 1230px) {
  .btn-sm {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.btn ion-icon,
a ion-icon,
button ion-icon {
  position: relative;
  display: inline-block;
  padding-left: 0.25rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover ion-icon,
a:hover ion-icon,
button:hover ion-icon {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(111 1 166 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(111 1 166 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 1 145 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(97 1 145 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(84 0 126 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(84 0 126 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(111 1 166 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 0 127 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(85 0 127 / var(--tw-text-opacity, 1));
}

.btn-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(85 0 127 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(85 0 127 / var(--tw-text-opacity, 1));
}

.btn-pink {
  --tw-border-opacity: 1;
  border-color: rgb(230 98 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 98 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-pink:hover {
  border-color: rgb(230 98 255 / 0.75);
  background-color: rgb(230 98 255 / 0.75);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-pink:focus {
  border-color: rgb(230 98 255 / 0.5);
  background-color: rgb(230 98 255 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.btn-yellow:hover {
  border-color: rgb(255 200 0 / 0.75);
  background-color: rgb(255 200 0 / 0.75);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-yellow:focus {
  border-color: rgb(255 200 0 / 0.5);
  background-color: rgb(255 200 0 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-neon {
  --tw-border-opacity: 1;
  border-color: rgb(199 254 65 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 254 65 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-neon:hover {
  border-color: rgb(199 254 65 / 0.75);
  background-color: rgb(199 254 65 / 0.75);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-neon:focus {
  border-color: rgb(199 254 65 / 0.5);
  background-color: rgb(199 254 65 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media not all and (min-width: 768px) {
  .logo-slider .swiper-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0.25rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem;
  line-height: 1;
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.swiper-button-prev::after {
  --tw-content: 'prev';
  content: var(--tw-content);
}

@media not all and (min-width: 768px) {
  .swiper-button-prev {
    left: -15px;
  }
}

.swiper-button-next::after {
  --tw-content: 'next';
  content: var(--tw-content);
}

@media not all and (min-width: 768px) {
  .swiper-button-next {
    right: -15px;
  }
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  cursor: not-allowed;
}

.swiper-pagination {
  top: 0px;
}

.swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(111 1 166 / var(--tw-bg-opacity, 1));
}

.swiper-pagination-bullets {
  bottom: -20px !important;
}

.transparent .swiper-pagination-bullet {
  background-color: rgb(255 255 255 / 0.5);
}

.transparent .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 254 65 / var(--tw-bg-opacity, 1));
}

.transparent .swiper-pagination-bullets {
  bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 1.25rem;
}

.gform_wrapper {
  flex: 1 1 0%;
}

.gform_wrapper .gfield.hidden_label label {
  display: none;
}

.gform_wrapper .gform_fields {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper .gfield {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.gform_wrapper select,
.gform_wrapper textarea {
  display: block;
  height: 46px;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit])::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(146 146 146 / var(--tw-text-opacity, 1));
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit])::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(146 146 146 / var(--tw-text-opacity, 1));
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform_wrapper .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper .gfield_required {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: block !important;
  --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));
}

.gform_footer .gform_button {
  display: inline-flex;
  min-width: 13.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gform_footer .gform_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
}

.gform_footer .gform_button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
  --tw-shadow: inset 0 4px 16px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 0 4px 16px 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);
}

.gform_footer .gform_button:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}

@media (min-width: 1230px) {
  .gform_footer .gform_button {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.gform_footer .gform_button ion-icon {
  position: relative;
  display: inline-block;
  padding-left: 0.25rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gform_footer .gform_button:hover ion-icon {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gform_footer .gform_button {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.gform_footer .gform_button:hover {
  border-color: rgb(255 200 0 / 0.75);
  background-color: rgb(255 200 0 / 0.75);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.gform_footer .gform_button:focus {
  border-color: rgb(255 200 0 / 0.5);
  background-color: rgb(255 200 0 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.gform_validation_errors {
  display: none;
}

.gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.gform_body .gfield_error select,
.gform_body .gfield_error textarea,
.gform_wrapper .gfield_error .gchoice label:before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}

.gfield_error input::-moz-placeholder {
  color: #b91c1c !important;
}

.gfield_error input::placeholder {
  color: #b91c1c !important;
}

.gfield_description.validation_message {
  display: none;
}

.form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.gform_confirmation_message {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gform_confirmation_message h2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/* .page-title,
.entry-title {
	@apply max-w-content mx-auto mb-6 text-3xl font-extrabold text-neutral-900;
} */

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/* .page-content > *,
.entry-content > * {
	@apply max-w-content mx-auto;
}

.entry-content > .alignwide {
	@apply max-w-wide;
}

.entry-content > .alignfull {
	@apply max-w-none;
}

.entry-content > .alignleft {
	@apply float-left mr-8;
}

.entry-content > .alignright {
	@apply float-right ml-8;
} */

.gCards:hover .gCard {
  background: radial-gradient(2000px circle at var(--xPos) var(--yPos), #55007F 0%, #1A8184 40%, #55007F 100%);
}

.gCards .gCard {
  background: radial-gradient(2000px circle at 0 0, #55007F 0%, #1A8184 40%, #55007F 100%);
  position: relative;
  z-index: 1;
  transition: all 0.15s;
}

.gCards .gCard::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(2000px circle at var(--xPos) var(--yPos), #55007F 0%, #1A8184 40%, #55007F 100%);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.gCards .gCard:hover::before {
  opacity: 1;
}

.gCards .gCard::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(2000px circle at 0 0, #55007F 0%, #1A8184 40%, #55007F 100%);
  transition: all 1s ease-in-out;
}

.gCards:hover .gCard::after {
  opacity: 0;
}

@media(max-width: 767px) {
  .gCards:hover .gCard::after {
    opacity: 1 !important;
  }

  .gCards .gCard::before {
    opacity: 0 !important;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[1\.8rem\] {
  margin-bottom: 1.8rem;
}

.mb-\[1\.9rem\] {
  margin-bottom: 1.9rem;
}

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

.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.hidden {
  display: none;
}

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

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

.size-28 {
  width: 7rem;
  height: 7rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-9 {
  min-height: 2.25rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-9 {
  min-width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[3\.75rem\] {
  max-width: 3.75rem;
}

.max-w-\[47rem\] {
  max-width: 47rem;
}

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

.max-w-\[56\.25rem\] {
  max-width: 56.25rem;
}

.max-w-\[63\.75rem\] {
  max-width: 63.75rem;
}

.max-w-\[67\.5rem\] {
  max-width: 67.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

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

.flex-none {
  flex: none;
}

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

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

.grow {
  flex-grow: 1;
}

.-translate-x-\[43px\] {
  --tw-translate-x: -43px;
  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));
}

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

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

.list-\[square\] {
  list-style-type: square;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-y-4 {
  row-gap: 1rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 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-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));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

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

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

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

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

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

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

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

.rounded-se-\[1\.75rem\] {
  border-start-end-radius: 1.75rem;
}

.rounded-ss-\[1\.75rem\] {
  border-start-start-radius: 1.75rem;
}

.rounded-tr-\[17px\] {
  border-top-right-radius: 17px;
}

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

.border {
  border-width: 1px;
}

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

.border-l-\[3px\] {
  border-left-width: 3px;
}

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

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

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

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

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

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(91 8 162 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-ss-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(40 217 220 / var(--tw-border-opacity, 1));
}

.border-ss-danger-100 {
  --tw-border-opacity: 1;
  border-color: rgb(233 7 67 / var(--tw-border-opacity, 1));
}

.border-ss-neon-lime {
  --tw-border-opacity: 1;
  border-color: rgb(199 254 65 / var(--tw-border-opacity, 1));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#142020\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 32 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3d18af\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 24 175 / var(--tw-bg-opacity, 1));
}

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

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

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

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

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 1 166 / var(--tw-bg-opacity, 1));
}

.bg-primary-990\/90 {
  background-color: rgb(24 7 53 / 0.9);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-ss-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 217 220 / var(--tw-bg-opacity, 1));
}

.bg-ss-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 7 67 / var(--tw-bg-opacity, 1));
}

.bg-ss-neon-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(199 254 65 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[linear-gradient\(-25deg\2c _\#AD72E4_4\.9\%\2c _\#7151BB_28\.57\%\2c _\#3A41A3_52\.23\%\2c _\#1D6D67_99\.57\%\)\] {
  background-image: linear-gradient(-25deg, #AD72E4 4.9%, #7151BB 28.57%, #3A41A3 52.23%, #1D6D67 99.57%);
}

.bg-\[linear-gradient\(122deg\2c _\#560387_19\.34\%\2c _\#46429F_40\.43\%\2c _\#296E90_64\.31\%\2c _\#118B77_88\.18\%\2c _\#06A972_102\.11\%\)\] {
  background-image: linear-gradient(122deg, #560387 19.34%, #46429F 40.43%, #296E90 64.31%, #118B77 88.18%, #06A972 102.11%);
}

.bg-\[linear-gradient\(180deg\2c _\#000_12\.1\%\2c _\#8C36D2_100\%\)\] {
  background-image: linear-gradient(180deg, #000 12.1%, #8C36D2 100%);
}

.bg-\[linear-gradient\(180deg\2c _\#000_5\%\2c _\#8C36D2_100\%\)\] {
  background-image: linear-gradient(180deg, #000 5%, #8C36D2 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(41\2c 15\2c 63\2c 0\.9\)_50\%\2c rgba\(63\2c 130\2c 128\2c 0\.9\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(41,15,63,0.9) 50%,rgba(63,130,128,0.9) 100%);
}

.bg-\[linear-gradient\(1deg\2c _\#192146_1\.42\%\2c _\#000_98\.77\%\)\] {
  background-image: linear-gradient(1deg, #192146 1.42%, #000 98.77%);
}

.bg-\[linear-gradient\(90deg\2c _\#6F01A6_0\%\2c _\#2A0A52_70\.19\%\2c _\#090306_100\%\)\] {
  background-image: linear-gradient(90deg, #6F01A6 0%, #2A0A52 70.19%, #090306 100%);
}

.bg-\[linear-gradient\(90deg\2c _\#B8C1EB_0\%\2c _\#FFF_37\.5\%\2c _\#FFF_63\.94\%\2c _\#DAC3E9_100\%\)\] {
  background-image: linear-gradient(90deg, #B8C1EB 0%, #FFF 37.5%, #FFF 63.94%, #DAC3E9 100%);
}

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

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

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

.from-\[\#3b0073\] {
  --tw-gradient-from: #3b0073 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 0 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#41d20e\] {
  --tw-gradient-from: #41d20e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 210 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#45f90d\] {
  --tw-gradient-from: #45f90d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 249 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ss-blue-900 {
  --tw-gradient-from: #1B2563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 37 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ss-cyan-400 {
  --tw-gradient-from: #1A8184 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 129 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-0\% {
  --tw-gradient-from-position: 0%;
}

.from-\[3\.17\%\] {
  --tw-gradient-from-position: 3.17%;
}

.via-\[\#b9fad4\] {
  --tw-gradient-to: rgb(185 250 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b9fad4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-ss-slate-blue-800 {
  --tw-gradient-to: #3F4B7B var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-100\% {
  --tw-gradient-to-position: 100%;
}

.to-\[69\.32\%\] {
  --tw-gradient-to-position: 69.32%;
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[0\.9375rem\] {
  padding: 0.9375rem;
}

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

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

.p-\[21px_37px_32px\] {
  padding: 21px 37px 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

.pt-\[2\.9rem\] {
  padding-top: 2.9rem;
}

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

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

.font-open-sans {
  font-family: Open Sans, sans-serif;
}

.font-titillium-web {
  font-family: Titillium Web, sans-serif;
}

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

.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-\[1\.125rem\] {
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-lg\/7 {
  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;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.\!leading-tight {
  line-height: 1.25 !important;
}

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

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

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

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

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

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

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

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

.tracking-normal {
  letter-spacing: 0em;
}

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

.text-\[\#080707\] {
  --tw-text-opacity: 1;
  color: rgb(8 7 7 / var(--tw-text-opacity, 1));
}

.text-\[\#12293b\] {
  --tw-text-opacity: 1;
  color: rgb(18 41 59 / var(--tw-text-opacity, 1));
}

.text-\[\#213167\] {
  --tw-text-opacity: 1;
  color: rgb(33 49 103 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#4923ba\] {
  --tw-text-opacity: 1;
  color: rgb(73 35 186 / var(--tw-text-opacity, 1));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

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

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
}

.text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(85 0 127 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-ss-neon-lime {
  --tw-text-opacity: 1;
  color: rgb(199 254 65 / var(--tw-text-opacity, 1));
}

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

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

.text-transparent {
  color: transparent;
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.shadow-\[0px_4px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 4px 12px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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-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);
}

.outline {
  outline-style: solid;
}

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

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

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

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

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

.title-white :is(h1,h2,h3,h4,h5,h6) {
  color: #ffffff;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.list-plus ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.list-plus ul li {
  position: relative;
  padding-left: 2rem;
}

.list-plus ul li::before {
  position: absolute;
  left: 0px;
  top: 6px;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("./assets/images/add-filled.svg");
  content: var(--tw-content);
  background-size: 24px 24px;
}

.list-plus-45 ul li::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:max-h-\[380px\]::before {
  content: var(--tw-content);
  max-height: 380px;
}

.before\:bg-\[linear-gradient\(180deg\2c rgba\(91\2c 8\2c 162\2c 0\.7\)_0\%\2c rgba\(91\2c 8\2c 162\2c 0\.01\)_80\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(91,8,162,0.7) 0%,rgba(91,8,162,0.01) 80%);
}

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

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

.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-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#142020\]\/90:hover {
  background-color: rgb(20 32 32 / 0.9);
}

.hover\:bg-\[\#4480a9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 128 169 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-ss-neon-lime\/50:hover {
  background-color: rgb(199 254 65 / 0.5);
}

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

.hover\:text-\[\#252525\]\/90:hover {
  color: rgb(37 37 37 / 0.9);
}

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

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

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

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-lg:hover {
  --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);
}

.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\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

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

.group.active .group-\[\&\.active\]\:block {
  display: block;
}

.group:not(.active) .group-\[\&\:not\(\.active\)\]\:block {
  display: block;
}

.group.active .group-\[\&\.active\]\:hidden {
  display: none;
}

.group:not(.active) .group-\[\&\:not\(\.active\)\]\:hidden {
  display: none;
}

.group.open .group-\[\.open\]\:opacity-0 {
  opacity: 0;
}

.group:not(.open) .group-\[\:not\(\.open\)\]\:opacity-0 {
  opacity: 0;
}

@media not all and (min-width: 992px) {
  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:bottom-0 {
    bottom: 0px;
  }

  .max-lg\:left-0 {
    left: 0px;
  }

  .max-lg\:top-0 {
    top: 0px;
  }

  .max-lg\:z-10 {
    z-index: 10;
  }

  .max-lg\:w-3\/4 {
    width: 75%;
  }

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

  .max-lg\:-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));
  }

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

  .max-lg\:overflow-auto {
    overflow: auto;
  }

  .max-lg\:border {
    border-width: 1px;
  }

  @media not all and (min-width: 992px) {
    .max-lg\:max-lg\:border-solid {
      border-style: solid;
    }
  }

  .max-lg\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .max-lg\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

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

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

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:opacity-0 {
    opacity: 0;
  }

  .max-lg\:backdrop-blur-\[12px\] {
    --tw-backdrop-blur: blur(12px);
    -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);
  }

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

  .max-lg\:duration-300 {
    transition-duration: 300ms;
  }

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

  .group.open .max-lg\:group-\[\.open\]\:-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));
  }

  .group.open .max-lg\:group-\[\.open\]\:opacity-100 {
    opacity: 1;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\: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));
  }

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

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

@media (min-width: 576px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

  .md\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .md\:max-w-\[33\.333333\%\] {
    max-width: 33.333333%;
  }

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

  .md\:max-w-\[66\.666667\%\] {
    max-width: 66.666667%;
  }

  .md\:flex-\[0_0_33\.333333\%\] {
    flex: 0 0 33.333333%;
  }

  .md\:flex-\[0_0_66\.666667\%\] {
    flex: 0 0 66.666667%;
  }

  .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-start {
    align-items: flex-start;
  }

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-\[2\.5rem\] {
    padding: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

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

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

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

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

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

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

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

  .lg\:ml-\[1\.5rem\] {
    margin-left: 1.5rem;
  }

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

  .lg\:mr-auto {
    margin-right: auto;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

  .lg\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .lg\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .lg\:min-w-12 {
    min-width: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

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

  .lg\:rounded-se-\[3\.75rem\] {
    border-start-end-radius: 3.75rem;
  }

  .lg\:rounded-ss-\[3\.75rem\] {
    border-start-start-radius: 3.75rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-\[2rem_1\.5rem\] {
    padding: 2rem 1.5rem;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-2xl\/snug {
    font-size: 1.5rem;
    line-height: 1.375;
  }

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

  .lg\:text-3xl\/snug {
    font-size: 1.875rem;
    line-height: 1.375;
  }

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

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

  .lg\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

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

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
}

@media (min-width: 1230px) {
  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

  .xl\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

  .xl\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:rounded-tr-\[50px\] {
    border-top-right-radius: 50px;
  }

  .xl\:p-\[2\.5rem_2rem\] {
    padding: 2.5rem 2rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

  .xl\:pr-\[9rem\] {
    padding-right: 9rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

  .xl\:text-4xl\/normal {
    font-size: 2.25rem;
    line-height: 1.5;
  }

  .xl\:text-4xl\/snug {
    font-size: 2.25rem;
    line-height: 1.375;
  }

  .xl\:text-7xl\/none {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .xl\:text-\[3\.3rem\] {
    font-size: 3.3rem;
  }

  .xl\:text-\[3\.625rem\] {
    font-size: 3.625rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .\32xl\:-mx-\[1\.875rem\] {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-\[6\.25rem\] {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

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

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

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

  .\32xl\:size-\[175px\] {
    width: 175px;
    height: 175px;
  }

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

  .\32xl\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

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

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-y-\[1\.875rem\] {
    row-gap: 1.875rem;
  }

  .\32xl\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .\32xl\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .\32xl\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .\32xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .\32xl\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .\32xl\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

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

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

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

  .\32xl\:text-\[3rem\] {
    font-size: 3rem;
  }

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

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

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

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

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

  .\32xl\:leading-\[1\.083333333333333\] {
    line-height: 1.083333333333333;
  }

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

.\[\&\.active\]\:bg-ss-neon-lime.active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 254 65 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:text-black.active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\.active\]\:no-underline.active {
  text-decoration-line: none;
}

.\[\&\.disabled\]\:pointer-events-none.disabled {
  pointer-events: none;
}

.\[\&\.disabled\]\:cursor-not-allowed.disabled {
  cursor: not-allowed;
}

.\[\&\.disabled\]\:opacity-50.disabled {
  opacity: 0.5;
}

.\[\&\.stickyHeader\]\:bg-black\/90.stickyHeader {
  background-color: rgb(0 0 0 / 0.9);
}

.\[\&\.stickyHeader\]\:\[box-shadow\:0_0_10px_5px_rgba\(255\2c 255\2c 255\2c 0\.02\)\].stickyHeader {
  box-shadow: 0 0 10px 5px rgba(255,255,255,0.02);
}

@media (min-width: 992px) {
  .lg\:\[\&\.stickyHeader\]\:bg-black\/50.stickyHeader {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:\[\&\.stickyHeader\]\:backdrop-blur-md.stickyHeader {
    --tw-backdrop-blur: blur(12px);
    -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);
  }
}

.\[\&\>\:not\(\[hidden\]\)_\~_\:not\(\[hidden\]\)\]\:mt-0>:not([hidden]) ~ :not([hidden]) {
  margin-top: 0px;
}

.before\:\[\&\>div\+div\]\:absolute>div+div::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:\[\&\>div\+div\]\:left-0>div+div::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:\[\&\>div\+div\]\:top-0>div+div::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:\[\&\>div\+div\]\:h-px>div+div::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:\[\&\>div\+div\]\:w-full>div+div::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:\[\&\>div\+div\]\:bg-ss-light-gray-500>div+div::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .max-md\:\[\&\>div\+div\]\:pt-4>div+div {
    padding-top: 1rem;
  }

  .max-md\:before\:\[\&\>div\+div\]\:right-0>div+div::before {
    content: var(--tw-content);
    right: 0px;
  }
}

@media (min-width: 768px) {
  .md\:before\:\[\&\>div\+div\]\:h-full>div+div::before {
    content: var(--tw-content);
    height: 100%;
  }

  .md\:before\:\[\&\>div\+div\]\:w-px>div+div::before {
    content: var(--tw-content);
    width: 1px;
  }
}

.\[\&\>div\:not\(\:first-child\)\]\:border-t>div:not(:first-child) {
  border-top-width: 1px;
}

.\[\&\>div\:not\(\:first-child\)\]\:border-black\/20>div:not(:first-child) {
  border-color: rgb(0 0 0 / 0.2);
}

.\[\&\>div\]\:relative>div {
  position: relative;
}

.\[\&\>div\]\:pt-6>div {
  padding-top: 1.5rem;
}

@media (min-width: 1440px) {
  .\32xl\:\[\&\>div\]\:pt-10>div {
    padding-top: 2.5rem;
  }
}

.\[\&_\.accordion-header\:hover\]\:text-primary .accordion-header:hover {
  --tw-text-opacity: 1;
  color: rgb(230 98 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.accordion-header\]\:cursor-pointer .accordion-header {
  cursor: pointer;
}

.\[\&_\.accordion-header\]\:transition-all .accordion-header {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.accordion-header\]\:ease-in-out .accordion-header {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[\&_\.accordion-item\]\:mb-5 .accordion-item {
  margin-bottom: 1.25rem;
}

.\[\&_\.accordion-item\]\:border-b .accordion-item {
  border-bottom-width: 1px;
}

.\[\&_\.accordion-item\]\:border-solid .accordion-item {
  border-style: solid;
}

.\[\&_\.accordion-item\]\:border-white\/50 .accordion-item {
  border-color: rgb(255 255 255 / 0.5);
}

.\[\&_\.accordion-item\]\:pb-10 .accordion-item {
  padding-bottom: 2.5rem;
}

.\[\&_\.accordion-item\]\:pb-5 .accordion-item {
  padding-bottom: 1.25rem;
}

.\[\&_\.icon\]\:relative .icon {
  position: relative;
}

.\[\&_\.icon\]\:w-5 .icon {
  width: 1.25rem;
}

.\[\&_\.icon\]\:text-xl .icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_\.icon\]\:text-ss-danger-100 .icon {
  --tw-text-opacity: 1;
  color: rgb(233 7 67 / var(--tw-text-opacity, 1));
}

.\[\&_\.icon\]\:text-ss-neon-lime .icon {
  --tw-text-opacity: 1;
  color: rgb(199 254 65 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .\[\&_\.icon\]\:lg\:top-\[8px\] .icon {
    top: 8px;
  }

  .\[\&_\.icon\]\:lg\:text-\[35px\] .icon {
    font-size: 35px;
  }
}

@media (min-width: 1230px) {
  .\[\&_\.icon\]\:xl\:top-\[5px\] .icon {
    top: 5px;
  }

  .\[\&_\.icon\]\:xl\:w-\[35px\] .icon {
    width: 35px;
  }

  .\[\&_\.icon\]\:xl\:text-\[35px\] .icon {
    font-size: 35px;
  }

  .\[\&_\.icon\]\:xl\:text-\[40px\] .icon {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .\[\&_\.icon\]\:2xl\:w-\[40px\] .icon {
    width: 40px;
  }

  .\[\&_\.icon\]\:2xl\:text-\[40px\] .icon {
    font-size: 40px;
  }
}

.\[\&_\.swiper-slide\.swiper-slide-active_\.item\]\:opacity-100 .swiper-slide.swiper-slide-active .item {
  opacity: 1;
}

.\[\&_\.swiper-slide_\.item\]\:opacity-20 .swiper-slide .item {
  opacity: 0.2;
}

.\[\&_\.swiper-slide_\.item\]\:transition-all .swiper-slide .item {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.swiper-slide_\.item\]\:duration-500 .swiper-slide .item {
  transition-duration: 500ms;
}

.\[\&_\.swiper-slide_\.item\]\:ease-in-out .swiper-slide .item {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[\&_\>div\:not\(\:last-child\)\]\:-mb-14 >div:not(:last-child) {
  margin-bottom: -3.5rem;
}

.\[\&_a\]\:block a {
  display: block;
}

.\[\&_a\]\:flex a {
  display: flex;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:font-titillium-web a {
  font-family: Titillium Web, sans-serif;
}

.\[\&_a\]\:text-base a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_a\]\:text-lg a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_a\]\:text-xl a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:font-semibold a {
  font-weight: 600;
}

.\[\&_a\]\:uppercase a {
  text-transform: uppercase;
}

.\[\&_a\]\:text-green-600 a {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-primary-800 a {
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-ss-neon-lime-500 a {
  --tw-text-opacity: 1;
  color: rgb(199 254 65 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:hover\:text-green-700:hover a {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_a\]\:text-xl a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:\[\&_br\]\:hidden br {
    display: none;
  }
}

.\[\&_em\]\:text-base em {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_figure\]\:mb-0 figure {
  margin-bottom: 0px;
}

.\[\&_h1\]\:text-4xl h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.\[\&_h1\]\:font-bold h1 {
  font-weight: 700;
}

.\[\&_h1\]\:text-white h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_h1\]\:text-5xl h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1230px) {
  .xl\:\[\&_h1\]\:text-\[3\.625rem\] h1 {
    font-size: 3.625rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:\[\&_h1\]\:text-\[70px\] h1 {
    font-size: 70px;
  }
}

.\[\&_h2\]\:m-0 h2 {
  margin: 0px;
}

.\[\&_h2\]\:mb-5 h2 {
  margin-bottom: 1.25rem;
}

.\[\&_h2\]\:inline-block h2 {
  display: inline-block;
}

.\[\&_h2\]\:text-3xl h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\[\&_h2\]\:font-semibold h2 {
  font-weight: 600;
}

.\[\&_h2\]\:text-primary h2 {
  --tw-text-opacity: 1;
  color: rgb(230 98 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:\[\&_h2\]\:text-4xl h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_h2\]\:mb-6 h2 {
    margin-bottom: 1.5rem;
  }

  .lg\:\[\&_h2\]\:text-4xl h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1230px) {
  .xl\:\[\&_h2\]\:mb-10 h2 {
    margin-bottom: 2.5rem;
  }

  .xl\:\[\&_h2\]\:text-\[3\.625rem\] h2 {
    font-size: 3.625rem;
  }

  .xl\:\[\&_h2\]\:text-\[58px\] h2 {
    font-size: 58px;
  }
}

.\[\&_h3\]\:mb-2 h3 {
  margin-bottom: 0.5rem;
}

.\[\&_h3\]\:mb-5 h3 {
  margin-bottom: 1.25rem;
}

.\[\&_h3\]\:text-2xl h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.\[\&_h3\]\:text-3xl h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\[\&_h3\]\:text-xl h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_h3\]\:font-normal h3 {
  font-weight: 400;
}

.\[\&_h3\]\:font-semibold h3 {
  font-weight: 600;
}

.\[\&_h3\]\:text-black h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-ss-cyan-100 h3 {
  --tw-text-opacity: 1;
  color: rgb(40 217 220 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-white h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_h3\]\:mb-5 h3 {
    margin-bottom: 1.25rem;
  }

  .lg\:\[\&_h3\]\:text-3xl h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1230px) {
  .xl\:\[\&_h3\]\:mb-7 h3 {
    margin-bottom: 1.75rem;
  }

  .xl\:\[\&_h3\]\:pr-12 h3 {
    padding-right: 3rem;
  }

  .xl\:\[\&_h3\]\:text-3xl h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:\[\&_h3\]\:text-\[30px\] h3 {
    font-size: 30px;
  }

  .xl\:\[\&_h3\]\:text-\[36px\] h3 {
    font-size: 36px;
  }

  .xl\:\[\&_h3\]\:leading-\[40px\] h3 {
    line-height: 40px;
  }

  .xl\:\[\&_h3\]\:leading-\[48px\] h3 {
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .\32xl\:\[\&_h3\]\:mb-10 h3 {
    margin-bottom: 2.5rem;
  }
}

.\[\&_h3_a\:hover\]\:text-primary-950 h3 a:hover {
  --tw-text-opacity: 1;
  color: rgb(85 0 127 / var(--tw-text-opacity, 1));
}

.\[\&_h3_a\:hover\]\:text-ss-yellow h3 a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 200 0 / var(--tw-text-opacity, 1));
}

.\[\&_h3_a\]\:text-black h3 a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_h3_a\]\:text-white h3 a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h3_a\]\:no-underline h3 a {
  text-decoration-line: none;
}

.\[\&_h3_span\]\:mb-2 h3 span {
  margin-bottom: 0.5rem;
}

.\[\&_h3_span\]\:text-2xl h3 span {
  font-size: 1.5rem;
  line-height: 2rem;
}

.\[\&_h3_span\]\:text-xl h3 span {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_h3_span\]\:font-semibold h3 span {
  font-weight: 600;
}

@media (min-width: 992px) {
  .lg\:\[\&_h3_span\]\:mb-2 h3 span {
    margin-bottom: 0.5rem;
  }

  .lg\:\[\&_h3_span\]\:text-2xl h3 span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.\[\&_h4\]\:mb-5 h4 {
  margin-bottom: 1.25rem;
}

.\[\&_h4\]\:font-normal h4 {
  font-weight: 400;
}

@media (min-width: 1230px) {
  .xl\:\[\&_h4\]\:mb-7 h4 {
    margin-bottom: 1.75rem;
  }

  .xl\:\[\&_h4\]\:text-\[30px\] h4 {
    font-size: 30px;
  }

  .xl\:\[\&_h4\]\:leading-\[40px\] h4 {
    line-height: 40px;
  }
}

@media (min-width: 1440px) {
  .\32xl\:\[\&_h4\]\:mb-10 h4 {
    margin-bottom: 2.5rem;
  }
}

.\[\&_img\]\:mx-auto img {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_img\]\:aspect-\[210\/240\] img {
  aspect-ratio: 210/240;
}

.\[\&_img\]\:size-full img {
  width: 100%;
  height: 100%;
}

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

.\[\&_img\]\:h-auto img {
  height: auto;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:max-w-\[210px\] img {
  max-width: 210px;
}

.\[\&_img\]\:rounded-full img {
  border-radius: 9999px;
}

.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&_ion-icon\]\:relative ion-icon {
  position: relative;
}

.\[\&_ion-icon\]\:top-2 ion-icon {
  top: 0.5rem;
}

.\[\&_ion-icon\]\:text-4xl ion-icon {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.\[\&_ion-icon\]\:text-primary ion-icon {
  --tw-text-opacity: 1;
  color: rgb(230 98 255 / var(--tw-text-opacity, 1));
}

.\[\&_ion-icon\]\:text-ss-neon-lime ion-icon {
  --tw-text-opacity: 1;
  color: rgb(199 254 65 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_ion-icon\]\:text-6xl ion-icon {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1230px) {
  .xl\:\[\&_ion-icon\]\:top-0 ion-icon {
    top: 0px;
  }

  .xl\:\[\&_ion-icon\]\:text-7xl ion-icon {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.\[\&_li\]\:flex li {
  display: flex;
}

.\[\&_li\]\:flex-wrap li {
  flex-wrap: wrap;
}

.\[\&_li\]\:items-center li {
  align-items: center;
}

.\[\&_li\]\:gap-4 li {
  gap: 1rem;
}

.\[\&_li_span\]\:w-\[calc\(100\%-40px\)\] li span {
  width: calc(100% - 40px);
}

@media (min-width: 1230px) {
  .\[\&_li_span\]\:xl\:w-\[calc\(100\%-55px\)\] li span {
    width: calc(100% - 55px);
  }
}

@media (min-width: 1440px) {
  .\[\&_li_span\]\:2xl\:w-\[calc\(100\%-60px\)\] li span {
    width: calc(100% - 60px);
  }
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-2\.5 p {
  margin-bottom: 0.625rem;
}

.last\:\[\&_p\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.last-of-type\:\[\&_p\]\:mb-0 p:last-of-type {
  margin-bottom: 0px;
}

.last-of-type\:\[\&_p\]\:mb-6 p:last-of-type {
  margin-bottom: 1.5rem;
}

.last-of-type\:\[\&_p\]\:mb-8 p:last-of-type {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .lg\:\[\&_p\]\:max-w-xl p {
    max-width: 36rem;
  }

  .lg\:last-of-type\:\[\&_p\]\:mb-6 p:last-of-type {
    margin-bottom: 1.5rem;
  }

  .lg\:last-of-type\:\[\&_p\]\:mb-8 p:last-of-type {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1230px) {
  .xl\:last-of-type\:\[\&_p\]\:mb-10 p:last-of-type {
    margin-bottom: 2.5rem;
  }
}

.\[\&_picture\]\:mb-0 picture {
  margin-bottom: 0px;
}

.\[\&_span\]\:block span {
  display: block;
}

.\[\&_span\]\:text-lg span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_span\]\:text-xl span {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_span\]\:text-primary span {
  --tw-text-opacity: 1;
  color: rgb(230 98 255 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-primary-800 span {
  --tw-text-opacity: 1;
  color: rgb(111 1 166 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-ss-neon-lime span {
  --tw-text-opacity: 1;
  color: rgb(199 254 65 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-white span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_span\]\:text-3xl span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:\[\&_span\]\:text-xl span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1230px) {
  .xl\:\[\&_span\]\:text-\[28px\] span {
    font-size: 28px;
  }
}

.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}

.\[\&_ul\>\:not\(\[hidden\]\)_\~_\:not\(\[hidden\]\)\]\:mt-0 ul>:not([hidden]) ~ :not([hidden]) {
  margin-top: 0px;
}

.\[\&_ul\]\:m-0 ul {
  margin: 0px;
}

.\[\&_ul\]\:flex ul {
  display: flex;
}

.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}

.\[\&_ul\]\:columns-2 ul {
  -moz-columns: 2;
       columns: 2;
}

.\[\&_ul\]\:flex-wrap ul {
  flex-wrap: wrap;
}

.\[\&_ul\]\:items-center ul {
  align-items: center;
}

.\[\&_ul\]\:gap-3 ul {
  gap: 0.75rem;
}

.\[\&_ul\]\:p-0 ul {
  padding: 0px;
}

.\[\&_ul\]\:text-base ul {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_ul\]\:text-white ul {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {
  .sm\:\[\&_ul\]\:columns-3 ul {
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 768px) {
  .md\:\[\&_ul\]\:columns-1 ul {
    -moz-columns: 1;
         columns: 1;
  }

  .md\:\[\&_ul\]\:columns-2 ul {
    -moz-columns: 2;
         columns: 2;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_ul\]\:text-2xl ul {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1230px) {
  .xl\:\[\&_ul\]\:pl-\[95px\] ul {
    padding-left: 95px;
  }
}

.\[\&_ul_li\]\:\!mb-1 ul li {
  margin-bottom: 0.25rem !important;
}

.\[\&_ul_li\]\:\!mt-0 ul li {
  margin-top: 0px !important;
}

.\[\&_ul_li\]\:pl-8 ul li {
  padding-left: 2rem;
}

.\[\&_ul_li_a\]\:no-underline ul li a {
  text-decoration-line: none;
}
