/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

img {
  display: block;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

*:focus-visible {
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px activeborder; /* Blink, Chrome */
  box-shadow: 0 0 0 3px -moz-mac-focusring; /* Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* Webkit, Safari */
}

body {
  background-color: #8400C5;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{
  font-family:swiper-icons;

  src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.swiper-container-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-container-multirow-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto
}

.swiper-container-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-container-3d{
  perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:x mandatory;
      scroll-snap-type:x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:y mandatory;
      scroll-snap-type:y mandatory
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  text-transform:none;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  left:10px;
  right:auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  right:10px;
  left:auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
  --swiper-navigation-color:#ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{
  --swiper-navigation-color:#000000
}

.swiper-button-lock{
  display:none
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:10px;
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet-active{
  opacity:1;
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets{
  right:10px;
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:6px 0;
  display:block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-progressbar{
  background:rgba(0,0,0,.25);
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:4px;
  left:0;
  top:0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
  width:4px;
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-white{
  --swiper-pagination-color:#ffffff
}

.swiper-pagination-black{
  --swiper-pagination-color:#000000
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar{
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%
}

.swiper-container-vertical>.swiper-scrollbar{
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  border-radius:10px;
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  font-family:"object-fit:contain";
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  -webkit-animation:swiper-preloader-spin 1s infinite linear;
          animation:swiper-preloader-spin 1s infinite linear;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@-webkit-keyframes swiper-preloader-spin{
  100%{
    transform:rotate(360deg)
  }
}

@keyframes swiper-preloader-spin{
  100%{
    transform:rotate(360deg)
  }
}

.swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube{
  overflow:visible
}

.swiper-container-cube .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-container-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-container-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  -webkit-filter:blur(50px);
  filter:blur(50px);
  z-index:0
}

.swiper-container-flip{
  overflow:visible
}

.swiper-container-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}

.swiper-container-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

/* Recommended styles for Splitting */

.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */

.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */

.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

@font-face {
  font-family: 'Codec Pro';

  src: url('../../assets/font/codec-pro/codec-pro-news.woff2') format('woff2'),
    url('../../assets/font/codec-pro/codec-pro-news.woff') format('woff');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Codec Pro';

  src: url('../../assets/font/codec-pro/codec-pro-bold.woff2') format('woff2'),
    url('../../assets/font/codec-pro/codec-pro-bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Codec Pro';

  src: url('../../assets/font/codec-pro/codec-pro-ultra.woff2') format('woff2'),
    url('../../assets/font/codec-pro/codec-pro-ultra.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

body {
  color: #ffffff;
  font-family: Codec Pro, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.heading-xl {
  font-size: 2.625rem;
  letter-spacing: -0.02813rem;
  line-height: 2.625rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 560px) {

.heading-xl {
    font-size: 3.75rem;

    letter-spacing: -0.04rem;

    line-height: 3.75rem;
}
  }

@media (min-width: 1025px) {

.heading-xl {
    font-size: 8.75rem;

    letter-spacing: -0.09375rem;

    line-height: 7.5rem;
}
  }

.heading-l {
  font-size: 2rem;
  letter-spacing: -0.01875rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 560px) {

.heading-l {
    font-size: 2.75rem;

    letter-spacing: -0.02563rem;

    line-height: 2.75rem;
}
  }

@media (min-width: 1025px) {

.heading-l {
    font-size: 5rem;

    letter-spacing: -0.03125rem;

    line-height: 5rem;
}
  }

.heading {
  font-size: 1.625rem;
  letter-spacing: -0.015rem;
  line-height: 1.625rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 560px) {

.heading {
    font-size: 1.875rem;

    letter-spacing: -0.0175rem;

    font-size: 30px;
}
  }

@media (min-width: 1025px) {

.heading {
    font-size: 4rem;

    letter-spacing: -0.05rem;

    line-height: 4.125rem;
}
  }

.heading-s {
  font-size: 1.375rem;
  letter-spacing: -0.01313rem;
  line-height: 1.375rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 560px) {

.heading-s {
    font-size: 1.625rem;

    letter-spacing: -0.015rem;

    line-height: 1.625rem;
}
  }

@media (min-width: 1025px) {

.heading-s {
    font-size: 2.625rem;

    letter-spacing: -0.01875rem;

    line-height: 2.6875rem;
}
  }

.heading-xs {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 560px) {

.heading-xs {
    font-size: 1.125rem;

    line-height: 1.125rem;
}
  }

@media (min-width: 1025px) {

.heading-xs {
    font-size: 2rem;

    line-height: 2.125rem;

    font-weight: 900;
}
  }

.copy-l {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
}

@media (min-width: 560px) {

.copy-l {
    font-size: 1.25rem;

    line-height: 1.5rem;
}
  }

@media (min-width: 1025px) {

.copy-l {
    font-size: 1.5rem;

    line-height: 2.125rem;
}
  }

.copy {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

@media (min-width: 1025px) {

.copy {
    font-size: 1.125rem;

    line-height: 1.75rem;
}
  }

.copy-s {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.tagline {
  font-size: 0.75rem;
  letter-spacing: 0.07063rem;
  line-height: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  text-transform: uppercase;
}

@media (min-width: 1025px) {

.tagline {
    font-size: 1rem;

    letter-spacing: 0.09375rem;

    line-height: 1.0625rem;
}
  }

.copy-quote {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1025px) {

.copy-quote {
    font-size: 1.5rem;

    line-height: 1.875rem;
}
  }

.copy-form {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.wysiwyg {
  width: 100%;
}

.wysiwyg p:empty {
    display: none;
  }

.wysiwyg > * + * {
    margin-top: 25px;
  }

.wysiwyg p,
  .wysiwyg li {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
  }

@media (min-width: 1025px) {

.wysiwyg p,
  .wysiwyg li {
      font-size: 1.125rem;

      line-height: 1.75rem;
  }
    }

.wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5 {
    font-weight: 900 !important;
  }

.wysiwyg h1 *, .wysiwyg h2 *, .wysiwyg h3 *, .wysiwyg h4 *, .wysiwyg h5 * {
      font-weight: 900;
    }

/* @screen lg-max {
      br {
        display: none;
      }
    } */

.wysiwyg h1 + *, .wysiwyg h2 + *, .wysiwyg h3 + *, .wysiwyg h4 + *, .wysiwyg h5 + * {
      margin-top: 15px;
    }

@media (min-width: 1025px) {

.wysiwyg h1 + *, .wysiwyg h2 + *, .wysiwyg h3 + *, .wysiwyg h4 + *, .wysiwyg h5 + * {
        margin-top: 20px
    }
      }

.wysiwyg h1 {
    font-size: 2.625rem;
    letter-spacing: -0.02813rem;
    line-height: 2.625rem;
    font-weight: 900;
    text-transform: uppercase;
  }

@media (min-width: 560px) {

.wysiwyg h1 {
      font-size: 3.75rem;

      letter-spacing: -0.04rem;

      line-height: 3.75rem;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h1 {
      font-size: 8.75rem;

      letter-spacing: -0.09375rem;

      line-height: 7.5rem;
  }
    }

.wysiwyg h2 {
    font-size: 2rem;
    letter-spacing: -0.01875rem;
    line-height: 2rem;
    font-weight: 900;
    text-transform: uppercase;
  }

@media (min-width: 560px) {

.wysiwyg h2 {
      font-size: 2.75rem;

      letter-spacing: -0.02563rem;

      line-height: 2.75rem;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h2 {
      font-size: 5rem;

      letter-spacing: -0.03125rem;

      line-height: 5rem;
  }
    }

.wysiwyg h3 {
    font-size: 1.625rem;
    letter-spacing: -0.015rem;
    line-height: 1.625rem;
    font-weight: 900;
    text-transform: uppercase;
  }

@media (min-width: 560px) {

.wysiwyg h3 {
      font-size: 1.875rem;

      letter-spacing: -0.0175rem;

      font-size: 30px;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h3 {
      font-size: 4rem;

      letter-spacing: -0.05rem;

      line-height: 4.125rem;
  }
    }

.wysiwyg h4 {
    font-size: 1.375rem;
    letter-spacing: -0.01313rem;
    line-height: 1.375rem;
    font-weight: 900;
    text-transform: uppercase;
  }

@media (min-width: 560px) {

.wysiwyg h4 {
      font-size: 1.625rem;

      letter-spacing: -0.015rem;

      line-height: 1.625rem;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h4 {
      font-size: 2.625rem;

      letter-spacing: -0.01875rem;

      line-height: 2.6875rem;
  }
    }

.wysiwyg h5 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 900;
    text-transform: uppercase;
  }

@media (min-width: 560px) {

.wysiwyg h5 {
      font-size: 1.125rem;

      line-height: 1.125rem
  }
    }

@media (min-width: 1025px) {

.wysiwyg h5 {
      font-size: 2rem;

      line-height: 2.125rem;

      font-weight: 900
  }
    }

.wysiwyg h5 + * {
      margin-top: 10px;
    }

@media (min-width: 1025px) {

.wysiwyg h5 + * {
        margin-top: 10px
    }
      }

.wysiwyg h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    font-weight: 700 !important;
  }

@media (min-width: 560px) {

.wysiwyg h6 {
      font-size: 1.25rem;

      line-height: 1.5rem
  }
    }

@media (min-width: 1025px) {

.wysiwyg h6 {
      font-size: 1.5rem;

      line-height: 2.125rem
  }
    }

.wysiwyg h6 * {
      font-weight: 700 !important;
    }

.wysiwyg hr {
    border: none;
    width: 100%;
    height: 3px;
    background-color: #E2E7FF;
  }

.wysiwyg a {
    text-decoration: underline;
    display: inline;
    color: #58C15B;
  }

.wysiwyg img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }

.wysiwyg iframe {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }

.wysiwyg img[src$='.png'] {
    border-radius: 0px;
  }

.wysiwyg blockquote {
    padding-left: 20px;
    border-left: 4px solid #F77D00;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    font-weight: 700 !important;
  }

@media (min-width: 560px) {

.wysiwyg blockquote {
      font-size: 1.25rem;

      line-height: 1.5rem
  }
    }

@media (min-width: 1025px) {

.wysiwyg blockquote {
      font-size: 1.5rem;

      line-height: 2.125rem
  }
    }

.wysiwyg blockquote * {
      font-weight: 700 !important;
    }

.wysiwyg ul,
  .wysiwyg ol {
    padding-left: 30px;
  }

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

.wysiwyg ol {
    list-style-type: decimal;
  }

.wysiwyg li:not(:last-of-type) {
      margin-bottom: 10px;
    }

.transition-default {
  transition-property: all;
  transition-duration: 300ms;
}

@-webkit-keyframes hover-underline {
  0% {
    background-position: right;
    background-size: 100% 100%;
  }

  50% {
    background-position: right;
    background-size: 0% 100%;
  }

  50.1% {
    background-size: 0% 100%;
    background-position: left;
  }

  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}

@keyframes hover-underline {
  0% {
    background-position: right;
    background-size: 100% 100%;
  }

  50% {
    background-position: right;
    background-size: 0% 100%;
  }

  50.1% {
    background-size: 0% 100%;
    background-position: left;
  }

  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}

@-webkit-keyframes glitch {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-1.5px, 1.5px);
  }

  40% {
    transform: translate(-1.5px, -1.5px);
  }

  60% {
    transform: translate(1.5px, 1.5px);
  }

  80% {
    transform: translate(1.5px, -1.5px);
  }

  to {
    transform: translate(0);
  }
}

@keyframes glitch {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-1.5px, 1.5px);
  }

  40% {
    transform: translate(-1.5px, -1.5px);
  }

  60% {
    transform: translate(1.5px, 1.5px);
  }

  80% {
    transform: translate(1.5px, -1.5px);
  }

  to {
    transform: translate(0);
  }
}

@-webkit-keyframes bob {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 8px);
  }

  to {
    transform: translate(0, -0px);
  }
}

@keyframes bob {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 8px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.a11y-focus:focus-visible {
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px activeborder;
    /* Blink, Chrome */
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    /* Firefox */
    outline: auto 0 -webkit-focus-ring-color;
    /* Webkit, Safari */
  }

@media (prefers-reduced-motion: no-preference) {
  [data-animate='fade-up'] {
    transition: 0.8s cubic-bezier(0.26, 0.02, 0.15, 0.91);
    opacity: 0;
    transform: translateY(60px);
  }
    @media (min-width: 768px) {
  [data-animate='fade-up'] {
      transform: translateY(80px)
  }
    }
    @media (min-width: 1025px) {
  [data-animate='fade-up'] {
      transform: translateY(100px)
  }
    }
    [data-animate='fade-up'].animate {
      transform: translateY(0);
      opacity: 1;
    }
    [data-animate='fade-up-group'] [data-animate-child] {
      transition: 0.8s cubic-bezier(0.26, 0.02, 0.15, 0.91);
      opacity: 0;
      transform: translateY(60px);
    }
      @media (min-width: 768px) {
    [data-animate='fade-up-group'] [data-animate-child] {
        transform: translateY(80px)
    }
      }
      @media (min-width: 1025px) {
    [data-animate='fade-up-group'] [data-animate-child] {
        transform: translateY(100px)
    }
      }
      [data-animate='fade-up-group'].animate [data-animate-child] {
        transform: translateY(0);
        opacity: 1;
      }

  [data-animate='splitting'] {
    /* container */
    transition: 1s cubic-bezier(0.26, 0.02, 0.15, 0.91);
    transform: translateY(60px);
  }
    @media (min-width: 768px) {

  [data-animate='splitting'] {
      transform: translateY(80px)
  }
    }
    @media (min-width: 1025px) {

  [data-animate='splitting'] {
      transform: translateY(100px)
  }
    }
    /* chars */
    [data-animate='splitting'] .char {
      transition: 0.8s cubic-bezier(0.63, 0.02, 0, 0.98);
      transition-delay: calc(0.028s * (var(--char-index)));
      transform: translateY(105%);
    }
    [data-animate='splitting'].animate {
      /* container in */
      transform: translateY(0);
    }
      /* chars in */
      [data-animate='splitting'].animate .char {
        transform: translateY(0%) rotate(0deg);
      }

  [data-animate='splitting-group'] {
    /* container */
    transition: 1s cubic-bezier(0.26, 0.02, 0.15, 0.91);
    transform: translateY(60px);
  }
    @media (min-width: 768px) {

  [data-animate='splitting-group'] {
      transform: translateY(80px)
  }
    }
    @media (min-width: 1025px) {

  [data-animate='splitting-group'] {
      transform: translateY(100px)
  }
    }
    /* items */
    [data-animate='splitting-group'] > *:not(.splitting) {
      opacity: 0;
      transform: translateY(60px);
      transition: 0.8s cubic-bezier(0.63, 0.02, 0, 0.92);
    }
    /* items-delay */
    [data-animate='splitting-group'] > * {
      transition-delay: calc(0.08s * (var(--item-index))) !important;
    }
    /* chars */
    [data-animate='splitting-group'] .char {
      transition: 0.8s cubic-bezier(0.63, 0.02, 0, 0.98);
      transition-delay: calc(0.028s * (var(--char-index)));
      transform: translateY(105%);
    }
    [data-animate='splitting-group'].animate {
      /* container in */
      transform: translateY(0);
    }
      /* items in */
      [data-animate='splitting-group'].animate > *:not(.splitting) {
        opacity: 1;
        transform: translateY(0px);
      }
      /* chars in */
      [data-animate='splitting-group'].animate .char {
        transform: translateY(0%) rotate(0deg);
      }
    [data-animate='splitting-group'] .word, [data-animate='splitting'] .word {
      white-space: nowrap;
      overflow: hidden;
      display: inline-flex;
    }
    /* setup */
    [data-animate='splitting-group'] .char, [data-animate='splitting'] .char {
      display: inline-flex;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      will-change: transform;
    }

  .hover-grow {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: 0.8s cubic-bezier(0.63, 0.02, 0, 0.98);
    transform: translate3d(0, 0, 0) scale(1);
  }
    .hover-grow:hover {
      transform: translate3d(0, 0, 0) scale(1.1);
    }

  .hover-grow-parent {
    transform: translate3d(0, 0, 0);
  }
    .hover-grow-parent img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: 0.8s cubic-bezier(0.63, 0.02, 0, 0.98);
    }
    .hover-grow-parent:hover img {
      transform: scale(1.1);
    }
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media (min-width: 560px) {

.container {
    padding-left: 60px;

    padding-right: 60px
}
  }

@media (min-width: 1025px) {

.container {
    padding-left: 80px;

    padding-right: 80px
}
  }

.row {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 560px) {

.row {
    margin-left: -8px;

    margin-right: -8px
}
  }

@media (min-width: 1025px) {

.row {
    margin-left: -12px;

    margin-right: -12px
}
  }

.column {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 560px) {

.column {
    padding-left: 8px;

    padding-right: 8px
}
  }

@media (min-width: 1025px) {

.column {
    padding-left: 12px;

    padding-right: 12px
}
  }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.site-header__logo {
  height: 23px;
  min-height: 23px;
  width: auto;
  max-width: none;
}

@media (min-width: 560px) {

.site-header__logo {
    height: 26px;

    min-height: 26px
}
  }

@media (min-width: 1025px) {

.site-header__logo {
    height: 36px;

    min-height: 36px
}
  }

.site-footer__logo {
  width: 156px;
  min-width: 156px;
}

@media (min-width: 1025px) {

.site-footer__logo {
    width: 192px;

    min-width: 192px
}
  }

.site-footer__woodland-logo {
  width: 60px;
  min-width: 60px;
}

@media (min-width: 1025px) {

.site-footer__woodland-logo {
    width: 80px;

    min-width: 80px
}
  }

.site-footer__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.site-footer__link:before,
  .site-footer__link:after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }

.site-footer__link:after {
    color: #f0f;
    z-index: -2;
  }

.site-footer__link:before {
    color: #0ff;
    z-index: -1;
  }

.site-footer__link:hover:before {
      -webkit-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
              animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
    }

.site-footer__link:hover:after {
      animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
    }

.site-footerBottom__item {
  position: relative;
}

.site-footerBottom__item:not(:first-of-type):before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-color: #ffffff;
      width: 1px;
      min-width: 1px;
    }

.site-searchForm__input {
  color: #ffffff;
  border-width: 1px;
  border-color: transparent;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.site-searchForm__input::-moz-placeholder {
    color: #ffffff;
  }

.site-searchForm__input:-ms-input-placeholder {
    color: #ffffff;
  }

.site-searchForm__input::-ms-input-placeholder {
    color: #ffffff;
  }

.site-searchForm__input::placeholder {
    color: #ffffff;
  }

.site-searchForm__input:focus {
    border-color: #8400C5;
    background-color: #ffffff;
    color: #000000;
  }

.site-searchForm__input:focus::-moz-placeholder {
      color: #000000;
    }

.site-searchForm__input:focus:-ms-input-placeholder {
      color: #000000;
    }

.site-searchForm__input:focus::-ms-input-placeholder {
      color: #000000;
    }

.site-searchForm__input:focus::placeholder {
      color: #000000;
    }

.site-searchForm__input:focus ~ .site-searchForm__submit {
      color: #000000;
    }

.site-searchForm__input:disabled,
  .site-searchForm__input[aria-disabled='true'] {
    background-color: #E2E7FF;
  }

.site-searchForm__input::-webkit-search-cancel-button,
#search-clear {
  position: relative;
  right: 40px;
  cursor: pointer;
  color: black;
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url('../../assets/svg/clear.svg');
  background-size: 10px 10px;
}

.site-primaryMenu__link {
  font-size: 1.375rem;
  line-height: 1.375rem;
  letter-spacing: -0.01313rem;
  position: relative;
}

@media (min-width: 768px) {

.site-primaryMenu__link {
    font-size: 0.75rem;

    line-height: 0.75rem;

    letter-spacing: 0
}
  }

@media (min-width: 1025px) {

.site-primaryMenu__link {
    font-size: 1rem;

    line-height: 1.5rem
}
  }

.site-primaryMenu__link:before,
  .site-primaryMenu__link:after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }

.site-primaryMenu__link:after {
    color: #f0f;
    z-index: -2;
  }

.site-primaryMenu__link:before {
    color: #0ff;
    z-index: -1;
  }

.site-primaryMenu__link:hover:before {
      -webkit-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
              animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
    }

.site-primaryMenu__link:hover:after {
      animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
    }

.site-primaryMenu__link {
  font-size: 1.375rem;
  line-height: 1.375rem;
  letter-spacing: -0.01313rem;
}

@media (min-width: 768px) {

.site-primaryMenu__link {
    font-size: 0.75rem;

    line-height: 0.75rem;

    letter-spacing: 0
}
  }

@media (min-width: 1025px) {

.site-primaryMenu__link {
    font-size: 1rem;

    line-height: 1.5rem
}
  }

.site-secondaryMenu__link {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
  position: relative;
}

@media (min-width: 768px) {

.site-secondaryMenu__link {
    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 700
}
  }

.site-secondaryMenu__link:before,
  .site-secondaryMenu__link:after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }

.site-secondaryMenu__link:after {
    color: #f0f;
    z-index: -2;
  }

.site-secondaryMenu__link:before {
    color: #0ff;
    z-index: -1;
  }

.site-secondaryMenu__link:hover:before {
      -webkit-animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
              animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
    }

.site-secondaryMenu__link:hover:after {
      animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
    }

.site-secondaryMenu__link {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
}

@media (min-width: 768px) {

.site-secondaryMenu__link {
    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 700
}
  }

.site-mobileMenu {
  transform: translateX(100%);
  transition-property: all;
  transition-duration: 300ms;
  transition-property: transform;
}

.site-mobileMenu.is-open {
    transform: translateX(0);
  }

@media (min-width: 1025px) {

.site-cookieBanner {
    min-height: 300px;

    width: 480px;

    min-width: 480px
}
  }

.site-cookieBanner__image {
  min-width: 120px;
  width: 120px;
}

@media (min-width: 1025px) {

.site-cookieBanner__image {
    min-width: 180px;

    width: 180px
}
  }

.home-hero {
  min-height: 750px;
}

@media (min-width: 768px) {

.home-hero {
    min-height: 100vh
}
  }

.home-hero__pagination {
  transform: translateX(100%) translateX(30px);
}

@media (min-width: 1025px) {

.home-hero__mediaWrapper {
    min-height: 720px
}
  }

.home-discover__gridCard .home-discover__gridContainer {
    padding-top: 89.55%;
  }

@media (min-width: 768px) {
      .home-discover__gridCard:nth-of-type(7n-6) .home-discover__gridContainer {
        padding-top: 44.66%;
      }
      .home-discover__gridCard:nth-of-type(7n-5) .home-discover__gridContainer {
        padding-top: 121.21%;
      }
      .home-discover__gridCard:nth-of-type(7n-4) .home-discover__gridContainer {
        padding-top: 60.61%;
      }
      .home-discover__gridCard:nth-of-type(7n-3) .home-discover__gridContainer {
        padding-top: 121.21%;
      }
      .home-discover__gridCard:nth-of-type(7n-2) .home-discover__gridContainer {
        padding-top: 60.61%;
      }
      .home-discover__gridCard:nth-of-type(7n-1) .home-discover__gridContainer {
        padding-top: 60.61%;
      }
      .home-discover__gridCard:nth-of-type(7n) .home-discover__gridContainer {
        padding-top: 60.61%;
      }
  }

.home-discover__gridContainer {
  position: relative;
}

.home-discover__gridContainer:before {
    z-index: 20;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 212, 255, 0) 100%);
  }

.home-discover__gridContainer:after {
    z-index: 20;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(0, 212, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }

.home-discover__gridContainer .global-snippet {
    transition-property: all;
    transition-duration: 300ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

.home-discover__gridContainer:hover .global-snippet {
      opacity: 1;
      visibility: visible;
    }

.game-hero__media {
  min-height: 450px;
}

@media (min-width: 768px) {

.game-hero__media {
    min-height: 650px
}
  }

@media (min-width: 1025px) {

.game-hero__media {
    min-height: 420px
}
  }

.game-flexibleLayoutCards__modalClose {
  width: 40px;
  min-width: 40px;
}

@media (min-width: 768px) {

.game-flexibleLayoutCards__modalClose {
    width: 50px;

    min-width: 50px
}
  }

.contact-contactGroups__map {
  padding-top: 130.32%;
}

@media (min-width: 768px) {

.contact-contactGroups__map {
    padding-top: 70.32%
}
  }

@media (min-width: 1025px) {

.contact-contactGroups__map {
    padding-top: 60.32%
}
  }

.contact-hero,
.contactForm-hero {
  min-height: 650px;
}

.faqs-list__plus {
  display: block;
}

.faqs-list__minus {
  display: none;
}

.faqs-list__card.is-open .faqs-list__plus {
    display: none;
  }

.faqs-list__card.is-open .faqs-list__minus {
    display: block;
  }

.store-storeCard__wrapper {
  background: rgb(17,23,53);
  background: linear-gradient(0deg, rgba(17,23,53,1) 0%, rgba(53,20,98,1) 50%, rgba(17,23,53,1) 100%);
}

.store-storeCard__image {
  padding-top: 136.42%;
}

.store-storeCard__gradientOverlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(17, 23, 53, 0.57) 100%);
}

.store-storeCard__body {
  max-width: 380px;
}

.store-storeCard__image--cover {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20%;
  right: -20%;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
    .store-storeCard .store-storeCard__image {
      padding-top: 86.10%;
    }
      .store-storeCard:nth-of-type(7n-6) .store-storeCard__image {
        padding-top: 42%;
      }
      .store-storeCard:nth-of-type(7n-4) .store-storeCard__image {
        padding-top: calc(172.2% + 25px);
      }
}

.global-sliderPagination {
  display: flex;
  position: static;
}

.global-sliderPagination .swiper-pagination-bullet {
    transition-property: all;
    transition-duration: 300ms;
    transition-property: transform, border-color;
    background-color: #ffffff;
    opacity: 1;
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    outline: none;
    border: 1px solid transparent;
  }

.global-sliderPagination .swiper-pagination-bullet:focus {
      border-color: #8400C5;
    }

.global-sliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      transform: scale(1.75);
    }

.global-sliderPagination--vertical {
  flex-direction: column;
  margin-bottom: -11px;
}

.global-sliderPagination--vertical .swiper-pagination-bullet {
    margin-bottom: 11px;
  }

.global-sliderPagination--horizontal {
  justify-content: center;
  margin-right: -11px;
}

.global-sliderPagination--horizontal .swiper-pagination-bullet {
    margin-right: 11px;
  }

.global-videoModal__inner {
  width: 100vw;
  height: 56.25vw;
  max-height: 100vh;
  max-width: 177.78vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.global-videoModal__close {
  width: 40px;
  min-width: 40px;
}

@media (min-width: 768px) {

.global-videoModal__close {
    width: 50px;

    min-width: 50px
}
  }

.global-testimonials__image {
  width: 83.33333333%;
}

@media (min-width: 768px) {

.global-testimonials__image {
    width: calc(25% + 100px)
}
  }

@media (min-width: 1025px) {

.global-testimonials__image {
    width: calc(25% + 150px)
}
  }

.global-testimonials__body {
  min-height: 300px;
}

@media (min-width: 768px) {

.global-testimonials__body {
    min-height: 250px
}
  }

@media (min-width: 1025px) {

.global-testimonials__body {
    min-height: 350px
}
  }

.cards-one__image {
  height: calc(100% + 35px);
}

.cards-one__bg {
  height: calc(100% - 135px);
}

.cta-three__image {
  height: calc(100% + 30px);
}

.page-numbers {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #400576;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding-top: 4px;
}

@media (min-width: 560px) {

.page-numbers {
    font-size: 1.25rem;

    line-height: 1.5rem
}
  }

@media (min-width: 1025px) {

.page-numbers {
    font-size: 1.5rem;

    line-height: 2.125rem
}
  }

.page-numbers.current {
    color: #8400C5;
    background-color: #ffffff;
  }

.page-numbers:not(.dots):not(.current):hover {
    background-color: #F77D00;
  }

.prev.page-numbers,
.next.page-numbers {
  padding-bottom: 4px;
}

.global-social__icon {
  width: 45px;
  min-width: 45px;
}

@media (min-width: 768px) {

.global-social__icon {
    width: 60px;

    min-width: 60px
}
  }

@media (min-width: 1025px) {

.global-social__icon {
    width: 80px;

    min-width: 80px
}
  }

.press-card__image {
  width: 55px;
  min-width: 55px;
}

@media (min-width: 1025px) {

.press-card__image {
    width: 75px;

    min-width: 75px
}
  }

.global-newsletterBanner {
  width: 480px;
  min-width: 480px;
}

button,
.btn,
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  transition-property: all;
  transition-duration: 300ms;
}

button:disabled, .btn:disabled, a:disabled {
    cursor: not-allowed;
  }

.btn--cover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

.btn--underline {
  font-size: 1rem;
  letter-spacing: 0.09375rem;
  line-height: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  display: inline;
  word-break: break-word;
  padding-bottom: 8px;
  background-image: linear-gradient(transparent 87%, #F77D00 10px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
  transition: none;
}

.btn--underline:hover {
    -webkit-animation: hover-underline 0.6s ease forwards;
            animation: hover-underline 0.6s ease forwards;
  }

.btn--rounded {
  font-size: 1rem;
  letter-spacing: 0.09375rem;
  line-height: normal;
  font-weight: 800;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  border-radius: 9999px;
  min-width: 170px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.btn--rounded:before {
    content: '';
    position: absolute;
    border-radius: 9999px;
    border-width: 1px;
    opacity: 0;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
  }

.btn--rounded:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 9999px;
    transform: translateX(calc(100% - 50px));
    transition: 0.4s transform cubic-bezier(0.63, 0.02, 0, 0.92);
  }

.btn--rounded:hover:after {
      transform: translateX(0%);
    }

.btn--rounded:focus:before, .btn--rounded:active:before {
      opacity: 1;
    }

.btn--rounded .btn__label {
    position: relative;
    z-index: 10;
    padding-top: 15px;
    padding-left: 25px;
    margin-right: 20px;
    padding-bottom: 13px;
  }

.btn--rounded .btn__icon {
    width: 20px;
    min-width: 20px;
    display: block;
  }

.btn--rounded .btn__iconWrapper {
    position: relative;
    z-index: 10;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    display: block;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.btn--rounded.btn--back {
    flex-direction: row-reverse;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

.btn--rounded.btn--back:after {
      background-color: #ffffff;
      transform: translateX(calc(-100% + 50px));
    }

.btn--rounded.btn--back:hover:after {
        transform: translateX(0%);
      }

.btn--rounded.btn--back .btn__iconWrapper {
      transform: rotate(180deg);
    }

.btn--rounded.btn--tangerine .btn__iconWrapper,
    .btn--rounded.btn--tangerine:after {
      background-color: #F77D00;
    }

.btn--rounded.btn--white .btn__icon {
      color: #F77D00;
    }

.btn--rounded.btn--white .btn__iconWrapper,
    .btn--rounded.btn--white:after {
      background-color: #ffffff;
    }

.btn--rounded.btn--white:hover {
      color: #F77D00;
    }

.btn--rounded.btn--whiteViolet .btn__icon {
      color: #8400C5;
    }

.btn--rounded.btn--whiteViolet .btn__iconWrapper,
    .btn--rounded.btn--whiteViolet:after {
      background-color: #ffffff;
    }

.btn--rounded.btn--whiteViolet:hover {
      color: #8400C5;
    }

.btn--rounded.btn--violet .btn__iconWrapper,
    .btn--rounded.btn--violet:after {
      background-color: #8400C5;
    }

.btn--rounded.btn--forest .btn__iconWrapper,
    .btn--rounded.btn--forest:after {
      background-color: #58C15B;
    }

.btn--rounded.btn--dark {
    background-color: rgba(58, 16, 114, 0.6);
  }

.btn--rounded.btn--dark:before {
      border-color: #8400C5;
    }

.btn--rounded.btn--light {
    background-color: rgba(255, 255, 255, 0.3);
  }

.btn--rounded.btn--light:before {
      border-color: #8400C5;
    }

.btn--roundedHover:after {
    transform: translateX(0%);
  }

.group:hover .group-hover\:btn--roundedHover:after {
    transform: translateX(0%);
  }

.btn--menu {
  position: relative;
  display: flex;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 12px;
  min-height: 12px;
}

.btn--menu__inner {
  transition-property: all;
  transition-duration: 300ms;
  background-color: #ffffff;
  position: absolute;
  width: 26px;
  min-width: 26px;
  height: 2px;
}

.btn--menu__inner:before,
  .btn--menu__inner:after {
    transition-property: all;
    transition-duration: 300ms;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 26px;
    min-width: 26px;
    height: 2px;
    content: '';
  }

.btn--menu__inner:before {
    top: -6px;
  }

.btn--menu__inner:after {
    bottom: -6px;
  }

.btn--menu.is-active .btn--menu__inner {
  transform: rotate(45deg);
}

.btn--menu.is-active .btn--menu__inner:before {
  top: 0;
  opacity: 0;
}

.btn--menu.is-active .btn--menu__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.btn--scroll {
  font-size: 1rem;
  letter-spacing: 0.09375rem;
  line-height: normal;
  font-weight: 800;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  border-radius: 9999px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 170px;
  background-color: rgba(255, 255, 255, 0.55);
}

.btn--scroll:before {
    content: '';
    position: absolute;
    border-radius: 9999px;
    border-width: 1px;
    opacity: 0;
    border-color: #8400C5;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
  }

.btn--scroll:focus:before, .btn--scroll:active:before {
      opacity: 1;
    }

.btn--scroll .btn__label {
    margin-right: 10px;
    color: #8400C5;
  }

.btn--scroll .btn__icon {
    width: 15px;
    min-width: 15px;
    display: block;
    color: #8400C5;
  }

.btn--scroll {
  -webkit-animation-name: bob;
          animation-name: bob;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@media (prefers-reduced-motion: reduce) {

.btn--scroll {
    -webkit-animation: none;
            animation: none
}
  }

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']),
select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  line-height: normal;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  transition-property: all;
  transition-duration: 300ms;
  transition-property: border, background, color;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::-moz-placeholder, select::-moz-placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']):-ms-input-placeholder, select:-ms-input-placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::-ms-input-placeholder, select::-ms-input-placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::placeholder, select::placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']):disabled,
  input:not([type='submit']):not([type='checkbox']):not([type='radio'])[aria-disabled='true'],
  select:disabled,
  select[aria-disabled='true'] {
    cursor: not-allowed;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']),
select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  line-height: normal;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  transition-property: all;
  transition-duration: 300ms;
  transition-property: border, background, color;
}

textarea::-moz-placeholder {
    opacity: 1;
  }

textarea:-ms-input-placeholder {
    opacity: 1;
  }

textarea::-ms-input-placeholder {
    opacity: 1;
  }

textarea::placeholder {
    opacity: 1;
  }

textarea:disabled,
  textarea[aria-disabled='true'] {
    cursor: not-allowed;
  }

.form-input {
  background-color: #ffffff;
  color: #000000;
  border-width: 1px;
  border-color: #BFBFBF;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.form-input::-moz-placeholder {
    color: #BFBFBF;
  }

.form-input:-ms-input-placeholder {
    color: #BFBFBF;
  }

.form-input::-ms-input-placeholder {
    color: #BFBFBF;
  }

.form-input::placeholder {
    color: #BFBFBF;
  }

.form-input:focus {
    border-color: #8400C5;
  }

.form-input:disabled,
  .form-input[aria-disabled='true'] {
    background-color: #E2E7FF;
  }

.form-textarea {
  background-color: #ffffff;
  color: #000000;
  border-width: 1px;
  border-color: #BFBFBF;
  padding: 10px;
  line-height: 1.375rem;
  border-radius: 3px;
  min-height: 200px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
}

.form-textarea::-moz-placeholder {
    color: #BFBFBF;
  }

.form-textarea:-ms-input-placeholder {
    color: #BFBFBF;
  }

.form-textarea::-ms-input-placeholder {
    color: #BFBFBF;
  }

.form-textarea::placeholder {
    color: #BFBFBF;
  }

.form-textarea:focus {
    border-color: #8400C5;
  }

.form-textarea:disabled,
  .form-textarea[aria-disabled='true'] {
    background-color: #E2E7FF;
  }

.form-select__dropdown.is-visible {
  z-index: 10;
}

.form-select__dropdown.is-visible[data-popper-placement='top'] .form-select__list {
      border-bottom: 1px solid transparent;
      border-radius: 3px 3px 0px 0px;
      margin-bottom: -1px;
    }

.form-select__dropdown.is-visible[data-popper-placement='top'] ~ .form-input {
      border-top: 1px solid transparent;
      border-radius: 0px 0px 3px 3px;
    }

.form-select__dropdown.is-visible[data-popper-placement='bottom'] .form-select__list {
      border-top: 1px solid transparent;
      border-radius: 0px 0px 3px 3px;
      margin-top: -1px;
    }

.form-select__dropdown.is-visible[data-popper-placement='bottom'] ~ .form-input {
      border-bottom: 1px solid transparent;
      border-radius: 3px 3px 0px 0px;
    }

label {
  display: block;
}

.form-label {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.04188rem;
  font-weight: 700;
  text-transform: uppercase;
}

input[type='submit'] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  transition-property: all;
  transition-duration: 300ms;
}

input[type='submit']:disabled {
    cursor: not-allowed;
  }

.form-message {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: currentColor;
}

.form-message:before {
    margin-top: 5px;
    content: '';
    border-radius: 9999px;
    display: block;
    margin-right: 5px;
    background-color: currentColor;
    height: 6px;
    min-height: 6px;
    width: 6px;
    min-width: 6px;
  }

.form-loader,
.form-loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.form-loader {
  font-size: 0.625rem;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(255, 255, 255, 0.2);
  border-right: 0.7em solid #ffffff;
  border-bottom: 0.7em solid #ffffff;
  border-left: 0.7em solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: form-loader 1.1s infinite linear;
          animation: form-loader 1.1s infinite linear;
}

@-webkit-keyframes form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.support-games {
  margin-top: 60px;
}

@media (min-width: 560px) {

.support-games {
    margin-top: 90px
}
  }

.support-games__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 30px;
}

@media (min-width: 560px) {

.support-games__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
  }

@media (min-width: 768px) {

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

@media (min-width: 1025px) {

.support-games__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}
  }

.support-games__grid .column {
    width: 83.33333333%;
  }

@media (min-width: 560px) {

.support-games__grid .column {
      width: 100%
  }
    }

.support-games__count {
  width: 83.33333333%;
}

@media (min-width: 560px) {

.support-games__count {
    width: 100%
}
  }

.support-games__game {
  height: 200px;
}

.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238400C5'%3e%3cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  color: #4299e1;
  background-color: #fff;
  border-color: #BFBFBF;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:focus {
  outline: none;
  border-color: #BFBFBF;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg fill='white' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4' r='1.5'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.space-y-2 > :not(template) ~ :not(template) {
  margin-top: 10px;
}

