*, ::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.front {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.front body {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1));
  font-family: Geologica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front main {
  overflow-x: hidden;
}

.alignfull {
  max-width: none;
}

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

@media (min-width: 1280px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .container-large {
    margin: 0px;
    padding: 0px;
  }
}

@media (min-width: 1900px) {
  .container-large {
    margin-left: auto;
    margin-right: auto;
  }
}

h1 {
  font-size: 36px;
  line-height: 1;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 72px;
  }
}

h1.small {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 1024px) {
  h1.small {
    font-size: 58px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}

h2.enhanced {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 1024px) {
  h2.enhanced {
    font-size: 64px;
  }
}

h3 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 36px;
  }
}

.entry-content {
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .entry-content {
    font-size: 20px;
  }
}

.entry-content.enhanced {
  font-size: 24px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .entry-content.enhanced {
    font-size: 40px;
  }
}

.entry-content ol,
    .entry-content ul {
  margin-left: 0px;
  margin-top: 1.5rem;
  list-style-position: outside;
}

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

.entry-content ol:only-child,
    .entry-content ul:only-child {
  margin-top: 0px;
}

.entry-content p+ol,
    .entry-content p+ul {
  margin-top: 0px;
}

.entry-content ol li,
    .entry-content ul li {
  margin-bottom: 0.625rem;
  margin-left: 25px;
}

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

.entry-content ol {
  list-style-type: decimal;
}

.entry-content ul {
  list-style-type: disc;
}

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

.entry-content p:last-child {
  margin-bottom: 0px;
}

.entry-content p:empty {
  margin-bottom: 0px;
}

.entry-content strong {
  font-weight: 700;
}

.entry-content a {
  --tw-text-opacity: 1;
  color: rgb(163 40 209 / var(--tw-text-opacity, 1));
}

.entry-content a:hover {
  text-decoration-line: underline;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.container {
  max-width: 100%;
}

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

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

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

  .container-extra-small {
    max-width: 892px;
  }

  .container-small {
    max-width: 980px;
  }

  .container-large {
    max-width: none;
  }
}

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

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-12\.5 {
  bottom: -50px;
}

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

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

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

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

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

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

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

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

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

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

