@font-face {
  font-family: 'Ompu 0.3';

  src: url('/fonts/Ompu03-Black.woff2') format('woff2'),
		url('/fonts/Ompu03-Black.woff') format('woff');

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Edwardian Script ITC';

  src: url('/fonts/EdwardianScriptITC.woff2') format('woff2'),
		url('/fonts/EdwardianScriptITC.woff') format('woff');

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';

  src: url('/fonts/HelveticaNeueLT-Bold.woff2') format('woff2'),
		url('/fonts/HelveticaNeueLT-Bold.woff') format('woff');

  font-style: normal;

  font-display: swap;

  font-weight: 700;
}

@font-face {
  font-family: 'Helvetica Neue';

  src: url('/fonts/HelveticaNeueLT-Roman.woff2') format('woff2'),
		url('/fonts/HelveticaNeueLT-Roman.woff') format('woff');

  font-style: normal;

  font-display: swap;

  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  letter-spacing: -0.8px;
}

.button.button--buy .button__revealOptions html {
  font-size: 16px;
}

html {
  font-family: "Helvetica Neue", Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 167 231 / var(--tw-bg-opacity, 1));
}

::selection {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 167 231 / var(--tw-bg-opacity, 1));
}

.font-headline {
  letter-spacing: -0.02em;
}

.font-sans {
  letter-spacing: -0.8px;
}

.font-script {
}

html {
  background-image: url('/img/background_tiled.jpg');
  background-repeat: repeat;
}

p {
  line-height: 1.25;
}

.container {
  max-width: 1440px !important;
  /* OVERRIDE TAILWIND */
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.button {
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  gap: 16px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  justify-content: center;
  /*		align-items: center;*/
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.23,1,.32,1);
}

.button:hover:not(.button--buy.button--open) {
  transform: scale(1.1);
}

.button.button--buy {
  background: #FEB046;
  font-size: 32px;
  line-height: 0.8;
}

.button.button--buy:hover, .button.button--buy:active, .button.button--buy.button--open {
  background: #F1A7E7;
}

.button.button--buy .button__revealOptions .font-sans {
  font-size: 16px;
}

.button.button--buy .button__revealOptions {
  height: 0px;
  transition: height 0.4s ease-in-out;
}

.button.button--buy .button__revealOptions a .font-headline {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 150ms ease-in-out;
}

.button.button--buy .button__revealOptions a:hover .font-headline {
  text-decoration-color: #000000;
}

.button.button--follow {
  color: #000000;
  background: #e9e9e9;
  font-size: 15px;
}

.button.button--follow:hover, .button.button--follow:active {
  background: #DBDBDB;
}

.cat-bullets li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  max-width: 45ch;
  align-items: center;
}

.cat-bullets li:last-child {
  margin-bottom: 0;
}

.cat-bullets li:before {
  content: url('/img/cat-head-pink.svg');
  width: 34px;
  height: 37px;
  display: inline-block;
}

.cat-bullets--small li:before {
  transform: scale(0.5);
  transform-origin: top;
  height: 13px;
  position: relative;
  top: -2px;
}

.cat-bullets--small li {
  margin-bottom: 15px;
  max-width: unset;
}

.video--shadow-lg, .video--shadow-sm {
  box-shadow: 0 0 0 0 #FEB046;
}

.video--shadow-lg:hover {
  box-shadow: 0 8px 8px 0 #FEB046;
}

.videoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

@media (min-width: 1000px) {
  .videoGrid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.videoGrid__thumbnail {
  box-shadow: 0 0 0px rgba(0,0,0,0.5);
}

.videoGrid__thumbnail:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.9);
}

.videoGrid__thumbnail, .featuredCard video {
  transition: all 0.3s cubic-bezier(.23,1,.32,1);
}

.videoGrid__thumbnail:hover, .featuredCard:hover video {
  transform: scale(1.1);
  z-index: 10;
}

@keyframes hero-hearts {
  from {
    opacity: 0;
    transform:  translate(65px, -65px) rotate(15deg);
  }

  to {
    opacity: 1;
    transform:  translate(0,0) rotate(0deg);
  }
}

#hero-heart1, #hero-heart2 {
  transform-box: fill-box;
  opacity: 0;
  animation-name: hero-hearts;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#hero-heart1 {
  animation-delay: 0.6s;
}

#hero-heart2 {
  animation-delay: 1.2s;
}

#hero-hearts {
  transform: translate();
}

@keyframes hero-text {
  from {
    opacity: 0;
    transform: translate(0, -20px);
  }

  to {
    opacity: 1;
    transform: translate(0);
  }
}

#hero, #hero-logo {
  opacity: 0;
  animation-name: hero-text;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#hero-logo {
  animation-delay: 0;
}

#hero {
  animation-delay: 0.5s;
}

@keyframes hero-cat-container {
  from {
    opacity: 0;
    transform: translate(0, -20px) scale(1.4);
  }

  to {
    opacity: 1;
    transform: translate(0);
  }
}

#hero-cat-container {
  opacity: 0;
  transform-box: fill-box;
  animation-name: hero-cat-container;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}

@keyframes cat-head {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

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

#hero-cat {
  transform-box: fill-box;
  transform-origin: bottom center;
  animation-name: cat-head;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes hero-content {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    transform: translate(0);
  }
}

#hero-buy, #hero-video {
  opacity: 0;
  animation-name: hero-content;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#hero-buy {
  animation-delay: 2.0s;
}

#hero-video {
  animation-delay: 2.5s;
}