.space-y-3 > :not(template) ~ :not(template) {
  margin-top: 15px;
}

.space-x-3 > :not(template) ~ :not(template) {
  margin-left: 15px;
}

.space-y-4 > :not(template) ~ :not(template) {
  margin-top: 20px;
}

.space-x-4 > :not(template) ~ :not(template) {
  margin-left: 20px;
}

.space-y-8 > :not(template) ~ :not(template) {
  margin-top: 40px;
}

.space-y-12 > :not(template) ~ :not(template) {
  margin-top: 60px;
}

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

.bg-white {
  background-color: #ffffff;
}

.bg-white30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-black {
  background-color: #000000;
}

.bg-heart {
  background-color: #9925D3;
}

.bg-violet {
  background-color: #8400C5;
}

.bg-violet80 {
  background-color: rgba(132, 0, 197, 0.8);
}

.bg-royal {
  background-color: #400576;
}

.bg-tangerine {
  background-color: #F77D00;
}

.bg-cherry {
  background-color: #DF355B;
}

.bg-forest {
  background-color: #58C15B;
}

.bg-cloud {
  background-color: #E2E7FF;
}

.hover\:bg-cloud:hover {
  background-color: #E2E7FF;
}

.border-white {
  border-color: #ffffff;
}

.border-white30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-violet {
  border-color: #8400C5;
}