.-right-25 {
  right: -100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

.top-25 {
  top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.\!h-5 {
  height: 1.25rem !important;
}

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

.h-10 {
  height: 2.5rem;
}

.h-15 {
  height: 60px;
}

.h-25 {
  height: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.\!w-10 {
  width: 2.5rem !important;
}

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

.w-10 {
  width: 2.5rem;
}

.w-15 {
  width: 60px;
}

.w-25 {
  width: 100px;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-\[4\%\] {
  -moz-column-gap: 4%;
       column-gap: 4%;
}

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-15 {
  row-gap: 60px;
}

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

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

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

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

.gap-y-7\.5 {
  row-gap: 30px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded-l-\[30px\] {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-r-\[30px\] {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.border {
  border-width: 1px;
}

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

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

.border-flexplay-green {
  --tw-border-opacity: 1;
  border-color: rgb(151 193 37 / var(--tw-border-opacity, 1));
}

.border-flexplay-pink {
  --tw-border-opacity: 1;
  border-color: rgb(227 113 255 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#540582\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 5 130 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#7d21ad\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#97c125\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#a328d1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 40 209 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#bc42ea\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 66 234 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#f4c7ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 199 255 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#f9deff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 255 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#540582\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 5 130 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7d21ad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#97c125\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a328d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 40 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bc42ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 66 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4c7ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 199 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9deff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 222 255 / var(--tw-bg-opacity, 1));
}

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

.bg-flexplay-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 87 210 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-green {
  --tw-bg-opacity: 1;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1));
}

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

.bg-flexplay-pink-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 199 255 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-pink-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(195 77 232 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-pink-light {
  --tw-bg-opacity: 1;
  background-color: rgb(166 65 206 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(163 40 209 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-purple-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 66 234 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-purple-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1));
}

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

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

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

.p-10 {
  padding: 2.5rem;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.py-25 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

.pb-12\.5 {
  padding-bottom: 50px;
}

.pb-15 {
  padding-bottom: 60px;
}

.pb-18\.75 {
  padding-bottom: 75px;
}

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

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

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

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

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

.pt-12\.5 {
  padding-top: 50px;
}

.pt-15 {
  padding-top: 60px;
}

.pt-18\.75 {
  padding-top: 75px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-flexplay-gray {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.text-flexplay-green {
  --tw-text-opacity: 1;
  color: rgb(151 193 37 / var(--tw-text-opacity, 1));
}

.text-flexplay-purple-dark {
  --tw-text-opacity: 1;
  color: rgb(125 33 173 / var(--tw-text-opacity, 1));
}

.text-flexplay-purple-dark-2 {
  --tw-text-opacity: 1;
  color: rgb(84 5 130 / var(--tw-text-opacity, 1));
}

.text-flexplay-purple-dark-3 {
  --tw-text-opacity: 1;
  color: rgb(91 0 138 / var(--tw-text-opacity, 1));
}

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

.opacity-\[0\.35\] {
  opacity: 0.35;
}

.opacity-\[0\.5\] {
  opacity: 0.5;
}

.shadow-header {
  --tw-shadow: rgba(0, 11, 48, 0.2) 0px 15px 30px -10px;
  --tw-shadow-colored: 0px 15px 30px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.radial-bg {
  background: radial-gradient(circle closest-side, rgba(188, 66, 234, 0.2) 100%, transparent 50.1%) 0 60px / 135px 135px repeat;
  background-position: top center;
}

@media (min-width: 1024px) {
  .radial-bg {
    background: radial-gradient(circle closest-side, rgba(188, 66, 234, 0.2) 100%, transparent 50.1%) 0 60px / 160px 160px repeat;
    background-position: center;
  }
}

.btn-primary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(151 193 37 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(151 193 37 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(151 193 37 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.btn-tertiary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(163 40 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(163 40 209 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.btn-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(163 40 209 / var(--tw-text-opacity, 1));
}

.btn-quaternary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.btn-events {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(125 33 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.btn-events:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(125 33 173 / var(--tw-text-opacity, 1));
}

/* Modal */

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  background: #fff;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 45px;
  color: #7d21ad;
}

@media (min-width: 560px) {
  .modal__content {
    border-radius: 30px;
  }
}

.modal__content .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}

@media (min-width: 1024px) {
  .modal__content .title {
    font-size: 36px;
  }
}

.modal__content .entry-content {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 1024px) {
  .modal__content .entry-content {
    font-size: 16px;
    line-height: 1.55;
  }
}

.modal__close-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #fff;
}

.flexplay-form-modal form {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.flexplay-form-modal form>p {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.flexplay-form-modal form>p br {
  display: none;
}

.flexplay-form-modal form input[type=text],
.flexplay-form-modal form input[type=email],
.flexplay-form-modal form textarea,
.flexplay-form-modal form select {
  color: #7d21ad;
  background-color: #fff;
  border: 1px solid #ead1f3;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 1.33;
  margin: 0;
  outline: none;
  padding: 0 20px;
  width: 100%;
}

.flexplay-form-modal form textarea {
  padding-top: 20px;
  min-height: 100px;
}

.flexplay-form-modal form input[type=text]::-moz-placeholder, .flexplay-form-modal form input[type=email]::-moz-placeholder, .flexplay-form-modal form textarea::-moz-placeholder {
  color: #7d21ad;
  opacity: 0.5;
}

.flexplay-form-modal form input[type=text]::placeholder,
.flexplay-form-modal form input[type=email]::placeholder,
.flexplay-form-modal form textarea::placeholder {
  color: #7d21ad;
  opacity: 0.5;
}

.flexplay-form-modal form .btn-primary {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.flexplay-form-modal form .btn-primary input {
  padding: 12px 16px;
  cursor: pointer;
}

.flexplay-form-modal form .btn-primary p,
.flexplay-form-modal form .btn-primary input {
  width: 100%;
}

.flexplay-form-modal form .wpcf7-spinner {
  display: none;
}

.flexplay-form-modal .wpcf7 form .wpcf7-response-output {
  margin: 20px auto;
  color: #97c125;
}

.flexplay-form-modal .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.flexplay-form-modal form .wpcf7-not-valid-tip {
  color: red;
  margin-top: 12px;
}

.flexplay-form-modal form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}

.lang-arrow {
  border-color: inherit;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  vertical-align: middle;
  width: 6px;
}

.lang-arrow::after {
  border-color: transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 4px 3px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0;
}

.lang-choose {
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  left: -24px;
  top: 69px;
  display: flex;
  flex-direction: column;
  background: #a328d1;
  max-width: 80px;
  box-shadow: 0 2px 3px rgba(0, 11, 48, 0.25);
  padding-top: 8px;
  padding-bottom: 8px;
}

#mm .lang-choose {
  left: 0;
  top: 40px;
}

.lang-choose li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  text-align: center;
}

.lang-choose li:hover {
  background-color: #7d21ad;
}

.lang {
  position: relative;
  cursor: pointer;
}

.lang:hover .lang-choose {
  opacity: 1;
}

.es .scalable-content {
  font-size: 14px;
  line-height: 22px;
}

.ru .scalable-dots {
  height: 100%;
}

.front section {
  scroll-margin-top: 133px;
}

nav .active,
#mm .active {
  color: #e371ff;
}

#page-content p,
#page-content ul {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  #page-content p,
    #page-content ul {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 24px;
  }
}

#page-content p:last-of-type {
  margin-bottom: 0;
}

#page-content h1 {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  #page-content h1 {
    margin-bottom: 24px;
  }
}

#page-content h2 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  #page-content h2 {
    font-size: 42px;
    margin-top: 50px;
    margin-bottom: 24px;
  }
}

#page-content strong {
  font-weight: 700;
}

#page-content a {
  color: #97c125;
}

#page-content a:hover {
  text-decoration: underline;
}

#page-content figure {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  #page-content figure {
    margin-bottom: 24px;
  }
}