@keyframes bap-text {
  0% {
    transform:scale(1);
  }

  20% {
    transform:scale(1.45);
  }

  40% {
    transform:scale(1.25);
  }

  50% {
    transform:scale(1.15);
  }

  65% {
    transform:scale(1.05);
  }

  75% {
    transform:scale(1.02);
  }

  100% {
    transform:scale(1);
  }
}

#bap h2 {
  transition: color 0.3s ease-in-out;
  color: #000000;
}

#bap:hover h2, #bap.bap--active h2 {
  color: #F1A7E7;
  animation-name: bap-text;
  animation-duration: 0.6s;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#bap .paw {
  transform-origin: top center;
  transition-property: transform;
  transition-duration: 0.6s;
  /* exit duration */
  transition-timing-function: ease-in;
  /* fallback */
  transition-timing-function: linear(0, 0.031 1.8%, 0.127 3.9%, 0.881 15.5%, 1.02 19.2%, 1.093 23.2%, 1.108 25.8%, 1.104 28.7%, 1.016 41.5%, 0.99 49.6%, 1);
}

.paw--nw {
  transition-delay: 0.02s;
  --tw-translate-x: -50vw;
  --tw-translate-y: -25vw;
}

.paw--sw {
  transition-delay: 0.0s;
  --tw-translate-x: -50vw;
  --tw-translate-y: 25vw;
}

.paw--ne {
  transition-delay: 0.04s;
  --tw-translate-x: 50vw;
  --tw-translate-y: -25vw;
}

.paw--se {
  transition-delay: 0.06s;
  --tw-translate-x: 50vw;
  --tw-translate-y: 25vw;
}

#bap:hover .paw, #bap.bap--active .paw {
  /*transition-timing-function: ease-out;
		transition-duration: 0.05s;*/
  /* entrance duration */
  --tw-translate-x: 0;
  --tw-translate-y: 0;
}

.buyGrid {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas:
			"title"
			"image"
			"bullets"
			"button";
  gap: 40px;
}

@media (min-width: 1000px) {
  .buyGrid {
    gap: 40px;
    grid-template-columns: 1fr 50%;
    grid-template-rows: repeat(3, min-content);
    grid-template-areas:
				"title image"
				"bullets image"
				"button image";
  }
}

.buyGrid__button {
  grid-area: button;
}

.buyGrid__bullets {
  grid-area: bullets;
}

.buyGrid__image {
  grid-area: image;
}

.buyGrid__title {
  grid-area: title;
}

.bonus__counter > * {
  display: inline-block;
  background: #F1A7E7;
  color: #000000;
  text-align: center;
  padding: 5vw 5vw 8vw;
  height: 0.75em;
  width: 1ch;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
}

.bonus__counter > *::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #F1A7E7 50%, rgba(241,167,231,0) 100%);
}

.bonus__counter > *::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #F1A7E7 50%, rgba(241,167,231,0) 100%);
}

.bonus__counter > *.roll > * {
  transition: transform 0.4s cubic-bezier(.23,1,.32,1);
  transform: translateY(-100%);
}

@media (min-width: 1000px) {
  .bonus__counter > * {
    padding: 30px 25px 45px;
  }
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 10px;
}

.bottom-\[10vw\] {
  bottom: 10vw;
}

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

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

.right-\[25\%\] {
  right: 25%;
}

.right-\[6\%\] {
  right: 6%;
}

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

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

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

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

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

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

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

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

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

.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-\[11vw\] {
  margin-top: 11vw;
  margin-bottom: 11vw;
}

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

.mb-13 {
  margin-bottom: 130px;
}

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

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

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

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

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

.mb-7 {
  margin-bottom: 70px;
}

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

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

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

.mt-\[60vw\] {
  margin-top: 60vw;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

.origin-top-right {
  transform-origin: top right;
}

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

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

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

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

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

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

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

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

.cursor-grabbing {
  cursor: grabbing;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 20px;
}

.gap-6 {
  gap: 60px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

.rounded-b-\[7vw\] {
  border-bottom-right-radius: 7vw;
  border-bottom-left-radius: 7vw;
}

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

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

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

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

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

.p-1 {
  padding: 10px;
}

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

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

.py-\[11vw\] {
  padding-top: 11vw;
  padding-bottom: 11vw;
}

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

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

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

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

.font-headline {
  font-family: "Ompu 0.3", Impact, sans-serif;
}

.font-sans {
  font-family: "Helvetica Neue", Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-script {
  font-family: "Edwardian Script ITC", cursive;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

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

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(254 176 70 / var(--tw-text-opacity, 1));
}

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

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

.decoration-black {
  text-decoration-color: #000000;
}

.decoration-white {
  text-decoration-color: #e9e9e9;
}

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

.outline {
  outline-style: solid;
}

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

@media (min-width: 1000px) {
  .lg\:video--shadow-sm {
    box-shadow: 0 0 0 0 #FEB046;
  }

  .lg\:video--shadow-sm:hover {
    box-shadow: 0 4px 4px 0 #FEB046;
  }
}

.hover\:decoration-transparent:hover {
  text-decoration-color: transparent;
}

@media (min-width: 1000px) {
  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

  .lg\:right-\[20\%\] {
    right: 20%;
  }

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

  .lg\:top-\[35\%\] {
    top: 35%;
  }

  .lg\:top-\[40\%\] {
    top: 40%;
  }

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

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

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

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

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

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

  .lg\:my-12 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

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

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

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

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

  .lg\:mt-3 {
    margin-top: 30px;
  }

  .lg\:inline {
    display: inline;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:basis-\[20\%\] {
    flex-basis: 20%;
  }

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

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

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

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

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

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

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

  .lg\:gap-2 {
    gap: 20px;
  }

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

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

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

  .lg\:pl-6 {
    padding-left: 60px;
  }

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

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

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

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

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

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

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

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

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