.border-cloud {
  border-color: #E2E7FF;
}

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

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

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

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

.rounded-tl-20 {
  border-top-left-radius: 20px;
}

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

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

.h-auto {
  height: auto;
}

.h-3\/12 {
  height: 25%;
}

.h-6\/12 {
  height: 50%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.-mx-1 {
  margin-left: -5px;
  margin-right: -5px;
}

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

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

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

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

.mb-1 {
  margin-bottom: 5px;
}

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

.mr-2 {
  margin-right: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

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

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

.mr-3 {
  margin-right: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

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

.mr-4 {
  margin-right: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

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

.mb-5 {
  margin-bottom: 25px;
}

.mt-6 {
  margin-top: 30px;
}

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

.ml-6 {
  margin-left: 30px;
}

.mt-7 {
  margin-top: 35px;
}

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

.mb-8 {
  margin-bottom: 40px;
}

.mr-10 {
  margin-right: 50px;
}

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

.mt-12 {
  margin-top: 60px;
}

.mb-12 {
  margin-bottom: 60px;
}

.ml-12 {
  margin-left: 60px;
}

.mb-16 {
  margin-bottom: 80px;
}

.mb-20 {
  margin-bottom: 100px;
}

.mt-28 {
  margin-top: 140px;
}

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

.ml-1\/12 {
  margin-left: 8.33333333%;
}

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

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

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

.-mb-1 {
  margin-bottom: -5px;
}

.-mr-2 {
  margin-right: -10px;
}

.-mb-2 {
  margin-bottom: -10px;
}

.-mb-3 {
  margin-bottom: -15px;
}

.-mr-4 {
  margin-right: -20px;
}

.-mb-4 {
  margin-bottom: -20px;
}

.-mb-5 {
  margin-bottom: -25px;
}

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

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

.-mt-14 {
  margin-top: -70px;
}

.-mr-10\/12 {
  margin-right: -83.33333333%;
}

.ml-3\/5 {
  margin-left: 60%;
}

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

.mr-auto {
  margin-right: auto;
}

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

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

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

.min-w-auto {
  min-width: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-75 {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.p-4 {
  padding: 20px;
}

.p-5 {
  padding: 25px;
}

.p-6 {
  padding: 30px;
}

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

.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}

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

.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

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

.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.px-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-7 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.py-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.px-1\/12 {
  padding-left: 8.33333333%;
  padding-right: 8.33333333%;
}

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

.pb-2 {
  padding-bottom: 10px;
}

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

.pr-3 {
  padding-right: 15px;
}

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

.pr-4 {
  padding-right: 20px;
}

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

.pl-5 {
  padding-left: 25px;
}

.pt-6 {
  padding-top: 30px;
}

.pr-6 {
  padding-right: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pt-8 {
  padding-top: 40px;
}

.pr-8 {
  padding-right: 40px;
}

.pb-8 {
  padding-bottom: 40px;
}

.pl-8 {
  padding-left: 40px;
}

.pl-10 {
  padding-left: 50px;
}

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

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

.pr-13 {
  padding-right: 65px;
}

.pr-14 {
  padding-right: 70px;
}

.pt-16 {
  padding-top: 80px;
}

.pb-16 {
  padding-bottom: 80px;
}

.pb-24 {
  padding-bottom: 120px;
}

.pt-1\/1 {
  padding-top: 100%;
}

.pt-16\/9 {
  padding-top: 56.25%;
}

.pt-frontCover {
  padding-top: 142.11%;;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-full {
  top: 100%;
}

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

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-tangerine {
  color: #F77D00;
}

.text-cherry {
  color: #DF355B;
}

.text-forest {
  color: #58C15B;
}

.text-ink {
  color: #3B3D47;
}

.text-aqua {
  color: #68F1FF;
}

.hover\:text-black:hover {
  color: #000000;
}

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

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

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

.w-auto {
  width: auto;
}

.w-1\/12 {
  width: 8.33333333%;
}

.w-4\/12 {
  width: 33.33333333%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.33333333%;
}

.w-8\/12 {
  width: 66.66666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.33333333%;
}

.w-11\/12 {
  width: 91.66666667%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-full {
  width: 100%;
}

.w-out-11\/12 {
  width: calc(50vw + (5/11 * 100%));
}

.w-out-full {
  width: calc(50vw + 50%);
}

.w-screen {
  width: 100vw;
}

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

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

.z-negative {
  z-index: -1;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-opacity {
  transition-property: opacity;
}

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

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

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

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.bg-gradient-t-violetFade {
  background-image: linear-gradient(to top, #8400C5, transparent);
}

.bg-gradient-b-violetFade {
  background-image: linear-gradient(#8400C5, transparent);
}

.bg-gradient-t-royalFade {
  background-image: linear-gradient(to top, #400576, transparent);
}

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

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

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

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

.col-gap-sm {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.inline-svg {
  position: relative;
  display: block;
  width: 100%;
}

.inline-svg > svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overflow-y-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.object-cover {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object-cover-absolute {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-position: center;
}

.object-contain-absolute {
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-position: center;
}

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

.flip-y {
  transform: scaleY(-1);
}

.flip-x {
  transform: scaleX(-1);
}

.transformY-center {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.transform-center {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gpu-accelerate {
  transform: translateZ(0);
}

@media (min-width: 560px) {
  .md\:container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
    @media (min-width: 560px) {
  .md\:container {
      padding-left: 60px;

      padding-right: 60px
  }
    }
    @media (min-width: 1025px) {
  .md\:container {
      padding-left: 80px;

      padding-right: 80px
  }
    }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 20px;
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 30px;
  }

  .md\:space-y-18 > :not(template) ~ :not(template) {
    margin-top: 90px;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:my-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

  .md\:mt-3 {
    margin-top: 15px;
  }

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

  .md\:mt-4 {
    margin-top: 20px;
  }

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

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

  .md\:mt-6 {
    margin-top: 30px;
  }

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

  .md\:mt-8 {
    margin-top: 40px;
  }

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

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

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

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

  .md\:mt-16 {
    margin-top: 80px;
  }

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

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

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

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

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

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

  .md\:p-6 {
    padding: 30px;
  }

  .md\:py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pt-8 {
    padding-top: 40px;
  }

  .md\:pb-14 {
    padding-bottom: 70px;
  }

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

  .md\:pt-20 {
    padding-top: 100px;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.66666667%;
  }

  .md\:w-10\/12 {
    width: 83.33333333%;
  }

  .md\:col-gap-md {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .lg\:heading-xs {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 900;
    text-transform: uppercase;
  }
    @media (min-width: 560px) {
  .lg\:heading-xs {
      font-size: 1.125rem;

      line-height: 1.125rem;
  }
    }
    @media (min-width: 1025px) {
  .lg\:heading-xs {
      font-size: 2rem;

      line-height: 2.125rem;

      font-weight: 900;
  }
    }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 20px;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 30px;
  }

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

  .lg\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:my-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

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

  .lg\:mr-5 {
    margin-right: 25px;
  }

  .lg\:mr-6 {
    margin-right: 30px;
  }

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

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

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

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

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

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

  .lg\:mr-1\/12 {
    margin-right: 8.33333333%;
  }

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

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

  .lg\:-mr-5 {
    margin-right: -25px;
  }

  .lg\:-mr-6 {
    margin-right: -30px;
  }

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

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

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

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

  .lg\:-mr-4\/12 {
    margin-right: -33.33333333%;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

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

  .lg\:p-8 {
    padding: 40px;
  }

  .lg\:p-10 {
    padding: 50px;
  }

  .lg\:p-12 {
    padding: 60px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-4 {
    padding-right: 20px;
  }

  .lg\:pl-4 {
    padding-left: 20px;
  }

  .lg\:pt-8 {
    padding-top: 40px;
  }

  .lg\:pr-10 {
    padding-right: 50px;
  }

  .lg\:pl-10 {
    padding-left: 50px;
  }

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:w-2\/12 {
    width: 16.66666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.33333333%;
  }

  .lg\:w-5\/12 {
    width: 41.66666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.33333333%;
  }

  .lg\:w-8\/12 {
    width: 66.66666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.33333333%;
  }

  .lg\:w-11\/12 {
    width: 91.66666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-out-6\/12 {
    width: 50vw;
  }

  .lg\:w-out-10\/12 {
    width: calc(50vw + 40%);
  }

  .lg\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

@media (min-width: 1025px) {
  .xl\:heading-xs {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 900;
    text-transform: uppercase;
  }
    @media (min-width: 560px) {
  .xl\:heading-xs {
      font-size: 1.125rem;

      line-height: 1.125rem;
  }
    }
    @media (min-width: 1025px) {
  .xl\:heading-xs {
      font-size: 2rem;

      line-height: 2.125rem;

      font-weight: 900;
  }
    }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 20px;
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 20px;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 30px;
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 30px;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    margin-top: 120px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:my-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:my-20 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:mx-1\/12 {
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
  }

  .xl\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

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

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-2 {
    margin-bottom: 10px;
  }

  .xl\:mr-3 {
    margin-right: 15px;
  }

  .xl\:mb-3 {
    margin-bottom: 15px;
  }

  .xl\:mt-4 {
    margin-top: 20px;
  }

  .xl\:mb-4 {
    margin-bottom: 20px;
  }

  .xl\:ml-4 {
    margin-left: 20px;
  }

  .xl\:mt-5 {
    margin-top: 25px;
  }

  .xl\:mb-5 {
    margin-bottom: 25px;
  }

  .xl\:mt-6 {
    margin-top: 30px;
  }

  .xl\:mb-6 {
    margin-bottom: 30px;
  }

  .xl\:ml-6 {
    margin-left: 30px;
  }

  .xl\:mt-8 {
    margin-top: 40px;
  }

  .xl\:mb-8 {
    margin-bottom: 40px;
  }

  .xl\:mb-10 {
    margin-bottom: 50px;
  }

  .xl\:ml-10 {
    margin-left: 50px;
  }

  .xl\:mt-12 {
    margin-top: 60px;
  }

  .xl\:mb-12 {
    margin-bottom: 60px;
  }

  .xl\:mb-14 {
    margin-bottom: 70px;
  }

  .xl\:mb-16 {
    margin-bottom: 80px;
  }

  .xl\:mt-20 {
    margin-top: 100px;
  }

  .xl\:mb-20 {
    margin-bottom: 100px;
  }

  .xl\:mt-22 {
    margin-top: 110px;
  }

  .xl\:mb-22 {
    margin-bottom: 110px;
  }

  .xl\:mb-24 {
    margin-bottom: 120px;
  }

  .xl\:mt-26 {
    margin-top: 130px;
  }

  .xl\:mb-28 {
    margin-bottom: 140px;
  }

  .xl\:mb-30 {
    margin-bottom: 150px;
  }

  .xl\:mt-40 {
    margin-top: 200px;
  }

  .xl\:mr-1\/12 {
    margin-right: 8.33333333%;
  }

  .xl\:-mr-3 {
    margin-right: -15px;
  }

  .xl\:-mb-3 {
    margin-bottom: -15px;
  }

  .xl\:-mb-4 {
    margin-bottom: -20px;
  }

  .xl\:-mb-5 {
    margin-bottom: -25px;
  }

  .xl\:-mb-6 {
    margin-bottom: -30px;
  }

  .xl\:-mb-8 {
    margin-bottom: -40px;
  }

  .xl\:-mb-12 {
    margin-bottom: -60px;
  }

  .xl\:-mt-24 {
    margin-top: -120px;
  }

  .xl\:-ml-30 {
    margin-left: -150px;
  }

  .xl\:-mr-6\/12 {
    margin-right: -50%;
  }

  .xl\:p-6 {
    padding: 30px;
  }

  .xl\:p-8 {
    padding: 40px;
  }

  .xl\:p-10 {
    padding: 50px;
  }

  .xl\:p-12 {
    padding: 60px;
  }

  .xl\:py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:py-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:px-14 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-16 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-20 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-32 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xl\:pt-10 {
    padding-top: 50px;
  }

  .xl\:pt-12 {
    padding-top: 60px;
  }

  .xl\:pr-16 {
    padding-right: 80px;
  }

  .xl\:pb-16 {
    padding-bottom: 80px;
  }

  .xl\:pl-16 {
    padding-left: 80px;
  }

  .xl\:pt-20 {
    padding-top: 100px;
  }

  .xl\:pt-24 {
    padding-top: 120px;
  }

  .xl\:pt-26 {
    padding-top: 130px;
  }

  .xl\:pl-30 {
    padding-left: 150px;
  }

  .xl\:pr-1\/5 {
    padding-right: 20%;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.33333333%;
  }

  .xl\:w-5\/12 {
    width: 41.66666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.33333333%;
  }

  .xl\:w-8\/12 {
    width: 66.66666667%;
  }

  .xl\:w-10\/12 {
    width: 83.33333333%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

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

  .xl\:w-out-8\/12 {
    width: calc(50vw + 25%);
  }
}

@media (min-width: 1280px) {
  .\32xl\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 30px;
  }

  .\32xl\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 40px;
  }

  .\32xl\:mr-1\/12 {
    margin-right: 8.33333333%;
  }

  .\32xl\:px-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:py-14 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .\32xl\:w-5\/12 {
    width: 41.66666667%;
  }

  .\32xl\:w-8\/12 {
    width: 66.66666667%;
  }

  .\32xl\:w-10\/12 {
    width: 83.33333333%;
  }
}

@media (max-width: 559px) {
}

@media (max-width: 767px) {
  .lg-max\:heading-s {
    font-size: 1.375rem;
    letter-spacing: -0.01313rem;
    line-height: 1.375rem;
    font-weight: 900;
    text-transform: uppercase;
  }
    @media (min-width: 560px) {
  .lg-max\:heading-s {
      font-size: 1.625rem;

      letter-spacing: -0.015rem;

      line-height: 1.625rem;
  }
    }
    @media (min-width: 1025px) {
  .lg-max\:heading-s {
      font-size: 2.625rem;

      letter-spacing: -0.01875rem;

      line-height: 2.6875rem;
  }
    }

  .lg-max\:container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
    @media (min-width: 560px) {

  .lg-max\:container {
      padding-left: 60px;

      padding-right: 60px
  }
    }
    @media (min-width: 1025px) {

  .lg-max\:container {
      padding-left: 80px;

      padding-right: 80px
  }
    }

  .lg-max\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: 5px;
  }

  .lg-max\:space-y-2 > :not(template) ~ :not(template) {
    margin-top: 10px;
  }

  .lg-max\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 20px;
  }

  .lg-max\:rounded-tl-10 {
    border-top-left-radius: 10px;
  }

  .lg-max\:rounded-tr-10 {
    border-top-right-radius: 10px;
  }

  .lg-max\:flex {
    display: flex;
  }

  .lg-max\:hidden {
    display: none;
  }

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

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

  .lg-max\:flex-auto {
    flex: 1 1 auto;
  }

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

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

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

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

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

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

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

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

  .lg-max\:mb-8 {
    margin-bottom: 40px;
  }

  .lg-max\:mb-12 {
    margin-bottom: 60px;
  }

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

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

  .lg-max\:-mt-8 {
    margin-top: -40px;
  }

  .lg-max\:-mb-10 {
    margin-bottom: -50px;
  }

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

  .lg-max\:-mt-30 {
    margin-top: -150px;
  }

  .lg-max\:py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg-max\:pt-4 {
    padding-top: 20px;
  }

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

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

  .lg-max\:absolute {
    position: absolute;
  }

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

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

  .lg-max\:w-11\/12 {
    width: 91.66666667%;
  }

  .lg-max\:col-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .lg-max\:is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .lg-max\:container-out {
    width: 100vw;
    min-width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
}

@media (max-width: 1024px) {
  .xl-max\:container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
    @media (min-width: 560px) {
  .xl-max\:container {
      padding-left: 60px;

      padding-right: 60px
  }
    }
    @media (min-width: 1025px) {
  .xl-max\:container {
      padding-left: 80px;

      padding-right: 80px
  }
    }

  .xl-max\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 15px;
  }

  .xl-max\:bg-violet80 {
    background-color: rgba(132, 0, 197, 0.8);
  }

  .xl-max\:flex {
    display: flex;
  }

  .xl-max\:hidden {
    display: none;
  }

  .xl-max\:mb-2 {
    margin-bottom: 10px;
  }

  .xl-max\:mb-4 {
    margin-bottom: 20px;
  }

  .xl-max\:mb-5 {
    margin-bottom: 25px;
  }

  .xl-max\:mt-8 {
    margin-top: 40px;
  }

  .xl-max\:mb-8 {
    margin-bottom: 40px;
  }

  .xl-max\:ml-10 {
    margin-left: 50px;
  }

  .xl-max\:-mt-1 {
    margin-top: -5px;
  }

  .xl-max\:-mt-20 {
    margin-top: -100px;
  }

  .xl-max\:py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl-max\:px-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl-max\:absolute {
    position: absolute;
  }

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

  .xl-max\:is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