#page-content ul {
  list-style-type: disc;
}

#page-content ul li {
  margin-bottom: 0.625rem;
  margin-left: 25px;
}

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

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

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

  .sm\:-right-\[35px\] {
    right: -35px;
  }

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

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

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

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

  .md\:left-\[71\%\] {
    left: 71%;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:-bottom-25 {
    bottom: -100px;
  }

  .lg\:-bottom-\[180px\] {
    bottom: -180px;
  }

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

  .lg\:-left-\[200px\] {
    left: -200px;
  }

  .lg\:-left-\[250px\] {
    left: -250px;
  }

  .lg\:-left-\[530px\] {
    left: -530px;
  }

  .lg\:-right-\[110px\] {
    right: -110px;
  }

  .lg\:-right-\[250px\] {
    right: -250px;
  }

  .lg\:-right-\[385px\] {
    right: -385px;
  }

  .lg\:-right-\[420px\] {
    right: -420px;
  }

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

  .lg\:-top-\[110px\] {
    top: -110px;
  }

  .lg\:-top-\[140px\] {
    top: -140px;
  }

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

  .lg\:-top-\[170px\] {
    top: -170px;
  }

  .lg\:left-\[71\%\] {
    left: 71%;
  }

  .lg\:left-auto {
    left: auto;
  }

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

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

  .lg\:top-\[260px\] {
    top: 260px;
  }

  .lg\:top-\[280px\] {
    top: 280px;
  }

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

  .lg\:order-1 {
    order: 1;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-none {
    max-height: none;
  }

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

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

  .lg\:w-20 {
    width: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-15 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:gap-x-7\.5 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-\[1\%\] {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

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

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

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

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-15 {
    row-gap: 60px;
  }

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

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

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

  .lg\:pb-12\.5 {
    padding-bottom: 50px;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-25 {
    padding-bottom: 100px;
  }

  .lg\:pb-30 {
    padding-bottom: 120px;
  }

  .lg\:pb-37\.5 {
    padding-bottom: 150px;
  }

  .lg\:pt-12\.5 {
    padding-top: 50px;
  }

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

  .lg\:pt-25 {
    padding-top: 100px;
  }

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

  .lg\:pt-37\.5 {
    padding-top: 150px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[1\.23\] {
    line-height: 1.23;
  }

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

  .lg\:leading-\[1\.55\] {
    line-height: 1.55;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:opacity-\[1\] {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:-left-\[230px\] {
    left: -230px;
  }

  .xl\:-left-\[360px\] {
    left: -360px;
  }

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

  .xl\:flex {
    display: flex;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-auto {
    width: auto;
  }

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

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