@layer components {
  .ds-rich-text h1,
  .ds-rich-text h2,
  .ds-rich-text h3,
  .ds-rich-text h4,
  .ds-rich-text h5,
  .ds-rich-text h6 {
    margin: 0;
  }
  .ds-rich-text p {
    margin: 0;
  }
  .ds-rich-text a {
    color: currentColor;
    text-decoration: underline;
  }
  .ds-rich-text a:hover {
    text-decoration: none;
  }
  .ds-rich-text ul,
  .ds-rich-text ol {
    margin-left: -1ch;
  }
  .ds-rich-text ul li,
  .ds-rich-text ol li {
    margin-bottom: 0.5em;
  }
  .ds-rich-text ul {
    list-style: disc;
    margin-left: 3ch;
  }
}



.theme-alt-eller-intet {
--color-black: rgb(0, 0, 0);
--color-white: rgb(255, 255, 255);
--color-white-opacity-0: rgba(255, 255, 255, 0);
--color-white-opacity-100: rgba(255, 255, 255, 0.05);
--color-white-opacity-200: rgba(255, 255, 255, 0.1);
--color-white-opacity-300: rgba(255, 255, 255, 0.2);
--color-white-opacity-400: rgba(255, 255, 255, 0.3);
--color-white-opacity-500: rgba(255, 255, 255, 0.4);
--color-white-opacity-600: rgba(255, 255, 255, 0.5);
--color-white-opacity-700: rgba(255, 255, 255, 0.6);
--color-white-opacity-800: rgba(255, 255, 255, 0.7);
--color-white-opacity-900: rgba(255, 255, 255, 0.8);
--color-white-opacity-1000: rgba(255, 255, 255, 0.9);
--color-black-opacity-0: rgba(0, 0, 0, 0);
--color-black-opacity-100: rgba(0, 0, 0, 0.05);
--color-black-opacity-200: rgba(0, 0, 0, 0.1);
--color-black-opacity-300: rgba(0, 0, 0, 0.2);
--color-black-opacity-400: rgba(0, 0, 0, 0.3);
--color-black-opacity-500: rgba(0, 0, 0, 0.4);
--color-black-opacity-600: rgba(0, 0, 0, 0.5);
--color-black-opacity-700: rgba(0, 0, 0, 0.6);
--color-black-opacity-800: rgba(0, 0, 0, 0.7);
--color-black-opacity-900: rgba(0, 0, 0, 0.8);
--color-black-opacity-1000: rgba(0, 0, 0, 0.9);
--color-neutral-100: rgb(242, 242, 242);
--color-neutral-200: rgb(228, 228, 228);
--color-neutral-300: rgb(213, 213, 213);
--color-neutral-400: rgb(198, 198, 198);
--color-neutral-500: rgb(180, 180, 180);
--color-neutral-600: rgb(161, 161, 161);
--color-neutral-700: rgb(140, 140, 140);
--color-neutral-800: rgb(114, 114, 114);
--color-neutral-900: rgb(81, 81, 81);
--color-neutral-1000: rgb(57, 57, 57);
--color-primary-100: rgb(221, 220, 235);
--color-primary-200: rgb(187, 185, 204);
--color-primary-300: rgb(152, 151, 173);
--color-primary-400: rgb(118, 116, 143);
--color-primary-500: rgb(83, 82, 112);
--color-primary-600: rgb(49, 47, 81);
--color-primary-700: rgb(39, 38, 65);
--color-primary-800: rgb(29, 28, 49);
--color-primary-900: rgb(20, 19, 32);
--color-primary-1000: rgb(15, 14, 24);
--color-secondary-100: rgb(221, 253, 239);
--color-secondary-200: rgb(204, 252, 230);
--color-secondary-300: rgb(187, 251, 222);
--color-secondary-400: rgb(154, 248, 206);
--color-secondary-500: rgb(120, 246, 189);
--color-secondary-600: rgb(86, 244, 173);
--color-secondary-700: rgb(69, 196, 139);
--color-secondary-800: rgb(52, 148, 105);
--color-secondary-900: rgb(34, 99, 70);
--color-secondary-1000: rgb(26, 75, 53);
--color-cta: rgb(253, 185, 0);
--color-cta-hover: rgb(240, 175, 0);
--color-attention: rgb(229, 23, 23);
--font-family-brand: MergeProLightW05-Bold;
--font-family-text: Open Sans;
--font-weight-brand-100: 800;
--font-weight-100: 400;
--font-weight-200: 600;
--font-weight-300: 700;
--font-weight-400: 800;
--text-size-text-xsmall: 1.2rem;
--text-size-text-small: 1.4rem;
--text-size-text-medium: 1.6rem;
--text-size-text-large: 1.8rem;
--text-size-text-xlarge: 2rem;
--text-size-text-xxlarge: 2.4rem;
--text-size-headline-xxsmall: 2.4rem;
--text-size-headline-xsmall: 2.8rem;
--text-size-headline-small: 3.2rem;
--text-size-headline-medium: 4.2rem;
--text-size-headline-large: 5.2rem;
--text-size-headline-xlarge: 6rem;
--text-size-headline-xxlarge: 7.2rem;
--text-size-headline-xxxlarge: 8rem;
--leading-text-xsmall: 1.8rem;
--leading-text-small: 2rem;
--leading-text-medium: 2.2rem;
--leading-text-large: 2.4rem;
--leading-text-xlarge: 2.6rem;
--leading-text-xxlarge: 3rem;
--leading-headline-xxsmall: 2.6rem;
--leading-headline-xsmall: 3rem;
--leading-headline-small: 3.4rem;
--leading-headline-medium: 4.4rem;
--leading-headline-large: 5.4rem;
--leading-headline-xlarge: 6.2rem;
--leading-headline-xxlarge: 7.4rem;
--leading-headline-xxxlarge: 8.2rem;

/* ===== COMPONENTS ===== */

/* text */

  /* paragraphs */
--font-family-paragraph: var(--font-family-text);
--text-color-paragraph: var(--color-neutral-1000);
--text-color-paragraph-inverted: var(--color-white);

  /* headlines */
--font-family-headlines: var(--font-family-brand);
--text-color-headlines: var(--color-black);
--text-color-headlines-inverted: var(--color-white);

  /* links */
--font-family-link: var(--font-family-text);
--text-color-link: var(--color-primary-600);
--text-color-link-light: var(--color-white);


/* buttons */

  /* base */
--radius-button: var(--radius-9999);
--border-width-width-button: 0.1rem;
--font-family-button-small: var(--font-family-text);
--font-weight-button-small: var(--font-weight-400);
--text-size-button-small: var(--text-size-text-xsmall);
--leading-button-small: var(--leading-text-small);
--letter-spacing-button-small: var(--spacing-1);
--spacing-button-small-icon: var(--spacing-12);
--spacing-button-small-x: var(--spacing-18);
--spacing-button-small-y: var(--spacing-0);
--height-button-small: 4.2rem;
--font-family-button-medium: var(--font-family-text);
--font-weight-button-medium: var(--font-weight-400);
--text-size-button-medium: var(--text-size-text-small);
--leading-button-medium: var(--leading-text-medium);
--letter-spacing-button-medium: var(--spacing-1);
--spacing-button-medium-icon: var(--spacing-14);
--spacing-button-medium-x: var(--spacing-20);
--spacing-button-medium-y: var(--spacing-0);
--height-button-medium: 5.6rem;
--font-family-button-large: var(--font-family-text);
--font-weight-button-large: var(--font-weight-400);
--text-size-button-large: var(--text-size-text-medium);
--leading-button-large: var(--leading-text-large);
--letter-spacing-button-large: var(--spacing-1);
--spacing-button-large-icon: var(--spacing-18);
--spacing-button-large-x: var(--spacing-24);
--spacing-button-large-y: var(--spacing-0);
--height-button-large: 6.2rem;

  /* primary */
--background-color-button-primary: var(--color-cta);
--background-color-button-primary-inverted: var(--color-white);
--background-color-button-primary-hover: var(--color-cta-hover);
--background-color-button-primary-hover-inverted: var(--color-white-opacity-900);
--background-color-button-primary-focused: var(--color-cta);
--background-color-button-primary-focused-inverted: var(--color-white);
--background-color-button-primary-disabled: var(--color-black-opacity-200);
--background-color-button-primary-disabled-inverted: var(--color-white-opacity-400);
--text-color-button-primary: var(--color-black);
--text-color-button-primary-inverted: var(--color-black);
--text-color-button-primary-disabled: var(--color-black-opacity-300);
--text-color-button-primary-disabled-inverted: var(--color-black-opacity-700);
--border-color-button-primary: var(--color-cta);
--border-color-button-primary-inverted: var(--color-white);
--border-color-button-primary-hover: var(--color-cta-hover);
--border-color-button-primary-hover-inverted: var(--color-white-opacity-0);
--border-color-button-primary-focused: var(--color-cta);
--border-color-button-primary-focused-inverted: var(--color-white-opacity-0);
--border-color-button-primary-disabled: var(--color-black-opacity-0);
--border-color-button-primary-disabled-inverted: var(--color-white-opacity-0);

  /* secondary */
--background-color-button-secondary: var(--color-white-opacity-0);
--background-color-button-secondary-inverted: var(--color-white-opacity-0);
--background-color-button-secondary-hover: var(--color-white-opacity-0);
--background-color-button-secondary-hover-inverted: var(--color-white-opacity-0);
--background-color-button-secondary-focused: var(--color-white-opacity-0);
--background-color-button-secondary-focused-inverted: var(--color-white-opacity-0);
--background-color-button-secondary-disabled: var(--color-white-opacity-0);
--background-color-button-secondary-disabled-inverted: var(--color-white-opacity-0);
--text-color-button-secondary: var(--color-black);
--text-color-button-secondary-inverted: var(--color-white);
--text-color-button-secondary-disabled: var(--color-black-opacity-300);
--text-color-button-secondary-disabled-inverted: var(--color-white-opacity-600);
--border-color-button-secondary: var(--color-black-opacity-300);
--border-color-button-secondary-inverted: var(--color-white-opacity-500);
--border-color-button-secondary-hover: var(--color-black-opacity-500);
--border-color-button-secondary-hover-inverted: var(--color-white-opacity-800);
--border-color-button-secondary-focused: var(--color-black-opacity-300);
--border-color-button-secondary-focused-inverted: var(--color-white-opacity-500);
--border-color-button-secondary-disabled: var(--color-black-opacity-200);
--border-color-button-secondary-disabled-inverted: var(--color-white-opacity-400);

  /* tertiary */
--background-color-button-tertiary: var(--color-secondary-700);
--background-color-button-tertiary-inverted: var(--color-white);
--background-color-button-tertiary-hover: var(--color-secondary-800);
--background-color-button-tertiary-hover-inverted: var(--color-white-opacity-900);
--background-color-button-tertiary-focused: var(--color-secondary-700);
--background-color-button-tertiary-focused-inverted: var(--color-white);
--background-color-button-tertiary-disabled: var(--color-black-opacity-200);
--background-color-button-tertiary-disabled-inverted: var(--color-white-opacity-400);
--text-color-button-tertiary: var(--color-white);
--text-color-button-tertiary-inverted: var(--color-secondary-800);
--text-color-button-tertiary-disabled: var(--color-black-opacity-300);
--text-color-button-tertiary-disabled-inverted: var(--color-black-opacity-700);
--border-color-button-tertiary: var(--color-black-opacity-0);
--border-color-button-tertiary-inverted: var(--color-white-opacity-0);
--border-color-button-tertiary-hover: var(--color-black-opacity-0);
--border-color-button-tertiary-hover-inverted: var(--color-white-opacity-0);
--border-color-button-tertiary-focused: var(--color-black-opacity-0);
--border-color-button-tertiary-focused-inverted: var(--color-white-opacity-0);
--border-color-button-tertiary-disabled: var(--color-black-opacity-0);
--border-color-button-tertiary-disabled-inverted: var(--color-white-opacity-0);


/* form-elements */

  /* input-select */
--text-size-input-select-label-small: var(--text-size-text-xsmall);
--leading-input-select-label-small: var(--leading-text-xsmall);
--text-size-input-select-label-large: var(--text-size-text-medium);
--leading-input-select-label-large: var(--leading-text-medium);
--text-size-input-select-input: var(--text-size-text-medium);
--leading-input-select-input: var(--leading-text-medium);
--font-family-input-select: var(--font-family-text);
--text-size-input-select-helper: var(--text-size-text-xsmall);
--leading-input-select-helper: var(--leading-text-xsmall);
--font-weight-input-select: var(--font-weight-100);
--text-color-input-select-default-label: var(--color-neutral-800);
--text-color-input-select-disabled-label: var(--color-neutral-500);
--text-color-input-select-default-text: var(--color-neutral-1000);
--text-color-input-select-disabled-text: var(--color-neutral-500);
--text-color-input-select-error-text: var(--color-attention);
--background-color-input-select: var(--color-white);
--border-color-input-select: var(--color-black-opacity-400);
--border-color-input-select-hover: var(--color-black-opacity-600);
--border-color-input-select-focused: var(--color-primary-600);
--border-color-input-select-disabled: var(--color-black-opacity-200);
--border-color-input-select-error: var(--color-attention);
--border-width-width-input-select: 0.1rem;
--border-width-width-input-select-hover: 0.1rem;
--border-width-width-input-select-focused: 0.2rem;
--border-width-width-input-select-disabled: 0.1rem;
--border-width-width-input-select-error: 0.1rem;
--radius-input-select: var(--radius-4);
--color-input-select-icon: var(--color-neutral-900);
--color-input-select-icon-disabled: var(--color-neutral-400);
--spacing-input-select-medium-icon: var(--spacing-10);
--spacing-input-select-medium-y: var(--spacing-0);
--spacing-input-select-medium-x: var(--spacing-14);
--height-input-select-medium: 5.2rem;

  /* text-area */
--font-family-text-area: var(--font-family-text);
--font-weight-text-area: var(--font-weight-100);
--text-size-text-area-label-small: var(--text-size-text-xsmall);
--leading-text-area-label-small: var(--leading-text-xsmall);
--text-size-text-area-label-large: var(--text-size-text-medium);
--leading-text-area-label-large: var(--leading-text-medium);
--text-size-text-area-input: var(--text-size-text-medium);
--leading-text-area-input: var(--leading-text-medium);
--text-size-text-area-helper: var(--text-size-text-xsmall);
--leading-text-area-helper: var(--leading-text-xsmall);
--text-color-text-area-default-label: var(--color-neutral-800);
--text-color-text-area-disabled-label: var(--color-neutral-500);
--text-color-text-area-error-label: var(--color-neutral-800);
--text-color-text-area-default-text: var(--color-neutral-1000);
--text-color-text-area-disabled-text: var(--color-neutral-500);
--text-color-text-area-error-text: var(--color-attention);
--background-color-text-area: var(--color-white);
--border-color-text-area: var(--color-black-opacity-400);
--border-color-text-area-hover: var(--color-black-opacity-600);
--border-color-text-area-focused: var(--color-primary-600);
--border-color-text-area-disabled: var(--color-black-opacity-200);
--border-color-text-area-error: var(--color-attention);
--border-width-width-text-area: 0.1rem;
--border-width-width-text-area-hover: 0.1rem;
--border-width-width-text-area-focused: 0.2rem;
--border-width-width-text-area-disabled: 0.1rem;
--border-width-width-text-area-error: 0.1rem;
--radius-text-area: var(--radius-4);
--color-text-area-icon: var(--color-neutral-900);
--color-text-area-icon-disabled: var(--color-neutral-400);
--spacing-text-area-medium-icon: 0rem;
--spacing-text-area-medium-top: var(--spacing-6);
--spacing-text-area-medium-x: var(--spacing-14);

  /* checkbox */
--background-color-checkbox: var(--color-white);
--background-color-checkbox-focused: var(--color-primary-600);
--font-family-checkbox: var(--font-family-text);
--font-weight-checkbox: var(--font-weight-100);
--text-size-checkbox: var(--text-size-text-small);
--leading-checkbox: var(--leading-text-small);
--text-color-checkbox: var(--color-neutral-1000);
--text-color-checkbox-disabled: var(--color-neutral-600);
--text-color-checkbox-error: var(--color-attention);
--border-width-width-checkbox: 0.1rem;
--radius-checkbox: 0.4rem;
--border-color-checkbox: var(--color-black-opacity-400);
--border-color-checkbox-hover: var(--color-black-opacity-600);
--border-color-checkbox-focused: var(--color-primary-600);
--border-color-checkbox-disabled: var(--color-black-opacity-200);
--border-color-checkbox-error: var(--color-attention);
--color-checkbox-icon: var(--color-neutral-900);
--color-checkbox-icon-active: var(--color-white);
--color-checkbox-icon-disabled: var(--color-neutral-300);

  /* radiobutton */
--background-color-radiobutton: var(--color-white);
--background-color-radiobutton-focused: var(--color-primary-600);
--font-family-radiobutton: var(--font-family-text);
--font-weight-radiobutton: var(--font-weight-100);
--text-size-radiobutton: var(--text-size-text-small);
--leading-radiobutton: var(--leading-text-small);
--text-color-radiobutton: var(--color-neutral-1000);
--text-color-radiobutton-disabled: var(--color-neutral-600);
--text-color-radiobutton-error: var(--color-attention);
--border-width-width-radiobutton: 0.1rem;
--border-color-radiobutton: var(--color-black-opacity-400);
--border-color-radiobutton-hover: var(--color-black-opacity-600);
--border-color-radiobutton-focused: var(--color-primary-600);
--border-color-radiobutton-disabled: var(--color-black-opacity-200);
--border-color-radiobutton-error: var(--color-attention);
--color-radiobutton-icon: var(--color-neutral-900);
--color-radiobutton-icon-active: var(--color-white);
--color-radiobutton-icon-disabled: var(--color-neutral-300);


/* ===== MODULES ===== */

/* footer */
--background-color-footer: var(--color-primary-600);


/* step */

  /* max-width */
--max-width-step-desktop: 112rem;
--max-width-step-tablet: 65.2rem;
--max-width-step-mobile: 76.7rem;

  /* card */
--radius-step-card: var(--radius-8);
--border-width-width-step-card: var(--spacing-0);
--border-color-step-card: var(--color-white-opacity-0);
--spacing-step-card-top: var(--spacing-56);
--spacing-step-card-bottom: var(--spacing-40);
--spacing-step-card-left: var(--spacing-32);
--spacing-step-card-right: var(--spacing-32);
--spacing-step-card-content-top: var(--spacing-12);
--spacing-step-card-between-desktop: var(--spacing-20);
--spacing-step-card-between-tablet: var(--spacing-64);
--spacing-step-card-between-mobile: var(--spacing-56);
--text-color-step-card: var(--color-neutral-1000);
--text-color-step-card-headline: var(--color-black);
--background-color-step-card: var(--color-white);

  /* number */
--radius-step-number: var(--radius-8);
--border-width-width-step-number: var(--spacing-0);
--border-color-step-number: var(--color-white-opacity-0);
--spacing-step-number-top: var(--spacing-0);
--spacing-step-number-bottom: var(--spacing-0);
--text-color-step-number: var(--color-white);
--background-color-step-number: var(--color-primary-600);


/* inner-section */
--radius-inner-section: 0rem;


/* content */
--background-color-content: #ffffff00;

  /* desktop */
--spacing-content-desktop-content: var(--spacing-36);
--spacing-content-desktop-top-content: var(--spacing-20);
--spacing-content-desktop-bottom-content: var(--spacing-18);
--spacing-content-desktop-header: var(--spacing-6);
--spacing-content-desktop-button: var(--spacing-12);
--max-width-content-desktop: 112rem;

  /* tablet */
--spacing-content-tablet-content: var(--spacing-36);
--spacing-content-tablet-top-content: var(--spacing-20);
--spacing-content-tablet-bottom-content: var(--spacing-20);
--spacing-content-tablet-header: var(--spacing-6);
--spacing-content-tablet-button: var(--spacing-12);
--max-width-content-tablet: 65rem;

  /* mobile */
--spacing-content-mobile-content: var(--spacing-36);
--spacing-content-mobile-top-content: var(--spacing-16);
--spacing-content-mobile-bottom-content: var(--spacing-20);
--spacing-content-mobile-header: var(--spacing-6);
--spacing-content-mobile-button: var(--spacing-12);


/* navigation */
--background-color-navigation: var(--color-primary-600);
--navigation-bottom-border: var(--color-primary-600);


/* right-left */
--background-color-right-left: #ffffff00;

  /* radius */
--radius-right-left-image: 0rem;
--radius-right-left-module: 0rem;

  /* desktop */
--spacing-right-left-desktop-right: 0rem;
--spacing-right-left-desktop-left: 0rem;
--spacing-right-left-desktop-top: 0rem;
--spacing-right-left-desktop-bottom: 0rem;
--spacing-right-left-desktop-gap-left: var(--spacing-20);
--spacing-right-left-desktop-gap-right: var(--spacing-40);
--spacing-right-left-desktop-content: var(--spacing-36);
--spacing-right-left-desktop-top-content: var(--spacing-20);
--spacing-right-left-desktop-bottom-content: var(--spacing-18);
--spacing-right-left-desktop-header: var(--spacing-6);
--spacing-right-left-desktop-button: var(--spacing-12);
--max-width-right-left-desktop: 112rem;

  /* tablet */
--spacing-right-left-tablet-right: 0rem;
--spacing-right-left-tablet-left: 0rem;
--spacing-right-left-tablet-top: var(--spacing-40);
--spacing-right-left-tablet-bottom: 0rem;
--spacing-right-left-tablet-content: var(--spacing-36);
--spacing-right-left-tablet-top-content: var(--spacing-20);
--spacing-right-left-tablet-bottom-content: var(--spacing-20);
--spacing-right-left-tablet-header: var(--spacing-6);
--spacing-right-left-tablet-button: var(--spacing-12);
--max-width-right-left-tablet: 65rem;

  /* mobile */
--spacing-right-left-mobile-right: 0rem;
--spacing-right-left-mobile-left: 0rem;
--spacing-right-left-mobile-top: var(--spacing-20);
--spacing-right-left-mobile-bottom: 0rem;
--spacing-right-left-mobile-content: var(--spacing-36);
--spacing-right-left-mobile-top-content: var(--spacing-16);
--spacing-right-left-mobile-bottom-content: var(--spacing-20);
--spacing-right-left-mobile-header: var(--spacing-6);
--spacing-right-left-mobile-button: var(--spacing-12);
--max-width-right-left-mobile: 65rem;


/* cards */

  /* padding */
--spacing-card-right: var(--spacing-24);
--spacing-card-left: var(--spacing-24);
--spacing-card-top: var(--spacing-24);
--spacing-card-bottom: var(--spacing-32);
--spacing-card-content: var(--spacing-24);
--spacing-card-top-content: var(--spacing-16);
--spacing-card-bottom-content: var(--spacing-16);
--spacing-card-header: var(--spacing-6);
--spacing-card-button: var(--spacing-12);

  /* radius */
--radius-card-module: var(--radius-10);

  /* desktop */
--max-width-card-desktop: 112rem;

  /* tablet */
--max-width-card-tablet: 65rem;

  /* mobile */
--max-width-card-mobile: 76.7rem;


/* legal */

  /* radius */
--radius-legal-module: var(--radius-0);

  /* desktop */
--spacing-legal-desktop-content: var(--spacing-48);
--spacing-legal-desktop-header: var(--spacing-6);
--spacing-legal-desktop-padding-top: var(--spacing-56);
--spacing-legal-desktop-padding-bottom: var(--spacing-56);
--spacing-legal-desktop-padding-left: var(--spacing-56);
--spacing-legal-desktop-padding-right: var(--spacing-56);
--max-width-legal-desktop: 112rem;

  /* tablet */
--spacing-legal-tablet-content: var(--spacing-36);
--spacing-legal-tablet-header: var(--spacing-6);
--spacing-legal-tablet-padding-top: var(--spacing-56);
--spacing-legal-tablet-padding-bottom: var(--spacing-56);
--spacing-legal-tablet-padding-left: var(--spacing-56);
--spacing-legal-tablet-padding-right: var(--spacing-56);
--max-width-legal-tablet: 65rem;

  /* mobile */
--spacing-legal-mobile-content: var(--spacing-36);
--spacing-legal-mobile-header: var(--spacing-6);
--spacing-legal-mobile-padding-top: var(--spacing-28);
--spacing-legal-mobile-padding-bottom: var(--spacing-28);
--spacing-legal-mobile-padding-left: var(--spacing-24);
--spacing-legal-mobile-padding-right: var(--spacing-24);


/* accordion */

  /* border-color */
--border-color-accordion-dark: var(--color-black-opacity-0);
--border-color-accordion-light: var(--color-white-opacity-0);
--border-width-width-accordion: 0rem;

  /* margin */
--spacing-accordion-between: var(--spacing-8);

  /* font-color */
--text-color-accordion-dark: var(--color-black);
--text-color-accordion-light: var(--color-white);

  /* background */
--background-color-accordion-dark: var(--color-black-opacity-100);
--background-color-accordion-light: var(--color-white-opacity-200);
--background-color-accordion-dark-icon: var(--color-black-opacity-100);
--background-color-accordion-light-icon: var(--color-black-opacity-300);
--background-color-accordion-dark-arrow: var(--color-black);
--background-color-accordion-light-arrow: var(--color-white);

  /* padding */
--spacing-accordion-desktop-right: var(--spacing-18);
--spacing-accordion-desktop-left: var(--spacing-24);
--spacing-accordion-desktop-top: var(--spacing-14);
--spacing-accordion-desktop-bottom: var(--spacing-14);
--spacing-accordion-mobile-right: var(--spacing-12);
--spacing-accordion-mobile-left: var(--spacing-20);
--spacing-accordion-mobile-top: var(--spacing-10);
--spacing-accordion-mobile-bottom: var(--spacing-10);

  /* radius */
--radius-accordion-module: var(--radius-8);
--radius-accordion-icon: var(--radius-4);

  /* desktop */
--max-width-accordion-desktop: 112rem;

  /* tablet */
--max-width-accordion-tablet: 65rem;

  /* mobile */
--max-width-accordion-mobile: 76.7rem;


}

.flip-clock {
  /* VARIABLES */
  /* FUNCTIONS */
  /* SIZES */
  /* STYLES */
  display: block;
  padding: 0.5rem 0.5rem 2.5rem;
  /* PLAY */
  /* SHADOW */
  /* DOWN */
  /* NO FLIPPING */
}
.flip-clock ul.flip {
  border-radius: 0.33333333rem;
  width: 6.5rem;
  height: 5rem;
  font-size: 3.5rem;
  line-height: 5rem;
  box-shadow: 0 0.11111111rem 0.16666667rem rgba(0, 0, 0, 0.7);
}
.flip-clock ul.flip:after {
  top: 5rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock ul.flip li .flipper div.up:after {
  top: calc(( 5rem  / 2) - 1px);
}
.flip-clock ul.flip li .flipper div div.inn {
  border-radius: 0.33333333rem;
}
.flip-clock ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--xsmall ul.flip {
  border-radius: 0.2rem;
  width: 3.9rem;
  height: 3rem;
  font-size: 2.1rem;
  line-height: 3rem;
  box-shadow: 0 0.06666667rem 0.1rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--xsmall ul.flip:after {
  top: 3rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--xsmall.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--xsmall.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--xsmall.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--xsmall ul.flip li .flipper div.up:after {
  top: calc(( 3rem  / 2) - 1px);
}
.flip-clock.flip-clock--xsmall ul.flip li .flipper div div.inn {
  border-radius: 0.2rem;
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--xsmall.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--xsmall.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--xsmall.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--xsmall.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--small ul.flip {
  border-radius: 0.26666667rem;
  width: 5.2rem;
  height: 4rem;
  font-size: 2.8rem;
  line-height: 4rem;
  box-shadow: 0 0.08888889rem 0.13333333rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--small ul.flip:after {
  top: 4rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--small.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--small.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--small.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--small ul.flip li .flipper div.up:after {
  top: calc(( 4rem  / 2) - 1px);
}
.flip-clock.flip-clock--small ul.flip li .flipper div div.inn {
  border-radius: 0.26666667rem;
}
.flip-clock.flip-clock--small ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--small ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--small ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--small.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--small.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--small.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--small.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--large ul.flip {
  border-radius: 0.4rem;
  width: 7.8rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 6rem;
  box-shadow: 0 0.13333333rem 0.2rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--large ul.flip:after {
  top: 6rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--large.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--large.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--large.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--large ul.flip li .flipper div.up:after {
  top: calc(( 6rem  / 2) - 1px);
}
.flip-clock.flip-clock--large ul.flip li .flipper div div.inn {
  border-radius: 0.4rem;
}
.flip-clock.flip-clock--large ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--large ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--large ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--large ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--large.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--large.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--large.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--large.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--xlarge ul.flip {
  border-radius: 0.46666667rem;
  width: 9.1rem;
  height: 7rem;
  font-size: 4.9rem;
  line-height: 7rem;
  box-shadow: 0 0.15555556rem 0.23333333rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--xlarge ul.flip:after {
  top: 7rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--xlarge.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--xlarge.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--xlarge.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--xlarge ul.flip li .flipper div.up:after {
  top: calc(( 7rem  / 2) - 1px);
}
.flip-clock.flip-clock--xlarge ul.flip li .flipper div div.inn {
  border-radius: 0.46666667rem;
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--xlarge.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--xlarge.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--xlarge.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--xlarge.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--invert ul.flip li .flipper div div.inn {
  background-color: #ddd;
  color: #333;
}
.flip-clock.flip-clock--hidden {
  opacity: 0;
}
.flip-clock ul.flip {
  transition: all 200ms ease-out;
  user-select: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  float: left;
  margin: 0 0.08em;
  font-weight: 600;
}
.flip-clock ul.flip:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  font-weight: 600;
  text-align: center;
  color: #222;
}
.flip-clock.flip-clock--label-light ul.flip:after {
  color: #eee;
}
.flip-clock ul.flip li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flip-clock ul.flip li:first-child {
  z-index: 2;
}
.flip-clock ul.flip li .flipper {
  display: block;
  height: 100%;
}
.flip-clock ul.flip li .flipper div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.flip-clock ul.flip li .flipper div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock ul.flip li .flipper div.up {
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock ul.flip li .flipper div.up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock ul.flip li .flipper div.down {
  transform-origin: 50% 0;
  bottom: 0;
}
.flip-clock ul.flip li .flipper div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ddd;
  text-align: center;
  background-color: #333;
}
.flip-clock ul.flip li .flipper div div.invert {
  background-color: #ddd;
  color: #333;
}
.flip-clock.flip-clock--light ul.flip li .flipper div div.inn {
  color: #444;
  background-color: #eee;
}
.flip-clock ul.flip li .flipper div.up div.inn {
  top: 0;
}
.flip-clock ul.flip li .flipper div.down div.inn {
  bottom: 0;
}
.flip-clock.play ul li.before {
  z-index: 3;
}
.flip-clock.play ul li.active {
  animation: flipclock-change-overlay 200ms 200ms linear both;
  z-index: 2;
}
@keyframes flipclock-change-overlay {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock.play ul li.active .down {
  z-index: 2;
  animation: flipclock-turn 200ms 200ms linear both;
}
@keyframes flipclock-turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock.play ul li.before .up {
  z-index: 2;
  animation: flipclock-turn2 200ms linear both;
}
@keyframes flipclock-turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock.play ul li.before .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  animation: flipclock-show 200ms linear both;
}
.flip-clock.play ul li.active .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  animation: flipclock-hide 200ms 200ms linear both;
}
.flip-clock.flip-clock--label-light.play ul li.active .up .shadow,
.flip-clock.flip-clock--label-light.play ul li.active .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.flip-clock.play ul li.before .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  animation: flipclock-show 200ms linear both;
}
.flip-clock.play ul li.active .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  animation: flipclock-hide 200ms 200ms linear both;
}
.flip-clock.flip-clock--label-light.play ul li.before .down .shadow,
.flip-clock.flip-clock--label-light.play ul li.active .down .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@keyframes flipclock-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flipclock-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flip-clock.flip-clock--static.play ul li.active .up,
.flip-clock.flip-clock--static.play ul li.before .up,
.flip-clock.flip-clock--static.play ul li.active .up .shadow,
.flip-clock.flip-clock--static.play ul li.before .up .shadow,
.flip-clock.flip-clock--static.play ul li.active .down,
.flip-clock.flip-clock--static.play ul li.before .down,
.flip-clock.flip-clock--static.play ul li.active .down .shadow,
.flip-clock.flip-clock--static.play ul li.before .down .shadow {
  z-index: 1;
  animation: none;
}



html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 960px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-resolution: 2dppx) and (min-device-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
html,
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: auto;
  overflow-x: clip;
}
html.region-avalon-lotto,
body.region-avalon-lotto,
html.region-lotto,
body.region-lotto {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
html.mode-edit,
body.mode-edit {
  height: auto;
  overflow-y: auto;
}
html.lock,
body.lock {
  overflow: clip;
}
.page {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.mode-edit .page {
  height: auto;
  padding-top: 0 !important;
}
.page.lock {
  overflow: clip;
}
.page-box {
  position: relative;
}
.numbergames-pageeditplaceholder {
  height: 10rem;
  background-color: crimson;
  text-align: center;
  font-size: 3.5rem;
  padding-top: 3rem;
}



html,
body {
  touch-action: manipulation;
}
#wrapper.page {
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  #wrapper.page .page-box .page-area {
    min-height: 50vh;
  }
}



.region-allornothing,
.allornothing-region {
  width: 100%;
  font-size: 4vw;
  background-color: #191339;
}
.region-allornothing.disable-user-select,
.allornothing-region.disable-user-select {
  user-select: none;
}
@media (min-width: 960px) {
  .region-allornothing,
  .allornothing-region {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .region-allornothing,
  .allornothing-region {
    font-size: 1.8rem;
  }
}
.region-allornothing .container,
.allornothing-region .container {
  width: 100vw;
}
@media (min-width: 960px) {
  .region-allornothing .container,
  .allornothing-region .container {
    width: 100%;
  }
}
.region-allornothing .page-box .container,
.allornothing-region .page-box .container {
  width: 100%;
}
.region-allornothing .all-or-nothing-button-wrapper,
.allornothing-region .all-or-nothing-button-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  background-color: #312F51;
  padding: 1rem;
  border-radius: 6px;
  width: 21rem;
  z-index: 1;
}
@media (min-width: 960px) {
  .region-allornothing .all-or-nothing-button-wrapper,
  .allornothing-region .all-or-nothing-button-wrapper {
    flex-direction: row;
    margin: 0;
    width: 35rem;
  }
}
.region-allornothing .all-or-nothing-button-wrapper .all-or-nothing-button,
.allornothing-region .all-or-nothing-button-wrapper .all-or-nothing-button {
  padding: 1.2rem 1.2rem;
  width: 19rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
@media (min-width: 960px) {
  .region-allornothing .all-or-nothing-button-wrapper .all-or-nothing-button,
  .allornothing-region .all-or-nothing-button-wrapper .all-or-nothing-button {
    width: 16rem;
    margin: 0 0 0 1rem;
  }
}
.region-allornothing .all-or-nothing-button-wrapper .all-or-nothing-button:first-child,
.allornothing-region .all-or-nothing-button-wrapper .all-or-nothing-button:first-child {
  margin: 0;
}
.region-allornothing .all-or-nothing-button,
.allornothing-region .all-or-nothing-button {
  font-size: 4.2vw;
  font-weight: bold;
  color: #191339;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 3.5vw 5vw;
  background-color: #feb700;
  border-radius: 6px;
  transition: background-color 0.15s linear;
  user-select: none;
  position: relative;
}
.region-allornothing .all-or-nothing-button--secondary,
.allornothing-region .all-or-nothing-button--secondary {
  background-image: linear-gradient(0deg, #444362 0%, #5b5876 100%);
  color: white;
  transition: z-index 1s linear;
  z-index: 1;
}
.region-allornothing .all-or-nothing-button--secondary:before,
.allornothing-region .all-or-nothing-button--secondary:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 6px;
  transition: opacity 0.15s linear;
  background-image: linear-gradient(0deg, #4e4d6c 0%, #656280 100%);
  z-index: -1;
}
.region-allornothing .all-or-nothing-button--secondary:hover:before,
.allornothing-region .all-or-nothing-button--secondary:hover:before {
  opacity: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-button,
  .allornothing-region .all-or-nothing-button {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-button:hover,
  .allornothing-region .all-or-nothing-button:hover {
    background-color: #f5d900;
    cursor: pointer;
  }
}
.region-allornothing .all-or-nothing-button.white,
.allornothing-region .all-or-nothing-button.white {
  color: #191339;
  background-color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-button.white:hover,
  .allornothing-region .all-or-nothing-button.white:hover {
    background-color: #f3e7ff;
  }
}
.region-allornothing .all-or-nothing-button.mid-purple,
.allornothing-region .all-or-nothing-button.mid-purple {
  color: #fff;
  background-color: #312F51;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-button.mid-purple:hover,
  .allornothing-region .all-or-nothing-button.mid-purple:hover {
    background-color: #454362;
  }
}
.region-allornothing .all-or-nothing-button.loading-pulse,
.allornothing-region .all-or-nothing-button.loading-pulse {
  overflow: hidden;
  opacity: 0.3;
}
@keyframes all-or-nothing-loading-pulse-button-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.region-allornothing .all-or-nothing-button.loading-pulse:before,
.allornothing-region .all-or-nothing-button.loading-pulse:before,
.region-allornothing .all-or-nothing-button.loading-pulse:after,
.allornothing-region .all-or-nothing-button.loading-pulse:after {
  content: '';
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: radial-gradient(center, ellipse cover, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 20%, rgba(43, 43, 43, 0.65) 45%, rgba(43, 43, 43, 0.9) 55%, rgba(43, 43, 43, 0.5) 65%, rgba(43, 43, 43, 0) 90%, rgba(43, 43, 43, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.region-allornothing .all-or-nothing-button.loading-pulse:before,
.allornothing-region .all-or-nothing-button.loading-pulse:before {
  animation: all-or-nothing-loading-pulse-button-animation 0.8s linear infinite;
}
.region-allornothing .all-or-nothing-button.loading-pulse:after,
.allornothing-region .all-or-nothing-button.loading-pulse:after {
  animation: all-or-nothing-loading-pulse-button-animation 0.8s 0.3s linear infinite;
}
.region-allornothing .all-or-nothing-button.loading-pulse:hover,
.allornothing-region .all-or-nothing-button.loading-pulse:hover {
  cursor: default;
}
@media (min-width: 960px) {
  .region-allornothing .all-or-nothing-button.loading-pulse:hover,
  .allornothing-region .all-or-nothing-button.loading-pulse:hover {
    transform: scale(1);
  }
}
.region-allornothing .all-or-nothing-special-button-container,
.allornothing-region .all-or-nothing-special-button-container {
  padding: 2.15vw;
  background-color: #312F51;
  border-radius: 8px;
  display: flex;
  flex-flow: nowrap;
  user-select: none;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container,
  .allornothing-region .all-or-nothing-special-button-container {
    padding: 0.8rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper {
  min-width: 10.666vw;
  height: 9.866vw;
  background-color: #4d496b;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 300%);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  border-bottom: 0.8vw solid #191339;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, border-width 0.1s linear, margin 0.1s linear, transform 0.1s linear, filter 0.15s linear;
  will-change: transform;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper {
    min-width: 4rem;
    height: 3.7rem;
    border-bottom-width: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:hover,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:hover {
    cursor: pointer;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:before,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:before {
  content: '';
  width: 130%;
  height: 180%;
  box-sizing: content-box;
  border-width: 25vw;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -24vw;
  left: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:before,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:before {
    width: 160%;
    border-width: 10rem;
    top: -9.5rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:after,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:after {
  min-height: 1px;
  height: 0.4vw;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:after,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:after {
    height: 0.1rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-text,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-text {
  color: #fff;
  font-size: 4.26vw;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-text,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-text {
    font-size: 1.6rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-icon,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-icon {
  width: 5.3vw;
  height: 5.3vw;
  fill: #fff;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-icon,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-icon {
    width: 2rem;
    height: 2rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.yellow-button,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.yellow-button {
  background-color: #feb700;
  border-color: #d89c00;
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.yellow-button .button-text,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.yellow-button .button-text {
  color: #000;
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.selected,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.selected {
  background-color: #56F4AD;
  border-color: #44C289;
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.inactive-button,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.inactive-button {
  opacity: 0.4;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.inactive-button:hover,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.inactive-button:hover {
    cursor: default;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:hover:not(.inactive-button),
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:hover:not(.inactive-button) {
    filter: brightness(130%);
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button),
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button) {
  border-bottom-width: 0.2vw;
  margin-bottom: 0.6vw;
  transform: translateY(0.6vw);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button),
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button) {
    border-bottom-width: 0.1rem;
    margin-bottom: 0.2rem;
    transform: translateY(0.2rem);
    filter: brightness(115%);
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.pulsing,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.pulsing {
  animation: all-or-nothing-special-button-pulsing-animation 1.3s linear infinite;
}
@keyframes all-or-nothing-special-button-pulsing-animation {
  40%,
  60% {
    filter: brightness(160%);
  }
}
.region-allornothing .all-or-nothing-special-button-container:hover .onboarding-wrapper,
.allornothing-region .all-or-nothing-special-button-container:hover .onboarding-wrapper {
  transition-delay: 0.8s;
  opacity: 1;
}
.region-allornothing .all-or-nothing-headline,
.allornothing-region .all-or-nothing-headline {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
.region-allornothing .all-or-nothing-subheadline,
.allornothing-region .all-or-nothing-subheadline {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.region-allornothing .btn,
.allornothing-region .btn {
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 1vw;
  cursor: pointer;
  color: #4f5254;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 10.7vw;
  padding: 0 4vw;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  background-color: #feb700;
  min-width: 32vw;
  transition: background-color 0.15s linear;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .btn,
  .allornothing-region .btn {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    border-radius: 5px;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .region-allornothing .btn,
  .allornothing-region .btn {
    font-size: 3vw;
    line-height: 8vw;
  }
}
.region-allornothing .btn:hover,
.allornothing-region .btn:hover {
  background-color: #f5d900;
}
.region-allornothing .btn.cta,
.allornothing-region .btn.cta {
  background-color: #feb700;
  color: #322b00;
}
.region-allornothing .btn.grey,
.allornothing-region .btn.grey {
  color: #fff;
  background-color: #a3a6ab;
}
.region-allornothing .btn.close,
.allornothing-region .btn.close {
  position: absolute;
  right: 0;
  width: 4.7vw;
  height: 4.7vw;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .btn.close,
  .allornothing-region .btn.close {
    width: 2rem;
    height: 2rem;
  }
}
.region-allornothing .btn.close:before,
.allornothing-region .btn.close:before,
.region-allornothing .btn.close:after,
.allornothing-region .btn.close:after {
  content: ' ';
  position: absolute;
  left: 45%;
  top: -15%;
  display: block;
  height: 6vw;
  width: 0.7vw;
  background-color: #4f5254;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .btn.close:before,
  .allornothing-region .btn.close:before,
  .region-allornothing .btn.close:after,
  .allornothing-region .btn.close:after {
    height: 2.6rem;
    width: 0.2rem;
  }
}
.region-allornothing .btn.close:before,
.allornothing-region .btn.close:before {
  transform: rotate(45deg) translateZ(0);
}
.region-allornothing .btn.close:after,
.allornothing-region .btn.close:after {
  transform: rotate(-45deg) translateZ(0);
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .region-allornothing .mobile-hide,
  .allornothing-region .mobile-hide {
    display: none;
  }
}
.region-allornothing .mobile-only,
.allornothing-region .mobile-only {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .region-allornothing .mobile-only,
  .allornothing-region .mobile-only {
    display: block;
  }
}
.btn {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.numbers-rotary-selector {
  font-size: 1vw;
  margin: auto;
  overflow: hidden;
  user-select: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.numbers-rotary-selector:not(.lotto) .selector-container {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.numbers-rotary-selector.lotto {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9vw;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector.lotto {
    font-size: 5.5px;
  }
}
.numbers-rotary-selector.lotto .selector-container {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  height: 32em;
  padding: 5.4em 0;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector.lotto .selector-container {
    padding: 6em 0;
    height: 48em;
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector {
    font-size: 5.5px;
  }
}
.numbers-rotary-selector .selector-container {
  height: 41em;
  max-width: 140em;
  position: relative;
  padding: 6em 0;
  perspective: 150em;
  margin: auto;
  box-sizing: content-box;
}
.region-avalon-lotto .numbers-rotary-selector .selector-container,
.region-lotto .numbers-rotary-selector .selector-container,
.lotto .numbers-rotary-selector .selector-container {
  height: 32em;
  padding: 5.4em 0;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .numbers-rotary-selector .selector-container,
  .region-lotto .numbers-rotary-selector .selector-container,
  .lotto .numbers-rotary-selector .selector-container {
    padding: 6em 0;
    height: 48em;
  }
}
.numbers-rotary-selector .selector-numbers {
  width: 100vw;
  height: 0;
  padding-bottom: 150vw;
  position: absolute;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
  transform: rotateX(-25deg) rotateZ(0deg) translateZ(-45em);
  top: 83vw;
}
.lotto .numbers-rotary-selector .selector-numbers {
  left: -1.4vw;
}
@media screen and (min-width: 768px) {
  .lotto .numbers-rotary-selector .selector-numbers {
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers {
    width: 140em;
    padding-bottom: 140em;
    top: 75em;
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper {
  width: 36.366em;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  margin-left: -18.183em;
  text-align: center;
  transform-origin: center bottom;
  transform-style: preserve-3d;
  pointer-events: none;
  /* Define two variables as the loop limits */
  /* Create a Parametric mixin and add a guard operation */
  /* the mixin is called, css outputted and iterations called */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(0n + 0) {
  transform: rotate(-8deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(1n + 0) {
  transform: rotate(0deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(2n + 0) {
  transform: rotate(8deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(3n + 0) {
  transform: rotate(16deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(4n + 0) {
  transform: rotate(24deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(5n + 0) {
  transform: rotate(32deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(6n + 0) {
  transform: rotate(40deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(7n + 0) {
  transform: rotate(48deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(8n + 0) {
  transform: rotate(56deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(9n + 0) {
  transform: rotate(64deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(10n + 0) {
  transform: rotate(72deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(11n + 0) {
  transform: rotate(80deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(12n + 0) {
  transform: rotate(88deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(13n + 0) {
  transform: rotate(96deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(14n + 0) {
  transform: rotate(104deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(15n + 0) {
  transform: rotate(112deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(16n + 0) {
  transform: rotate(120deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(17n + 0) {
  transform: rotate(128deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(18n + 0) {
  transform: rotate(136deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(19n + 0) {
  transform: rotate(144deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(20n + 0) {
  transform: rotate(152deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper .number {
  font-size: 22em;
  font-weight: 800;
  position: relative;
  top: 0em;
  transform: scale(0.6) translateZ(0) rotateX(0deg) translateY(0em);
  opacity: 0;
  transition: transform 0.3s, opacity 0.25s;
  line-height: 1.4;
  /* Fix for Signa font */
  pointer-events: none;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view .number {
  cursor: pointer;
  transform: scale(0.7) translateY(0em) translateZ(0) rotateX(0deg);
  opacity: 0.85;
  z-index: 1;
  pointer-events: auto;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number {
  transform: scale(0.6) translateY(-10%) translateX(45%) rotate(-3deg);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number {
    transform: scale(0.7) translateY(5%) translateX(75%) rotate(-4deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number:hover {
    transform: scale(0.75) translateY(5%) translateX(70%) rotate(-4deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number {
  transform: scale(0.7) translateY(-10%) translateX(-45%) rotate(3deg);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number {
    transform: scale(0.7) translateY(5%) translateX(-75%) rotate(4deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number:hover {
    transform: scale(0.75) translateY(5%) translateX(-70%) rotate(4deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number {
  transform: scale(0.45) translateY(-30%) translateX(60%) rotate(-4deg);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number {
    transform: scale(0.55) translateY(-20%) translateX(120%) rotate(-8deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number:hover {
    transform: scale(0.6) translateY(-20%) translateX(110%) rotate(-8deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number {
  transform: scale(0.45) translateY(-30%) translateX(-60%) rotate(4deg);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number {
    transform: scale(0.55) translateY(-20%) translateX(-120%) rotate(8deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number:hover {
    transform: scale(0.6) translateY(-20%) translateX(-110%) rotate(8deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus3'] .number {
  transform: scale(0.45) translateY(-65%) translateX(150%) rotate(-10deg);
  opacity: 0.1;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus3'] .number:hover {
  transform: scale(0.5) translateY(-60%) translateX(135%) rotate(-10deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus3'] .number {
  transform: scale(0.45) translateY(-65%) translateX(-150%) rotate(10deg);
  opacity: 0.1;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus3'] .number:hover {
  transform: scale(0.5) translateY(-60%) translateX(-135%) rotate(10deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus4'] .number {
  transform: scale(0.35) translateY(-135%) translateX(160%) rotate(-12deg);
  opacity: 0.05;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus4'] .number:hover {
  transform: scale(0.4) translateY(-130%) translateX(145%) rotate(-12deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus4'] .number {
  transform: scale(0.35) translateY(-135%) translateX(-160%) rotate(12deg);
  opacity: 0.05;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus4'] .number:hover {
  transform: scale(0.4) translateY(-130%) translateX(-145%) rotate(12deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-focus .number {
  transform: scale(0.75);
  opacity: 0.95;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-focus .number {
    transform: scale(0.9);
  }
}
.numbers-rotary-selector .selector-foreground,
.numbers-rotary-selector .selector-background {
  width: 36.366em;
  height: 36.366em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 7.4em;
}
.lotto .numbers-rotary-selector .selector-foreground,
.lotto .numbers-rotary-selector .selector-background {
  border-radius: 50%;
}
.numbers-rotary-selector .selector-foreground .navigation-button {
  width: 3em;
  height: 6em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: transform 0.15s linear, opacity 0.1s linear;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-foreground .navigation-button {
    display: block;
  }
}
.numbers-rotary-selector .selector-foreground .navigation-button .icon {
  width: 100%;
  height: 100%;
}
.numbers-rotary-selector .selector-foreground .navigation-button.active {
  opacity: 1;
  cursor: pointer;
}
.numbers-rotary-selector .selector-foreground .navigation-button.next {
  right: -6.5em;
}
.numbers-rotary-selector .selector-foreground .navigation-button.next:hover {
  transform: translateY(-50%) translateX(20%);
}
.numbers-rotary-selector .selector-foreground .navigation-button.previous {
  left: -6.5em;
}
.numbers-rotary-selector .selector-foreground .navigation-button.previous:hover {
  transform: translateY(-50%) translateX(-20%);
}
.numbers-rotary-selector .selector-foreground .label {
  font-size: 3.6em;
  font-weight: 800;
  color: white;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 7.8em;
  left: 0;
  right: 0;
}
.lotto .numbers-rotary-selector .selector-foreground .label {
  font-size: 2.8em;
  line-height: 4.25em;
  font-weight: 400;
  top: 7.8em;
}
@media screen and (min-width: 768px) {
  .lotto .numbers-rotary-selector .selector-foreground .label {
    font-size: 3em;
    top: 7.6em;
  }
}
.numbers-rotary-selector .selector-foreground .multi-client__client-game-description {
  font-size: inherit;
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  padding-top: 1.8em;
  line-height: 1.2;
  gap: 1em;
  margin: auto;
  transform: translateY(100%);
}
.numbers-rotary-selector .selector-foreground .multi-client__client-game-description .client-game-description__inner {
  font-size: 1.1em;
}
.numbers-rotary-selector .selector-background {
  background-color: #000000;
}
.numbers-rotary-selector .selected-number-wrapper {
  width: 36.366em;
  height: 36.366em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  overflow: hidden;
}
.numbers-rotary-selector .selected-number-wrapper .selector-numbers {
  left: -34.3vw;
  top: 75vw;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .selector-numbers {
    left: -52em;
    top: 69em;
  }
}
.lotto .numbers-rotary-selector .selected-number-wrapper .selector-numbers {
  left: -33.75vw;
  top: 75vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .lotto .numbers-rotary-selector .selected-number-wrapper .selector-numbers {
    left: -52em;
    top: 70em;
  }
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper .number {
  color: white;
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='plus1'] .number {
  transform: scale(0.9) translateY(-2%) translateX(43%) rotate(-4deg);
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='plus1'] .number {
    transform: scale(1) translateY(3%) translateX(60%) rotate(-4deg);
  }
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='minus1'] .number {
  transform: scale(0.9) translateY(-2%) translateX(-43%) rotate(4deg);
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='minus1'] .number {
    transform: scale(1) translateY(3%) translateX(-60%) rotate(4deg);
  }
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-focus .number {
  transform: scale(0.85);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-focus .number {
    transform: scale(1);
  }
}
.numbers-rotary-selector.eurojackpot .selector-numbers .number {
  color: #E8A332;
}
.numbers-rotary-selector.eurojackpot .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(232, 163, 50, 0.9);
}
.numbers-rotary-selector.eurojackpot .selector-foreground .navigation-button .icon {
  color: #E8A332;
}
.numbers-rotary-selector.eurojackpot .selector-background {
  background-color: #E8A332;
}
.numbers-rotary-selector.eurojackpot .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.eurojackpot .selector-foreground .multi-client__client-game-description {
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transform: translateY(100%);
  margin-bottom: 0;
  padding-top: 1rem;
}
.numbers-rotary-selector.eurojackpot .selector-foreground .multi-client__client-game-description .client-game-description__question-button {
  width: 4rem;
  height: 4rem;
}
.numbers-rotary-selector.vikinglotto .selector-numbers .number {
  color: #0000ff;
}
.numbers-rotary-selector.vikinglotto .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(0, 0, 255, 0.9);
}
.numbers-rotary-selector.vikinglotto .selector-foreground .navigation-button .icon {
  color: #0000ff;
}
.numbers-rotary-selector.vikinglotto .selector-background {
  background-color: #0000ff;
}
.numbers-rotary-selector.vikinglotto .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.lotto .selector-numbers .number {
  color: #E11E00;
}
.numbers-rotary-selector.lotto .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(225, 30, 0, 0.9);
}
.numbers-rotary-selector.lotto .selector-foreground .navigation-button .icon {
  color: #E11E00;
}
.numbers-rotary-selector.lotto .selector-background {
  background-color: #E11E00;
}
.numbers-rotary-selector.lotto .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.lotto .selector-foreground,
.numbers-rotary-selector.lotto .selector-background {
  border-radius: 50%;
}
.numbers-rotary-selector.lotto .selector-foreground .label {
  font-size: 2.8em;
  line-height: 4.25em;
  font-weight: 400;
  top: 7.8em;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector.lotto .selector-foreground .label {
    font-size: 3em;
    top: 7.6em;
  }
}
.numbers-rotary-selector.allornothing .selector-numbers .number {
  color: #191339;
}
.numbers-rotary-selector.allornothing .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(25, 19, 57, 0.9);
}
.numbers-rotary-selector.allornothing .selector-foreground .navigation-button .icon {
  color: #191339;
}
.numbers-rotary-selector.allornothing .selector-background {
  background-color: #191339;
}
.numbers-rotary-selector.allornothing .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.keno .selector-numbers .number {
  color: #00a5eb;
}
.numbers-rotary-selector.keno .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(0, 165, 235, 0.9);
}
.numbers-rotary-selector.keno .selector-foreground .navigation-button .icon {
  color: #00a5eb;
}
.numbers-rotary-selector.keno .selector-background {
  background-color: #00a5eb;
}
.numbers-rotary-selector.keno .selected-number-wrapper .number {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-numbers .number {
  color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(25, 19, 57, 0.9);
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-foreground .navigation-button .icon {
  color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-background {
  background-color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selected-number-wrapper .number {
  color: white;
}



.all-or-nothing-classic-game-actions-bar-wrapper {
  width: 100%;
  height: 15vw;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper {
    height: 5.5rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper,
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
  width: 15vw;
  display: inline-block;
  margin-right: 2.15vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper,
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
    width: 5.5rem;
    margin-right: 1rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container {
  float: left;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container {
    width: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container .button-text {
    font-size: 2.6vw;
    text-align: center;
    font-weight: normal;
    text-transform: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container .button-text {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container.fixed-position {
    position: fixed;
    bottom: 2.15vw;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
  transition: transform 0.4s ease-out, border-radius 0.25s linear;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
    bottom: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper.fixed-position {
    position: fixed;
    bottom: 2.15vw;
    left: 19.3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper.to-the-left {
    transform: translate(-17.15vw, -13.15vw);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper .onboarding-wrapper {
  width: 11rem;
  top: 8.5rem;
  left: -16.3rem;
  text-align: right;
}
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper .onboarding-wrapper .onboarding-icon {
  width: 8rem;
  height: 3rem;
  top: -1.8rem;
  left: 11.5rem;
  transform: scale(-1) rotate(-17deg);
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-flow: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container {
    top: 0;
    bottom: inherit;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container {
    flex-flow: wrap-reverse;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper {
  min-width: 15vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-right: 2.15vw;
  display: inline-block;
  background-color: #65617A;
  padding: 1.25vw 2vw;
  border-radius: 6px;
  will-change: margin;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper {
    min-width: 5.5rem;
    margin-right: 0;
    padding: 0.5rem 0.9rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .number-of-valid-rows {
  font-size: 4.8vw;
  font-weight: 900;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .number-of-valid-rows {
    font-size: 1.8rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .rows-count-text {
  font-size: 3.2vw;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .rows-count-text {
    font-size: 1.2rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .buy-button-wrapper {
  min-width: 15vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .buy-button-wrapper {
    min-width: 10rem;
    margin-left: 0.8rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .onboarding-wrapper {
  width: 10rem;
  top: 7.2rem;
  right: -0.6rem;
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .onboarding-wrapper .onboarding-icon {
  width: 5rem;
  height: 4.6rem;
  top: -1.5rem;
  left: -5.5rem;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.fixed-position {
    position: fixed;
    right: 2.15vw;
    bottom: 2.15vw;
  }
}
@keyframes all-or-nothing-rows-count-to-row-layout-animation-mobile {
  50% {
    margin-right: 2.15vw;
    margin-bottom: 10.65vw;
  }
  55% {
    margin-bottom: 12.65vw;
  }
  100% {
    margin-right: -15vw;
    margin-bottom: 12.65vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.row-layout .all-or-nothing-special-button-container .rows-count-wrapper {
    animation-name: all-or-nothing-rows-count-to-row-layout-animation-mobile;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}
@keyframes all-or-nothing-rows-count-to-column-layout-animation-mobile {
  0% {
    margin-right: -15vw;
    margin-bottom: 12.65vw;
  }
  45% {
    margin-bottom: 12.65vw;
  }
  50% {
    margin-right: 2.15vw;
    margin-bottom: 10.65vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.column-layout .all-or-nothing-special-button-container .rows-count-wrapper {
    animation-name: all-or-nothing-rows-count-to-column-layout-animation-mobile;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}



.all-or-nothing-classic-game-rows-overlay-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(25, 19, 57, 0);
  animation: all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-in-animation 0.15s linear forwards;
}
@keyframes all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-in-animation {
  100% {
    background-color: rgba(25, 19, 57, 0.7);
  }
}
@keyframes all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-out-animation {
  0% {
    background-color: rgba(25, 19, 57, 0.7);
  }
  100% {
    background-color: rgba(25, 19, 57, 0);
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper {
  width: 92vw;
  border-radius: 16px;
  background-color: #65617A;
  padding: 4.3vw;
  margin: auto;
  transform: translateY(20%) scale(0.8);
  opacity: 0;
  animation: all-or-nothing-classic-game-rows-overlay-panel-fade-in-animation 0.3s ease-out forwards;
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
}
@keyframes all-or-nothing-classic-game-rows-overlay-panel-fade-in-animation {
  80% {
    opacity: 1;
  }
  90% {
    transform: translateY(-3%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper {
    width: 45rem;
    padding: 1.5rem;
    top: 7rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper {
  width: 6.5vw;
  height: 6.5vw;
  cursor: pointer;
  position: absolute;
  top: 4.3vw;
  right: 4.3vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper:hover .button-icon {
    transform: scale(1.1);
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper .button-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: transform 0.15s linear;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header {
  text-align: center;
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .headline {
  color: #fff;
  font-size: 6.4vw;
  font-weight: bold;
  padding: 1.5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .headline {
    font-size: 2.4rem;
    padding: 1rem 0;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .subheadline {
  width: 100%;
  color: #fff;
  font-size: 4.8vw;
  margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .subheadline {
    width: 70%;
    font-size: 1.6rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .rows-count {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .rows-count {
    font-size: 1.8rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper {
  margin: 5vw 0 4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper {
    margin: 2rem 0 1.5rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper {
  width: 100%;
  padding: 1.066vw;
  background-color: #312F51;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper {
    padding: 0.4rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .number-cell {
  width: 18.18vw;
  height: 18.18vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  margin: 1.066vw;
  background-color: #454362;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .number-cell {
    width: 9.5rem;
    height: 9.5rem;
    font-size: 2.8rem;
    margin: 0.4rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .auto-generate-numbers-button-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .auto-generate-numbers-button-wrapper .all-or-nothing-button {
  min-width: 80%;
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper {
  display: flex;
  justify-content: space-between;
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper {
  padding: 0 2.7vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper {
    padding: 0 1rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper.prev {
  margin-right: 2.7vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper.prev {
    margin-right: 1rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper.next .button-icon {
  transform: rotate(180deg);
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper {
  margin: 4vw 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper {
    margin: 1.5rem 0 0;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container {
  flex-direction: column;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container {
    flex-direction: inherit;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper {
    flex: 1;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper.yellow-button {
  margin-top: 1.8vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper.yellow-button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper.closing-overlay {
  animation: all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-out-animation 0.3s linear forwards;
}
.all-or-nothing-classic-game-rows-overlay-wrapper.closing-overlay .rows-overlay-panel-wrapper {
  animation: closing-rows-overlay-panel-animation 0.25s ease-in forwards;
}
@keyframes closing-rows-overlay-panel-animation {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  80% {
    transform: translateY(-30%) scale(0.85);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
}



.all-or-nothing-classic-game-client-section .onboarding-wrapper {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.2s linear;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-client-section .onboarding-wrapper {
    display: none;
  }
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper .onboarding-icon {
  position: absolute;
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper .onboarding-text {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #56F4AD;
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper:not(.show-onboarding) {
  transition-delay: 0.2s;
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper.show-onboarding {
  opacity: 1;
}



.all-or-nothing-classic-mobile-onboarding-wrapper {
  background-color: rgba(25, 19, 57, 0.7);
  position: fixed;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: transform 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
.subscriptions-game-client-wrapper .all-or-nothing-classic-mobile-onboarding-wrapper {
  position: absolute;
}
.all-or-nothing-classic-mobile-onboarding-wrapper.hide-onboarding {
  transform: translateX(-110%);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper {
  width: 100%;
  height: 100%;
  background-color: #191339;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper {
    width: 45rem;
    height: 58rem;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 25vw;
  z-index: 6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper {
    top: 6rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline {
  width: 100%;
  overflow: visible;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline #onboarding-headline-curve-path {
  fill: transparent;
  transform-origin: bottom center;
  display: none;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline .onboarding-headline-text {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
  fill: #fff;
  transform-origin: center top;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline .onboarding-headline-text {
    font-size: 2.4rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #191339;
  transition: transform 0.3s linear;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .step-headline {
  width: 70%;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 6.4vw;
  color: #56F4AD;
  text-align: center;
  margin: 35vw auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .step-headline {
    font-size: 2.4rem;
    margin: 10rem auto 0;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.85);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  width: 40.6vw;
  height: 18.6vw;
  position: absolute;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    width: 13rem;
    height: 5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  width: 100%;
  height: 100%;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper {
  width: 21.333vw;
  height: 21.333vw;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: scale(1.4);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper {
  position: absolute;
  transform-origin: 40% 100%;
  box-shadow: 0px 0px 8px #191339;
}
@keyframes for-onboarding-spreading-out-stack-2-animation-mobile {
  100% {
    transform: rotate(8deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(2) {
  animation: for-onboarding-spreading-out-stack-2-animation-mobile 0.8s 0.5s linear forwards;
  animation-play-state: paused;
  z-index: 2;
}
@keyframes for-onboarding-spreading-out-stack-3-animation-mobile {
  100% {
    transform: rotate(16deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(3) {
  animation: for-onboarding-spreading-out-stack-3-animation-mobile 0.8s 0.5s linear forwards;
  animation-play-state: paused;
  z-index: 1;
}
@keyframes for-onboarding-spreading-out-stack-4-animation-mobile {
  100% {
    transform: rotate(24deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(4) {
  animation: for-onboarding-spreading-out-stack-4-animation-mobile 0.8s 0.5s linear forwards;
  animation-play-state: paused;
  z-index: 0;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
  z-index: 3;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .all-or-nothing-special-button-container {
  width: 50%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .all-or-nothing-special-button-container {
    bottom: 2.5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .all-or-nothing-special-button-container .special-button-wrapper {
  width: 100%;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  left: 50%;
  top: -20vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    top: -5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  transform: rotate(-90deg) scaleY(-1);
}
@keyframes for-onboarding-slide-up-number-animation-mobile {
  10%,
  90% {
    transform: translateY(-18vw) scale(1.1) rotate(-1.5deg);
  }
}
@keyframes for-onboarding-slide-up-number-animation-tablet {
  10%,
  90% {
    transform: translateY(-8rem) scale(1.1) rotate(-1.5deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
  animation: for-onboarding-slide-up-number-animation-mobile 3s 2s linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
    animation-name: for-onboarding-slide-up-number-animation-tablet;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step {
  transform: translateX(100%);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper {
  top: 42%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper {
    top: 40%;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  top: 20vw;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    top: 8rem;
    left: 8rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  transform: rotate(80deg) scaleY(-1);
}
@keyframes for-onboarding-slide-down-number-animation-mobile {
  10%,
  90% {
    transform: translateY(20vw) scale(1.1) rotate(-20deg);
  }
}
@keyframes for-onboarding-slide-down-number-animation-tablet {
  10%,
  90% {
    transform: translateY(10rem) scale(1.1) rotate(-20deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
  animation: for-onboarding-slide-down-number-animation-mobile 3s 1s linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
    animation-name: for-onboarding-slide-down-number-animation-tablet;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step {
  transform: translateX(100%);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper {
  top: 50%;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  width: 19.6vw;
  left: 53vw;
  top: 17vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    width: 6rem;
    height: 6rem;
    left: 24rem;
    top: 8rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:before,
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:after {
  content: '';
  background-color: #191339;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:before {
  width: 22vw;
  height: 22vw;
  top: -9vw;
  left: -9vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:before {
    width: 10rem;
    height: 10rem;
    top: -5rem;
    left: -5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:after {
  width: 10vw;
  height: 10vw;
  left: -3vw;
  top: -3vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:after {
    width: 4rem;
    height: 4rem;
    left: -2rem;
    top: -2rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  transform: rotate(0);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.active {
  transform: translateX(0);
  z-index: 5;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.active .indications-outer-wrapper .numbers-wrapper > .all-or-nothing-number-cell-wrapper {
  animation-play-state: running !important;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30vw;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper {
    bottom: 10rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper .step-indicator {
  width: 2.666vw;
  height: 2.666vw;
  margin: 1vw;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper .step-indicator {
    width: 1rem;
    height: 1rem;
    margin: 0.3rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper .step-indicator.active {
  background-color: #56F4AD;
}



.all-or-nothing-classic-game-keyboard-pad-wrapper {
  position: absolute;
  bottom: 0;
  transition: transform 0.15s linear, opacity 0.1s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper {
    width: 18.5rem;
    height: 18.5rem;
    bottom: 9.8rem;
    left: calc(50% + 14.2rem);
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper {
    height: 12.9rem;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key {
  position: absolute;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key .special-button-wrapper .button-icon {
  position: relative;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key .special-button-wrapper .button-icon:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key .special-button-wrapper .button-icon:before {
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1.5rem solid #fff;
    left: 0.2rem;
    top: 0.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.up-key {
    left: 6.4rem;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.up-key .onboarding-wrapper {
  width: 11rem;
  top: 2rem;
  left: -11rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.up-key .onboarding-wrapper .onboarding-icon {
  width: 9rem;
  height: 3rem;
  top: 2.3rem;
  left: 4rem;
  transform: scale(-1) rotate(18deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key {
    right: 0;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key .special-button-wrapper .button-icon {
  transform: rotate(45deg) scale(0.6);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key .onboarding-wrapper {
  width: 11rem;
  top: -4.3rem;
  left: 8rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key .onboarding-wrapper .onboarding-icon {
  width: 5rem;
  height: 4.6rem;
  top: -0.2rem;
  left: -5.5rem;
  transform: scaleY(-1) rotate(-8deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key {
    top: 6.4rem;
    left: 0;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .button-icon:before {
  transform: rotate(-90deg);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .onboarding-wrapper {
  width: 11rem;
  top: 5.7rem;
  left: -18.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .onboarding-wrapper .onboarding-icon {
  width: 11rem;
  height: 3.5rem;
  top: 0.1rem;
  left: 11.3rem;
  transform: scale(-1);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .onboarding-wrapper .onboarding-text {
  text-align: right;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key {
    top: 6.4rem;
    left: 6.4rem;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key .button-icon:before {
  transform: rotate(180deg);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key .onboarding-wrapper {
  width: 11rem;
  top: -1rem;
  left: 17.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key .onboarding-wrapper .onboarding-icon {
  width: 11rem;
  height: 3.5rem;
  top: -0.5rem;
  left: -11.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key {
    top: 6.4rem;
    right: 0;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key .button-icon:before {
  transform: rotate(90deg);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key .onboarding-wrapper {
  width: 11rem;
  top: 6rem;
  left: 12.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key .onboarding-wrapper .onboarding-icon {
  width: 11rem;
  height: 3rem;
  top: 0.5rem;
  left: -11rem;
  transform: scaleY(-1);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .space-bar .special-button-wrapper {
  width: 100%;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .space-bar .onboarding-wrapper {
  width: 11rem;
  top: 9.4rem;
  left: 11rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .space-bar .onboarding-wrapper .onboarding-icon {
  width: 5rem;
  height: 5.6rem;
  top: -3.5rem;
  left: -5.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper.hide-keyboard-pad {
  opacity: 0;
  transform: translateY(50%) scale(0.8);
}



.all-or-nothing-classic-game-numbers-picker-wrapper {
  height: 140vw;
  position: relative;
  transform: translateZ(0);
  user-select: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper {
    height: 60rem;
    padding: 1.5rem 0 0;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper {
  width: 95.46vw;
  font-size: 0;
  padding: 1.066vw;
  margin: 0 auto;
  background-color: #312F51;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(45vw);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper {
    width: 36rem;
    padding: 0.4rem;
    transform: translateY(10rem);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell {
  width: 21.333vw;
  height: 21.333vw;
  margin: 1vw;
  background-color: #454362;
  border-radius: 8px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell {
    width: 8rem;
    height: 8rem;
    margin: 0.4rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell:before {
  content: '?';
  width: 100%;
  height: 100%;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 6.4vw;
  color: #191339;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.8);
  transition: opacity 0.1s linear, transform 0.15s cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell:before {
    font-size: 2.6rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell.waiting-for-selection:before {
  opacity: 0.3;
  transform: scale(1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell.shake {
  animation: all-or-nothing-grid-cell-shake-animation 0.8s ease-in-out forwards;
}
@keyframes all-or-nothing-grid-cell-shake-animation {
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.05) rotate(-5deg);
    filter: brightness(105%);
  }
  20%,
  40%,
  60%,
  80% {
    transform: scale(1.05) rotate(5deg);
    filter: brightness(110%);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell.shake:before {
  animation: all-or-nothing-grid-cell-question-mark-shake-animation 0.8s ease-in-out forwards;
}
@keyframes all-or-nothing-grid-cell-question-mark-shake-animation {
  20%,
  80% {
    opacity: 0.3;
    transform: scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper.loaded-numbers {
  opacity: 1;
  transform: translateY(10vw);
  transition: opacity 0.2s linear, transform 0.2s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper.loaded-numbers {
    transform: translateY(0);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper {
  width: 50vw;
  margin: auto;
  z-index: 60;
  pointer-events: none;
  transform: translateY(50%) scale(0.8);
  opacity: 0;
  transition: transform 0.15s linear, opacity 0.1s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper {
    width: 18.5rem;
    bottom: 10rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper .special-button-wrapper {
  width: 100%;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper.show-button {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper {
  width: 21.333vw;
  height: 21.333vw;
  margin-left: -10.666vw;
  border-radius: 8px;
  position: absolute;
  bottom: -60vw;
  left: 50%;
  transform: scale(1.2);
  transform-origin: 50% 100%;
  transition: transform 0.25s linear, transform-origin 0.15s linear, filter 0.1s linear, box-shadow 0.1s linear;
  will-change: transform;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper {
    width: 8rem;
    height: 8rem;
    margin-left: -7rem;
    bottom: -14rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.no-transition {
  transition-duration: 0s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(24) {
  z-index: 1;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(23) {
  z-index: 2;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(22) {
  z-index: 3;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(21) {
  z-index: 4;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(20) {
  z-index: 5;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(19) {
  z-index: 6;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(18) {
  z-index: 7;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(17) {
  z-index: 8;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(16) {
  z-index: 9;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(15) {
  z-index: 10;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(14) {
  z-index: 11;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(13) {
  z-index: 12;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(12) {
  z-index: 13;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(11) {
  z-index: 14;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(10) {
  z-index: 15;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(9) {
  z-index: 16;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(8) {
  z-index: 17;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(7) {
  z-index: 18;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(6) {
  z-index: 19;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(5) {
  z-index: 20;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(4) {
  z-index: 21;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(3) {
  z-index: 22;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(2) {
  z-index: 23;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(1) {
  z-index: 24;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.first-in-stack {
  pointer-events: auto;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.last-in-stack {
  box-shadow: 0px 0px 12px #191339;
}
@keyframes all-or-nothing-selecting-number-animation {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #56F4AD;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #56F4AD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: all-or-nothing-selecting-number-animation 0.15s linear forwards;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper:before,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper:after {
  z-index: 1;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper .number-wrapper {
  z-index: 1;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.panning-on {
  cursor: grabbing !important;
  transition: transform 0s cubic-bezier(0.54, 0.72, 0.66, 1.42) !important;
  z-index: 60 !important;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper {
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 3px #191339;
}
@keyframes slide-in-numbers-to-stack-1-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-1-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  animation-name: slide-in-numbers-to-stack-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
    animation-name: slide-in-numbers-to-stack-1-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-2-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-2-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  animation-name: slide-in-numbers-to-stack-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
    animation-name: slide-in-numbers-to-stack-2-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-3-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-3-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  animation-name: slide-in-numbers-to-stack-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
    animation-name: slide-in-numbers-to-stack-3-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-4-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-4-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  animation-name: slide-in-numbers-to-stack-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
    animation-name: slide-in-numbers-to-stack-4-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-5-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-5-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  animation-name: slide-in-numbers-to-stack-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
    animation-name: slide-in-numbers-to-stack-5-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-6-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-6-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  animation-name: slide-in-numbers-to-stack-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
    animation-name: slide-in-numbers-to-stack-6-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-7-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-7-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  animation-name: slide-in-numbers-to-stack-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
    animation-name: slide-in-numbers-to-stack-7-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-8-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-8-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  animation-name: slide-in-numbers-to-stack-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
    animation-name: slide-in-numbers-to-stack-8-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-9-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-9-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  animation-name: slide-in-numbers-to-stack-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
    animation-name: slide-in-numbers-to-stack-9-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-10-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-10-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  animation-name: slide-in-numbers-to-stack-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
    animation-name: slide-in-numbers-to-stack-10-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-11-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-11-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  animation-name: slide-in-numbers-to-stack-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
    animation-name: slide-in-numbers-to-stack-11-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-12-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-12-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  animation-name: slide-in-numbers-to-stack-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
    animation-name: slide-in-numbers-to-stack-12-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-13-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-13-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  animation-name: slide-in-numbers-to-stack-13-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
    animation-name: slide-in-numbers-to-stack-13-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-14-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-14-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  animation-name: slide-in-numbers-to-stack-14-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
    animation-name: slide-in-numbers-to-stack-14-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-15-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-15-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  animation-name: slide-in-numbers-to-stack-15-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
    animation-name: slide-in-numbers-to-stack-15-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-16-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-16-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  animation-name: slide-in-numbers-to-stack-16-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
    animation-name: slide-in-numbers-to-stack-16-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-17-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-17-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  animation-name: slide-in-numbers-to-stack-17-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
    animation-name: slide-in-numbers-to-stack-17-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-18-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-18-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  animation-name: slide-in-numbers-to-stack-18-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
    animation-name: slide-in-numbers-to-stack-18-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-19-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-19-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  animation-name: slide-in-numbers-to-stack-19-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
    animation-name: slide-in-numbers-to-stack-19-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-20-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-20-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  animation-name: slide-in-numbers-to-stack-20-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
    animation-name: slide-in-numbers-to-stack-20-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-21-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-21-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  animation-name: slide-in-numbers-to-stack-21-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
    animation-name: slide-in-numbers-to-stack-21-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-22-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-22-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  animation-name: slide-in-numbers-to-stack-22-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
    animation-name: slide-in-numbers-to-stack-22-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-23-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-23-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  animation-name: slide-in-numbers-to-stack-23-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
    animation-name: slide-in-numbers-to-stack-23-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-24-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-24-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  animation-name: slide-in-numbers-to-stack-24-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
    animation-name: slide-in-numbers-to-stack-24-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-12-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(34.849vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-12-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(16.2rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-12-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-11-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(11.516vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-11-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(7.4rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-11-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-10-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-11.817vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-10-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-1.4rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-10-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-9-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-35.15vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-9-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-10.2rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-9-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-8-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(34.849vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-8-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(16.2rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-8-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  animation-delay: 0.75s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-7-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(11.516vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-7-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(7.4rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-7-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  animation-delay: 0.65s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-6-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-11.817vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-6-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-1.4rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-6-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  animation-delay: 0.55s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-5-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-35.15vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-5-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-10.2rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-5-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  animation-delay: 0.45s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-4-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(34.849vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-4-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(16.2rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-4-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  animation-delay: 0.35s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-3-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(11.516vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-3-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(7.4rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-3-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  animation-delay: 0.25s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-2-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-11.817vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-2-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-1.4rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-2-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  animation-delay: 0.15s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-1-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-35.15vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-1-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-10.2rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-1-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-0 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-0-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-0 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-0-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-0 {
  transition-duration: 0s;
  transform: translateX(-58.483vw) translateY(-189.933vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-0 {
    transform: translateX(-19rem) translateY(-72.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-1-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-2-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-3-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-4-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-5-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-6-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-7-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-8-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-9-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-10-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-11-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-12-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-13-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-13-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-13 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-13 {
    transform: translateX(-10.2rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-14-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-14-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-14 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-14 {
    transform: translateX(-1.4rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-15-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-15-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-15 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-15 {
    transform: translateX(7.4rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-16-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-16-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-16 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-16 {
    transform: translateX(16.2rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-17-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-17-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-17 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-17 {
    transform: translateX(-10.2rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-18-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-18-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-18 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-18 {
    transform: translateX(-1.4rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-19-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-19-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-19 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-19 {
    transform: translateX(7.4rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-20-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-20-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-20 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-20 {
    transform: translateX(16.2rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-21-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-21-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-21 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-21 {
    transform: translateX(-10.2rem) translateY(-19.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-22-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-22-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-22 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-22 {
    transform: translateX(-1.4rem) translateY(-19.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-23-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-23-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-23 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-23 {
    transform: translateX(7.4rem) translateY(-19.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-24-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-24-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-24 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-24 {
    transform: translateX(16.2rem) translateY(-19.7rem) scale(1);
  }
}
@keyframes fan-out-stack-25-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-25-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-24-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-24-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-23-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-23-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-22-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-22-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-21-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-21-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-20-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-20-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-19-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-19-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-18-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-18-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-17-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-17-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-16-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-16-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-15-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-15-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-14-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-14-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-13-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-13-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-12-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-12-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-11-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-11-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-10-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-10-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-9-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-9-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-8-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-8-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-7-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-7-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-6-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-6-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-5-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-5-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-4-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-4-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-3-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(16deg) scale(1.35);
  }
}
@keyframes fan-out-stack-3-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(16deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-2-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(8deg) scale(1.35);
  }
}
@keyframes fan-out-stack-2-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(8deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-1-animation-mobile {
  100% {
    transform: translateY(-78vw) rotate(0deg) scale(1.35);
  }
}
@keyframes fan-out-stack-1-animation-desktop {
  100% {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-0 {
  box-shadow: 0px 0px 8px #191339;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  z-index: 28;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 41;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  z-index: 27;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 42;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  z-index: 26;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 43;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  z-index: 25;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 44;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  z-index: 24;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 45;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  z-index: 23;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 46;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  z-index: 22;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 47;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  z-index: 21;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 48;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  z-index: 20;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 49;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  z-index: 19;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 50;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  z-index: 18;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 51;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  z-index: 17;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 52;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  z-index: 16;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 53;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  z-index: 15;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 54;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  z-index: 14;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 55;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  z-index: 13;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 56;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  z-index: 12;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 57;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  z-index: 11;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 58;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  z-index: 10;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 59;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  z-index: 9;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 60;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  z-index: 8;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 61;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  z-index: 7;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 62;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  z-index: 6;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 63;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  z-index: 5;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 64;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  box-shadow: 0px 0px 8px #191339;
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(16deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
    transform: translateY(-25rem) rotate(16deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  box-shadow: 0px 0px 8px #191339;
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(8deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
    transform: translateY(-25rem) rotate(8deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.first-in-stack {
  box-shadow: 0px 0px 12px #191339;
  transform-origin: 50% 100%;
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
  transition-duration: 0.25s;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.first-in-stack {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.first-in-stack:not(.panning-on):hover,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.first-in-stack.first-in-stack:not(.panning-on):hover {
    cursor: pointer;
    box-shadow: 0px 0px 12px #191339;
    transform: translateY(-26.5rem) rotate(0deg) scale(1.4);
    transition-duration: 0.25s;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
  transform-origin: 50% 50%;
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 30;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number {
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number:active {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-1-animation-mobile {
  100% {
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-1-animation-desktop {
  100% {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-1 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-1 {
    animation-name: fan-to-grid-1-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
  transform-origin: 50% 50%;
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 31;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number {
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number:active {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-2-animation-mobile {
  100% {
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-2-animation-desktop {
  100% {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-2 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-2 {
    animation-name: fan-to-grid-2-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
  transform-origin: 50% 50%;
  transform: translateX(11.516vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 32;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number {
  transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(11.516vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number:active {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-3-animation-mobile {
  100% {
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-3-animation-desktop {
  100% {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-3 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-3 {
    animation-name: fan-to-grid-3-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
  transform-origin: 50% 50%;
  transform: translateX(34.849vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 33;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number {
  transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(34.849vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number:active {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-4-animation-mobile {
  100% {
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-4-animation-desktop {
  100% {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-4 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-4 {
    animation-name: fan-to-grid-4-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
  transform-origin: 50% 50%;
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 34;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number {
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number:active {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-5-animation-mobile {
  100% {
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-5-animation-desktop {
  100% {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-5 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-5 {
    animation-name: fan-to-grid-5-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
  transform-origin: 50% 50%;
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 35;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number {
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number:active {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-6-animation-mobile {
  100% {
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-6-animation-desktop {
  100% {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-6 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-6 {
    animation-name: fan-to-grid-6-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
  transform-origin: 50% 50%;
  transform: translateX(11.516vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 36;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number {
  transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(11.516vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number:active {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-7-animation-mobile {
  100% {
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-7-animation-desktop {
  100% {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-7 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-7 {
    animation-name: fan-to-grid-7-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
  transform-origin: 50% 50%;
  transform: translateX(34.849vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 37;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number {
  transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(34.849vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number:active {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-8-animation-mobile {
  100% {
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-8-animation-desktop {
  100% {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-8 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-8 {
    animation-name: fan-to-grid-8-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
  transform-origin: 50% 50%;
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 38;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number {
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number:active {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-9-animation-mobile {
  100% {
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-9-animation-desktop {
  100% {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-9 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-9 {
    animation-name: fan-to-grid-9-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
  transform-origin: 50% 50%;
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 39;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number {
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number:active {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-10-animation-mobile {
  100% {
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-10-animation-desktop {
  100% {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-10 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-10 {
    animation-name: fan-to-grid-10-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
  transform-origin: 50% 50%;
  transform: translateX(11.516vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 40;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number {
  transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(11.516vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number:active {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-11-animation-mobile {
  100% {
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-11-animation-desktop {
  100% {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-11 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-11 {
    animation-name: fan-to-grid-11-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
  transform-origin: 50% 50%;
  transform: translateX(34.849vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 41;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number {
  transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(34.849vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number:active {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-12-animation-mobile {
  100% {
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-12-animation-desktop {
  100% {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-12 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-12 {
    animation-name: fan-to-grid-12-animation-desktop;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-mobile {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-110vw) rotate(-10deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 24;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.3);
    z-index: 25;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-desktop {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-38rem) rotate(-10deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 24;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.3);
    z-index: 25;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-mobile {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-38vw) rotate(-24deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 1;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.3);
    z-index: 1;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-desktop {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-9rem) rotate(-24deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 1;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1);
    z-index: 1;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.down {
  animation: all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-mobile 0.6s ease-in-out forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.down {
    animation: all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-desktop 0.6s ease-in-out forwards;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.up {
  animation: all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-mobile 0.6s ease-in-out forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.up {
    animation: all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-desktop 0.6s ease-in-out forwards;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper:after {
  content: '';
  background: linear-gradient(to bottom, rgba(69, 67, 98, 0) 0%, rgba(69, 67, 98, 0.6) 75%, rgba(69, 67, 98, 0.95) 98%, #454362 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper:after {
    height: 5rem;
    bottom: -0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper:after {
    height: 7rem;
    bottom: -1.2rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .picked-numbers-grid-wrapper {
  opacity: 0;
  transform: scale(0.6);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number {
    transform: translateX(-22.2rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number:active {
    transform: translateX(-22.2rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number {
    transform: translateX(-12.2rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number:active {
    transform: translateX(-12.2rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number {
    transform: translateX(-2.2rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number:active {
    transform: translateX(-2.2rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number {
    transform: translateX(7.8rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number:active {
    transform: translateX(7.8rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number {
    transform: translateX(17.8rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number:active {
    transform: translateX(17.8rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number {
    transform: translateX(27.8rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number:active {
    transform: translateX(27.8rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number {
    transform: translateX(-22.2rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number:active {
    transform: translateX(-22.2rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number {
    transform: translateX(-12.2rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number:active {
    transform: translateX(-12.2rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number {
    transform: translateX(-2.2rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number:active {
    transform: translateX(-2.2rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number {
    transform: translateX(7.8rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number:active {
    transform: translateX(7.8rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number {
    transform: translateX(17.8rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number:active {
    transform: translateX(17.8rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number {
    transform: translateX(27.8rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number:active {
    transform: translateX(27.8rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number {
    transform: translateX(-22.2rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number:active {
    transform: translateX(-22.2rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number {
    transform: translateX(-12.2rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number:active {
    transform: translateX(-12.2rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number {
    transform: translateX(-2.2rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number:active {
    transform: translateX(-2.2rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number {
    transform: translateX(7.8rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number:active {
    transform: translateX(7.8rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number {
    transform: translateX(17.8rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number:active {
    transform: translateX(17.8rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number {
    transform: translateX(27.8rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number:active {
    transform: translateX(27.8rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number {
    transform: translateX(-22.2rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number:active {
    transform: translateX(-22.2rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number {
    transform: translateX(-12.2rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number:active {
    transform: translateX(-12.2rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number {
    transform: translateX(-2.2rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number:active {
    transform: translateX(-2.2rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number {
    transform: translateX(7.8rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number:active {
    transform: translateX(7.8rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number {
    transform: translateX(17.8rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number:active {
    transform: translateX(17.8rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number {
    transform: translateX(27.8rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number:active {
    transform: translateX(27.8rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper:not(.selected-number) {
  filter: brightness(80%);
  opacity: 0.5;
  cursor: default;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper {
  background-color: #56F4AD;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.selected-number.shake:before {
  opacity: 0;
}
@keyframes all-or-nothing-selected-number-shake-in-classic-view-animation {
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.05) rotate(-5deg);
    filter: brightness(105%);
  }
  20%,
  40%,
  60%,
  80% {
    transform: scale(1.05) rotate(5deg);
    filter: brightness(110%);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.selected-number.shake .all-or-nothing-number-cell-wrapper {
  animation: all-or-nothing-selected-number-shake-in-classic-view-animation 0.8s ease-in-out forwards;
}
@keyframes row-completed-grid-bounce-animation-desktop {
  40% {
    transform: scale(1.05);
  }
}
@keyframes row-completed-grid-bounce-animation-mobile {
  40% {
    transform: translateY(10vw) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .picked-numbers-grid-wrapper {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-bounce-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .picked-numbers-grid-wrapper {
    animation-name: row-completed-grid-bounce-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .picked-numbers-grid-wrapper .grid-cell {
  opacity: 0;
}
@keyframes row-completed-grid-selected-number-1-animation-mobile {
  0%,
  100% {
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-1-animation-desktop {
  0%,
  100% {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-1 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-1 {
    animation-name: row-completed-grid-selected-number-1-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-2-animation-mobile {
  0%,
  100% {
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-2-animation-desktop {
  0%,
  100% {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-2 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-2 {
    animation-name: row-completed-grid-selected-number-2-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-3-animation-mobile {
  0%,
  100% {
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-3-animation-desktop {
  0%,
  100% {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-3 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-3 {
    animation-name: row-completed-grid-selected-number-3-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-4-animation-mobile {
  0%,
  100% {
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-4-animation-desktop {
  0%,
  100% {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-4 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-4 {
    animation-name: row-completed-grid-selected-number-4-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-5-animation-mobile {
  0%,
  100% {
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-5-animation-desktop {
  0%,
  100% {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-5 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-5 {
    animation-name: row-completed-grid-selected-number-5-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-6-animation-mobile {
  0%,
  100% {
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-6-animation-desktop {
  0%,
  100% {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-6 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-6 {
    animation-name: row-completed-grid-selected-number-6-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-7-animation-mobile {
  0%,
  100% {
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-7-animation-desktop {
  0%,
  100% {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-7 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-7 {
    animation-name: row-completed-grid-selected-number-7-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-8-animation-mobile {
  0%,
  100% {
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-8-animation-desktop {
  0%,
  100% {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-8 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-8 {
    animation-name: row-completed-grid-selected-number-8-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-9-animation-mobile {
  0%,
  100% {
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-9-animation-desktop {
  0%,
  100% {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-9 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-9 {
    animation-name: row-completed-grid-selected-number-9-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-10-animation-mobile {
  0%,
  100% {
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-10-animation-desktop {
  0%,
  100% {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-10 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-10 {
    animation-name: row-completed-grid-selected-number-10-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-11-animation-mobile {
  0%,
  100% {
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-11-animation-desktop {
  0%,
  100% {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-11 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-11 {
    animation-name: row-completed-grid-selected-number-11-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-12-animation-mobile {
  0%,
  100% {
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-12-animation-desktop {
  0%,
  100% {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-12 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-12 {
    animation-name: row-completed-grid-selected-number-12-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  transition-delay: 0.45s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  transition-delay: 0.4s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  transition-delay: 0.35s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  transition-delay: 0.3s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  transition-delay: 0.25s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  transition-delay: 0.2s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  transition-delay: 0.15s;
}
@keyframes all-or-nothing-slide-row-to-left-grid-animation-mobile {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-114.5vw) translateY(10vw);
  }
}
@keyframes all-or-nothing-slide-row-to-left-grid-animation-desktop {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-60rem);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .picked-numbers-grid-wrapper {
  animation-name: all-or-nothing-slide-row-to-left-grid-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .picked-numbers-grid-wrapper {
    animation-name: all-or-nothing-slide-row-to-left-grid-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-1-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-116.5vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-1-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-70.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-1-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-1-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-2-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-93.167vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-2-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-61.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-2-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-2-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-3-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-69.834vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-3-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-52.6rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-3-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-3-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-4-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-46.501vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-4-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-43.8rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-4-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-4-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-5-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-116.5vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-5-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-70.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-5-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-5-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-6-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-93.167vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-6-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-61.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-6-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-6-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-7-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-69.834vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-7-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-52.6rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-7-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-7-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-8-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-46.501vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-8-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-43.8rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-8-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-8-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-9-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-116.5vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-9-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-70.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-9-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-9-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-10-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-93.167vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-10-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-61.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-10-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-10-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-11-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-69.834vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-11-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-52.6rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-11-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-11-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-12-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-46.501vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-12-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-43.8rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-12-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-12-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-grid-animation-mobile {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(114.5vw) translateY(10vw);
  }
}
@keyframes all-or-nothing-slide-row-to-right-grid-animation-desktop {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(60rem);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .picked-numbers-grid-wrapper {
  animation-name: all-or-nothing-slide-row-to-right-grid-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .picked-numbers-grid-wrapper {
    animation-name: all-or-nothing-slide-row-to-right-grid-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-1-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(116.5vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-1-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-1-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-1-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-2-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(139.833vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-2-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(79rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-2-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-2-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-3-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(163.166vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-3-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(87.8rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-3-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-3-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-4-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(186.499vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-4-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(96.6rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-4-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-4-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-5-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(116.5vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-5-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-5-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-5-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-6-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(139.833vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-6-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(79rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-6-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-6-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-7-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(163.166vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-7-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(87.8rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-7-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-7-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-8-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(186.499vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-8-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(96.6rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-8-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-8-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-9-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(116.5vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-9-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-9-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-9-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-10-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(139.833vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-10-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(79rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-10-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-10-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-11-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(163.166vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-11-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(87.8rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-11-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-11-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-12-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(186.499vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-12-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(96.6rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-12-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-12-animation-desktop;
  }
}



.all-or-nothing-number-cell-wrapper {
  width: 21.333vw;
  height: 21.333vw;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  user-select: none;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-number-cell-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.all-or-nothing-number-cell-wrapper:before,
.all-or-nothing-number-cell-wrapper:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: 0.077;
}
.all-or-nothing-number-cell-wrapper:before {
  top: -5%;
  left: -5%;
  background-image: url('/Components/DanskeSpil/Domain/AllOrNothing/Graphics/SpriteSheets/AllOrNothingIcons/Clover.svg');
  transform: rotate(-15deg);
  width: 43%;
  height: 43%;
}
.all-or-nothing-number-cell-wrapper:after {
  bottom: -5%;
  right: -3%;
  background-image: url('/Components/DanskeSpil/Domain/AllOrNothing/Graphics/SpriteSheets/AllOrNothingIcons/Horseshoe.svg');
  transform: rotate(15deg);
  width: 76%;
  height: 82%;
}
.all-or-nothing-number-cell-wrapper .number-wrapper {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  color: #191339;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-number-cell-wrapper .number-wrapper {
    font-size: 2.4rem;
  }
}
.all-or-nothing-number-cell-wrapper.selected {
  background-color: #56F4AD;
}



.confirm-bar-wrapper {
  width: 100%;
  height: 16.3vw;
  position: relative;
  z-index: 4;
}
.confirm-bar-wrapper .confirm-bar {
  width: 100%;
  height: 16.3vw;
  position: relative;
  font-size: 3.2vw;
  font-weight: bold;
}
.confirm-bar-wrapper .confirm-bar:before,
.confirm-bar-wrapper .confirm-bar:after {
  content: "";
  width: calc((100% - 96rem) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.confirm-bar-wrapper .confirm-bar:before {
  left: 0;
}
.confirm-bar-wrapper .confirm-bar:after {
  right: 0;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content {
  position: relative;
  text-align: left;
  background-color: inherit;
  width: 100%;
  max-width: 96rem;
  height: inherit;
  margin: auto;
  display: table;
  table-layout: fixed;
  line-height: 7rem;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content a {
  line-height: normal;
  display: block;
  padding-left: 1vw;
  padding-right: 1vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div {
  width: 50%;
  height: inherit;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  border-left: 0.1rem solid #cdd3d7;
  box-sizing: border-box;
  user-select: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div span {
  display: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-back {
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 300ms linear;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-back:hover {
  background-color: #ffffff;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta {
  width: 50%;
  text-align: center;
  border-left: none;
  color: #191339;
  background-color: #feb700;
  transition: background-color 300ms linear;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta:hover {
  background-color: #f5d900;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .total-price {
  transition: opacity 0.25s, transform 0.25s;
  opacity: 1;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.is-inactive {
  cursor: default;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.is-inactive:hover {
  background-color: red;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.is-inactive .total-price {
  opacity: 0.3;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm:hover {
  text-decoration: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box {
  width: 100%;
  position: absolute;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 0.25s, opacity 0.15s;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-text {
  display: inline-block;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box {
  margin-left: 0.5rem;
  display: inline-block;
}
@keyframes all-or-nothing-loader-dot-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #191339;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing,
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta {
  cursor: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box,
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n),
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: all-or-nothing-loader-dot-animation 0.5s ease-in-out -0.66s infinite;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n),
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: all-or-nothing-loader-dot-animation 0.5s ease-in-out -0.33s infinite;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n),
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: all-or-nothing-loader-dot-animation 0.5s ease-in-out -1s infinite;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .total-price,
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .total-price {
  transform: translateY(100%) scale(0.8);
  opacity: 0.6;
}
.confirm-bar-wrapper.fixed .confirm-bar {
  position: fixed;
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .confirm-bar-wrapper {
    height: 7rem;
  }
  .confirm-bar-wrapper.fixed {
    bottom: 3rem;
  }
  .confirm-bar-wrapper .confirm-bar {
    font-size: 1.4rem;
    height: 7rem;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content {
    height: 100%;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div {
    width: auto;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div span {
    display: inline;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta {
    width: auto;
  }
}



.all-or-nothing-classic-game-overlay,
.all-or-nothing-generic-error-overlay,
.all-or-nothing-lightning-game-overlay,
.all-or-nothing-coupon-overlay,
.all-or-nothing-delete-row-overlay {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  animation: all-or-nothing-overlay-background-animation 0.3s forwards linear;
}
@keyframes all-or-nothing-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes all-or-nothing-overlay-panel-animation {
  0% {
    transform: translateY(-50%) scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(-52%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes all-or-nothing-overlay-panel-remove-animation {
  0% {
    transform: translateY(-52%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
}
.all-or-nothing-classic-game-overlay .pannel,
.all-or-nothing-generic-error-overlay .pannel,
.all-or-nothing-lightning-game-overlay .pannel,
.all-or-nothing-coupon-overlay .pannel,
.all-or-nothing-delete-row-overlay .pannel {
  width: 80%;
  background-color: #fff;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-52%);
  padding: 5.3333vw;
  box-sizing: border-box;
  border-radius: 6px;
  animation: all-or-nothing-overlay-panel-animation 0.3s forwards linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .pannel,
  .all-or-nothing-generic-error-overlay .pannel,
  .all-or-nothing-lightning-game-overlay .pannel,
  .all-or-nothing-coupon-overlay .pannel,
  .all-or-nothing-delete-row-overlay .pannel {
    width: 30rem;
    padding: 2rem;
  }
}
.all-or-nothing-classic-game-overlay .icon-wrapper,
.all-or-nothing-generic-error-overlay .icon-wrapper,
.all-or-nothing-lightning-game-overlay .icon-wrapper,
.all-or-nothing-coupon-overlay .icon-wrapper,
.all-or-nothing-delete-row-overlay .icon-wrapper {
  width: 17.334vw;
  height: 17.334vw;
  background-color: #65617A;
  display: inline-block;
  border-radius: 50%;
}
.all-or-nothing-classic-game-overlay .icon-wrapper > .icon,
.all-or-nothing-generic-error-overlay .icon-wrapper > .icon,
.all-or-nothing-lightning-game-overlay .icon-wrapper > .icon,
.all-or-nothing-coupon-overlay .icon-wrapper > .icon,
.all-or-nothing-delete-row-overlay .icon-wrapper > .icon {
  width: 9.4vw;
  height: 9.4vw;
  fill: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .icon-wrapper > .icon,
  .all-or-nothing-generic-error-overlay .icon-wrapper > .icon,
  .all-or-nothing-lightning-game-overlay .icon-wrapper > .icon,
  .all-or-nothing-coupon-overlay .icon-wrapper > .icon,
  .all-or-nothing-delete-row-overlay .icon-wrapper > .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .icon-wrapper,
  .all-or-nothing-generic-error-overlay .icon-wrapper,
  .all-or-nothing-lightning-game-overlay .icon-wrapper,
  .all-or-nothing-coupon-overlay .icon-wrapper,
  .all-or-nothing-delete-row-overlay .icon-wrapper {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.all-or-nothing-classic-game-overlay .headline,
.all-or-nothing-generic-error-overlay .headline,
.all-or-nothing-lightning-game-overlay .headline,
.all-or-nothing-coupon-overlay .headline,
.all-or-nothing-delete-row-overlay .headline {
  font-size: 6.666vw;
  font-weight: normal;
  margin: 3.5vw 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .headline,
  .all-or-nothing-generic-error-overlay .headline,
  .all-or-nothing-lightning-game-overlay .headline,
  .all-or-nothing-coupon-overlay .headline,
  .all-or-nothing-delete-row-overlay .headline {
    font-size: 2.5rem;
    margin: 1rem 1.5rem 0.3rem;
  }
}
.all-or-nothing-classic-game-overlay .text,
.all-or-nothing-generic-error-overlay .text,
.all-or-nothing-lightning-game-overlay .text,
.all-or-nothing-coupon-overlay .text,
.all-or-nothing-delete-row-overlay .text {
  font-size: 3vw;
  margin: 3vw 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .text,
  .all-or-nothing-generic-error-overlay .text,
  .all-or-nothing-lightning-game-overlay .text,
  .all-or-nothing-coupon-overlay .text,
  .all-or-nothing-delete-row-overlay .text {
    font-size: 1.5rem;
    margin: 0.3rem 1.5rem 1.5rem;
  }
}
.all-or-nothing-classic-game-overlay .buttons,
.all-or-nothing-generic-error-overlay .buttons,
.all-or-nothing-lightning-game-overlay .buttons,
.all-or-nothing-coupon-overlay .buttons,
.all-or-nothing-delete-row-overlay .buttons {
  margin: 4.5vw 0 0;
}
.all-or-nothing-classic-game-overlay .buttons:after,
.all-or-nothing-generic-error-overlay .buttons:after,
.all-or-nothing-lightning-game-overlay .buttons:after,
.all-or-nothing-coupon-overlay .buttons:after,
.all-or-nothing-delete-row-overlay .buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.all-or-nothing-classic-game-overlay .buttons > .btn:first-child,
.all-or-nothing-generic-error-overlay .buttons > .btn:first-child,
.all-or-nothing-lightning-game-overlay .buttons > .btn:first-child,
.all-or-nothing-coupon-overlay .buttons > .btn:first-child,
.all-or-nothing-delete-row-overlay .buttons > .btn:first-child {
  float: left;
}
.all-or-nothing-classic-game-overlay .buttons .btn,
.all-or-nothing-generic-error-overlay .buttons .btn,
.all-or-nothing-lightning-game-overlay .buttons .btn,
.all-or-nothing-coupon-overlay .buttons .btn,
.all-or-nothing-delete-row-overlay .buttons .btn {
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 1vw;
  cursor: pointer;
  color: #191339;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 10.7vw;
  padding: 0 4vw;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  background-color: #feb700;
  min-width: 32vw;
  transition: background-color 0.15s linear;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .buttons .btn,
  .all-or-nothing-generic-error-overlay .buttons .btn,
  .all-or-nothing-lightning-game-overlay .buttons .btn,
  .all-or-nothing-coupon-overlay .buttons .btn,
  .all-or-nothing-delete-row-overlay .buttons .btn {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    border-radius: 5px;
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-overlay .buttons .btn:hover,
  .all-or-nothing-generic-error-overlay .buttons .btn:hover,
  .all-or-nothing-lightning-game-overlay .buttons .btn:hover,
  .all-or-nothing-coupon-overlay .buttons .btn:hover,
  .all-or-nothing-delete-row-overlay .buttons .btn:hover {
    background-color: #f5d900;
  }
}
.all-or-nothing-classic-game-overlay .buttons .btn.grey,
.all-or-nothing-generic-error-overlay .buttons .btn.grey,
.all-or-nothing-lightning-game-overlay .buttons .btn.grey,
.all-or-nothing-coupon-overlay .buttons .btn.grey,
.all-or-nothing-delete-row-overlay .buttons .btn.grey {
  color: #fff;
  background-color: #a3a6ab;
}
.all-or-nothing-classic-game-overlay .buttons > .btn:last-child,
.all-or-nothing-generic-error-overlay .buttons > .btn:last-child,
.all-or-nothing-lightning-game-overlay .buttons > .btn:last-child,
.all-or-nothing-coupon-overlay .buttons > .btn:last-child,
.all-or-nothing-delete-row-overlay .buttons > .btn:last-child {
  float: right;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-overlay .buttons,
  .all-or-nothing-generic-error-overlay .buttons,
  .all-or-nothing-lightning-game-overlay .buttons,
  .all-or-nothing-coupon-overlay .buttons,
  .all-or-nothing-delete-row-overlay .buttons {
    margin: 1.5rem 0 0;
  }
  .all-or-nothing-classic-game-overlay .buttons .btn,
  .all-or-nothing-generic-error-overlay .buttons .btn,
  .all-or-nothing-lightning-game-overlay .buttons .btn,
  .all-or-nothing-coupon-overlay .buttons .btn,
  .all-or-nothing-delete-row-overlay .buttons .btn {
    width: 12.4rem;
  }
  .all-or-nothing-classic-game-overlay .buttons > .btn:first-child,
  .all-or-nothing-generic-error-overlay .buttons > .btn:first-child,
  .all-or-nothing-lightning-game-overlay .buttons > .btn:first-child,
  .all-or-nothing-coupon-overlay .buttons > .btn:first-child,
  .all-or-nothing-delete-row-overlay .buttons > .btn:first-child {
    float: none;
    margin-right: 0.5rem;
  }
  .all-or-nothing-classic-game-overlay .buttons > .btn:last-child,
  .all-or-nothing-generic-error-overlay .buttons > .btn:last-child,
  .all-or-nothing-lightning-game-overlay .buttons > .btn:last-child,
  .all-or-nothing-coupon-overlay .buttons > .btn:last-child,
  .all-or-nothing-delete-row-overlay .buttons > .btn:last-child {
    float: none;
    margin-left: 0.5rem;
  }
}
.all-or-nothing-classic-game-overlay.remove-overlay,
.all-or-nothing-generic-error-overlay.remove-overlay,
.all-or-nothing-lightning-game-overlay.remove-overlay,
.all-or-nothing-coupon-overlay.remove-overlay,
.all-or-nothing-delete-row-overlay.remove-overlay {
  animation: all-or-nothing-overlay-background-animation 0.15s reverse linear;
}
.all-or-nothing-classic-game-overlay.remove-overlay .pannel,
.all-or-nothing-generic-error-overlay.remove-overlay .pannel,
.all-or-nothing-lightning-game-overlay.remove-overlay .pannel,
.all-or-nothing-coupon-overlay.remove-overlay .pannel,
.all-or-nothing-delete-row-overlay.remove-overlay .pannel {
  animation: all-or-nothing-overlay-panel-remove-animation 0.15s forwards linear;
}
.all-or-nothing-coupon-overlay .pannel {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-coupon-overlay .pannel {
    width: 35rem;
  }
}
@keyframes all-or-nothing-coupon-iframe-wrapper-height-animation-desktop {
  100% {
    height: 40rem;
    opacity: 1;
  }
}
@keyframes all-or-nothing-coupon-iframe-wrapper-height-animation-tablet {
  100% {
    height: 60rem;
    opacity: 1;
  }
}
@keyframes all-or-nothing-coupon-iframe-wrapper-height-animation-mobile {
  100% {
    height: 60vh;
    opacity: 1;
  }
}
.ios-device .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper {
  height: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  animation: all-or-nothing-coupon-iframe-wrapper-height-animation-mobile 0.3s 0.3s linear forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ios-device .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper {
    animation: all-or-nothing-coupon-iframe-wrapper-height-animation-tablet 0.3s 0.3s linear forwards;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .ios-device .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper {
    animation: all-or-nothing-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  background-color: #191339;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  animation: all-or-nothing-coupon-iframe-wrapper-height-animation-mobile 0.3s 0.3s linear forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: all-or-nothing-coupon-iframe-wrapper-height-animation-tablet 0.3s 0.3s linear forwards;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: all-or-nothing-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.ios-device .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  height: 100%;
  opacity: 1;
  overflow: visible;
  animation: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .ios-device .all-or-nothing-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: none;
  }
}
.all-or-nothing-coupon-overlay .pannel .buttons {
  margin: 3vw 4vw 4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-coupon-overlay .pannel .buttons {
    margin: 1.5rem 2rem 2rem;
  }
}
.all-or-nothing-coupon-overlay .pannel .buttons .btn {
  width: 34vw;
  transition: background-color 0.15s linear;
}
@media (min-width: 960px) {
  .all-or-nothing-coupon-overlay .pannel .buttons .btn:hover {
    background-color: #f5d900;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .all-or-nothing-coupon-overlay .pannel .buttons .btn {
    width: 34vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-coupon-overlay .pannel .buttons .btn {
    width: 15rem;
  }
}
@keyframes all-or-nothing-overlay-active-animation {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(0.3rem);
  }
}
.overlay-active {
  animation: all-or-nothing-overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  animation: all-or-nothing-overlay-active-animation 0.15s reverse linear;
}



.all-or-nothing-receipt-section .countdown,
.all-or-nothing-no-open-draw .countdown {
  width: 100%;
  max-width: 88vw;
  text-align: center;
  margin: auto;
  color: #4f5254;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .countdown,
  .all-or-nothing-no-open-draw .countdown {
    max-width: 96rem;
    margin-bottom: 1rem;
  }
}
.all-or-nothing-receipt-section .countdown .countdown-headline,
.all-or-nothing-no-open-draw .countdown .countdown-headline {
  color: #fff;
  font-size: 3.75vw;
  font-weight: 600;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .countdown .countdown-headline,
  .all-or-nothing-no-open-draw .countdown .countdown-headline {
    font-size: 2rem;
  }
}
.all-or-nothing-receipt-section .countdown .number-container,
.all-or-nothing-no-open-draw .countdown .number-container {
  display: inline-block;
  margin: 0 3vw;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .countdown .number-container,
  .all-or-nothing-no-open-draw .countdown .number-container {
    margin: 0 1.5rem;
  }
}
.all-or-nothing-receipt-section .countdown .number-container .number,
.all-or-nothing-no-open-draw .countdown .number-container .number {
  font-size: 7.5vw;
  font-weight: bold;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .countdown .number-container .number,
  .all-or-nothing-no-open-draw .countdown .number-container .number {
    font-size: 3.8rem;
    margin-right: 0.5rem;
    line-height: normal;
  }
}
.all-or-nothing-receipt-section .countdown .number-container .time-denominator,
.all-or-nothing-no-open-draw .countdown .number-container .time-denominator {
  font-size: 5.4vw;
  line-height: 5.9vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .countdown .number-container .time-denominator,
  .all-or-nothing-no-open-draw .countdown .number-container .time-denominator {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}



.purchase-bar-wrapper {
  border-bottom: 0.1rem solid #cdd3d7;
  border-top: 0.1rem solid #cdd3d7;
  width: 100%;
  height: 16.3vw;
  position: relative;
  z-index: 11;
  will-change: scroll-position, transform;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 960px) {
  .purchase-bar-wrapper {
    height: 7rem;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .purchase-bar-wrapper {
    width: 100% !important;
    transition: width 0.1s;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .purchase-bar-wrapper {
    height: 9vw;
  }
}
.purchase-bar-wrapper .purchase-bar {
  width: 100%;
  height: 16.5vw;
  position: relative;
  font-size: 3.2vw;
  font-weight: bold;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar {
    font-size: 1.4rem;
    height: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .purchase-bar-wrapper .purchase-bar {
    height: 9vw;
    font-size: 2.6vw;
  }
}
.purchase-bar-wrapper .purchase-bar:before,
.purchase-bar-wrapper .purchase-bar:after {
  content: "";
  width: calc((100% - 96rem) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.purchase-bar-wrapper .purchase-bar:before {
  left: 0;
}
.purchase-bar-wrapper .purchase-bar:after {
  right: 0;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content {
  position: relative;
  text-align: left;
  background-color: inherit;
  width: 100%;
  max-width: 96rem;
  height: inherit;
  margin: auto;
  display: table;
  table-layout: fixed;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content {
    height: 100%;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content a {
  line-height: inherit;
  display: block;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
  position: relative;
  padding: 0 5vw;
  line-height: 16.3vw;
  transition: background-color 300ms linear;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
    padding: 0 3rem;
    line-height: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
    height: 9vw;
    line-height: 9vw;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper:hover {
  background-color: #ffffff;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon {
  width: 3.467vw;
  height: 2.135vw;
  position: absolute;
  right: 5vw;
  transition: opacity 0.15s linear;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon.hide {
  opacity: 0;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon svg {
  width: 3.467vw;
  height: 2.135vw;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon {
    width: 1.2rem;
    height: 0.7rem;
    top: 0;
    right: 2rem;
  }
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon svg {
    width: 1.2rem;
    height: 0.7rem;
  }
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
    line-height: 7rem;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div {
  width: 50%;
  height: inherit;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  user-select: none;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div {
    width: auto;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.number-of-draws {
  border-left: 0.1rem solid #cdd3d7;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .number-of-draws-exceeded {
  color: #ff0000;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div span {
  display: none;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div span {
    display: inline;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .select-stake,
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .select-draws {
  position: absolute;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-back {
  text-align: center;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta {
  width: 50%;
  text-align: center;
  border-left: none;
  background-color: #feb700;
  transition: background-color 300ms linear;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta {
    width: auto;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta:hover {
  background-color: #f5d900;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .total-price {
  transition: transform 0.25s, opacity 0.25s;
  opacity: 1;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.is-inactive {
  cursor: default;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.is-inactive:hover {
  background-color: #feb700;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.is-inactive .total-price {
  opacity: 0.3;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box {
  width: 100%;
  position: absolute;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 0.25s, opacity 0.15s;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-text {
  display: inline-block;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-animation-box {
  margin-left: 0.5rem;
  display: inline-block;
}
@keyframes all-or-nothing-loader-dot-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: all-or-nothing-loader-dot-animation 0.5s ease-in-out -0.66s infinite;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: all-or-nothing-loader-dot-animation 0.5s ease-in-out -0.33s infinite;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: all-or-nothing-loader-dot-animation 0.5s ease-in-out -1s infinite;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .total-price {
  transform: translateY(100%) scale(0.8);
  opacity: 0.6;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.auto {
  width: auto;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper {
  width: 100%;
  position: absolute;
  bottom: 16.3vw;
  left: 0;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 -0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper {
    bottom: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper {
    bottom: 9vw;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 960px) {
}
@media (min-width: 960px) {
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li {
  line-height: 4.1vw;
  padding: 4vw 5vw;
  border-left: 0.1rem solid #cdd3d7;
  border-right: 0.1rem solid #cdd3d7;
  border-bottom: 0.1rem solid #cdd3d7;
  transition: background-color 300ms linear;
  user-select: none;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li {
    line-height: normal;
    padding: 2.5rem 3rem;
  }
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li:hover {
  background-color: #ffffff;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li:first-child {
  border-top: 0.1rem solid #cdd3d7;
}
.purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li span {
  display: none;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li span {
    display: inline;
  }
}
.purchase-bar-wrapper.fixed .purchase-bar {
  position: fixed;
  bottom: 0;
}
@media (min-width: 960px) {
  .purchase-bar-wrapper.fixed {
    bottom: 3rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.date-picker-wrapper {
  position: relative;
  user-select: none;
  margin: 0 auto;
  width: 100%;
  color: #000000;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper {
    width: 42.6rem;
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 3vw 13vw 3vw 4vw;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-placeholder-wrapper {
    padding: 1rem 4rem 1rem 1.5rem;
    cursor: pointer;
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper .date-title {
  font-size: 4.3vw;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: left;
  color: #4f5254;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-placeholder-wrapper .date-title {
    font-size: 1.6rem;
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper .icon-arrow {
  width: 5.333vw;
  height: 3.2vw;
  fill: #4f5254;
  transition: transform 0.15s linear;
  position: absolute;
  top: 4.5vw;
  right: 4vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-placeholder-wrapper .icon-arrow {
    width: 1.6rem;
    height: 1.2rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper {
  width: 100%;
  max-height: 0;
  border-radius: 8px;
  margin-top: 0;
  padding: 0 6vw 4vw;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.15s linear, margin-top 0.15s linear, opacity 0.1s linear;
  pointer-events: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper {
    padding: 0.5rem 2.2rem 3rem;
    box-sizing: border-box;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header {
  position: relative;
  overflow: hidden;
  font-size: 1.3rem;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow {
  padding: 3vw;
  position: absolute;
  top: 0;
  transition: opacity 0.15s linear, transform 0.15s linear;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow {
    padding: 1rem;
    top: 0.5rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow .icon {
  width: 5.333vw;
  height: 3.2vw;
  fill: #4f5254;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow .icon {
    width: 1.6rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow:not(.disabled):hover {
    transform: scale(1.15);
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.next {
  right: 0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.next .icon {
  transform: rotate(-90deg);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.prev {
  left: 0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.prev .icon {
  transform: rotate(90deg);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.disabled {
  opacity: 0.2;
  cursor: default;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .date-title {
  font-size: 4.3vw;
  font-weight: bold;
  text-align: center;
  padding: 3vw 3vw;
  display: block;
  text-transform: uppercase;
  color: #4f5254;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .date-title {
    font-size: 1.4rem;
    padding: 1.3rem 3rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper {
  border-width: 1px 0 1px 0;
  border-style: solid;
  padding: 3vw 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  user-select: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper {
    padding: 1.5rem 1rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper {
  width: 9.4vw;
  height: 6.4vw;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
  margin: 0.1vw 0.1vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  cursor: pointer;
  transition: color 0.1s linear;
  border-radius: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper {
    width: 2.7rem;
    height: 2.1rem;
    font-size: 1.2rem;
    margin: 0.3rem 0.8rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.1s linear, transform 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:hover:after {
    opacity: 1;
    transform: scale(1);
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header {
  text-transform: uppercase;
  cursor: default;
  color: #000000;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header:after {
  content: none;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected {
  cursor: default;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:hover > .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after {
  opacity: 1;
  border-radius: 3px;
  transform: scale(1);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive {
  cursor: default;
  border: none;
  color: #000000;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive .day-wrapper {
  opacity: 0.8;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive:after {
  content: none;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.current-month {
  z-index: 1;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.previous-month {
  color: #4f5254;
  font-weight: 600;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.previous-month.first-day-of-the-month:before {
  background: linear-gradient(to right, rgba(38, 32, 70, 0) 0%, rgba(0, 0, 0, 0.07) 20%, rgba(0, 0, 0, 0.07) 100%);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.previous-month.last-day-of-the-month:before {
  border-radius: 0 5px 5px 0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.next-month {
  color: #4f5254;
  font-weight: 600;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.next-month.first-day-of-the-month:before {
  border-radius: 5px 0 0 5px;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.next-month.last-day-of-the-month:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 80%, rgba(38, 32, 70, 0) 100%);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr.header {
  color: #4f5254;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr .day-wrapper {
  color: #4f5254;
  font-weight: 600;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  top: -1vw;
  right: -0.6vw;
  bottom: -1vw;
  left: -0.6vw;
  z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr:before {
    top: -0.3rem;
    right: -0.9rem;
    bottom: -0.3rem;
    left: -0.8rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header:first-child {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr,
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header:first-child {
    display: flex;
  }
}
.date-picker-wrapper.opened .date-picker-calendar-outer-wrapper {
  max-height: 100vh;
  margin-top: 3vw;
  pointer-events: auto;
  opacity: 1;
  transition: max-height 0.15s linear, margin-top 0.15s 0.05s linear, opacity 0.1s 0.05s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper.opened .date-picker-calendar-outer-wrapper {
    max-height: 30rem;
    margin-top: 1rem;
    box-sizing: border-box;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.select-date-section {
  padding: 0 7vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .select-date-section {
    padding: 0;
  }
}
.date-picker-wrapper {
  color: #FFFFFF;
}
.date-picker-wrapper .date-picker-placeholder-wrapper {
  background-color: #191339;
  border-color: transparent;
}
.date-picker-wrapper .date-picker-placeholder-wrapper .date-title {
  color: white;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper {
  border-color: #312F51;
  background-color: #191339;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .date-title {
  color: white;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow .icon,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow .icon-arrow {
  fill: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper {
  border-color: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:not(.weeknr):not(.inactive) .day-wrapper {
  color: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:after {
  background-color: #4d496b;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected {
  color: #000000;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:hover > .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after {
  background-color: #56F4AD;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header {
  color: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive {
  color: gray;
}



.all-or-nothing-winning-numbers-spot-wrapper {
  width: 92vw;
  background-color: #454362;
  border-radius: 8px;
  margin: 3vw auto 0;
  padding: 2.1vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-numbers-spot-wrapper {
    width: 67rem;
    padding: 0.8rem;
    margin-top: 2rem;
  }
}
.all-or-nothing-winning-numbers-spot-wrapper .all-or-nothing-number-cell-wrapper {
  width: 20vw;
  height: 20vw;
  margin: 0.8vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-numbers-spot-wrapper .all-or-nothing-number-cell-wrapper {
    width: 9.3rem;
    height: 9.3rem;
    margin: 0.8rem;
  }
}
.all-or-nothing-winning-numbers-spot-wrapper .all-or-nothing-no-winning-numbers-data-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 19, 57, 0.95);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.all-or-nothing-winning-numbers-spot-wrapper .all-or-nothing-no-winning-numbers-data-wrapper .no-winning-numbers-data-text {
  color: #fff;
  font-size: 7vw;
  font-weight: bold;
  text-align: center;
  padding: 6vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-numbers-spot-wrapper .all-or-nothing-no-winning-numbers-data-wrapper .no-winning-numbers-data-text {
    font-size: 2.4rem;
    padding: 3rem 11rem;
  }
}



.all-or-nothing-winning-prizes-wrapper {
  width: 92vw;
  background-color: #191339;
  border-radius: 8px;
  margin: 10vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-prizes-wrapper {
    width: 67rem;
    margin: 4rem auto;
  }
}
.all-or-nothing-winning-prizes-wrapper .winning-prizes-table {
  width: 100%;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-prizes-wrapper .winning-prizes-table {
    padding-bottom: 1.5rem;
  }
}
.all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row {
  width: 100%;
  background-color: #454362;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row .prizes-table-column {
  font-size: 3.73vw;
  color: #fff;
  text-align: center;
  padding: 2.4vw 5vw;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row .prizes-table-column {
    font-size: 1.6rem;
    padding: 1.8rem 1rem;
  }
}
.all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row:nth-child(even) {
  background-color: #65617A;
}
.all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row.header {
  background-color: transparent;
}
.all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row.header .prizes-table-column {
  font-size: 4.27vw;
  font-weight: bold;
  padding: 3.73vw 5vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-winning-prizes-wrapper .winning-prizes-table .winning-prizes-table-row.header .prizes-table-column {
    font-size: 1.8rem;
    padding: 2.5rem 1rem 2rem;
  }
}



.all-or-nothing-hero-spot-wrapper {
  position: relative;
  padding: 0 0 10vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper {
    padding: 9rem 0 5rem;
  }
}
.all-or-nothing-hero-spot-wrapper:after {
  content: '';
  width: 300%;
  height: 400%;
  border-radius: 50%;
  border: 50vw solid #312F51;
  box-sizing: content-box;
  position: absolute;
  bottom: -50vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper:after {
    border-width: 30rem;
    bottom: -30rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper {
  width: 92vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper {
    width: 96rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon {
  position: absolute;
  fill: #454362;
  opacity: 0.5;
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.clover {
  width: 60vw;
  height: 60vw;
  top: -35vw;
  left: -2vw;
  transform: rotate(-30deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.clover {
    width: 25rem;
    height: 25rem;
    top: -15rem;
    left: -5rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.horseshoe {
  width: 60vw;
  height: 60vw;
  bottom: -20vw;
  left: 60vw;
  transform: rotate(25deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.horseshoe {
    width: 25rem;
    height: 25rem;
    bottom: -6rem;
    left: 17rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column {
  text-align: center;
  position: relative;
  filter: drop-shadow(0px 0px 2px #191339);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column {
    text-align: left;
    width: 45rem;
    margin-top: -4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column {
    width: 50%;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-text {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
  position: relative;
  top: -2rem;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 50%;
  background-color: #56F4AD;
  position: absolute;
  transform: rotate(10deg);
  height: 7.5rem;
  width: 7.5rem;
  top: 14rem;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
    top: -1rem;
    right: -1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
    height: 9.4rem;
    width: 9.4rem;
    top: -1rem;
    right: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
    font-size: 1.6rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: -0.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount {
    font-size: 3.6rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount span {
  text-transform: lowercase;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount span {
    font-size: 1.6rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10.1vw;
  color: #56F4AD;
  margin: 2vw 0;
  filter: drop-shadow(0px 0px 2px #191339);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline {
    font-size: 4.8rem;
    margin: 1.5rem 0;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline span {
  font-size: 7.4vw;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline span {
    font-size: 3.2rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description {
  font-size: 4.2vw;
  font-weight: normal;
  color: #fff;
  margin: 0 0 4vw;
  overflow: hidden;
  filter: drop-shadow(0px 0px 2px #191339);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description span {
  margin: 2vw 0;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description span {
    margin: 1rem 0;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-graphics-column.mobile-only .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper {
  background-color: transparent;
  padding: 9vw 0 3vw;
  filter: drop-shadow(0px 0px 3px #191339);
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-outer-wrapper {
  width: 98%;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-outer-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column {
    width: 42rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column {
    width: 40%;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper {
  display: inline-block;
  will-change: transform;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path {
    height: 1.5rem;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper {
    display: block;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .image-wrapper {
  position: absolute;
  transform-origin: 40% 90%;
  transform: rotate(12deg);
  z-index: -1;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .image-wrapper {
    width: 19.5rem;
    right: -7rem;
    bottom: 3.5rem;
    display: block;
  }
}
.all-or-nothing-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .image-wrapper .image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}



.all-or-nothing-simple-hero-spot-wrapper {
  position: relative;
  padding: 0 0 10vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper {
    padding: 9rem 0 5rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper:after {
  content: '';
  width: 300%;
  height: 400%;
  border-radius: 50%;
  border: 50vw solid #312F51;
  box-sizing: content-box;
  position: absolute;
  bottom: -50vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper:after {
    border-width: 30rem;
    bottom: -30rem;
  }
}
@media (min-width: 960px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-button-wrapper {
    margin: auto !important;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper {
  width: 92vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper {
    width: 96rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon {
  position: absolute;
  fill: #454362;
  opacity: 0.5;
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.clover {
  width: 60vw;
  height: 60vw;
  top: -35vw;
  left: -2vw;
  transform: rotate(-30deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.clover {
    width: 25rem;
    height: 25rem;
    top: -15rem;
    left: -5rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.horseshoe {
  width: 60vw;
  height: 60vw;
  bottom: -20vw;
  left: 60vw;
  transform: rotate(25deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .all-or-nothing-hero-default-background-wrapper .hero-default-background-icon.horseshoe {
    width: 25rem;
    height: 25rem;
    bottom: -6rem;
    right: 17rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column {
  text-align: center;
  position: relative;
  filter: drop-shadow(0px 0px 2px #191339);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column {
    margin-top: -4rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-text {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .flipclock-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 50%;
  background-color: #56F4AD;
  position: absolute;
  transform: rotate(10deg);
  height: 7.5rem;
  width: 7.5rem;
  top: 14rem;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
    top: -1rem;
    right: -1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
    height: 9.4rem;
    width: 9.4rem;
    top: -1rem;
    right: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash {
    font-size: 1.6rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: -0.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount {
    font-size: 3.6rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount span {
  text-transform: lowercase;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-splash .hero-splash__amount span {
    font-size: 1.6rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10.1vw;
  color: #56F4AD;
  margin: 2vw 0;
  filter: drop-shadow(0px 0px 2px #191339);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline {
    font-size: 4.8rem;
    margin: 1.5rem 0;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline span {
  font-size: 7.4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-headline span {
    font-size: 3.2rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description {
  font-size: 4.2vw;
  font-weight: normal;
  color: #fff;
  margin: 0 0 4vw;
  overflow: hidden;
  filter: drop-shadow(0px 0px 2px #191339);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description span {
  margin: 2vw 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-description span {
    margin: 1rem 0;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .hero-graphics-column.mobile-only .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper {
  background-color: transparent;
  padding: 9vw 0 3vw;
  filter: drop-shadow(0px 0px 3px #191339);
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-outer-wrapper {
  width: 98%;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-content-column .all-or-nothing-countdown-outer-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column {
    width: 42rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column {
    width: 40%;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper {
  display: inline-block;
  will-change: transform;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path {
    height: 1.5rem;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .hero-guaranteed-winnings-wrapper .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper {
    display: block;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .image-wrapper {
  position: absolute;
  transform-origin: 40% 90%;
  transform: rotate(12deg);
  z-index: -1;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .image-wrapper {
    width: 19.5rem;
    right: -7rem;
    bottom: 3.5rem;
    display: block;
  }
}
.all-or-nothing-simple-hero-spot-wrapper .all-or-nothing-hero-inner-wrapper .hero-graphics-column .image-wrapper .image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}



.all-or-nothing-classic-game-client-section {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  padding: 15vw 0 4vw;
  background-color: #191339;
  position: relative;
  user-select: none;
  transition: transform 0.25s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section {
    padding: 7rem 0 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .all-or-nothing-classic-game-client-section {
    padding: 6rem 0 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-client-section {
    padding: 5rem 0 9rem;
    transform: scale(0.75);
    transform-origin: center 2%;
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper {
  width: 100vw;
  background-color: #454362;
  padding: 2.15vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper {
    width: 67rem;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #191339;
    padding: 0.8rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper .all-or-nothing-classic-game-client-rows-counter {
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3.6vw;
  left: 3vw;
  right: 3vw;
  transition: transform 0.25s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper .all-or-nothing-classic-game-client-rows-counter {
    font-size: 2rem;
    top: 2.2rem;
    left: 22rem;
    right: 18.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px), screen and (min-width: 320px) and (max-width: 480px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper .all-or-nothing-classic-game-client-rows-counter.classic-view-on {
    transform: translateY(-72%);
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper {
  min-width: 70%;
  text-align: center;
  padding: 2.6vw 5.3vw 5.2vw;
  background-color: #454362;
  border-radius: 8px 8px 0 0;
  position: absolute;
  left: 50%;
  bottom: 160vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper {
    min-width: inherit;
    padding: 1rem 2.4rem 2rem;
    bottom: 75rem;
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper .game-client-headline {
  font-size: 4.8vw;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper .game-client-headline {
    font-size: 2.4rem;
  }
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper {
  width: 25rem;
  color: #fff;
  background-color: #454362;
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: 50%;
  top: 10rem;
  transform: translateX(-38rem);
  transition: transform 0.2s ease-out;
  user-select: none;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper:not(.active):hover {
  transform: translateX(-38.5rem);
  cursor: pointer;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper .side-panel-button-wrapper {
  width: 3.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper .side-panel-button-wrapper .button-text {
  font-size: 1.6rem;
  font-weight: bold;
  transform: translateX(-50%) translateY(-1rem) rotate(-90deg);
  position: absolute;
  white-space: nowrap;
  left: 2.5rem;
  top: 50%;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper .side-panel-text-wrapper {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  opacity: 0;
  padding: 3.5rem 5rem;
  transition: opacity 0.1s 0.05s linear;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper.active {
  transform: translateX(-55rem);
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper.active .side-panel-text-wrapper {
  opacity: 1;
  transition-delay: 0;
}



.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-header-wrapper {
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-header-wrapper {
    width: 48.5rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-header-wrapper .confirm-header-row {
  font-size: 4.3vw;
  color: #fff;
  padding: 1.5vw 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-header-wrapper .confirm-header-row {
    font-size: 1.6rem;
    padding: 0.5rem 0;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-header-wrapper .confirm-header-row .value {
  font-weight: bold;
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper {
  width: 94vw;
  margin: 6.7vw auto 0;
  position: relative;
  transition: max-height 0.5s;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper {
    width: 63rem;
    margin-top: 3rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper.lightning-rows {
  width: 83.3vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper.lightning-rows {
    width: 58.5rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #191339;
  border-radius: 8px;
  display: flex;
  margin-bottom: 2.133vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper {
    margin-bottom: 0.5rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .row-number {
  width: 10vw;
  height: 23.9vw;
  margin: 0.666vw 0;
  color: #fff;
  font-size: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .row-number {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    margin: 0.5rem 0;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .numbers-wrapper {
  width: 72vw;
  padding: 0.666vw 0;
  display: flex;
  flex-wrap: wrap;
  cursor: default;
  user-select: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .numbers-wrapper {
    width: auto;
    padding: 0;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .numbers-wrapper .number-wrapper {
  width: 10.65vw;
  height: 10.65vw;
  margin: 0.666vw 0 0.666vw 1.333vw;
  background-color: #454362;
  color: #fff;
  font-size: 4.3vw;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .numbers-wrapper .number-wrapper {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    margin: 0.5rem 0 0.5rem 0.5rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .row-delete-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .row-delete-button:hover {
    cursor: pointer;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .row-delete-button .icon {
  width: 6vw;
  height: 6vw;
  fill: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .row-wrapper .row-delete-button .icon {
    width: 2rem;
    height: 2.5rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .bottom-gradient {
  width: 100%;
  height: 10.7vw;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(49, 47, 81, 0) 0%, rgba(49, 47, 81, 0.9) 50%, #312f51 60%, #312f51 100%);
  transition: opacity 0.5s;
}
@media (min-width: 960px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .bottom-gradient {
    height: 7.2rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .bottom-gradient.hidden {
  display: none;
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .bottom-gradient .show-more-button {
  text-transform: uppercase;
  text-align: center;
  color: #191339;
  background-color: #feb700;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  margin: 0;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-rows-list-wrapper .bottom-gradient .show-more-button:hover {
    background-color: #f5d900;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-terms-wrapper {
  color: #fff;
  font-size: 4.3vw;
  text-align: center;
  padding: 6vw 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-terms-wrapper {
    padding: 4rem 0;
    font-size: 1.6rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-terms-wrapper .terms-text-wrapper {
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-confirm-wrapper .all-or-nothing-confirm-terms-wrapper .terms-text-wrapper {
    width: 40rem;
  }
}
.all-or-nothing-confirm-wrapper .all-or-nothing-confirm-terms-wrapper .terms-link {
  text-decoration: underline;
  color: #fff;
}



.all-or-nothing-hero-how-to-play-section-wrapper {
  padding: 4vw 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper {
    padding: 3rem 0;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper {
  padding: 4vw 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper {
    justify-content: space-between;
    padding: 2rem 0;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column {
  color: #fff;
  text-align: left;
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.left-align {
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.left-align {
    text-align: center;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.right-align {
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.right-align {
    text-align: center;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.center-align {
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column {
    width: 45%;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column .section-headline {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column .section-headline {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column .section-description {
    font-size: 1.6rem;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column .section-image {
  position: relative;
  display: inline-block;
  margin: auto;
  max-width: 100%;
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.gestures-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper .how-to-play-column.gestures-column .section-description {
  width: 45%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper.gestures-section {
    margin: -8rem 0;
    padding: 0;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper.show-classic-view .how-to-play-column:first-child {
  z-index: 1;
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper.show-classic-view .how-to-play-column .section-image {
  z-index: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper.show-classic-view .how-to-play-column .section-image {
    max-width: inherit;
    left: -20rem;
  }
}
.all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper.center-align {
  justify-content: space-around;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-hero-how-to-play-section-wrapper .how-to-play-section-wrapper.reverse-order-on-mobile {
    flex-direction: column-reverse;
  }
}



.plus-sign-up {
  background: #312F51;
  text-align: center;
}
.plus-sign-up__content {
  position: relative;
  background-color: #191339;
  padding: 5.33vw 1rem;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__content {
    padding: 2.5rem 1rem 3rem;
  }
}
.plus-sign-up__content::before,
.plus-sign-up__content::after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  transform: rotate(-20deg);
  bottom: -6rem;
  height: 20rem;
  right: auto;
  width: 20rem;
  left: auto;
  margin-left: 20rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/Components/DanskeSpil/Domain/AllOrNothing/Graphics/SpriteSheets/AllOrNothingIcons.svg#plus-icon_use);
}
.plus-sign-up__content::before {
  bottom: auto;
  top: -4rem;
  margin: 0 0 0 -55rem;
}
.plus-sign-up__pre-text {
  font-size: 6.13vw;
  font-weight: bold;
  color: white;
  padding: 2.66vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__pre-text {
    padding: 1rem;
    font-size: 2.5rem;
  }
}
.plus-sign-up__title {
  font-size: 6.66vw;
  line-height: 1.1;
  font-weight: bold;
  color: white;
  padding: 0 0 5.33vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__title {
    padding: 0 0 1.5rem;
    font-size: 3rem;
  }
}
.plus-sign-up__subtitle {
  font-size: 6.13vw;
  line-height: 1.1;
  font-weight: bold;
  color: white;
  padding: 0 5.33vw 5.33vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__subtitle {
    padding: 0 0 3rem;
    font-size: 2.3rem;
  }
}
.plus-sign-up__cta {
  min-width: 44vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__cta {
    min-width: 16rem;
  }
}
.plus-sign-up__icon {
  background-image: url(/Components/DanskeSpil/Domain/AllOrNothing/Graphics/SpriteSheets/AllOrNothingIcons.svg#plus-icon_use);
  width: 18vw;
  height: 18vw;
  background-position: center;
  margin: 0 auto 6vw;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__icon {
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 2rem;
  }
}



.all-or-nothing-prototype {
  margin: 0 auto;
}
.all-or-nothing-prototype .buttons {
  margin: 1rem auto;
  text-align: center;
  width: 40rem;
}
.all-or-nothing-prototype .buttons p {
  background: #5da198;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 1rem;
  padding: 1.2rem;
  transition: all 250ms ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.all-or-nothing-prototype .buttons p:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.all-or-nothing-prototype .loading,
.all-or-nothing-prototype .inactive {
  opacity: 0.5;
}
.all-or-nothing-prototype .loading:hover,
.all-or-nothing-prototype .inactive:hover {
  cursor: auto;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}
.all-or-nothing-prototype .number-selection {
  color: #0a7068;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: center;
}
.all-or-nothing-prototype .numbers {
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  transition: all 250ms ease-in-out;
  user-select: none;
  width: 40rem;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.all-or-nothing-prototype .numbers .number {
  border: 2px #5da198 solid;
  border-radius: 6px;
  color: #5da198;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin: 1rem;
  transition: all 250ms ease-in-out;
  width: 4rem;
}
.all-or-nothing-prototype .numbers .number:hover {
  background: #5da198;
  color: #fff;
  transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
}
.all-or-nothing-prototype .numbers .number-selected {
  background: #5da198;
  color: #fff;
}
.all-or-nothing-prototype .row-title {
  color: #0a7068;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  text-align: center;
}
.all-or-nothing-prototype .rows {
  margin: 2rem 0;
}
.all-or-nothing-prototype .rows .row {
  background: #eee;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  transition: all 250ms ease-in-out;
}
.all-or-nothing-prototype .rows .row:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.all-or-nothing-prototype .rows .row:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.all-or-nothing-prototype .rows .row:nth-child(odd) {
  background: #ddd;
}
.all-or-nothing-prototype .rows .row span {
  background: #fff;
  border-radius: 6px;
  font-size: 1.4rem;
  margin-left: 1rem;
  padding: 0.2rem 0.6rem;
}
.all-or-nothing-prototype .rows .row-inactive {
  opacity: 0.5;
}
.all-or-nothing-prototype .rows .row-selected {
  background: #d0edea;
}
.all-or-nothing-prototype .rows .row-selected:first-child,
.all-or-nothing-prototype .rows .row-selected:last-child,
.all-or-nothing-prototype .rows .row-selected:nth-child(odd) {
  background: #d0edea;
}



.all-or-nothing-card-stacks-overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper {
  position: absolute;
  transform: scale(0.6);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper {
    transform: scale(0.8);
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper .all-or-nothing-number-cell-wrapper {
  position: absolute;
  box-shadow: 0px 0px 8px #191339;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 {
  top: 3%;
  left: -1%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 {
    top: 0.5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 {
    top: 4%;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-1 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-2 {
  transform: translate(60%, 50%) rotate(1deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-3 {
  transform: translate(190%, -73%) rotate(-3deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-3 {
    transform: translate(20%, 127%) rotate(-3deg);
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-4 {
  display: none;
  transform: translate(50%, 190%) rotate(-20deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-4 {
    display: flex;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-5 {
  display: none;
  transform: translate(-20%, 280%) rotate(12deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-5 {
    display: flex;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-6 {
  display: none;
  transform: translate(0%, 280%) rotate(2deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-1 .card-nuber-in-stack-6 {
    display: flex;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 {
  top: 12%;
  right: 6%;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 .card-nuber-in-stack-1 {
  transform: translate(50%, 50%) rotate(-9deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 .card-nuber-in-stack-2 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 .card-nuber-in-stack-3 {
  transform: translate(-20%, 280%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 .card-nuber-in-stack-4 {
  transform: translate(0%, 280%) rotate(2deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 .card-nuber-in-stack-5 {
  transform: translate(20%, 127%) rotate(-3deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-2 .card-nuber-in-stack-6 {
  transform: translate(110%, 120%) rotate(-20deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 {
  top: 23%;
  left: 0%;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 .card-nuber-in-stack-1 {
  transform: translate(0%, 280%) rotate(2deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 .card-nuber-in-stack-2 {
  transform: translate(110%, 120%) rotate(-20deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 .card-nuber-in-stack-3 {
  transform: translate(0%, -150%) rotate(-8deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 .card-nuber-in-stack-4 {
  transform: translate(-50%, 50%) rotate(21deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 .card-nuber-in-stack-5 {
  transform: translate(20%, 127%) rotate(-3deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-3 .card-nuber-in-stack-6 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 {
  top: 40%;
  left: 3%;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-1 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-2 {
  transform: translate(-100%, 50%) rotate(1deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-3 {
  transform: translate(-20%, 180%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-4 {
  transform: translate(-90%, 370%) rotate(-10deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-4 {
    transform: translate(110%, 120%) rotate(-20deg);
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-5 {
  transform: translate(20%, 127%) rotate(-3deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-4 .card-nuber-in-stack-6 {
  transform: translate(0%, 280%) rotate(2deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 {
  top: 46%;
  right: 6%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 {
    top: 45%;
    right: 8%;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 .card-nuber-in-stack-1 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 .card-nuber-in-stack-2 {
  transform: translate(100%, 50%) rotate(1deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 .card-nuber-in-stack-3 {
  transform: translate(20%, 127%) rotate(-3deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 .card-nuber-in-stack-4 {
  transform: translate(110%, 120%) rotate(-20deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 .card-nuber-in-stack-5 {
  transform: translate(-20%, 280%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-5 .card-nuber-in-stack-6 {
  transform: translate(0%, 280%) rotate(2deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 {
  top: 55%;
  left: -3%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 {
    top: 63%;
    left: -1%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 {
    top: 58%;
    left: -1%;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 .card-nuber-in-stack-1 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 .card-nuber-in-stack-2 {
  transform: translate(100%, 50%) rotate(1deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 .card-nuber-in-stack-3 {
  transform: translate(20%, 127%) rotate(-3deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 .card-nuber-in-stack-4 {
  transform: translate(110%, 120%) rotate(-20deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 .card-nuber-in-stack-5 {
  transform: translate(-20%, 280%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-6 .card-nuber-in-stack-6 {
  transform: translate(0%, 280%) rotate(2deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-7 {
  top: 76%;
  right: 5%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-7 {
    top: 73%;
    right: 8%;
  }
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-7 .card-nuber-in-stack-1 {
  transform: translate(60%, 120%) rotate(-20deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-7 .card-nuber-in-stack-2 {
  transform: translate(-20%, 200%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-7 .card-nuber-in-stack-3 {
  transform: translate(0%, 180%) rotate(2deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-8 {
  top: 83%;
  left: 3%;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-8 .card-nuber-in-stack-1 {
  transform: translate(-10%, 10%) rotate(5deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-8 .card-nuber-in-stack-2 {
  transform: translate(-25%, 50%) rotate(-7deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-8 .card-nuber-in-stack-3 {
  transform: translate(-20%, 180%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-9 {
  top: 88%;
  right: 6%;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-9 .card-nuber-in-stack-1 {
  transform: translate(100%, 50%) rotate(1deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-9 .card-nuber-in-stack-2 {
  transform: translate(20%, 127%) rotate(-3deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-9 .card-nuber-in-stack-3 {
  transform: translate(-20%, 280%) rotate(12deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-10 {
  top: 95%;
  left: -3%;
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-10 .card-nuber-in-stack-1 {
  transform: translate(100%, 50%) rotate(1deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-10 .card-nuber-in-stack-2 {
  transform: translate(110%, 120%) rotate(-20deg);
}
.all-or-nothing-card-stacks-overlay-wrapper .overlay-cards-stack-wrapper.cards-stack-10 .card-nuber-in-stack-3 {
  transform: translate(0%, 280%) rotate(2deg);
}



.all-or-nothing-cards-countdown-wrapper {
  margin-bottom: 4vw;
  user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-cards-countdown-wrapper {
    margin-bottom: 3rem;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper {
  display: flex;
  justify-content: space-between;
}
@keyframes all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-mobile {
  0% {
    z-index: 1;
  }
  60% {
    transform: translateY(30vw) rotate(-24deg) scale(1.3);
  }
  50% {
    z-index: 1;
  }
  51% {
    z-index: -1;
  }
  100% {
    transform: scale(0.7);
    transform-origin: 40% 100%;
    z-index: -1;
  }
}
@keyframes all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-tock-mobile {
  0% {
    z-index: 1;
  }
  60% {
    transform: translateY(30vw) rotate(-24deg) scale(1.3);
  }
  50% {
    z-index: 1;
  }
  51% {
    z-index: -1;
  }
  100% {
    transform: scale(0.7);
    transform-origin: 40% 100%;
    z-index: -1;
  }
}
@keyframes all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-desktop {
  0% {
    z-index: 1;
  }
  60% {
    transform: translateY(13rem) rotate(12deg) scale(1.2);
  }
  50% {
    z-index: 1;
  }
  51% {
    z-index: -1;
  }
  100% {
    transform: scale(0.7);
    transform-origin: 40% 100%;
    z-index: -1;
  }
}
@keyframes all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-tock-desktop {
  0% {
    z-index: 1;
  }
  60% {
    transform: translateY(13rem) rotate(12deg) scale(1.2);
  }
  50% {
    z-index: 1;
  }
  51% {
    z-index: -1;
  }
  100% {
    transform: scale(0.7);
    transform-origin: 40% 100%;
    z-index: -1;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper {
  width: 18vw;
  height: 18vw;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper {
  position: absolute;
  box-shadow: 0px 0px 8px #191339;
  transition: transform 0.6s linear;
  will-change: transform;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper {
    width: 18vw;
    height: 18vw;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-1 {
  transform: rotate(1.39324189deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-2 {
  transform: rotate(6.54089367deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-3 {
  transform: rotate(5.69359527deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-4 {
  transform: rotate(-5.80725987deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-5 {
  transform: rotate(6.56838189deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-6 {
  transform: rotate(-0.28253101deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-7 {
  transform: rotate(8.91825529deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-8 {
  transform: rotate(-1.75318544deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-9 {
  transform: rotate(0.37206286deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-10 {
  transform: rotate(-5.03804819deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-11 {
  transform: rotate(1.30749067deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-12 {
  transform: rotate(0.94769027deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-13 {
  transform: rotate(3.33269663deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-14 {
  transform: rotate(6.61258714deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-15 {
  transform: rotate(-1.3703885deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-16 {
  transform: rotate(7.07586025deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-17 {
  transform: rotate(3.95523385deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-18 {
  transform: rotate(4.47241212deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-19 {
  transform: rotate(1.63030135deg);
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.rotation-position-20 {
  transform: rotate(-6.8031418deg);
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper .number-wrapper {
    font-size: 5.4vw;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper .card-text {
  position: absolute;
  font-size: 3.4vw;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 2vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper .card-text {
    font-size: 1.6rem;
    bottom: 1rem;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.true {
  animation: all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-mobile 0.65s ease-in-out forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.true {
    animation: all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-desktop 0.65s ease-in-out forwards;
  }
}
.all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.false {
  animation: all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-tock-mobile 0.65s ease-in-out forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-cards-countdown-wrapper .cards-countdown-inner-wrapper .cards-stack-wrapper .all-or-nothing-number-cell-wrapper.false {
    animation: all-or-nothing-countdown-move-to-the-back-of-the-stack-from-down-animation-tock-desktop 0.65s ease-in-out forwards;
  }
}



.all-or-nothing-purchase-steps-bar-wrapper {
  width: 66vw;
  margin: 4vw auto 12vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-purchase-steps-bar-wrapper {
    width: 33.5rem;
    margin: 2rem auto 4rem;
  }
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper {
  height: 3.33vw;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-purchase-steps-bar-wrapper .step-wrapper {
    height: 2rem;
  }
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:before,
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:after {
  content: '';
  background-color: #fff;
  position: absolute;
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:before {
  width: 3.333vw;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:before {
    width: 2rem;
  }
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:after {
  width: 30vw;
  height: 2px;
  top: 50%;
  left: -1.4vw;
  transform: translateX(-100%) translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:after {
    width: 14.7rem;
    left: -1rem;
  }
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper .step-title {
  font-size: 3.333vw;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: -6vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-purchase-steps-bar-wrapper .step-wrapper .step-title {
    font-size: 1.2rem;
    top: -3rem;
  }
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper:first-child:after {
  content: none;
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper.current-step:before,
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper.current-step:after {
  background-color: #56F4AD;
}
.all-or-nothing-purchase-steps-bar-wrapper .step-wrapper.current-step .step-title {
  color: #56F4AD;
}



.all-or-nothing-section-wrapper {
  padding: 4vw 0;
  background-color: #191339;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper {
    padding: 5rem 0;
  }
}
.all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper {
  width: 92vw;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper {
    width: 96rem;
  }
}
.all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .headline {
  color: #fff;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 7.5vw;
  text-align: center;
  margin: 0 auto 2vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .headline {
    font-size: 6.3vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .headline {
    font-size: 4.8rem;
    margin-bottom: 1rem;
  }
}
.all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .subheadline {
  color: #fff;
  font-size: 4.3vw;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 2vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .subheadline {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .subheadline {
    width: 56%;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .content-wrapper {
  padding-top: 4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .content-wrapper {
    padding-top: 3rem;
  }
}
.all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .section-button {
  min-width: 80vw;
  color: #fff;
  font-weight: bold;
  background-color: #312F51;
  display: inline-block;
  margin: 4vw auto 0;
  padding: 4vw 3vw;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .section-button {
    min-width: 28rem;
    margin-top: 3rem;
    padding: 1.5rem 2rem 1.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-section-wrapper .all-or-nothing-section-inner-wrapper .section-button:hover {
    background-color: #454362;
  }
}
.all-or-nothing-section-wrapper.light-section {
  background-color: #312F51;
}
.all-or-nothing-section-wrapper.light-section .section-button {
  background-color: #191339;
}



.select-dropdown {
  margin: 0 auto;
  padding: 6vw 0;
  transform: translateZ(0);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .select-dropdown {
    padding: 4rem 0;
  }
}
.select-dropdown .cs-placeholder {
  font-size: 4.3vw;
  font-weight: bold;
  color: #fff;
  background-color: #312F51;
  border-radius: 8px;
  padding: 5.4vw 13.5vw 5.5vw 6.666vw;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .select-dropdown .cs-placeholder {
    font-size: 1.6rem;
    padding: 2.1rem 2.5rem 2rem;
    cursor: pointer;
  }
}
.select-dropdown .cs-placeholder .select-dropdown-arrow {
  width: 5.333vw;
  height: 3.2vw;
  fill: #fff;
  transition: transform 0.15s linear;
  position: absolute;
  top: 6.6vw;
  right: 6.666vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .select-dropdown .cs-placeholder .select-dropdown-arrow {
    width: 1.6rem;
    height: 1.2rem;
    right: 2.5rem;
    top: 2.5rem;
  }
}
.select-dropdown .select-options {
  width: 100%;
  max-height: 0;
  background-color: #312F51;
  border-radius: 8px;
  transition: max-height 0.15s linear;
  overflow: hidden;
  position: absolute;
}
.select-dropdown .select-options ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.select-dropdown .select-options ul li span {
  font-weight: bold;
  color: #fff;
  padding: 5.4vw 6.666vw 5.5vw;
  display: block;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .select-dropdown .select-options ul li span {
    font-size: 1.6rem;
    padding: 2.2rem 2.5rem 2.3rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .select-dropdown .select-options ul li span:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.select-dropdown .select-options.overflowed {
  overflow-y: auto;
}
.select-dropdown.is-active .cs-placeholder .select-dropdown-arrow {
  transform: rotate(180deg);
}



.all-or-nothing-how-to-play-spot-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-how-to-play-spot-wrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-how-to-play-spot-wrapper .column-wrapper {
    width: 50%;
    float: left;
  }
}
.all-or-nothing-how-to-play-spot-wrapper .column-wrapper .steps-list-wrapper {
  padding-bottom: 3vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-how-to-play-spot-wrapper .column-wrapper .steps-list-wrapper {
    padding-bottom: 0;
  }
}
.all-or-nothing-how-to-play-spot-wrapper .column-wrapper .steps-list-wrapper .steps-list-item {
  font-size: 4vw;
  color: #fff;
  padding: 2vw 0 2vw 8vw;
  display: flex;
  align-items: center;
  counter-increment: all-or-nothing-how-to-play-steps-count;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-how-to-play-spot-wrapper .column-wrapper .steps-list-wrapper .steps-list-item {
    font-size: 2rem;
    padding: 2rem 0;
  }
}
.all-or-nothing-how-to-play-spot-wrapper .column-wrapper .steps-list-wrapper .steps-list-item:before {
  content: counter(all-or-nothing-how-to-play-steps-count);
  width: 10vw;
  height: 10vw;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  margin-right: 2vw;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-how-to-play-spot-wrapper .column-wrapper .steps-list-wrapper .steps-list-item:before {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    margin-right: 1.5rem;
  }
}



.all-or-nothing-guaranteed-winnings-table-wrapper {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 2.1vw;
  margin: auto;
  border-radius: 8px;
  background-color: #454362;
  filter: drop-shadow(0px 0px 15px #191339);
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper {
    width: 34.5rem;
    padding: 0.8rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header {
  width: 100%;
  left: 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header {
    background-color: #454362;
    transform: translateY(-100%);
    padding: 0 0 0.5rem;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-top-section {
    width: 98%;
    fill: #454362;
    margin: auto;
    transform: translateY(-98%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-top-section {
    transform: translateY(-60%);
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text {
    padding-top: 2rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path {
    height: 2.6rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path #text-curve-path {
  fill: transparent;
  transform-origin: bottom center;
  display: none;
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path .curved-text {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
  fill: #fff;
  transform-origin: center top;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .curved-text-path .curved-text {
    font-size: 1.8rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .small-curved-text-path {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .small-curved-text-path {
    height: 2rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .small-curved-text-path #text-small-curve-path {
  display: none;
  fill: transparent;
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .small-curved-text-path .small-curved-text {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
  fill: #fff;
  transform-origin: center top;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-header .curved-text .small-curved-text-path .small-curved-text {
    font-size: 1.8rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper {
  background-color: #312F51;
  border-radius: 8px;
  padding: 1vw 2vw;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper {
    padding: 1rem 2rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column {
  width: 50%;
  float: left;
  text-align: center;
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column .winnings-table-row {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column .winnings-table-row {
    font-size: 1.5rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column .winnings-table-row.header {
  padding-bottom: 2vw;
  font-weight: normal;
  opacity: 0.35;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column .winnings-table-row.header {
    padding-bottom: 1rem;
  }
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column .winnings-table-row.highlighted {
  color: #56F4AD;
}
.all-or-nothing-guaranteed-winnings-table-wrapper .winnings-table-inner-wrapper .winnings-table-column .winnings-table-row span {
  font-weight: normal;
}



.all-or-nothing-number-of-play-days-wrapper .select-dropdown {
  width: 92vw;
  margin: 8vw auto 9vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-number-of-play-days-wrapper .select-dropdown {
    width: 37rem;
    margin: 2.6rem auto 7rem;
  }
}



.all-or-nothing-receipt-section .all-or-nothing-receipt-image-wrapper {
  text-align: center;
  padding-top: 3vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .all-or-nothing-receipt-image-wrapper {
    padding-top: 1.5rem;
  }
}
.all-or-nothing-receipt-section .all-or-nothing-receipt-image-wrapper .receipt-image {
  max-height: 50vw;
  max-width: 60vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .all-or-nothing-receipt-image-wrapper .receipt-image {
    max-height: 12rem;
    max-width: 30rem;
  }
}
.all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section {
  width: 92vw;
  margin: 4vw auto;
  padding: 4vw;
  border-radius: 8px;
  background-color: #191339;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section {
    width: 57.5rem;
    margin: 4rem auto;
    padding: 2rem 2.5rem;
  }
}
.all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section .receipt-inner-section-headline {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  width: 80%;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section .receipt-inner-section-headline {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section .receipt-inner-section-buttons-container {
  margin-top: 4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section .receipt-inner-section-buttons-container {
    margin-top: 0;
    display: flex;
  }
}
.all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section .receipt-inner-section-buttons-container .all-or-nothing-button {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-receipt-section .all-or-nothing-receipt-inner-section .receipt-inner-section-buttons-container .all-or-nothing-button {
    margin: 0.8rem;
    flex: 1;
  }
}



body.region-all-or-nothing.iframe-page {
  overflow-x: visible;
}
body.region-all-or-nothing.iframe-page #wrapper {
  min-height: 0 !important;
}
body.region-all-or-nothing.iframe-page.cookie-info-active {
  margin-bottom: 0;
}
.view-coupon {
  padding: 0.5rem 0;
  background-color: #454362;
  text-align: center;
}
.view-coupon p {
  line-height: 2.6rem;
  padding: 0 2rem;
}
.view-coupon .coupon-paper {
  margin: 2rem auto;
  padding: 0 0 0.5rem 0;
  width: 28.8rem;
  background-color: #fff;
  background-image: url("/Components/DanskeSpil/Domain/Keno/Graphics/SpriteSheets/kupon-baggrund.jpg");
  background-repeat: repeat;
  background-size: 100%;
}
.view-coupon .coupon-paper .number-table {
  table-layout: fixed;
  width: 100%;
}
.view-coupon .coupon-paper .number-table tr:nth-child(odd) {
  background-color: rgba(195, 8, 21, 0.08);
}
.view-coupon .coupon-paper .number-table tr td {
  padding: 0.4rem 0 0.5rem 0;
  width: 2.9rem;
}
.view-coupon .coupon-paper .number-table tr td:nth-child(2) {
  font-weight: bold;
}
.view-coupon .coupon-paper .all-or-nothing.icon {
  width: 10.5rem;
  height: 2.5rem;
  margin: 2.4rem 0 0 0;
}
.view-coupon .coupon-paper .total {
  margin: 0 2rem;
  padding: 1.5rem 0 1.9rem 0;
  border-top: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
  text-align: left;
}
.view-coupon .coupon-paper .total span {
  float: right;
}



.seo-text-spot {
  padding: 4vw 0;
  background-color: #312F51;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .seo-text-spot {
    padding: 4rem 0;
  }
}
.seo-text-spot .seo-text-element {
  width: 92vw;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .seo-text-spot .seo-text-element {
    width: 96rem;
  }
}
.seo-text-spot__text {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .seo-text-spot__text {
    columns: 2;
    column-gap: 5rem;
  }
}
.seo-text-spot__headline {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}



/* ===========================================
   imports
   ========================================= */
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   settings.breakpoints
   ========================================= */
/* ===========================================
   settings.colors
   ========================================= */
/* New theming colors (use these in future, convert old colors along the way)
   ========================================================================== */
/* Color variables used in AvalonComponents, Poker and Casino projects
/* (Old theming colors, should be slowly removed)
   ========================================================================== */
/* Corporate colors
   ========================================================================== */
/* Poker colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Bingo colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Oddset colors
   ========================================================================== */
/* Virtuel colors
   ========================================================================== */
/* EuroJackpot colors
   ========================================================================== */
/* Set Color Variables
   ========================================================================== */
/* Components
   ========================================================================== */
/* *********** MIXINS ********** */
/* ===========================================
   tools.mixins
   ========================================= */
/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/**
 * Colors for Subscription
 */
/**
 * Primary
 */
/**
 * Text
 * Mobile font sizes have been halved
 */
/**
 * Buttons
 * Mobile font sizes have been halved
 */
.content-size-xs,
.content-size-sm,
.content-size-md,
.content-size-lg,
.content-size-full {
  width: 100%;
  margin: 0 auto 2rem;
}
.content-size-xs {
  max-width: 42rem;
}
.content-size-sm {
  max-width: 48rem;
}
.content-size-md {
  max-width: 52rem;
}
.content-size-lg {
  max-width: 60rem;
}
.content-size-full {
  max-width: none;
}
.content-size-extra-top {
  margin-top: 1rem !important;
}
.content-size-less-top {
  margin-top: -1rem !important;
}
.content-size-extra-bottom {
  margin-bottom: 3rem !important;
}
.content-size-less-bottom {
  margin-bottom: 1rem !important;
}
.header-subtitle {
  background: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  text-align: center;
  padding-top: 4rem;
  position: relative;
}
.header-subtitle__header {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 0;
  padding: 0 1rem;
  color: #000000;
  font-weight: 900;
  margin-top: 0;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .header-subtitle__header {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 1.6rem;
  }
}
.header-subtitle__sub-header {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0 3rem;
  color: #a3a6ab;
  font-weight: 600;
  overflow-wrap: break-word;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header-subtitle__sub-header {
    padding: 0 19rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 950px) {
  .header-subtitle__sub-header {
    padding: 0 34%;
  }
}



/* ===========================================
   imports
   ========================================= */
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   settings.breakpoints
   ========================================= */
/* ===========================================
   settings.colors
   ========================================= */
/* New theming colors (use these in future, convert old colors along the way)
   ========================================================================== */
/* Color variables used in AvalonComponents, Poker and Casino projects
/* (Old theming colors, should be slowly removed)
   ========================================================================== */
/* Corporate colors
   ========================================================================== */
/* Poker colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Bingo colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Oddset colors
   ========================================================================== */
/* Virtuel colors
   ========================================================================== */
/* EuroJackpot colors
   ========================================================================== */
/* Set Color Variables
   ========================================================================== */
/* Components
   ========================================================================== */
/* *********** MIXINS ********** */
/* ===========================================
   tools.mixins
   ========================================= */
/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/**
 * Colors for Subscription
 */
/**
 * Primary
 */
/**
 * Text
 * Mobile font sizes have been halved
 */
/**
 * Buttons
 * Mobile font sizes have been halved
 */
.content-size-xs,
.content-size-sm,
.content-size-md,
.content-size-lg,
.content-size-full {
  width: 100%;
  margin: 0 auto 2rem;
}
.content-size-xs {
  max-width: 42rem;
}
.content-size-sm {
  max-width: 48rem;
}
.content-size-md {
  max-width: 52rem;
}
.content-size-lg {
  max-width: 60rem;
}
.content-size-full {
  max-width: none;
}
.content-size-extra-top {
  margin-top: 1rem !important;
}
.content-size-less-top {
  margin-top: -1rem !important;
}
.content-size-extra-bottom {
  margin-bottom: 3rem !important;
}
.content-size-less-bottom {
  margin-bottom: 1rem !important;
}
:root {
  --multiStepsBannerBackgroundColor: #1c1c1c;
}
:root .region-vikinglotto,
:root .region-avalon-vikinglotto {
  --multiStepsBannerBackgroundColor: #0000ff;
}
:root .region-allornothing,
:root .region-avalon-allornothing {
  --multiStepsBannerBackgroundColor: #191339;
}
:root .region-eurojackpot,
:root .region-avalon-eurojackpot {
  --multiStepsBannerBackgroundColor: #151515;
}
:root .region-keno,
:root .region-avalon-keno {
  --multiStepsBannerBackgroundColor: #00a5eb;
}
:root .region-lotto,
:root .region-avalon-lotto {
  --multiStepsBannerBackgroundColor: #E11E00;
}
:root .region-playtogether,
:root .region-avalon-playtogether {
  --multiStepsBannerBackgroundColor: #094366;
}
:root .region-quick,
:root .region-avalon-quick {
  --multiStepsBannerBackgroundColor: #7f4488;
}
:root .region-subscription,
:root .region-avalon-subscription {
  --multiStepsBannerBackgroundColor: #2e3535;
}
.multi-steps-banner {
  width: 100%;
  padding: 2rem 0;
  position: relative;
  height: auto;
  justify-content: center;
  align-content: center;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.multi-steps-banner__wrapper {
  background-color: var(--multiStepsBannerBackgroundColor, #1c1c1c);
  border-radius: 3rem;
  padding: 3rem 2rem;
  display: inline-block;
  width: 100%;
  margin: 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .multi-steps-banner__wrapper {
    padding: 3rem;
    margin: 0 5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .multi-steps-banner__wrapper {
    display: flex;
    padding: 0;
    width: 100%;
    text-align: center;
    max-width: 1440px;
    margin: 0 5rem;
  }
}
.multi-steps-banner__step {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .multi-steps-banner__step {
    width: 33.3%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1216px) {
  .multi-steps-banner__step {
    width: 0;
    flex: 1 1 0;
    padding: 5rem 0;
    margin-top: 0;
  }
}
.multi-steps-banner__img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.2rem;
}
.multi-steps-banner__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 1rem;
  color: #FFFFFF;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .multi-steps-banner__text {
    padding: 0 4rem;
  }
}
.multi-steps-banner__text a {
  color: #FFFFFF;
  text-decoration: underline;
}



/* ===========================================
   imports
   ========================================= */
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   settings.breakpoints
   ========================================= */
/* ===========================================
   settings.colors
   ========================================= */
/* New theming colors (use these in future, convert old colors along the way)
   ========================================================================== */
/* Color variables used in AvalonComponents, Poker and Casino projects
/* (Old theming colors, should be slowly removed)
   ========================================================================== */
/* Corporate colors
   ========================================================================== */
/* Poker colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Bingo colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Oddset colors
   ========================================================================== */
/* Virtuel colors
   ========================================================================== */
/* EuroJackpot colors
   ========================================================================== */
/* Set Color Variables
   ========================================================================== */
/* Components
   ========================================================================== */
/* *********** MIXINS ********** */
/* ===========================================
   tools.mixins
   ========================================= */
/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/**
 * Colors for Subscription
 */
/**
 * Primary
 */
/**
 * Text
 * Mobile font sizes have been halved
 */
/**
 * Buttons
 * Mobile font sizes have been halved
 */
.content-size-xs,
.content-size-sm,
.content-size-md,
.content-size-lg,
.content-size-full {
  width: 100%;
  margin: 0 auto 2rem;
}
.content-size-xs {
  max-width: 42rem;
}
.content-size-sm {
  max-width: 48rem;
}
.content-size-md {
  max-width: 52rem;
}
.content-size-lg {
  max-width: 60rem;
}
.content-size-full {
  max-width: none;
}
.content-size-extra-top {
  margin-top: 1rem !important;
}
.content-size-less-top {
  margin-top: -1rem !important;
}
.content-size-extra-bottom {
  margin-bottom: 3rem !important;
}
.content-size-less-bottom {
  margin-bottom: 1rem !important;
}
:root {
  --highlightBackground: #eeeeee;
}
:root .region-vikinglotto,
:root .region-avalon-vikinglotto {
  --highlightBackground: #0000ff;
}
:root .region-allornothing,
:root .region-avalon-allornothing {
  --highlightBackground: #191339;
}
:root .region-eurojackpot,
:root .region-avalon-eurojackpot {
  --highlightBackground: #151515;
}
:root .region-keno,
:root .region-avalon-keno {
  --highlightBackground: #00a5eb;
}
:root .region-lotto,
:root .region-avalon-lotto {
  --highlightBackground: #E11E00;
}
:root .region-playtogether,
:root .region-avalon-playtogether {
  --highlightBackground: #094366;
}
:root .region-quick,
:root .region-avalon-quick {
  --highlightBackground: #7f4488;
}
:root .region-subscription,
:root .region-avalon-subscription {
  --highlightBackground: #2e3535;
}
.card-cta {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.card-cta__wrapper {
  display: block;
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-cta__wrapper {
    padding: 0 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__wrapper {
    padding: 0 5rem;
    width: 100%;
    max-width: 1440px;
  }
}
.card-cta__highlight {
  color: #FFFFFF !important;
  background-color: var(--highlightBackground, #eeeeee) !important;
}
.card-cta__card {
  color: #000000;
  width: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  background-color: #eeeeee;
  border-radius: 3rem;
  border-bottom: #dbdbdb 0.4rem solid;
  border-right: #dbdbdb 0.4rem solid;
  padding: 2.5rem 0;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .card-cta__card {
    width: 46%;
    margin: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__card {
    width: 0;
    flex: 1 1 0;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__card:first-child {
    margin-left: 0;
  }
  .card-cta__card:last-child {
    margin-right: 0;
  }
}
.card-cta__img {
  width: 12rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
}
.card-cta__small-header {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.6rem;
  overflow-wrap: break-word;
  padding: 1rem 1.6rem 0;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .card-cta__small-header {
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__small-header {
    line-height: 1.6rem;
  }
}
.card-cta__text {
  line-height: 1.6rem;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  padding: 0 1.6rem 2.2rem;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .card-cta__text {
    padding: 0 1.6rem 2.2rem;
  }
}
@media screen and (min-width: 950px) {
  .card-cta__text {
    margin-bottom: 0;
  }
}
.card-cta__large-header {
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .card-cta__large-header {
    padding: 0 1.6rem 0;
    font-size: 2rem !important;
    line-height: 2.7rem !important;
  }
}
.card-cta__cta {
  background: #feb700;
  color: #000000;
  border-radius: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  line-height: 4.3rem;
  padding-top: 0.1rem;
  font-weight: 800;
  display: inline-block;
  position: relative;
  outline: none;
  border: none;
  text-decoration: none;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  width: auto;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: 0.2s ease-out;
  margin: auto 1.6rem 0;
}
.card-cta__cta:hover {
  transition: 0.2s ease-in 0.05s;
  margin: auto 1.2rem 0;
  cursor: pointer;
}
.card-cta__cta:active,
.card-cta__cta:focus {
  background: #f5d900;
}
.card-cta__label {
  width: 12.8rem;
  height: 8.7rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.card-cta__label-text {
  font-weight: 800;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  position: relative;
  padding: 0.6rem 0;
  left: -5.2rem;
  top: 1.2rem;
  width: 17.4rem;
  background-color: #ff3d1f;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.coupon {
  width: 31rem;
  font-size: 1.3rem;
  padding: 0.4rem 0.7rem 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.coupon .coupon__printer {
  width: 100%;
  height: 0.9rem;
  background-color: #92969E;
  border-radius: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.coupon .coupon__printer::before {
  content: '';
  height: 0.5rem;
  background: linear-gradient(0deg, rgba(146, 150, 158, 0) 0%, #92969e 95%, #92969e 100%);
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  z-index: 1;
}
.coupon.loading .loading-content {
  animation: pulsate 2s infinite;
}
.coupon p {
  line-height: 2rem;
  padding: 0 2rem;
}
.coupon .play-type {
  text-transform: uppercase;
  margin: 0.5rem 0 0;
}
.coupon .campaign__tickets-counter {
  margin: 1rem;
}
.coupon p.rebuy a,
.coupon .playtogether-winning-section a {
  background: #feb700;
  border: solid 0.05rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 4rem;
  padding: 1.2rem;
  text-decoration: none;
}
.coupon p.rebuy a:visited,
.coupon .playtogether-winning-section a:visited {
  color: #000000;
}
.coupon p.rebuy.rebuy--inactive a {
  cursor: not-allowed;
  background: #a3a6ab;
  color: #f1f2f2;
}
.coupon p.rebuy.rebuy--inactive .rebuy-inactive-notice {
  display: block;
  margin-top: 1.2rem;
  color: #E11E00;
}
.coupon .coupon-paper .playtogether-winning-section .total {
  margin-bottom: 2rem;
}
.coupon .coupon-paper {
  margin: 0 auto;
  padding: 2.4rem 0 1.2rem;
  background-color: #FFFFFF;
  background-repeat: repeat;
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/coupon-background.jpg");
  border-radius: 0 0 2.4rem 2.4rem;
  position: relative;
  transition: max-height 0.15s linear;
  overflow: hidden;
  box-sizing: content-box;
}
.coupon .coupon-paper > div {
  overflow: hidden;
}
@keyframes coupon-paper-content-fade-in {
  to {
    opacity: 1;
  }
}
.coupon .coupon-paper .coupon-paper__content {
  opacity: 0;
  animation: coupon-paper-content-fade-in 100ms 50ms linear forwards;
}
.coupon .coupon-paper .play-type {
  font-weight: bold;
}
.coupon .coupon-paper .multi-wager-count {
  text-transform: uppercase;
  margin: 0;
}
.coupon .coupon-paper .transaction-date {
  margin-bottom: 0;
}
.coupon .coupon-paper .coupon-id {
  font-size: 1rem;
  margin-top: 0;
}
.coupon .coupon-paper .chosen-system-numbers-heading {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.coupon .coupon-paper .chosen-system-numbers .chosen-numbers {
  background-color: rgba(195, 8, 21, 0.08);
  padding: 1.5rem 0 0.9rem;
}
.coupon .coupon-paper .chosen-system-numbers .chosen-numbers .number-table {
  background-color: transparent;
  max-width: 80%;
  margin: auto;
}
.coupon .coupon-paper .chosen-system-numbers .chosen-numbers .number-table tr:nth-child(odd) {
  background-color: transparent;
}
.coupon .coupon-paper .chosen-system-numbers .chosen-numbers .number-table td {
  width: 2.7rem;
  padding: 0 0 0.3rem;
  display: inline-block;
}
.coupon .coupon-paper .chosen-system-numbers .chosen-numbers .number-table td.additional {
  color: #E11E00;
}
.coupon .coupon-paper .chosen-system-numbers .chosen-numbers .number-table td.correct {
  font-weight: bold;
}
.coupon .coupon-paper .chosen-system-numbers .number-rows {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.8s;
}
.coupon .coupon-paper .chosen-system-numbers .number-rows tr:nth-child(odd) {
  background-color: rgba(195, 8, 21, 0.08);
}
.coupon .coupon-paper .chosen-system-numbers .toggle-row {
  padding: 1.5rem 0;
}
.coupon .coupon-paper .chosen-system-numbers .toggle-row .toggle-link {
  font-size: 1.1rem;
  color: #0000ff;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
}
.coupon .coupon-paper .chosen-system-numbers .toggle-row .toggle-link.open {
  display: block;
}
.coupon .coupon-paper .chosen-system-numbers .toggle-row .toggle-link.close {
  display: none;
}
.coupon .coupon-paper .chosen-system-numbers.active .toggle-link.open {
  display: none;
}
.coupon .coupon-paper .chosen-system-numbers.active .toggle-link.close {
  display: block;
}
.coupon .coupon-paper .number-tables__wrapper .number-table__wrapper:nth-child(odd) {
  background-color: rgba(195, 8, 21, 0.08);
}
.coupon .coupon-paper .number-tables__wrapper .number-table__wrapper .number-table tr {
  background-color: transparent !important;
}
.coupon .coupon-paper .number-table {
  table-layout: fixed;
  width: 100%;
}
.coupon .coupon-paper .number-table tr:nth-child(odd) {
  background-color: rgba(195, 8, 21, 0.08);
}
.coupon .coupon-paper .number-table tr td {
  padding: 0.4rem 0 0.5rem 0;
  width: 2.2rem;
}
.coupon .coupon-paper .number-table tr td.row-number {
  font-weight: bold;
  width: 4.4rem;
  padding-right: 1.2rem;
  text-align: right;
}
.coupon .coupon-paper .number-table tr td.divider {
  width: 1.6rem;
}
.coupon .coupon-paper .number-table tr td.additional {
  color: #E11E00;
}
.coupon .coupon-paper .number-table tr td.correct {
  font-weight: bold;
}
.coupon .coupon-paper .number-table tr td.won-indicator {
  position: relative;
  padding-left: 0.5rem;
}
.coupon .coupon-paper .number-table tr td.won-indicator svg {
  display: none;
}
.coupon .coupon-paper .number-table tr.row-won td.won-indicator svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  padding: 0;
  margin: 0;
}
.coupon .coupon-paper .multi-wager-list {
  margin: 0 2rem;
  border-top: 0.1rem solid #000000;
}
.coupon .coupon-paper .multi-wager-list table {
  width: 100%;
  margin: 1.2rem 0;
  text-align: right;
  text-transform: uppercase;
}
.coupon .coupon-paper .multi-wager-list table td {
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
}
.coupon .coupon-paper .multi-wager-list table td:first-child {
  padding-left: 0;
}
.coupon .coupon-paper .multi-wager-list table td:last-child {
  padding-right: 0;
}
.coupon .coupon-paper .multi-wager-list table svg.joker-hat {
  width: 2rem;
  height: 1.2rem;
}
.coupon .coupon-paper .multi-wager-list table svg.campaign-ticket {
  width: 1.1rem;
  height: 1.6rem;
  position: relative;
  top: 0.2rem;
}
.coupon .coupon-paper .coupon-separator {
  height: 1.5rem;
  width: 100%;
  position: relative;
}
.coupon .coupon-paper .coupon-separator::Before,
.coupon .coupon-paper .coupon-separator::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eeeeee;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.coupon .coupon-paper .coupon-separator::before {
  right: 0;
  transform: translateX(50%);
}
.coupon .coupon-paper .coupon-separator::after {
  left: 0;
  transform: translateX(-50%);
}
.coupon .coupon-paper .coupon-separator .coupon-separator__line {
  width: 100%;
  height: 0.3rem;
  color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.coupon .coupon-paper .draw-week {
  font-size: 1rem;
  font-weight: bold;
}
.coupon .coupon-paper .draw-week .draw-date {
  display: block;
}
.coupon .coupon-paper .keno-draw-date-title {
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.coupon .coupon-paper .keno-draw-date {
  font-weight: normal;
  display: inline-block;
  margin: 0.5rem 0 0 0;
}
.coupon .coupon-paper .keno-draw-date:last-child {
  margin-right: 0;
}
.coupon .coupon-paper .keno-wager-title {
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.coupon .coupon-paper .keno-wager {
  font-weight: normal;
  display: inline-block;
  padding: 0.5rem 0;
}
.coupon .coupon-paper .keno-wager:last-child {
  margin-right: 0;
}
.coupon .coupon-paper .game-type {
  font-weight: bold;
  border-top: 0.1rem solid #000000;
  padding: 1.5rem 0 0 0;
  margin: 0 2rem;
}
.coupon .coupon-paper .jokernumbers {
  background-color: rgba(195, 8, 21, 0.08);
  letter-spacing: 0.5rem;
  padding: 0.8rem 2rem 0.8rem;
}
.coupon .coupon-paper .jokernumbers .line {
  position: relative;
}
.coupon .coupon-paper .jokernumbers .number {
  padding: 0 0.4rem;
}
.coupon .coupon-paper .jokernumbers .number.additional {
  color: #E11E00;
}
.coupon .coupon-paper .jokernumbers .number.correct {
  font-weight: bold;
}
.coupon .coupon-paper .jokernumbers span.won-indicator {
  width: 1.1rem;
  height: 1.1rem;
  padding-left: 0.5rem;
  display: inline-block;
}
.coupon .coupon-paper .jokernumbers span.won-indicator svg {
  display: none;
}
.coupon .coupon-paper .jokernumbers .row-won span.won-indicator svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  padding: 0;
  margin: 0;
}
.coupon .coupon-paper.prizes-available .correct {
  font-weight: bold !important;
}
.coupon .coupon-paper.prizes-available .correct.additional {
  color: #E11E00;
}
.coupon .coupon-paper .total {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 1.4rem 0 1.2rem 0;
  margin: 0 2rem;
  font-weight: bold;
  text-align: left;
  border-top: 0.1rem solid #000000;
  border-bottom: 0.1rem solid #000000;
}
.coupon .coupon-paper .total span {
  float: right;
}
.coupon .coupon-paper .temporary-coupon-notice {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #727272;
}
.coupon .coupon-paper .company-name {
  font-size: 1rem;
  font-style: italic;
}
.coupon .coupon-paper .campaign-footer {
  padding: 1rem 2rem 0;
}
.coupon .coupon-paper .campaign-footer__logo {
  width: 100%;
  height: 7rem;
}
.coupon .coupon-paper .campaign-footer__logo.Sommerlotto {
  height: 25rem;
  margin: -3rem 0;
}
.coupon .coupon-paper .campaign-footer__text {
  margin-top: 1rem;
}
.coupon .coupon-paper .campaign-footer__tickets-count {
  display: none;
}
.coupon .coupon-paper .prizes .prizes-header {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1.5rem 0 1rem;
  margin: 0 2rem;
}
.coupon .coupon-paper .prizes .prize-section {
  margin-bottom: 3rem;
}
.coupon .coupon-paper .prizes .prize-section-header {
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 1rem 0 0;
}
.coupon .coupon-paper .prizes .prize-section-date {
  font-size: 1rem;
  margin-top: 0;
}
.coupon .coupon-paper .prizes .prize-section-date span {
  text-transform: uppercase;
}
.coupon .coupon-paper .prizes .prizes-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1rem;
}
.coupon .coupon-paper .prizes .prizes-table tr td,
.coupon .coupon-paper .prizes .prizes-table tr th {
  font-size: 1.3rem;
  padding: 0.4rem 0 0.5rem 0;
  width: 2.9rem;
}
.coupon .coupon-paper .prizes .prizes-table tr th {
  text-transform: uppercase;
}
.coupon.game-allornothing .coupon-paper .icon {
  width: 11rem;
  height: 2.5rem;
  fill: #3a3a3a;
}
.coupon.game-allornothing .coupon-paper .keno-title-table {
  width: 100%;
}
.coupon.game-allornothing .coupon-paper .keno-title-table .keno-row-title {
  width: 100%;
  padding-top: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.coupon.game-allornothing .coupon-paper .number-table {
  table-layout: fixed;
  width: 100%;
}
.coupon.game-allornothing .coupon-paper .number-table tr:nth-child(odd) {
  background-color: rgba(195, 8, 21, 0.08);
}
.coupon.game-allornothing .coupon-paper .number-table tr td {
  width: 2.05rem;
  padding: 0 0 0.5rem 0;
  display: inline-block;
}
.coupon.game-allornothing .coupon-paper .number-table tr td.won-indicator {
  width: 0;
  text-align: center;
}
.coupon.game-allornothing .coupon-paper .number-table tr td.won-indicator svg.svg {
  display: inline-block;
}
.coupon.game-allornothing .coupon-paper .number-table tr td.row-number {
  display: none;
}
.coupon.game-allornothing .coupon-paper .number-table tr td.divider {
  width: 1.6rem;
}
.coupon.game-allornothing .coupon-paper .number-table tr td.hide {
  display: none;
}
.coupon.game-lottosaturday .coupon-paper .icon {
  width: 10.5rem;
  height: 2.5rem;
}
.coupon.game-lottosaturday .coupon-paper .chosen-numbers {
  background-color: #FBD2DA;
}
.coupon.game-lottosaturday .coupon-paper .number-tables__wrapper .number-table__wrapper:nth-child(odd) {
  background-color: #FBD2DA;
}
.coupon.game-lottosaturday .coupon-paper .jokernumbers {
  background-color: transparent;
  padding: 0;
}
.coupon.game-lottosaturday .coupon-paper .jokernumbers .line {
  padding: 0.8rem;
  margin-bottom: 0.4rem;
  background-color: #FBD2DA;
}
.coupon.game-lottosaturday .campaign-footer--campaign-christmas .campaign-footer__logo,
.coupon.game-lottosaturday .campaign-footer--campaign-easter .campaign-footer__logo,
.coupon.game-lottosaturday .campaign-footer--JuleLotto2022 .campaign-footer__logo {
  height: 8rem;
  margin-top: 2rem;
}
.coupon.game-lottosaturday .campaign-footer--campaign-christmas .campaign-footer__tickets-count,
.coupon.game-lottosaturday .campaign-footer--campaign-easter .campaign-footer__tickets-count,
.coupon.game-lottosaturday .campaign-footer--JuleLotto2022 .campaign-footer__tickets-count {
  font-family: "OliveVillage";
  font-size: 5.6rem;
  line-height: 8rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: -1rem;
}
.coupon.game-lottosaturday .campaign-footer--campaign-christmas .campaign-footer__tickets-count::before,
.coupon.game-lottosaturday .campaign-footer--campaign-easter .campaign-footer__tickets-count::before,
.coupon.game-lottosaturday .campaign-footer--JuleLotto2022 .campaign-footer__tickets-count::before,
.coupon.game-lottosaturday .campaign-footer--campaign-christmas .campaign-footer__tickets-count::after,
.coupon.game-lottosaturday .campaign-footer--campaign-easter .campaign-footer__tickets-count::after,
.coupon.game-lottosaturday .campaign-footer--JuleLotto2022 .campaign-footer__tickets-count::after {
  content: "";
  width: 3.6rem;
  height: 1.2rem;
  background-image: url("/Components/DanskeSpil/Domain/Lotto/Graphics/Campaigns/Christmas/christmas-tickets-counter-vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-top: -1rem;
}
.coupon.game-lottosaturday .campaign-footer--campaign-christmas .campaign-footer__tickets-count::before,
.coupon.game-lottosaturday .campaign-footer--campaign-easter .campaign-footer__tickets-count::before,
.coupon.game-lottosaturday .campaign-footer--JuleLotto2022 .campaign-footer__tickets-count::before {
  transform: rotate(180deg);
}
.coupon.game-lottosaturday .campaign-footer--campaign-christmas .campaign-footer__text,
.coupon.game-lottosaturday .campaign-footer--campaign-easter .campaign-footer__text,
.coupon.game-lottosaturday .campaign-footer--JuleLotto2022 .campaign-footer__text {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
}
.coupon .campaign-header-icon {
  max-width: calc(100% - 4rem);
}
.coupon.game-vikinglotto .coupon-paper .icon {
  width: 24rem;
  height: 4.7rem;
}
.coupon.game-vikinglotto .coupon-paper .chosen-numbers {
  background-color: #E5E6FD;
}
.coupon.game-vikinglotto .coupon-paper .number-tables__wrapper .number-table__wrapper:nth-child(odd) {
  background-color: #E5E6FD;
}
.coupon.game-vikinglotto .coupon-paper .jokernumbers {
  background-color: transparent;
  padding: 0;
}
.coupon.game-vikinglotto .coupon-paper .jokernumbers .line {
  padding: 0.8rem;
  margin-bottom: 0.4rem;
  background-color: #E5E6FD;
}
.coupon.game-vikinglotto .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table {
  margin: 0 auto;
}
.coupon.game-vikinglotto .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container {
  width: 3.4rem;
  position: relative;
  display: inline-block;
  margin: 0.2rem;
}
.coupon.game-vikinglotto .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container .ekstra-number {
  width: 1.7rem;
  position: relative;
  z-index: 1;
  padding-top: 0.8rem;
}
.coupon.game-vikinglotto .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container .additional {
  color: red;
}
.coupon.game-vikinglotto .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container .correct {
  font-weight: bold;
}
.coupon.game-vikinglotto .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container svg {
  width: 3.2rem;
  height: 3rem;
  left: 0.1rem;
  top: 0.1rem;
  position: absolute;
  margin: 0;
  padding: 0;
}
.coupon.game-eurojackpot .coupon-paper .icon {
  width: 17.8rem;
  height: 2.5rem;
}
.coupon.game-eurojackpot .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table {
  margin: 0 auto;
}
.coupon.game-eurojackpot .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container {
  width: 3.4rem;
  position: relative;
  display: inline-block;
  margin: -0.3rem 0.3rem;
}
.coupon.game-eurojackpot .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container td {
  width: 1.7rem;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}
.coupon.game-eurojackpot .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container td.additional {
  color: red;
}
.coupon.game-eurojackpot .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container td.correct {
  font-weight: bold;
}
.coupon.game-eurojackpot .coupon-paper .chosen-system-numbers .chosen-numbers .ekstra-number-table .ekstra-number-container svg {
  width: 3.2rem;
  height: 3rem;
  left: 0.1rem;
  top: 0.2rem;
  position: absolute;
  margin: 0;
  padding: 0;
}
.coupon.game-eurojackpot .coupon-paper .number-table tr td.row-number {
  width: 3.4rem;
}
.coupon.game-eurojackpot .coupon-paper .chosen-numbers {
  background-color: #FAEDD6;
}
.coupon.game-eurojackpot .coupon-paper .number-tables__wrapper .number-table__wrapper:nth-child(odd) {
  background-color: #FAEDD6;
}
.coupon.game-eurojackpot .coupon-paper .jokernumbers {
  background-color: transparent;
  padding: 0;
}
.coupon.game-eurojackpot .coupon-paper .jokernumbers .line {
  padding: 0.8rem;
  margin-bottom: 0.4rem;
  background-color: #FAEDD6;
}
.coupon.game-keno .coupon-paper .icon {
  width: 10.5rem;
  height: 2.5rem;
}
.coupon.game-keno .coupon-paper .chosen-system-numbers-heading {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
.coupon.game-keno .coupon-paper .keno-title-table {
  width: 100%;
}
.coupon.game-keno .coupon-paper .keno-title-table .keno-row-title {
  width: 100%;
  padding-top: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.coupon.game-keno .coupon-paper .number-table {
  table-layout: fixed;
  width: 100%;
}
.coupon.game-keno .coupon-paper .number-table tr:nth-child(odd) {
  background-color: rgba(195, 8, 21, 0.08);
}
.coupon.game-keno .coupon-paper .number-table tr td {
  width: 2.2rem;
  padding: 0 0 0.5rem 0;
  display: inline-block;
}
.coupon.game-keno .coupon-paper .number-table tr td.row-number {
  display: none;
}
.coupon.game-keno .coupon-paper .number-table tr td.divider {
  width: 1.6rem;
}
.coupon .play-together-title {
  font-size: 1.4rem;
  font-weight: bold;
}
.coupon .play-together {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.coupon .play-together.text-center {
  text-align: center;
}
.coupon .play-together-rows,
.coupon .play-together-amount {
  padding: 0 2rem;
}
.coupon .play-together-label {
  font-weight: bold;
}
.coupon .campaign-footer--campaign-engine {
  line-height: 1;
}
.coupon .campaign-footer--campaign-engine .campaign-footer__logo {
  margin-bottom: 0.6rem;
}
.coupon .campaign-footer--campaign-engine .campaign-footer__tickets-count {
  display: block;
  font-size: 5rem;
  font-weight: 700;
}
.coupon .campaign-footer--campaign-engine .campaign-footer__tickets-count-label {
  font-size: 1.6rem;
  font-weight: 600;
}
@keyframes pulsate {
  50% {
    opacity: 0.5;
    transform: scale(0.97);
  }
}
.coupon-extra-campaign-draws {
  margin-bottom: 2.4rem;
  position: relative;
}
.coupon-extra-campaign-draws__header-graphics {
  position: absolute;
  top: -1.3rem;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  overflow: visible;
}
.coupon-extra-campaign-draws__headline {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.coupon-extra-campaign-draws__table {
  display: flex;
  flex-direction: column;
  margin: 0 2rem;
  gap: 0.4rem;
}
.coupon-extra-campaign-draws__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.coupon-extra-campaign-draws__cell {
  padding: 0 0.3rem;
}
.coupon-extra-campaign-draws__cell--name {
  font-weight: 700;
}



.header.top-navigation {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media print {
  .header.top-navigation {
    display: none;
  }
}
.header.top-navigation.header--not-fixed {
  position: absolute;
}
.mode-edit .header.top-navigation {
  position: relative;
}
.header.top-navigation * {
  box-sizing: border-box;
}
.header.top-navigation a:hover {
  text-decoration: none;
}
/* OVERLAY */
.header__cta-component__read-more-overlay {
  background: #fff;
  top: 10%;
  margin-top: 40%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 1em 4em;
  border-radius: 0.7em;
  text-align: center;
  width: 90%;
  max-width: calc(1440px / 3);
}
@media screen and (max-width: 950px) {
  .header__cta-component__read-more-overlay {
    margin-top: 10%;
  }
}
.header__cta-component__read-more-overlay__title {
  font-size: 22px;
  font-size: 2.2rem;
}
.header__cta-component__read-more-overlay__paragraph {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.header__cta-component__read-more-overlay__close-btn {
  background: #156a5f;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 13px 16px 16px 16px;
  margin-bottom: 8px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  /*&:active {
    background: @color-white-100;
    color: @color-gray-100;
  }

  &--inactive {
    background: @color-gray-400;
    color: @color-gray-300;
  }

  &--medium {
  }

  &-small {
  }

  @media screen and (min-width: @medium) {
    .font-size(14);
  }*/
  min-width: 100px;
  margin: 2em 0;
}
.header__cta-component__read-more-overlay__close-btn:hover {
  background: #004b32;
  text-decoration: none;
}
.header__cta-component__read-more-overlay__close-icon {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  margin: 20px 20px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  cursor: pointer;
}
.header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .header-static-fix {
    height: 11.6rem;
  }
}
.is-logged-in:not(.is-context-neutral) .header-static-fix {
  height: 8.4rem;
}
@media (min-width: 768px) {
  .is-logged-in:not(.is-context-neutral) .header-static-fix {
    height: 8.8rem;
  }
}
@media (min-width: 950px) {
  .is-logged-in:not(.is-context-neutral) .header-static-fix {
    height: 11.6rem;
  }
}
.region-kundecenter .header-static-fix {
  height: 8.6rem;
}
@media (min-width: 950px) {
  .region-kundecenter .header-static-fix {
    height: 13.6rem;
  }
}
@media (min-width: 950px) {
  .region-avalon-kundecenter .header-static-fix {
    height: 2.6rem;
  }
}
@media (min-width: 1440px) {
  .region-avalon-kundecenter .header-static-fix {
    height: 4rem;
  }
}
.region-frontpage .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-frontpage .header-static-fix {
    height: 28.6rem;
  }
}
.region-avalon-frontpage .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-avalon-frontpage .header-static-fix {
    height: 4.2rem;
  }
}
@media (min-width: 950px) {
  .region-retail-account.PlayerAccountManagementContentPage .header-static-fix {
    height: 12rem;
  }
}
.region-retail-account.RetailAccountHiddenMenu .header-static-fix {
  display: none;
}
.region-retail-account .is-logged-in:not(.is-context-neutral) .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-retail-account .is-logged-in:not(.is-context-neutral) .header-static-fix {
    height: 7.6rem;
  }
}
.region-retail-account .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-retail-account .header-static-fix {
    height: 7.6rem !important;
  }
}
.corporate-nav {
  position: relative;
  transition: transform 0.4s ease;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 950px) {
  .corporate-nav {
    height: 4rem;
  }
}
.corporate-nav .js-prevlogintime span:not(:empty):before {
  content: 'Seneste login: ';
}
.corporate-nav__container {
  height: 6.6rem;
}
@media all and (min-width: 950px) {
  .corporate-nav__container {
    max-width: 1440px;
    margin: 0 auto;
    min-width: 923px;
    overflow: hidden;
    height: auto;
  }
  .is-logged-in .corporate-nav__container {
    min-width: 950px;
  }
}
.corporate-nav__logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
}
@media all and (min-width: 950px) {
  .corporate-nav__logo {
    transform: none;
    left: auto;
    top: 1.2rem;
    margin-left: 0;
    display: inline-block;
  }
  .corporate-nav__logo-img {
    height: 1.7rem;
    width: 10.6rem;
  }
  .corporate-nav__logo.mobile {
    display: none;
  }
}
.corporate-nav__navigation {
  width: auto;
  height: 100%;
  -ms-transform: none;
  transform: none;
  background-color: transparent;
  display: inline-block;
  margin-left: 180px;
  box-shadow: none;
}
.corporate-nav__list {
  margin: 0;
  padding: 0;
  max-height: 100%;
  width: 100%;
}
.corporate-nav__list-item {
  list-style: none;
  font-size: 4vw;
  float: left;
}
.is-mobile-detected .corporate-nav__list-item.desktop-only,
.is-tablet-detected .corporate-nav__list-item.desktop-only {
  display: none;
}
.corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: white;
  opacity: 0.7;
}
@media all and (min-width: 950px) {
  .corporate-nav__list-item.has-shown-subnav .sub-navigation {
    transform: translateY(100%) scaleY(1);
    z-index: 1;
  }
}
@media all and (min-width: 950px) {
  .corporate-nav__list-item.has-shown-subnav .corporate-nav__list-link:after {
    transform: translateY(0) rotate(225deg);
    transform: translateY(0);
    border-bottom-color: #fff;
  }
}
.corporate-nav__list-item.has-shown-subnav svg.corporate-nav__link-icon {
  transform: rotate(0.5turn);
}
.corporate-nav__list-link {
  font-size: 1.4rem;
  padding: 2.3rem 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}
@media all and (min-width: 950px) {
  .corporate-nav__list-link {
    padding: 1.3rem 1.8rem 1.1rem;
  }
}
.corporate-nav__list-link svg.corporate-nav__link-icon {
  fill: white;
  height: 1.1rem;
  width: 1.1rem;
  margin-left: 0.6rem;
  display: none;
  transition: transform 150ms ease-out;
}
@media all and (min-width: 950px) {
  .corporate-nav__list-link svg.corporate-nav__link-icon {
    display: inline-block;
  }
}
@media all and (min-width: 950px) {
  .corporate-nav__list-link:after {
    height: 0;
    width: 0;
    content: ' ';
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -8px;
    -ms-transform: translateY(1000%);
    transform: translateY(1000%);
    z-index: 0;
    transition: transform 200ms ease;
  }
}
@media all and (min-width: 950px) {
  .corporate-nav .sub-navigation {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    max-height: none;
    transition: all 200ms ease;
    background-color: #FFF;
    overflow: hidden;
    transform-origin: top;
    transform: translateY(100%) scaleY(0);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
}
.corporate-nav .sub-navigation__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.corporate-nav .sub-navigation__list {
  padding: 0;
  margin: 0;
  box-sizing: content-box !important;
  display: inline-block;
  padding-left: 235px;
}
.corporate-nav .sub-navigation__item {
  font-size: 14px;
  display: inline-block;
  list-style: none;
  float: left;
}
.corporate-nav .sub-navigation__link {
  padding: 15px 25px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  min-height: 0;
}
.corporate-nav .sub-navigation__link:hover {
  opacity: 0.5;
}
.user-bar {
  float: right;
  display: inline-block;
}
.user-bar__navigation {
  width: auto;
  height: 100%;
  display: inline-block;
}
.user-bar__list {
  margin: 0;
  padding: 0;
  max-height: 100%;
  list-style-type: none;
}
.accountmenu__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12.5px 10px 9px;
  line-height: 1.3;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
}
.accountmenu__item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.accountmenu .signup-btn {
  position: relative;
}
.accountmenu .login-btn.mobile-only {
  display: none;
}
.accountmenu .info-bar-item--ballance,
.accountmenu .info-bar-item--username {
  display: none;
}
.accountmenu .profile-btn {
  position: relative;
  float: right;
  height: 40px;
  width: 40px;
  padding: 0;
  display: none;
}
.accountmenu .profile-btn.mobile-only {
  display: none;
  color: transparent;
  width: 16vw;
  height: 16vw;
  margin-right: 3vw;
  top: -1.7rem;
}
.accountmenu .profile-btn:before {
  content: ' ';
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMC43IDEwLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjcgMTAuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkYiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAsOC42QzkuOSw4LjUsNy4zLDcuMiw1LjMsNy4yUzAuOCw4LjUsMC43LDguNkMwLjUsOC43LDAuMyw4LjksMC4zLDkuMXYwLjZjMCwwLjMsMC4zLDAuNiwwLjYsMC42aDguOGMwLjMsMCwwLjYtMC4zLDAuNi0wLjZWOS4xQzEwLjMsOC45LDEwLjIsOC43LDEwLDguNnogTTIuOCw0LjFWMi45YzAtMS40LDEuMS0yLjUsMi41LTIuNXMyLjUsMS4xLDIuNSwyLjV2MS4yYzAsMS40LTEuMSwyLjUtMi41LDIuNVMyLjgsNS41LDIuOCw0LjF6Ii8+PC9zdmc+DQo=');
}
.has-shown-subnav .accountmenu .mega-menu {
  transform: translateY(100%) scaleY(1);
  z-index: 1;
}
@media all and (min-width: 950px) {
  .is-logged-in .profile-btn,
  .is-logged-in .info-bar-item--ballance,
  .is-logged-in .info-bar-item--username {
    display: inline-block;
  }
}
.is-logged-in .login-btn,
.is-logged-in .signup-btn {
  display: none;
}
.is-logged-in .accountmenu:hover .accountmenu__item {
  opacity: 0.7;
  cursor: pointer;
}
.top-navigation .sub-sub-sub-navigation {
  max-height: none;
  transition: max-height 0.4s ease;
}
.top-navigation .corporate-nav__list-item.notification-item a {
  padding-right: 2.5rem;
  position: relative;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .top-navigation .corporate-nav__list-item.notification-item a {
    display: block;
    padding-right: 5rem;
  }
}
@media all and (min-width: 950px) {
  .top-navigation .corporate-nav__list-item.notification-item a {
    display: block;
    padding-right: 2rem;
  }
}
.top-navigation .corporate-nav__list-item.notification-item a:before {
  pointer-events: none;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: ' ';
  display: block;
  vertical-align: middle;
  font-size: 1.4rem;
  border-radius: 50%;
  background: #feb700 url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/icon_pam_exclamation-black.svg') center center no-repeat;
  background-size: 0.8rem;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .top-navigation .corporate-nav__list-item.notification-item a:before {
    top: 1rem;
    width: 4rem;
    height: 4rem;
    background-size: 2rem;
  }
}
@media all and (min-width: 950px) {
  .top-navigation .corporate-nav__list-item.notification-item a:before {
    top: 0.6rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 0.75rem;
  }
}
.brand-nav {
  position: relative;
  transition: transform 200ms ease;
  overflow: visible;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 950px) {
  .brand-nav .user-bar {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .brand-nav .desktop-only {
    display: none;
  }
}
@media (min-width: 950px) {
  .brand-nav .mobile-only {
    display: none;
  }
}
.brand-nav__container {
  white-space: nowrap;
  height: 6.6rem;
}
@media all and (min-width: 950px) {
  .brand-nav__container {
    max-width: 1440px;
    margin: 0 auto;
    height: 7.6rem;
  }
}
.brand-nav__container .pam-return-to-site-close {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
  top: 2.2rem;
  cursor: pointer;
  display: none;
}
.brand-nav__container .pam-return-to-site-close__icon {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-nav__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 21rem);
  height: 6.5rem;
  margin: 0 10rem 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.is-logged-in .brand-nav__logo {
  width: calc(100% - 13rem);
}
@media all and (min-width: 950px) {
  .brand-nav__logo {
    width: 17rem;
    margin: 0;
    height: 7.5rem;
    left: auto;
  }
}
.brand-nav__logo .pam-return-to-site-back {
  display: none;
  cursor: pointer;
}
.brand-nav__logo .pam-return-to-site-back:before,
.brand-nav__logo .pam-return-to-site-back:after {
  content: "";
  display: table;
}
.brand-nav__logo .pam-return-to-site-back:after {
  clear: both;
}
.brand-nav__logo .pam-return-to-site-back__brand {
  float: left;
  margin-left: 1.5rem;
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
  transform: translateY(0.3rem);
}
.brand-nav__logo .pam-return-to-site-back__brand:hover {
  text-decoration: underline;
}
.brand-nav__logo .pam-return-to-site-back__logo-img {
  display: none;
  max-height: 2rem;
  max-width: 13rem;
  width: auto;
  height: auto;
}
@media all and (min-width: 950px) {
  .brand-nav__logo .pam-return-to-site-back__logo-img {
    display: inline-block;
  }
}
.brand-nav__logo .pam-return-to-site-back .brand-nav__logo-text {
  display: block;
  font-size: 0.9rem;
  color: white;
  margin: -0.5rem 0 0.5rem;
  font-style: italic;
  font-weight: normal;
}
.brand-nav__logo .pam-return-to-site-back__icon {
  width: 1.1rem;
  height: 1.1rem;
  float: left;
  position: relative;
  top: 1rem;
}
.brand-nav__logo a {
  text-decoration: none;
}
.brand-nav__logo-cube {
  width: 4vw;
  height: 4vw;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .brand-nav__logo-cube {
    display: none;
  }
}
.brand-nav__logo-img {
  padding-left: 1rem;
  display: inline-block;
  margin: 0;
  max-height: 2.5rem;
  max-width: 17rem;
  height: 100%;
}
@media (max-width: 440px) {
  .brand-nav__logo-img {
    max-height: 1.7rem;
    max-width: calc(100% - 1.8rem);
  }
}
@media all and (min-width: 950px) {
  .brand-nav__logo-img {
    border: 0;
    margin: 0;
    text-align: left;
    padding-left: 0;
  }
}
.brand-nav__logo-text {
  display: block;
  font-size: 0.8rem;
  color: white;
  margin: 0.5rem 0;
  font-style: italic;
}
.brand-nav__navigation {
  margin-left: 180px;
  width: auto;
  height: 100%;
  transform: none;
  background-color: transparent;
  display: inline-block;
}
.brand-nav__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
}
.brand-nav__item {
  font-size: 2.1rem;
  display: inline-block;
  list-style: none;
  float: left;
}
.brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  opacity: 0.7;
}
@media all and (min-width: 950px) {
  .brand-nav__item.has-shown-subnav .sub-navigation {
    transform: translateY(100%) scaleY(1);
    transition-timing-function: ease-out;
    z-index: 1;
  }
}
.brand-nav__item.has-shown-subnav svg.brand-nav__link-icon {
  transform: rotate(0.5turn);
}
.brand-nav__link {
  padding: 2.9rem 1.8rem 2.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: 0;
  color: white;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}
.brand-nav__link:hover {
  text-decoration: none;
}
.brand-nav__link svg.brand-nav__link-icon {
  fill: white;
  height: 1.1rem;
  width: 1.1rem;
  margin-left: 0.6rem;
  display: none;
  transition: transform 150ms ease-out;
}
@media all and (min-width: 950px) {
  .brand-nav__link svg.brand-nav__link-icon {
    display: inline-block;
  }
}
@media all and (min-width: 950px) {
  .js-has-subnav .brand-nav__link:after {
    height: 0;
    width: 0;
    content: ' ';
    display: block;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.8rem;
    transform: translateY(1000%);
    z-index: 0;
    transition: transform 200ms ease;
  }
}
.has-shown-subnav .brand-nav__link:after {
  transform: translateY(0) rotate(225deg);
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .has-shown-subnav .brand-nav__link:after {
    transform: translateY(0.25rem) rotate(225deg);
  }
}
@media all and (min-width: 950px) {
  .has-shown-subnav .brand-nav__link:after {
    transform: translateY(0);
    border-bottom-color: white;
  }
}
@media all and (min-width: 950px) {
  .brand-nav .sub-navigation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 950px;
    background-color: white;
    transform-origin: top;
    transform: translateY(100%) scaleY(0);
    max-height: none !important;
    transition: all 200ms ease;
    z-index: 0;
  }
}
.brand-nav .sub-navigation__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 17rem;
}
.brand-nav .sub-navigation__list {
  padding: 0;
  display: inline-block;
}
.brand-nav .sub-navigation__item {
  font-size: 1.6rem;
  display: inline-block;
  list-style: none;
  float: left;
}
.brand-nav .sub-navigation__link {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .brand-nav .sub-navigation__link {
    padding: 1.9rem 1.8rem 1.1rem;
    min-height: 0;
  }
}
.brand-nav .sub-navigation__link:hover {
  opacity: 0.5;
}
@media all and (min-width: 950px) {
  .region-player-account-management.Register .brand-nav,
  .region-player-account-management.ChangePasswordPage .brand-nav,
  .region-retail-account.page-retail-upgrade .brand-nav {
    display: none;
  }
}
.mobile-nav-right {
  display: none;
}
@media all and (max-width: 949px) {
  .is-logged-in .mobile-nav-right {
    display: block;
  }
}
.mobile-navigation-header {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0;
  justify-content: center;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 6.6rem;
}
@media (min-width: 950px) {
  .mobile-navigation-header {
    display: none;
  }
}
.mobile-navigation-header__logo {
  width: 100%;
  display: block;
}
.mobile-navigation-header .mobile-navigation-header__logo-link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-navigation-header .mobile-navigation-header__logo-cube {
  width: 3rem;
  height: 3rem;
}
.mobile-navigation-header .mobile-navigation-header__brand-logo {
  height: 2.45rem;
}
.mobile-navigation-header__logo-img {
  padding-left: 1.5rem;
  max-height: 2.5rem;
}
@media (min-width: 768px) {
  .mobile-navigation-header__logo-img {
    height: 3rem;
  }
}
.mobile-navigation-header__logo-text {
  display: none;
}
.menu-toggle {
  float: left;
}
@media all and (min-width: 950px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 30em), (-ms-high-contrast: none) and (max-width: 30em) {
  .menu-toggle {
    z-index: 1;
    position: relative;
  }
}
.menu-toggle-right {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}
.menu-toggle-right .menu-toggle-btn div:nth-child(2) {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  z-index: -1;
  opacity: 0;
}
.menu-toggle-btn {
  width: 16.2vw;
  height: 16.2vw;
  display: block;
  box-sizing: border-box;
  padding: 4vw 4vw;
  position: relative;
  overflow: visible;
}
.menu-toggle-btn div {
  width: 6vw;
  height: 3px;
  background-color: #FFF;
  display: inline-block;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  border-radius: 0.4vw;
  position: absolute;
  top: calc(50%);
  left: 50%;
  margin-left: -3vw;
  transform: translate(0, 0) rotate(0);
  -webkit-transform: translate(0, 0) rotate(0);
}
.menu-toggle-btn div:nth-child(1) {
  margin-top: -2vw;
}
.menu-toggle-btn div:nth-child(3) {
  margin-top: 2vw;
}
.menu-toggle-btn.active div:nth-child(1) {
  transform: translate(-0.3vw, 2.25vw) rotate(45deg);
  -webkit-transform: translate(-0.3vw, 2.25vw) rotate(45deg);
}
.menu-toggle-btn.active div:nth-child(2) {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
}
.menu-toggle-btn.active div:nth-child(3) {
  transform: translate(-0.3vw, -1.76vw) rotate(-45deg);
  -webkit-transform: translate(-0.3vw, -1.76vw) rotate(-45deg);
}
.mobile-user-info {
  clear: both;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.1vw 2vw;
  box-sizing: border-box;
}
.is-logged-in .mobile-user-info {
  display: block;
}
@media all and (min-width: 950px) {
  .is-logged-in .mobile-user-info {
    display: none;
  }
}
.mobile-user-info.modal-wrapper.overlay-active:before {
  pointer-events: none;
  background-color: initial;
}
.mobile-user-info:after {
  display: table;
  content: ' ';
  clear: both;
}
.mobile-user-info .js-balance-total {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.mobile-user-info .js-balance-total:not(:empty):before {
  font-weight: normal;
  content: 'Saldo: ';
}
.mobile-user-info__left,
.mobile-user-info__right {
  display: inline-block;
  vertical-align: middle;
}
.mobile-user-info__left p,
.mobile-user-info__right p,
.mobile-user-info__left a,
.mobile-user-info__right a {
  margin: 0;
  padding: 0.5vw 0;
  color: #FFF;
  font-size: 2.7vw;
  line-height: 1;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .mobile-user-info__left p,
  .mobile-user-info__right p,
  .mobile-user-info__left a,
  .mobile-user-info__right a {
    font-size: 14px;
  }
}
.mobile-user-info__left {
  float: left;
}
.mobile-user-info__right {
  float: right;
}
.games-mobile-nav {
  position: fixed;
  background-color: #014B32;
  z-index: 20;
}
.games-mobile-nav .corporate-nav__list-link:before {
  display: none !important;
}
@media all and (min-width: 950px) {
  .games-mobile-nav {
    display: none;
  }
}
.games-mobile-nav a {
  color: #fff;
}
.games-mobile-nav a:after {
  border-color: #fff !important;
  border-width: 2px !important;
}
.games-mobile-nav a[class*=-link] {
  z-index: 90;
}
.games-mobile-nav .sub-navigation {
  background-color: #fff !important;
  max-height: none !important;
  height: 0;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  transition: height 0.4s ease !important;
}
.games-mobile-nav .sub-navigation .games-left,
.games-mobile-nav .sub-navigation .games-center,
.games-mobile-nav .sub-navigation .games-right {
  width: 100% !important;
  max-width: 100% !important;
  float: none;
  padding: 1rem 2% 4vw;
}
.games-mobile-nav .sub-navigation .games-left p,
.games-mobile-nav .sub-navigation .games-center p,
.games-mobile-nav .sub-navigation .games-right p {
  font-size: 2.5vw;
}
.games-mobile-nav .sub-navigation .games-left .games-list,
.games-mobile-nav .sub-navigation .games-center .games-list,
.games-mobile-nav .sub-navigation .games-right .games-list {
  margin-top: 0;
}
.games-mobile-nav .sub-navigation .games-left .games-list-item,
.games-mobile-nav .sub-navigation .games-center .games-list-item,
.games-mobile-nav .sub-navigation .games-right .games-list-item {
  width: calc(50% - 1rem);
  max-height: none;
  height: 12vw;
}
.games-mobile-nav .sub-navigation .games-left .header__cta-component__description,
.games-mobile-nav .sub-navigation .games-center .header__cta-component__description,
.games-mobile-nav .sub-navigation .games-right .header__cta-component__description {
  white-space: pre-line;
  font-size: 4vw;
}
.games-mobile-nav .sub-navigation .games-left .header__cta-component__cta-home,
.games-mobile-nav .sub-navigation .games-center .header__cta-component__cta-home,
.games-mobile-nav .sub-navigation .games-right .header__cta-component__cta-home {
  padding: 3.6vw 5vw 2.5vw;
  font-size: 4vw;
}
.games-mobile-nav .sub-navigation .games-right {
  padding-top: 4vw !important;
}
@media all and (max-width: 949px) {
  .header.is-showing-left-menu {
    transform: translateX(84.6vw) !important;
    -webkit-transform: translateX(84.6vw) !important;
  }
  .header.is-showing-right-menu {
    transform: translateX(-100vw) !important;
    -webkit-transform: translateX(-100vw) !important;
  }
  .header.is-showing-right-menu:before {
    transform: translateX(15.4vw);
    -webkit-transform: translateX(15.4vw);
  }
  .header.is-showing-right-menu .menu-toggle-right {
    position: fixed;
    display: block;
    margin-top: 0;
    right: -15.4vw;
  }
  .header.is-showing-right-menu .profile-btn .mobile-only {
    display: none;
  }
  .header {
    pointer-events: all;
  }
  nav:first-of-type {
    display: none;
  }
  nav:last-of-type {
    display: block;
    max-width: 100vw;
  }
  .corporate-nav__list-item.js-has-subnav:first-child {
    display: none;
  }
  .brand-nav,
  .corporate-nav {
    overflow: hidden;
    padding: 0;
  }
  .brand-nav .user-bar,
  .corporate-nav .user-bar {
    display: block;
  }
  .brand-nav .user-bar .desktop-only,
  .corporate-nav .user-bar .desktop-only {
    display: none;
  }
  .brand-nav .user-bar__item,
  .corporate-nav .user-bar__item {
    position: relative;
    line-height: 1;
    color: #FFF;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    margin-right: 3vw;
    float: right;
  }
  .brand-nav .user-bar__login-icon,
  .corporate-nav .user-bar__login-icon {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 1.4rem;
    left: calc(50% - 1rem);
  }
  .brand-nav .user-bar .login-btn.mobile-only,
  .corporate-nav .user-bar .login-btn.mobile-only {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin-right: 3vw;
    float: right;
  }
  .brand-nav .user-bar .login-btn.mobile-only:before,
  .corporate-nav .user-bar .login-btn.mobile-only:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: nowrap;
    line-height: 1;
  }
  .is-logged-in .brand-nav .user-bar .login-btn.mobile-only,
  .is-logged-in .corporate-nav .user-bar .login-btn.mobile-only {
    display: none;
  }
  .is-logged-in .brand-nav .user-bar .create-btn.mobile-only,
  .is-logged-in .corporate-nav .user-bar .create-btn.mobile-only {
    display: none;
  }
  .brand-nav .user-bar .profile-btn.mobile-only,
  .corporate-nav .user-bar .profile-btn.mobile-only {
    display: none;
    background: #fff;
    border-radius: 50%;
    position: relative;
  }
  .brand-nav .user-bar .profile-btn.mobile-only:before,
  .corporate-nav .user-bar .profile-btn.mobile-only:before {
    content: " ";
    width: 4vw;
    height: 4.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -56%);
    -ms-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .is-logged-in .brand-nav .user-bar .profile-btn.mobile-only,
  .is-logged-in .corporate-nav .user-bar .profile-btn.mobile-only {
    display: block;
  }
  .brand-nav__logo-text,
  .corporate-nav__logo-text {
    display: none;
    text-decoration: none;
  }
  .brand-nav .corporate-nav__logo,
  .corporate-nav .corporate-nav__logo {
    text-align: center;
  }
  .brand-nav .corporate-nav__logo img,
  .corporate-nav .corporate-nav__logo img {
    max-height: 2.5rem;
  }
  .brand-nav__navigation,
  .corporate-nav__navigation {
    position: fixed;
    margin-left: 0;
    width: 84.6vw;
    height: 100vh;
    left: 0;
    top: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .brand-nav__navigation.mobile-nav-left,
  .corporate-nav__navigation.mobile-nav-left {
    transform: translateX(-84.6vw);
    -webkit-transform: translateX(-84.6vw);
  }
  .brand-nav__navigation.mobile-nav-right,
  .corporate-nav__navigation.mobile-nav-right {
    transform: translateX(115.4vw);
    -webkit-transform: translateX(115.4vw);
  }
  .is-tablet-detected .brand-nav__navigation,
  .is-tablet-detected .corporate-nav__navigation {
    width: 50vw;
  }
  .is-tablet-detected .brand-nav__navigation.mobile-nav-left,
  .is-tablet-detected .corporate-nav__navigation.mobile-nav-left {
    transform: translateX(-50vw);
    -webkit-transform: translateX(-50vw);
  }
  .is-tablet-detected .brand-nav__navigation.mobile-nav-right,
  .is-tablet-detected .corporate-nav__navigation.mobile-nav-right {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .brand-nav__list,
  .corporate-nav__list {
    background-color: #FFF;
    max-height: 100vh;
    min-height: 100vh;
    padding-bottom: 80vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
  }
  .brand-nav__item,
  .corporate-nav__item,
  .brand-nav__list-item,
  .corporate-nav__list-item {
    font-size: 1.6rem;
    width: 100%;
  }
  .brand-nav__link,
  .corporate-nav__link,
  .brand-nav__list-link,
  .corporate-nav__list-link {
    display: block;
    border-bottom: 1px solid #eee;
    color: #323232;
    font-size: inherit;
  }
  .user-bar .brand-nav__link,
  .user-bar .corporate-nav__link,
  .user-bar .brand-nav__list-link,
  .user-bar .corporate-nav__list-link {
    color: #fff;
    border-bottom: none;
  }
  .js-has-subnav .brand-nav__link:after,
  .js-has-subnav .corporate-nav__link:after,
  .js-has-subnav .brand-nav__list-link:after,
  .js-has-subnav .corporate-nav__list-link:after {
    position: absolute;
    display: block;
    z-index: 100;
    content: ' ';
    width: 1rem;
    height: 1rem;
    top: 3.7rem;
    left: auto;
    right: 3rem;
    border-right: 2px solid #323232;
    border-bottom: 2px solid #323232;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
  }
  .js-has-subnav.has-shown-subnav .brand-nav__link:after,
  .js-has-subnav.has-shown-subnav .corporate-nav__link:after,
  .js-has-subnav.has-shown-subnav .brand-nav__list-link:after,
  .js-has-subnav.has-shown-subnav .corporate-nav__list-link:after,
  .js-has-subnav.active .brand-nav__link:after,
  .js-has-subnav.active .corporate-nav__link:after,
  .js-has-subnav.active .brand-nav__list-link:after,
  .js-has-subnav.active .corporate-nav__list-link:after {
    transform: translateY(0) rotate(225deg);
  }
  .brand-nav .sub-navigation,
  .corporate-nav .sub-navigation {
    max-height: 0;
    transition: max-height 0.4s ease;
    background-color: #f0f0f0;
    overflow: hidden;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  }
  .brand-nav .sub-navigation__inner,
  .corporate-nav .sub-navigation__inner {
    padding-left: 0;
  }
  .brand-nav .sub-navigation__list,
  .corporate-nav .sub-navigation__list {
    width: 100%;
  }
  .brand-nav .sub-navigation__item,
  .corporate-nav .sub-navigation__item {
    display: block;
    width: 100%;
    padding-left: 3rem;
  }
  .brand-nav .sub-navigation__link,
  .corporate-nav .sub-navigation__link {
    padding: 2rem 1.8rem;
    color: #000;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details:last-of-type,
  .corporate-nav .mobile-nav-right .mega-menu__account-details:last-of-type,
  .brand-nav .mobile-nav-right .mega-menu__account-details__divider,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__divider,
  .brand-nav .mobile-nav-right .last-login,
  .corporate-nav .mobile-nav-right .last-login,
  .brand-nav .mobile-nav-right .desktop-only,
  .corporate-nav .mobile-nav-right .desktop-only,
  .brand-nav .mobile-nav-right .welcome-text,
  .corporate-nav .mobile-nav-right .welcome-text {
    display: none;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__row--right,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__row--right {
    float: right;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .corporate-nav__logo-img,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .corporate-nav__logo-img {
    height: 2.2rem;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .profile-btn,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .profile-btn {
    background: #fff;
    border-radius: 50%;
    height: 9vw;
    width: 9vw;
    position: relative;
    top: 3.5vw;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .profile-btn:before,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .profile-btn:before {
    content: " ";
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .profile-btn:after,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .profile-btn:after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: -3.5vw;
    width: 100%;
    height: 0.4rem;
    background-color: #FFF;
  }
  .brand-nav .mobile-nav-right .mega-menu__account,
  .corporate-nav .mobile-nav-right .mega-menu__account {
    padding: 0 6vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__title,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__title {
    margin-bottom: 0;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__title__inner,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__title__inner {
    font-size: 4vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__large-text,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__large-text {
    font-size: 5vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__right,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__right {
    float: right;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__logout-btn,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__logout-btn {
    font-size: 3.5vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__details-btn,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__details-btn {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__button,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__button {
    width: 100%;
    font-size: 4vw;
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-meta,
  .corporate-nav .mobile-nav-right .mega-menu__account-meta {
    white-space: initial;
  }
  .brand-nav .mobile-nav-right .sub-navigation-inner,
  .corporate-nav .mobile-nav-right .sub-navigation-inner {
    background: #FFF;
    max-height: 100vh;
    min-height: 100vh;
    padding-bottom: 50vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .brand-nav .mobile-nav-right .sub-navigation-inner ul,
  .corporate-nav .mobile-nav-right .sub-navigation-inner ul,
  .brand-nav .mobile-nav-right .sub-navigation-inner li,
  .corporate-nav .mobile-nav-right .sub-navigation-inner li {
    margin: 0;
    padding: 0;
  }
  .brand-nav .mobile-nav-right .mega-menu__section:first-of-type,
  .corporate-nav .mobile-nav-right .mega-menu__section:first-of-type {
    margin-top: 4vw;
    border-top: 1px solid #ccc;
  }
  .brand-nav .mobile-nav-right .mega-menu__section__title > .navigation-item-link,
  .corporate-nav .mobile-nav-right .mega-menu__section__title > .navigation-item-link {
    display: block;
    color: inherit;
    padding: 6vw 6vw 4vw;
    cursor: default;
    outline: none;
    text-decoration: none;
    font-size: 5vw;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .brand-nav .mobile-nav-right .mega-menu__link-list__item__link,
  .corporate-nav .mobile-nav-right .mega-menu__link-list__item__link {
    display: block;
    padding: 4vw 6vw;
    border-bottom: 1px solid #ccc;
    font-size: 4vw;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
  }
}
@media all and (max-width: 949px) and (min-width: 950px) {
  .js-has-subnav .brand-nav__link:after,
  .js-has-subnav .corporate-nav__link:after,
  .js-has-subnav .brand-nav__list-link:after,
  .js-has-subnav .corporate-nav__list-link:after {
    display: none;
  }
}
.menu-toggle-right .menu-toggle-btn.active div {
  margin-left: 0.4rem;
}
.menu-toggle-btn {
  width: 3rem;
  height: 3rem;
  padding: 3.3rem 2.7rem;
}
.menu-toggle-btn div {
  width: 22px;
  height: 3px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .menu-toggle-btn div {
    width: 35px;
  }
}
.menu-toggle-btn div:nth-child(1) {
  margin-top: -10px;
}
.menu-toggle-btn div:nth-child(3) {
  margin-top: 10px;
}
.menu-toggle-btn.active div:nth-child(1) {
  transform: translate(-8px, 10px) rotate(45deg);
  -webkit-transform: translate(-8px, 10px) rotate(45deg);
}
.menu-toggle-btn.active div:nth-child(3) {
  transform: translate(-8px, -10px) rotate(-45deg);
  -webkit-transform: translate(-8px, -10px) rotate(-45deg);
}
.brand-nav__logo-link,
.corporate-nav__logo-link {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .brand-nav__logo-link,
  .corporate-nav__logo-link {
    justify-content: center;
  }
}
@media (min-width: 950px) {
  .brand-nav__logo-link,
  .corporate-nav__logo-link {
    display: block;
  }
}
.is-logged-in .brand-nav__logo-link,
.is-logged-in .corporate-nav__logo-link {
  justify-content: center;
}
.top-navigation.is-showing-left-menu .brand-nav__logo,
.top-navigation.is-showing-left-menu .corporate-nav__logo {
  display: none;
}
.top-navigation.is-showing-right-menu .brand-nav__logo,
.top-navigation.is-showing-right-menu .corporate-nav__logo {
  display: none;
}
.brand-nav__logo-cube,
.corporate-nav__logo-cube {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 375px) {
  .brand-nav__logo-cube,
  .corporate-nav__logo-cube {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.brand-nav__item,
.corporate-nav__item {
  font-size: 1.6rem;
}
.brand-nav .user-bar__item,
.corporate-nav .user-bar__item {
  font-size: 1.1rem;
  height: 6.7rem;
  line-height: 9.1rem;
}
.brand-nav .user-bar .login-btn.mobile-only,
.corporate-nav .user-bar .login-btn.mobile-only {
  font-size: 1.1rem;
  line-height: 9.1rem;
}
@media (min-width: 950px) {
  .brand-nav .user-bar .login-btn.mobile-only,
  .corporate-nav .user-bar .login-btn.mobile-only {
    font-size: 1.8rem;
  }
}
.dli .brand-nav .user-bar .profile-btn.mobile-only,
.dli .corporate-nav .user-bar .profile-btn.mobile-only,
.dlo .brand-nav .user-bar .profile-btn.mobile-only,
.dlo .corporate-nav .user-bar .profile-btn.mobile-only {
  height: 4.4rem;
  width: 4.4rem;
  top: 1rem;
}
.dli .brand-nav .user-bar .profile-btn.mobile-only:before,
.dli .corporate-nav .user-bar .profile-btn.mobile-only:before,
.dlo .brand-nav .user-bar .profile-btn.mobile-only:before,
.dlo .corporate-nav .user-bar .profile-btn.mobile-only:before {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0;
}
.top-navigation.is-showing-right-menu .dli .brand-nav .user-bar .profile-btn.mobile-only,
.top-navigation.is-showing-right-menu .dli .corporate-nav .user-bar .profile-btn.mobile-only,
.top-navigation.is-showing-right-menu .dlo .brand-nav .user-bar .profile-btn.mobile-only,
.top-navigation.is-showing-right-menu .dlo .corporate-nav .user-bar .profile-btn.mobile-only {
  display: none;
}
.brand-nav .games-mobile-nav .corporate-nav__list-link,
.corporate-nav .games-mobile-nav .corporate-nav__list-link {
  font-size: 2rem;
  padding: 2rem 5rem;
}
.brand-nav .games-mobile-nav .sub-navigation .games-list-item,
.corporate-nav .games-mobile-nav .sub-navigation .games-list-item {
  height: 4.5rem;
}
.brand-nav .games-mobile-nav .sub-navigation .header__cta-component__description,
.corporate-nav .games-mobile-nav .sub-navigation .header__cta-component__description {
  font-size: 1.8rem;
}
.brand-nav .games-mobile-nav .sub-navigation .header__cta-component__cta-home,
.corporate-nav .games-mobile-nav .sub-navigation .header__cta-component__cta-home {
  font-size: 2rem;
  padding: 2rem 5rem;
}
.brand-nav .mobile-nav-right .profile-btn.mobile-only,
.corporate-nav .mobile-nav-right .profile-btn.mobile-only {
  height: 4.4rem;
  width: 4.4rem;
  top: 1.4rem;
}
.brand-nav .mobile-nav-right .profile-btn.mobile-only:before,
.corporate-nav .mobile-nav-right .profile-btn.mobile-only:before {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 949px) {
  .brand-nav__navigation.mobile-nav-right,
  .corporate-nav__navigation.mobile-nav-right {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__title,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__title {
    margin-bottom: 0;
  }
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn {
    font-size: inherit;
    padding-top: 0.2rem;
  }
  .is-tablet-detected .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn,
  .is-tablet-detected .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn {
    padding-top: 0.5rem;
  }
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__button,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__button,
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__details-btn,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__details-btn {
    font-size: inherit;
  }
  .brand-nav__navigation.mobile-nav-right .navigation-list .navigation-item .navigation-item-link,
  .corporate-nav__navigation.mobile-nav-right .navigation-list .navigation-item .navigation-item-link {
    font-size: inherit;
  }
  .brand-nav .mobile-nav-right .profile-btn.mobile-only,
  .corporate-nav .mobile-nav-right .profile-btn.mobile-only {
    display: none !important;
  }
  .is-tablet-detected .brand-nav__container .pam-return-to-site-close,
  .is-tablet-detected .corporate-nav__container .pam-return-to-site-close {
    left: 0 !important;
    width: 6vw !important;
    height: 6vw !important;
    top: 2vw !important;
  }
  .header.is-showing-right-menu {
    padding: 0;
    transform: translateX(-84.6vw) !important;
  }
  .header.is-showing-right-menu .menu-toggle-right {
    right: 0;
    transform: none !important;
  }
  .is-tablet-detected .header.is-showing-right-menu {
    transform: translateX(-50vw) !important;
  }
  .header.is-showing-left-menu {
    padding: 0;
    transform: translateX(84.6vw) !important;
  }
  .is-tablet-detected .header.is-showing-left-menu {
    transform: translateX(50vw) !important;
  }
  .header {
    margin-top: -1px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-device-width: 30em), (-ms-high-contrast: none) and (max-device-width: 30em) {
  .mobile-navigation-header__logo-img {
    max-width: 30vw;
  }
  .header.is-showing-left-menu .mobile-nav-left {
    transform: translateX(0px);
  }
  .header .brand-nav {
    transition: transform 0.4s ease;
  }
  .header .brand-nav__logo {
    text-align: center;
    z-index: 0;
  }
  .header .brand-nav__logo-img {
    max-width: 30vw;
  }
  .header .brand-nav__logo a {
    display: inline-block;
    z-index: 0;
  }
}
body.is-context-neutral .user-bar {
  display: none !important;
}
.header.top-navigation .user-bar {
  float: right;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .is-logged-in .header.top-navigation .user-bar .has-shown-subnav .mega-menu {
    transform: translateY(100%) scaleY(1);
    z-index: 1;
  }
}
.header.top-navigation .user-bar__navigation {
  width: auto;
  height: 100%;
  display: inline-block;
}
.header.top-navigation .user-bar__list {
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.header.top-navigation .user-bar .choose-account {
  display: none;
}
@media all and (min-width: 950px) {
  .header.top-navigation .accountmenu .mobile-only {
    display: none;
  }
}
.header.top-navigation .accountmenu__group {
  display: inline-block;
}
.header.top-navigation .accountmenu__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.25rem 1rem 0.9rem;
  line-height: 1.3;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
}
.header.top-navigation .accountmenu a.accountmenu__item {
  cursor: pointer;
}
.header.top-navigation .accountmenu .choose-account-btn {
  cursor: pointer;
  display: none;
}
@media all and (max-width: 949px) {
  .header.top-navigation .accountmenu .choose-account-btn {
    float: right;
    font-size: 3vw;
    padding-top: 6vw;
    padding-right: 3.5vw;
  }
}
.header.top-navigation .accountmenu .info-bar-item--username {
  display: block;
  font-size: 1.2rem;
  padding: 0 1rem 0;
}
.header.top-navigation .accountmenu .info-bar-item--account {
  display: none;
  font-size: 1.2rem;
  padding: 0.45rem 1rem 0;
}
.header.top-navigation .accountmenu .info-bar-item--ballance {
  position: relative;
}
.header.top-navigation .accountmenu .info-bar-item--ballance:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 2.5rem;
  background: #fff;
  opacity: 0.1;
  display: none;
}
.is-logged-in .header.top-navigation .accountmenu .info-bar-item--ballance:before {
  display: block;
}
.header.top-navigation .accountmenu .signup-btn {
  position: relative;
  background-color: #feb701;
  color: black;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  margin-top: 0.6rem;
}
.header.top-navigation .accountmenu .login-btn {
  color: white;
  border: 0.2rem solid white;
  border-radius: 0.3rem;
  padding: 0.3rem 0.8rem;
  margin-top: 0.6rem;
}
.header.top-navigation .accountmenu .profile-btn {
  position: relative;
  top: 0.6rem;
  float: left;
  height: 2.8rem;
  width: 2.8rem;
  padding: 0;
  display: none;
  background: #fff;
  border-radius: 50%;
  padding-top: 1rem;
}
.header.top-navigation .accountmenu .profile-btn.mobile-only {
  display: none;
}
.header.top-navigation .accountmenu .profile-btn:before {
  content: ' ';
  cursor: pointer;
  width: 1.3rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.is-logged-in .header.top-navigation .profile-btn {
  display: inline-block;
}
.is-logged-in .header.top-navigation .login-btn,
.is-logged-in .header.top-navigation .signup-btn,
.is-logged-in .header.top-navigation .choose-account-btn {
  display: none;
}
.mobile-user-info .account-name {
  font-weight: bold;
  display: none;
}
.dli .mobile-user-info .account-name.dli {
  color: #263863;
  display: inline-block;
}
.dlo .mobile-user-info .account-name.dlo {
  color: #8f0b0f;
  display: block;
}
.mobile-user-info {
  clear: both;
  width: 100%;
  display: none;
  background-color: #fff;
  padding: 0 0.8rem;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .mobile-user-info {
    padding: 0 1rem;
  }
}
.is-logged-in .mobile-user-info {
  display: block;
}
@media all and (min-width: 950px) {
  .is-logged-in .mobile-user-info {
    display: none;
  }
}
body.is-context-neutral .mobile-user-info {
  display: none !important;
}
.mobile-user-info:after {
  display: table;
  content: ' ';
  clear: both;
}
.mobile-user-info .js-balance-user {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.mobile-user-info__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-user-info__left,
.mobile-user-info__right,
.mobile-user-info__center {
  display: inline-block;
  vertical-align: middle;
}
.mobile-user-info__left p,
.mobile-user-info__right p,
.mobile-user-info__center p,
.mobile-user-info__left a,
.mobile-user-info__right a,
.mobile-user-info__center a {
  margin: 0;
  padding: 0.4rem 0;
  color: #000;
  font-size: 1rem;
  line-height: 1;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .mobile-user-info__left p,
  .mobile-user-info__right p,
  .mobile-user-info__center p,
  .mobile-user-info__left a,
  .mobile-user-info__right a,
  .mobile-user-info__center a {
    font-size: 14px;
  }
}
.mobile-user-info__left {
  float: left;
}
@media all and (max-width: 767px) {
  .mobile-user-info__left {
    line-height: 0.8;
  }
}
.mobile-user-info__right {
  float: right;
}
body.region-retail-account.is-logged-in .user-bar {
  display: none !important;
}
body.region-retail-account .create-btn {
  display: none;
}
.is-logged-in.accountmenu .choose-account-btn {
  display: none;
}
.top-navigation-theme-playeraccountmanagement .brand-nav__logo .pam-return-to-site-back {
  display: flex;
}
@media all and (max-width: 950px) {
  .top-navigation-theme-playeraccountmanagement .brand-nav__logo .pam-return-to-site-back {
    display: none;
  }
}
.top-navigation-theme-playeraccountmanagement .brand-nav__logo-cube {
  display: none;
}
.top-navigation-theme-playeraccountmanagement .brand-nav__logo .brand-nav__logo-img,
.top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close .brand-nav__logo-img {
  display: none;
}
@media all and (max-width: 950px) {
  .top-navigation-theme-playeraccountmanagement .brand-nav__logo .brand-nav__logo-img,
  .top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close .brand-nav__logo-img {
    display: inline-block;
    padding-left: 0;
  }
}
.top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close {
  display: block;
}
@media all and (max-width: 950px) {
  .top-navigation-theme-playeraccountmanagement .brand-nav__container .menu-toggle-left {
    display: none;
  }
  .top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close {
    left: 0vw;
    height: 4.4rem;
    width: 4.4rem;
    top: 1rem;
  }
}
.dli .top-navigation-theme-playeraccountmanagement .corporate-nav {
  background-color: #1c2d56;
}
.dli .top-navigation-theme-playeraccountmanagement .corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: #fff;
  opacity: 0.6;
}
.dli .top-navigation-theme-playeraccountmanagement .menu-toggle-right {
  background-color: #263863;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav {
  background-color: #263863;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  color: #fff;
  opacity: 0.6;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav__logo-text.dlo {
  display: none;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav .mobile-navigation-header {
  background-color: #263863;
}
.dli.is-logged-in .accountmenu__item.dli {
  display: block !important;
}
.dli .header .user-bar .profile-btn:before,
.dli .header .mobile-nav-right .profile-btn:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/icon_pam_user-dli.svg') center center no-repeat;
}
.dlo .top-navigation-theme-playeraccountmanagement .corporate-nav {
  background-color: #8f0b0f;
}
.dlo .top-navigation-theme-playeraccountmanagement .corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: #fff;
  opacity: 0.6;
}
.dlo .top-navigation-theme-playeraccountmanagement .menu-toggle-right {
  background-color: #9a0000;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav {
  background-color: #9a0000;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  color: #fff;
  opacity: 0.6;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav__logo-text.dli {
  display: none;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav .mobile-navigation-header {
  background-color: #9a0000;
}
.dlo.is-logged-in .accountmenu__item.dlo {
  display: block !important;
}
.dlo .header .user-bar .profile-btn:before,
.dlo .header .mobile-nav-right .profile-btn:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/icon_pam_user-dlo.svg') center center no-repeat;
}
.mega-menu__account {
  padding-left: 2rem;
}
.dli .mega-menu__account-name.dlo,
.dli .mega-menu__account-meta.dlo,
.dli .mega-menu__account-details__left.dlo {
  display: none;
}
.dlo .mega-menu__account-name.dli,
.dlo .mega-menu__account-meta.dli,
.dlo .mega-menu__account-details__left.dli {
  display: none;
}
.mega-menu__account-name {
  margin-bottom: 0;
}
.mega-menu__account-name.dli {
  color: #1c2d56;
}
.mega-menu__account-name.dlo {
  color: #9a0000;
}
.mega-menu__account-meta {
  margin: 0;
  font-size: 1.2rem;
}
.mega-menu__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.mega-menu .sub-sub-navigation__section-link {
  font-weight: bold;
}
@media all and (max-width: 949px) {
  .mega-menu .navigation-list {
    display: block !important;
  }
  .mega-menu .sub-sub-navigation {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mega-menu .sub-sub-sub-navigation {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #e3e3e3 !important;
  }
  .mega-menu .sub-sub-sub-navigation li a {
    border-bottom: none !important;
    font-weight: 100;
  }
}
@media all and (min-width: 950px) {
  .mega-menu {
    padding: 0 !important;
    width: 100% !important;
    min-width: 950px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  }
  .mega-menu .navigation-list {
    padding-left: 0 !important;
  }
  .mega-menu__inner {
    padding: 0 0 15px 0 !important;
    width: 100% !important;
    overflow: hidden;
  }
  .mega-menu__inner:after {
    content: "";
    display: table !important;
    clear: both;
  }
}
@media all and (min-width: 950px) {
  .mega-menu__account-details {
    margin-top: -55px;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 950px) {
  .mega-menu__section {
    float: left;
    padding-top: 22px !important;
    padding-right: 20px !important;
    padding-bottom: 10px;
    position: relative;
    overflow: visible !important;
    box-sizing: border-box;
    list-style: none;
  }
  html[class] .mega-menu__section {
    padding-left: 2rem !important;
  }
  .mega-menu__section:last-child:after {
    display: none;
  }
  .mega-menu__section.navigation-list.account-section:first-child:after {
    display: none;
  }
  .mega-menu__section:first-child:nth-last-child(1) {
    width: 100%;
  }
  .mega-menu__section:first-child:nth-last-child(2),
  .mega-menu__section:first-child:nth-last-child(2) ~ .mega-menu__section {
    width: 50%;
  }
  .mega-menu__section:first-child:nth-last-child(3),
  .mega-menu__section:first-child:nth-last-child(3) ~ .mega-menu__section {
    width: 33.3333%;
  }
  .mega-menu__section:first-child:nth-last-child(4),
  .mega-menu__section:first-child:nth-last-child(4) ~ .mega-menu__section {
    width: 25%;
  }
  .mega-menu__section:first-child:nth-last-child(5),
  .mega-menu__section:first-child:nth-last-child(5) ~ .mega-menu__section {
    width: 25%;
  }
}
@media all and (min-width: 950px) {
  .mega-menu__section__title {
    color: #323232;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .mega-menu__section__title > a,
  .mega-menu__section__title__inner {
    display: block;
    color: inherit;
    padding: 0;
    margin-bottom: 15px;
    cursor: default;
    outline: none;
    text-decoration: none;
    font-weight: 500;
  }
}
.header .games-frontpage {
  max-width: 144rem;
}
.header .games-frontpage .games-frontpage__section {
  display: inline-flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.8rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-header {
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-sublist {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
  color: #6f6f6f;
  margin: 1.1rem 0;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account {
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account .games-frontpage__section-create-account-text,
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account .games-frontpage__section-create-account-cta {
  display: inline-block;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account .games-frontpage__section-create-account-cta {
  color: #2f80ed;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-bottom-text {
  font-size: 1.1rem;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-sikkert-spil {
  display: none;
}
.header .games-frontpage .games-frontpage__section--1 {
  width: calc(50% - 1.5rem);
  background-color: rgba(15, 64, 150, 0.05);
  margin: 1rem;
}
.header .games-frontpage .games-frontpage__section--1 .games-frontpage__section-header {
  color: #0f4096;
}
.header .games-frontpage .games-frontpage__section--2 {
  width: calc(50% - 1.5rem);
  background-color: rgba(194, 22, 23, 0.05);
  margin: 1rem 1rem 1rem 0;
}
.header .games-frontpage .games-frontpage__section--2 .games-frontpage__section-header {
  color: #c21617;
}
.header .games-frontpage .games-frontpage__section--3 {
  width: calc(100% - 2rem);
  background-color: rgba(1, 75, 50, 0.05);
  margin: 0 1rem 1rem 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-header {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sublist {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-create-account {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-bottom-text {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sikkert-spil {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem 1rem;
  font-size: 1.4rem;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sikkert-spil-text {
  color: #014c34;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sikkert-spil-cta {
  font-weight: 700;
  color: #2f80ed;
}
.header .games-frontpage .games-frontpage__list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item {
  list-style: none;
  display: block;
  border-radius: 0.5rem;
  margin: 0.5rem;
  width: calc(20% - 1rem);
  height: 3.5rem;
  transition: transform 0.2s ease;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item:hover {
  transform: scale(1.1);
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.9rem 1rem;
  position: relative;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item a:focus {
  outline: none;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.altellerintet a {
  padding: 0 1rem 0.5rem 1rem;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.bingo a {
  padding: 0.5rem 1rem;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.virtuel a,
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.Virtuel a {
  padding: 0 1rem 0.9rem;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .games-frontpage .games-frontpage__list .games-frontpage__list-item img {
    height: 3rem;
  }
}
.header .games {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 950px) {
  .header .games {
    flex-direction: row;
  }
}
.header .games__group {
  position: relative;
  padding: 1rem;
  width: 100%;
}
@media all and (min-width: 950px) {
  .header .games__group {
    width: var(--games__group_width-desktop, auto);
  }
}
.header .games__group--xxxlarge {
  --games__group_width-desktop: 100%;
}
.header .games__group--xxlarge {
  --games__group_width-desktop: 50%;
}
.header .games__group--xlarge {
  --games__group_width-desktop: 40%;
}
.header .games__group--large {
  --games__group_width-desktop: 30%;
}
.header .games__group--medium {
  --games__group_width-desktop: 20%;
}
.header .games__group--4sec-3col {
  --games__list-item--manually-sized: 51%;
}
.header .games__group--3sec-3col {
  --games__list-item--manually-sized: 69%;
}
.header .games__group--3sec-5col {
  --games__list-item--manually-sized: 52%;
}
.header .games__group:nth-child(n+2):before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #dbdbdb;
  position: absolute;
  left: -0.1rem;
  bottom: 0;
  top: 0;
}
@media (min-width: 950px) {
  .header .games__group:nth-child(n+2):before {
    width: 0.1rem;
    height: 100%;
  }
}
.header .games__headline {
  font-family: var(--font-family-danskespil);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  font-style: italic;
  text-align: left;
  color: #6f6f6f;
  margin: 0.7rem 0;
  padding: 0 0.5rem;
}
@media all and (min-width: 768px) {
  .header .games__headline {
    min-height: calc(1.2rem * 1.2 * 2);
  }
}
.header .games__list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  padding: 0;
  --games__list-item_width: 33.333%;
}
@media (min-width: 950px) {
  .header .games__list {
    flex-direction: row;
  }
  .header .games__list--wide {
    --games__list-item_width: 20%;
  }
  .header .games__list--narrow {
    --games__list-item_width: 33.333%;
  }
}
.header .games__list-item {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  width: var(--games__list-item_width, auto);
  transition: transform 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.header .games__list-item:hover {
  transform: scale(1.1);
}
@media (min-width: 950px) {
  .header .games__list-item.sikkertspil,
  .header .games__list-item.klasselotteriet {
    width: var(--games__list-item--manually-sized, 55%);
  }
}
.header .games__list-item.virtuel,
.header .games__list-item.Virtuel {
  --games__list-item-link_padding: 0 1rem 0.9rem;
}
.header .games__list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 5rem;
  padding: var(--games__list-item-link_padding, 0.9rem 1rem);
  position: relative;
  border-radius: 0.5rem;
}
.header .games__list-item-link:focus {
  outline: none;
}
.header .games__list-item-image {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  font-size: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .games__list-item-image {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .header .games[data-games-section-count="1"] .games__list-item {
    width: 10%;
  }
}
@media all and (min-width: 1440px) {
  .header .games[data-games-section-count="1"] .games__list-item {
    margin-bottom: 3.1rem;
  }
}
.header.has-cta-component .no-readmore-link {
  width: 100%;
}
@media all and (min-width: 950px) {
  .header.has-cta-component .no-readmore-link {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__cta-component {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.games__group .header__cta-component {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 950px) {
  .games__group .header__cta-component {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__cta-component__description {
  padding: 0 2em;
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto 2rem;
  white-space: normal;
}
.header__cta-component__read-more-link {
  display: block;
  text-decoration: underline;
  color: #000000;
}
.header__cta-component__cta-home {
  background: #156a5f;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 13px 16px 16px 16px;
  margin-bottom: 8px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  /*&:active {
    background: @color-white-100;
    color: @color-gray-100;
  }

  &--inactive {
    background: @color-gray-400;
    color: @color-gray-300;
  }

  &--medium {
  }

  &-small {
  }

  @media screen and (min-width: @medium) {
    .font-size(14);
  }*/
}
.header__cta-component__cta-home:hover {
  background: #004b32;
  text-decoration: none;
}
@media all and (min-width: 950px) {
  .simple-menu {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    box-sizing: border-box !important;
  }
  html[class] .simple-menu .sub-navigation-inner {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box !important;
  }
  html[class] .simple-menu .navigation-list {
    padding-left: 0;
  }
}
@media all and (min-width: 950px) and (max-width: 1439px) {
  html[class] .simple-menu .sub-navigation-inner {
    padding-left: 172px;
  }
}
@media all and (min-width: 950px) and (min-width: 1440px) {
  html[class] .simple-menu .sub-navigation-inner {
    padding-left: 166px;
  }
}
.mega-menu__account-details {
  display: block;
  color: #323232;
}
@media all and (max-width: 949px) {
  .mega-menu__account-details {
    display: none;
  }
}
.mega-menu__account-details__title__inner {
  margin-bottom: 0;
  font-weight: 300;
}
.mega-menu__account-details__logout-btn {
  float: right;
  color: inherit;
  font-weight: 300;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  border-bottom: 1px solid black;
  border-color: lightgray;
  padding-top: 0.4rem;
}
.mega-menu__account-details__logout-btn:hover {
  text-decoration: none;
}
.mega-menu__account-details__logout-btn:hover:after {
  background: #323232;
}
.mega-menu__account-details__details-btn {
  float: right;
  color: inherit;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  border-bottom: 1px solid black;
  border-color: lightgray;
}
.mega-menu__account-details__details-btn:hover {
  text-decoration: none;
}
.mega-menu__account-details__details-btn:hover:after {
  background: #323232;
}
.mega-menu__account-details__row {
  margin-top: 0.4rem;
}
.mega-menu__account-details__row--button-container {
  clear: both;
}
.mega-menu__account-details__row:after {
  content: "";
  display: table;
  clear: both;
}
.mega-menu__account-details--dli-only {
  display: none;
}
.mega-menu__account-details__row-buttons {
  display: flex;
  width: 100%;
}
.mega-menu__account-details__divider {
  border: none;
  border-top: 1px solid #cacaca;
  margin: 2rem 0;
}
.mega-menu__account-details__small-text {
  font-size: 1.3rem;
}
.mega-menu__account-details__large-text {
  font-size: 1.6rem;
  font-weight: 600;
}
.mega-menu__account-details__larger-text {
  font-size: 2rem;
  font-weight: bold;
}
.is-tablet-detected .mega-menu__account-details__larger-text {
  font-size: 2rem;
}
.mega-menu__account-details--margin-bottom {
  margin-bottom: 1.3rem;
}
.mega-menu__account-details__left {
  float: left;
}
.mega-menu__account-details__right {
  float: right;
}
.mega-menu__account-details__button {
  display: inline-block;
  color: #323232;
  background: #fcb40f;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8em 1em;
  line-height: 1.2;
  text-decoration: none;
  margin: 2.5rem 2rem 0 0;
  transition: 0.3s;
}
.mega-menu__account-details__button:last-child {
  margin-right: 0;
}
.mega-menu__account-details__button:hover {
  text-decoration: none;
  background: #fdc137;
}
.mega-menu .mega-menu__image-list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 950px) {
  .mega-menu .mega-menu__image-list {
    flex-direction: column;
  }
}
.mega-menu .mega-menu__image-list__item {
  color: #323232;
  padding: 1.2rem 5rem;
  font-size: 21px;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .mega-menu .mega-menu__image-list__item {
    padding: 0 1.5rem 2.2rem 1.5rem;
  }
}
.mega-menu .mega-menu__image-list__item__link {
  font-weight: 100;
  color: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
}
html[class] .mega-menu .mega-menu__image-list__item__link {
  padding: 0 0 5px;
}
.mega-menu .mega-menu__image-list__item__link img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  transition: 0.25s ease-out;
}
.mega-menu .mega-menu__image-list__item__link p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  transition: 0.25s ease-out;
}
@media all and (max-width: 950px) {
  .mega-menu .mega-menu__image-list__item__link p {
    font-size: 1.4rem;
  }
}
.mega-menu .mega-menu__image-list__item__link:hover {
  opacity: 1;
}
.mega-menu .mega-menu__image-list__item__link:hover img {
  transform: scale(1.1);
}
@media all and (min-width: 950px) {
  .mega-menu .mega-menu__image-list__item {
    width: 33.3%;
  }
}
@media all and (min-width: 950px) {
  .mega-menu .mega-menu__image-list__item {
    width: 29%;
  }
  .mega-menu .mega-menu__section:first-child:last-child .mega-menu__image-list__item {
    max-width: 150px;
  }
}
@media all and (max-width: 950px) {
  .mega-menu .mega-menu__image-list__item__link {
    color: #000;
    font-weight: 600;
    display: inline-block;
  }
  .mega-menu .mega-menu__image-list__item__link p {
    display: inline;
  }
  .mega-menu .mega-menu__image-list__item__link img {
    display: none;
  }
}
@media all and (min-width: 950px) {
  .mega-menu .navigation-list {
    padding-left: 0 !important;
  }
  .mega-menu .mega-menu__link-list {
    display: block !important;
  }
  .mega-menu .mega-menu__link-list__item {
    display: block;
    float: none;
    color: #323232;
    font-size: 1.4rem;
  }
  .mega-menu .mega-menu__link-list__item__link {
    display: inline-block;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    padding: 0 0 10px 0 !important;
    text-decoration: none;
  }
}
@media all and (max-width: 949px) {
  .mega-menu .sub-sub-navigation__section-link {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.6rem;
    padding-left: 3.2rem;
    color: #000;
    font-weight: 600 !important;
    display: inline-block;
  }
  .mega-menu .mega-menu__link-list {
    max-height: none !important;
    display: block;
    width: 100%;
  }
  .mega-menu .mega-menu__link-list__item {
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }
  .mega-menu .mega-menu__link-list__item__link {
    padding: 1.6rem;
    padding-left: 4.8rem;
    color: #000;
    font-weight: 600 !important;
    display: inline-block;
  }
}
.mega-menu__campaign {
  display: none;
}
@media all and (min-width: 950px) {
  .mega-menu__campaign {
    display: block;
  }
  .mega-menu__campaign__link {
    display: inline-block;
    text-decoration: none;
  }
  .mega-menu__campaign__link__image {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .mega-menu__campaign__link__text {
    display: block;
    font-size: 16px;
  }
  .mega-menu__campaign__cta-button {
    font-size: 16px;
    line-height: 1.2;
    padding: 0.2em 1em 0.6em;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 12px;
  }
  .mega-menu__campaign__cta-button:hover {
    text-decoration: none;
  }
}
.nav-game-overview {
  width: 100%;
}
.nav-game-overview:before,
.nav-game-overview:after {
  content: "";
  display: table;
}
.nav-game-overview:after {
  clear: both;
}
@media all and (min-width: 950px) {
  .nav-game-overview {
    padding-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto;
    display: block;
    max-width: 1440px;
    padding-top: 2.2rem;
    padding-bottom: 1.7rem !important;
    min-width: 950px;
  }
}
@media all and (min-width: 950px) {
  .nav-game-overview:after {
    content: "";
    display: table;
    clear: both;
  }
}
.nav-game-overview__item {
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 950px) {
  .nav-game-overview__item {
    width: 16.6666%;
    min-width: 170px;
    height: 150px;
  }
}
.nav-game-overview__link {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  outline: none;
  color: #000;
  padding: 15px 25px;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .nav-game-overview__link:hover {
    opacity: 1 !important;
  }
  .nav-game-overview__link:hover img {
    transform: scale(1.1);
  }
}
.nav-game-overview__image {
  position: relative;
  transition: opacity 0.5s linear;
}
@media all and (min-width: 950px) {
  .nav-game-overview__image {
    display: block;
    margin: 0 auto 5px;
    height: 99px;
    width: auto;
    transition: 0.2s;
  }
}
.nav-game-overview__image.countdown-inactive {
  opacity: 0.4;
}
.nav-game-overview__container {
  position: relative;
}
.nav-game-overview__title {
  font-weight: 100;
}
@media all and (max-width: 949px) {
  .nav-game-overview__title.countdown-inactive {
    opacity: 0.5;
  }
}
@media all and (max-width: 949px) {
  .nav-game-overview__item {
    font-size: 4vw;
    display: block;
    width: 100%;
    text-align: left;
  }
  .nav-game-overview__link {
    padding: 4vw 4vw 4vw 6vw;
    color: #000;
    font-weight: 600;
    display: inline-block;
  }
  .nav-game-overview .nav-game-overview__title {
    font-weight: 600;
    font-size: 4vw;
  }
  .nav-game-overview__image {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .nav-game-overview__item {
    font-size: 3vw;
  }
  .nav-game-overview__link {
    padding: 3vw 3vw 3vw 6vw;
  }
  .nav-game-overview .nav-game-overview__title {
    font-size: 3vw;
  }
}
.nav-game-overview .countdown-timer {
  position: absolute;
  top: 60%;
  right: -15%;
  transform: translateX(0) translateY(-40%);
  text-align: right;
  font-size: 0.85em;
  width: auto;
  display: block;
  font-weight: 900;
  opacity: 0.5;
}
@media all and (min-width: 950px) {
  .nav-game-overview .countdown-timer {
    left: 50%;
    top: 50%;
    right: auto;
    text-align: center;
    font-size: 1em;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
.nav-game-overview .countdown-timer:empty {
  display: none;
}
.notifications {
  transition: all 0.4s ease;
  position: relative;
}
.notifications.desktop-only {
  display: none;
}
@media all and (min-width: 768px) {
  .notifications.mobile-only {
    display: none;
  }
  .notifications.desktop-only {
    display: block;
  }
}
.notifications-item {
  display: none;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 2.5vw 2vw;
  box-sizing: border-box;
  animation-name: flipInX;
  animation-duration: 0.8s;
  border-top: 1px solid #eee;
}
@media all and (min-width: 768px) {
  .notifications-item {
    padding: 7px 18px;
  }
}
.notifications-item .notifications-cta {
  display: inline-block;
  background-color: #014b33;
  color: white;
  font-size: 13px;
  padding: 1rem 2rem;
  margin-top: 1rem;
  border-radius: 3px;
  text-decoration: none;
}
.notifications-item .notifications-cta:hover {
  background-color: #016444;
}
.notifications-item .notifications-cta:empty {
  display: none;
}
.notifications-item-inner {
  max-width: 1440px;
  width: 100%;
  min-height: 8vw;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  padding-right: 6vw;
  position: relative;
  box-sizing: border-box;
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .notifications-item-inner {
    padding-left: 4rem;
    padding-right: 4rem;
    min-height: 2.5rem;
    font-size: 13px;
  }
}
.pam-page.new-login-page .notifications-item-inner {
  padding-right: 0;
}
.notifications-item-inner span {
  display: block;
  position: relative;
  padding: 5px;
  padding-left: 8.5vw;
}
@media all and (min-width: 768px) {
  .notifications-item-inner span {
    padding-left: 40px;
  }
}
.notifications-item-inner span a {
  color: inherit;
  text-decoration: underline;
}
.notifications-item-inner span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50.5%);
  width: 8vw;
  height: 8vw;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3vw;
  background-position: 0;
  background-size: 8vw;
}
@media all and (min-width: 768px) {
  .notifications-item-inner span:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-right: 10px;
  }
}
.notifications-item-inner span,
.notifications-item-inner button {
  vertical-align: middle;
  line-height: 1.3;
}
.notifications-item-inner button {
  width: 4vw;
  height: 4vw;
  background-color: transparent;
  background-image: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#close_use');
  background-position: center;
  background-size: 4vw;
  background-repeat: no-repeat;
  border: none;
  float: right;
  padding: 2vw;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50.5%);
}
.ios-device .notifications-item-inner button {
  background-image: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/close.svg');
}
@media all and (min-width: 768px) {
  .notifications-item-inner button {
    width: 15px;
    height: 15px;
    padding: 5px;
    background-size: 15px;
  }
}
.pam-page.new-login-page .notifications-item-inner button {
  display: none;
}
.notifications-item.error-notification {
  font-weight: bold;
  background-color: #ffb800;
}
.notifications-item.error-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#error_black_use');
}
.ios-device .notifications-item.error-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/error_black.svg');
}
.notifications-item.info-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#info_use');
}
.ios-device .notifications-item.info-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/info.svg');
}
.notifications-item.success-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#success_use');
}
.ios-device .notifications-item.success-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/success.svg');
}
.notifications-item.warning-notification {
  font-weight: bold;
  background-color: #ffb800;
}
.notifications-item.warning-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#warning_black_use');
}
.ios-device .notifications-item.warning-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/warning_black.svg');
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, -100px, 0, -90deg);
  }
  50% {
    transform: perspective(400px) rotate3d(1, -20px, 0, -90deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.region-avalon-livecasino .reality-check-notification-fallback,
.spillehjoernet-gamelauncher .reality-check-notification-fallback,
.region-avalon-spillehjoernet .reality-check-notification-fallback {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 3.6rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .region-avalon-livecasino .reality-check-notification-fallback,
  .spillehjoernet-gamelauncher .reality-check-notification-fallback,
  .region-avalon-spillehjoernet .reality-check-notification-fallback {
    top: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .region-avalon-livecasino .reality-check-notification-fallback,
  .spillehjoernet-gamelauncher .reality-check-notification-fallback,
  .region-avalon-spillehjoernet .reality-check-notification-fallback {
    top: 0;
  }
}
.region-avalon-bingo .reality-check-notification-fallback,
.region-avalon-bingo-gvc .reality-check-notification-fallback,
.region-avalon-bingo-slingo .reality-check-notification-fallback {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 3rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .region-avalon-bingo .reality-check-notification-fallback,
  .region-avalon-bingo-gvc .reality-check-notification-fallback,
  .region-avalon-bingo-slingo .reality-check-notification-fallback {
    top: 3.2rem;
  }
}
.region-frontpage .reality-check-static-fix {
  height: 0;
}
.game-overlay {
  position: relative;
}
header.top-navigation .reality-check-notification {
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
}
.reality-check-notification__content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  background: white;
  color: black;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2;
}
@media all and (min-width: 950px) {
  .reality-check-notification__content {
    flex-direction: row;
    align-items: center;
    font-size: 13px;
  }
}
.reality-check-notification__content .reality-check-notification__text {
  margin: 0.8rem 0;
  position: relative;
}
.reality-check-notification__content--normal.reality-check-notification__content .reality-check-notification__text,
.reality-check-notification__content--warning.reality-check-notification__content .reality-check-notification__text {
  padding-left: 45px;
}
.reality-check-notification__content--normal.reality-check-notification__content .reality-check-notification__text::before,
.reality-check-notification__content--warning.reality-check-notification__content .reality-check-notification__text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 40px;
  height: 100%;
  background-image: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/info.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}
.reality-check-notification__content .reality-check-notification__text a {
  color: #007dc5;
  text-decoration: underline;
}
.reality-check-notification__content .reality-check-notification__text a:hover {
  text-decoration: none;
}
.reality-check-notification__content .reality-check-notification__text .amount-plus {
  color: #080;
}
.reality-check-notification__content .reality-check-notification__text .amount-minus {
  color: #d81818;
}
.reality-check-notification__content .reality-check-notification__button-container {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button-container {
    flex-direction: row;
    margin-right: 10px;
  }
}
.reality-check-notification__content .reality-check-notification__button {
  box-sizing: border-box;
  min-height: 30px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: black;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button {
    margin-left: 1rem;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
}
.reality-check-notification__content .reality-check-notification__button--continue {
  text-decoration: none;
  background: #fb0;
  border-color: #fb0;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button--continue {
    font-weight: bold;
  }
}
.reality-check-notification__content--warning.reality-check-notification__content .reality-check-notification__button--continue {
  background: white;
  border-color: #222;
}
.reality-check-notification__content .reality-check-notification__button--cancel {
  background: white;
  border-color: #222;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button--cancel {
    text-transform: none;
    font-weight: normal;
  }
  .reality-check-notification__content .reality-check-notification__button--cancel > div {
    white-space: nowrap;
  }
}
:has(.responsible-gaming__top) .time-consuming-notification-static-fix {
  display: none;
}
:has(.responsible-gaming__top) .time-consuming-notification {
  display: none;
}
.region-avalon-livecasino .time-consuming-notification.fallback,
.region-avalon-bingo .time-consuming-notification.fallback,
.region-avalon-bingo-gvc .time-consuming-notification.fallback,
.region-avalon-bingo-slingo .time-consuming-notification.fallback,
.spillehjoernet-gamelauncher .time-consuming-notification.fallback,
.region-avalon-spillehjoernet .time-consuming-notification.fallback {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.region-avalon-bingo-gvc.is-mobile-detected .time-consuming-notification.fallback {
  position: relative;
  display: block;
  z-index: 1000;
  width: 100%;
}
.time-consuming-notification-wrapper {
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
}
.time-consuming-notification-static-fix {
  height: 3.6rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification-static-fix {
    height: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification-static-fix {
    height: 3rem;
    font-size: 1.1rem;
  }
}
body.time-consuming-notification-channel-disabled .time-consuming-notification-static-fix,
body.time-consuming-notification-channel-disabled .time-consuming-notification {
  display: none;
}
.is-showing-left-menu .time-consuming-notification {
  display: none;
}
.time-consuming-notification {
  font-family: var(--font-family-danskespil);
  padding: 0;
  height: 3.6rem;
  background-color: white;
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  color: #222;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification {
    height: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification {
    height: 3rem;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 374px) {
  .time-consuming-notification {
    font-size: 0.84rem;
  }
}
.time-consuming-notification__content {
  display: flex;
  justify-content: space-between;
  background: white;
  height: inherit;
}
.time-consuming-notification__link {
  margin: 0.5rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__link {
    margin: 0.6rem;
  }
}
@media all and (max-width: 767px) {
}
.time-consuming-notification__link a {
  color: black;
  text-decoration: none;
}
.time-consuming-notification__icon {
  height: 2.6rem;
  width: 2.2rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__icon {
    height: 2.2rem;
    width: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__icon {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.time-consuming-notification__header-text {
  font-weight: 300;
  flex: 1 1;
  text-align: center;
  margin: 1.1rem 0 0.9rem;
  line-height: 1.3rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__header-text {
    margin: 1.1rem 0 0.8rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__header-text {
    margin: 0.9rem 0.5rem;
    font-size: 1rem;
  }
}
@media all and (max-width: 374px) {
  .time-consuming-notification__header-text {
    font-size: 0.84rem;
  }
}
.time-consuming-notification__timer {
  margin: 1.1rem 0 0.9rem;
  line-height: 1.4rem;
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
  text-align: end;
}
.time-consuming-notification__timer--hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__timer {
    margin: 1.1rem 0 0.8rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__timer {
    margin: 0.8rem 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media all and (max-width: 374px) {
  .time-consuming-notification__timer {
    font-size: 0.84rem;
  }
}
.time-consuming-notification__timer-item {
  width: 4.5rem;
}
.time-consuming-notification__timer-icon {
  height: 1.4rem;
  width: 2rem;
  margin: 1.1rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__timer-icon {
    height: 1.2rem;
    margin: 0.8rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__timer-icon {
    margin: 0.8rem 0;
    height: 1.2rem;
  }
}
.time-consuming-notification__stopwatch {
  height: 1.6rem;
  margin: 0.9rem 1rem 1.1rem;
}
@media all and (max-width: 767px) {
  .time-consuming-notification__stopwatch {
    height: 1.4rem;
    margin: 0.8rem 0 0.8rem;
  }
}
.operations-messenger > .visible {
  --operations-messenger-top-adjustment: 0rem;
}
@media only screen and (max-width: 480px) {
  .operations-messenger > .visible {
    --operations-messenger-top-adjustment: calc(-1 * var(--navigation-main-menu-height, 6.8rem));
  }
}
.operations-messenger > .visible .dark-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}
.operations-messenger > .visible .operations-messenger-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operations-messenger > .visible .operations-messenger-content {
  width: 100%;
  max-width: 480px;
  min-height: 30rem;
  z-index: 10000;
  background: white;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  margin-top: var(--operations-messenger-top-adjustment, 0);
}
@media only screen and (max-width: 480px) {
  .operations-messenger > .visible .operations-messenger-content {
    border-radius: 0;
  }
}
.operations-messenger > .visible .operations-messenger-content.slide-in {
  animation: slideIn 0.2s ease-out;
}
.operations-messenger > .visible .operations-messenger-content div.top-bar {
  width: 100%;
  height: 1.6rem;
  background-color: #fde025;
  border-radius: 0.4rem 0.4rem 0 0;
}
.operations-messenger > .visible .operations-messenger-content div.icon-circle {
  width: 4rem;
  height: 4rem;
  background: #fde025;
  margin: 2.5rem 0 1.5rem 0;
  border-radius: 50%;
}
.operations-messenger > .visible .operations-messenger-content div.icon-circle div.icon {
  width: 4rem;
  height: 4rem;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_exclamation_use);
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-heading {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2.4rem;
}
.operations-messenger > .visible .operations-messenger-content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-text {
  text-align: center;
  margin: 0 auto 2rem auto;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 1rem 0 2.5rem 0;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin p {
  font-weight: 700;
  margin-left: 2rem;
  margin-right: 2rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin .arrow {
  position: absolute;
  top: 35%;
  right: 2rem;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_arrow_use);
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin .brand-logo {
  max-height: 7.5rem;
  max-width: 32rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin {
  box-sizing: border-box;
  text-align: center;
  background: #eee;
  width: 100%;
  padding: 1rem 0;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin h3 {
  font-weight: 700;
  font-size: 1.4rem;
  min-height: 1.6rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin p {
  margin-bottom: 0.5rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin .operations-messenger-notification-plugin__content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 1.8rem 2.6rem 1.7rem;
}
@media only screen and (max-width: 480px) {
  .operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin .operations-messenger-notification-plugin__content {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin input {
  font-weight: 700;
  font-size: 1.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0.4rem;
  width: 31.5rem;
  height: 4rem;
  padding: 0 1rem;
  flex: 0 0 auto;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin button {
  background: #ffb800;
  font-weight: 700;
  font-size: 1.4rem;
  height: 4rem;
  width: 9.3rem;
  border-width: 0;
  border-radius: 0.4rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin .validation-message {
  margin: 0;
  color: #c50000;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-subscribed {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 11.7rem;
  padding: 1rem;
  background: #eee;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-subscribed h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:link,
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:visited {
  color: black;
}
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:hover,
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:active {
  color: grey;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-button-close {
  text-align: center;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.4rem;
  cursor: pointer;
  background: white;
  margin: 1.5rem 2rem 2rem 2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.operations-messenger > .visible .operations-messenger-content-alternate {
  width: 100%;
  min-height: 4rem;
  z-index: 10000;
  background: white;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
.operations-messenger > .visible .operations-messenger-content-alternate.slide-in {
  animation: slideIn 0.2s ease-out;
}
.operations-messenger > .visible .operations-messenger-content-alternate div.icon-circle {
  width: 30px;
  height: 30px;
  background: #fde025;
  margin: 20px 30px 20px 20px;
  border-radius: 50%;
}
.operations-messenger > .visible .operations-messenger-content-alternate div.icon-circle div.icon {
  width: 30px;
  height: 30px;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_exclamation_use);
}
.operations-messenger > .visible .operations-messenger-content-alternate .operations-messenger-heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.operations-messenger > .visible .operations-messenger-content-alternate .operations-messenger-button-close {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.4rem;
  cursor: pointer;
  background: white;
  font-weight: 700;
  font-size: 1.4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: auto 2rem;
}
.operations-messenger > .visible .operations-messenger-button {
  display: none;
}
.operations-messenger > div:not(.visible) {
  /* plus button is visible when the message is hidden */
}
.operations-messenger > div:not(.visible) .operations-messenger-content,
.operations-messenger > div:not(.visible) .operations-messenger-content-alternate {
  display: none;
}
.operations-messenger > div:not(.visible) .operations-messenger-button {
  position: fixed;
  right: -1.5rem;
  top: 50%;
  width: 6rem;
  background: #fde025;
  z-index: 10000;
  font-size: 2rem;
  border-radius: 0.4rem 0 0 0.4rem;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.49803922);
  transition: all 0.15s ease-out;
}
.operations-messenger > div:not(.visible) .operations-messenger-button:hover {
  right: 0;
}
.operations-messenger > div:not(.visible) .operations-messenger-button div.icon {
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_exclamation_use);
}
.operations-messenger > div:not(.visible) .operations-messenger-button .operations-messenger-button-close-mini {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  z-index: 10001;
}
.operations-messenger > div:not(.visible) .operations-messenger-button .operations-messenger-button-close-mini:hover {
  background: #f0f0f0;
}
.operations-messenger > div:not(.visible) .operations-messenger-button.disappearing {
  animation: disappear 0.4s ease-in-out forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(100rem);
  }
}
@keyframes disappear {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}



.region-avalon-allornothing .menu-toggle-right,
.region-allornothing .menu-toggle-right {
  background-color: #191339;
}
.region-avalon-allornothing .brand-nav,
.region-allornothing .brand-nav {
  background-color: #191339;
}
.region-avalon-allornothing .brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover,
.region-allornothing .brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  color: #56F4AD;
  opacity: 1;
}
.region-avalon-allornothing .corporate-nav,
.region-allornothing .corporate-nav {
  background-color: #312f51;
}
.region-avalon-allornothing .corporate-nav .corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover,
.region-allornothing .corporate-nav .corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: #56F4AD;
  opacity: 1;
}
.region-avalon-allornothing .mobile-navigation-header,
.region-allornothing .mobile-navigation-header {
  background-color: #191339;
}
.region-avalon-allornothing .mobile-navigation-footer__icon,
.region-allornothing .mobile-navigation-footer__icon {
  background-color: #191339;
}
.region-avalon-allornothing .mobile-navigation-item-link:before,
.region-allornothing .mobile-navigation-item-link:before {
  background-color: #191339;
}
.region-avalon-allornothing .user-info,
.region-allornothing .user-info {
  background-color: #0084BC;
}
.region-avalon-allornothing .mega-menu__campaign__cta-button,
.region-allornothing .mega-menu__campaign__cta-button {
  background-color: #191339;
  color: white;
}
.region-avalon-allornothing .mega-menu__campaign__cta-button:hover,
.region-allornothing .mega-menu__campaign__cta-button:hover {
  opacity: 0.9;
}
@media all and (min-width: 950px) {
  .header-static-fix {
    height: 11.6rem;
    background-color: #191339;
  }
  .is-logged-in .header-static-fix {
    height: 11.6rem;
  }
}



.u-hidden {
  display: none !important;
}
.seo-text-container {
  width: 100%;
  padding: 0.8rem 2rem 1.1rem 2rem;
  background-color: #e6e6e6;
  color: white;
}
.seo-text-container .seo-text {
  max-width: 96rem;
  margin: 0 auto;
}
.seo-text-container .seo-text a {
  color: white;
  text-decoration: underline;
}
.seo-text-container .seo-text h1,
.seo-text-container .seo-text h2,
.seo-text-container .seo-text h3 {
  text-transform: uppercase;
  text-align: center;
}
.global-footer {
  font-family: var(--font-family-danskespil);
  font-weight: 400;
  line-height: 1.4;
  color: white;
  border-top: 0.1rem solid white;
  box-sizing: border-box;
}
.region-avalon-lotto .global-footer,
.region-lotto .global-footer {
  font-family: "Open Sans";
}
@media screen and (min-width: 950px) {
  .global-footer {
    padding-bottom: 0;
  }
}
@media print {
  .global-footer {
    display: none;
  }
}
.global-footer .info-bar {
  width: 100%;
  padding: 2rem 0;
}
@media screen and (min-width: 950px) {
  .global-footer .info-bar {
    padding: 4rem 0;
  }
}
.global-footer .global-footer-container {
  border-bottom: 0.1rem solid white;
  box-sizing: border-box;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 950px) {
  .global-footer .global-footer-container {
    flex-direction: row;
    text-align: left;
    padding-bottom: 3rem;
  }
}
.global-footer *[class$="box"] {
  display: inline-block;
  vertical-align: top;
}
.global-footer .address-box,
.global-footer .contact-box,
.global-footer .navigation-box {
  flex: 1;
  order: 1;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}
@media screen and (min-width: 950px) {
  .global-footer .address-box,
  .global-footer .contact-box,
  .global-footer .navigation-box {
    text-align: left;
  }
}
@media screen and (min-width: 950px) {
  .global-footer .navigation-box {
    flex: 2;
    order: 2;
  }
  .global-footer .contact-box {
    order: 3;
  }
}
.global-footer .address-box {
  font-style: normal;
}
.global-footer .address-box .logo {
  margin-bottom: 0.2rem;
}
.global-footer .address-box .logo .logo-img {
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .global-footer .address-box .logo .logo-img {
    max-width: 21rem;
  }
}
@media screen and (min-width: 950px) {
  .global-footer .address-box .logo .logo-img {
    max-width: 16rem;
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 30em), (-ms-high-contrast: none) and (max-width: 30em) {
  .global-footer .address-box .logo .logo-img {
    max-width: 22.5rem;
    max-height: 3rem;
    width: auto;
    height: 100%;
  }
}
.global-footer .address-box p {
  margin: 0;
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (min-width: 950px) {
  .global-footer .address-box p {
    display: block;
  }
  .global-footer .address-box p::after {
    display: none;
  }
}
.global-footer .address-box p:nth-of-type(1) {
  display: block;
}
.global-footer .address-box p:nth-of-type(2)::after {
  content: ",";
  margin-right: 0.6rem;
}
.region-avalon-lotto .global-footer .address-box p,
.region-lotto .global-footer .address-box p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.global-footer .navigation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.global-footer .navigation-box a {
  flex: 1 1 50%;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.4rem 0;
  display: inline-block;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (min-width: 950px) {
  .global-footer .navigation-box a {
    padding: 0;
  }
}
.global-footer .navigation-box a:hover {
  color: #000000;
  opacity: 0.5;
}
.region-avalon-lotto .global-footer .navigation-box a,
.region-lotto .global-footer .navigation-box a {
  font-size: 1.2rem;
  line-height: 2rem;
}
.global-footer .navigation-box::after {
  content: " ";
  height: 0.1rem;
  width: 90%;
  display: block;
  margin: 2.6rem auto 0.8rem;
  background-color: white;
}
@media screen and (min-width: 950px) {
  .global-footer .navigation-box::after {
    display: none;
  }
}
.global-footer .contact-box p {
  max-width: 100vw;
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 950px) {
  .global-footer .contact-box p {
    max-width: 20rem;
    margin: 0;
  }
}
.global-footer .contact-box a[role="button"] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  margin: 1.5rem 0;
  background-color: white;
  height: 5rem;
  line-height: 4.9rem;
  padding: 0 2rem;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.region-avalon-lotto .global-footer .contact-box a[role="button"],
.region-lotto .global-footer .contact-box a[role="button"] {
  border-radius: 28px;
  border: 1.4px solid #FFF;
  background: transparent;
  color: #fff;
  letter-spacing: 0.1rem;
}
.global-footer .global-footer-footer-theme-keno .info-bar {
  background-color: #00a5eb;
}
.global-footer .compliance {
  max-width: 95rem;
  margin: 0 auto;
  padding: 1.5rem 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .global-footer .compliance {
    padding: 3rem 2rem 1rem;
  }
}
.global-footer .compliance .compliance__title {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  max-width: 52rem;
  margin: 0 auto 0.6rem;
}
.region-avalon-lotto .global-footer .compliance .compliance__title,
.region-lotto .global-footer .compliance .compliance__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .global-footer .compliance .compliance__title,
  .region-lotto .global-footer .compliance .compliance__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.global-footer .compliance .compliance__subtitle {
  font-size: 1.6rem;
  max-width: 52rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 auto 0.6rem;
}
@media screen and (min-width: 768px) {
  .global-footer .compliance .compliance__subtitle {
    font-size: 2rem;
  }
}
.region-avalon-lotto .global-footer .compliance .compliance__subtitle,
.region-lotto .global-footer .compliance .compliance__subtitle {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .global-footer .compliance .compliance__subtitle,
  .region-lotto .global-footer .compliance .compliance__subtitle {
    font-size: 1.6rem;
  }
}
.global-footer .compliance .compliance__subtitle a {
  text-decoration: underline;
  color: white;
}
.global-footer .compliance .compliance__items {
  margin-top: 2.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.global-footer .compliance .compliance__items .compliance__item {
  font-weight: 300;
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  flex: 0 0 auto;
  width: 100%;
  min-height: 8rem;
  margin-bottom: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.15);
  padding: 1rem 2rem;
}
.region-allornothing .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-allornothing .global-footer .compliance .compliance__items .compliance__item {
  background: #312f51;
}
.region-avalon-bingo .global-footer .compliance .compliance__items .compliance__item {
  background: #607f15;
}
.region-frontpage .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-frontpage .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-corporate .global-footer .compliance .compliance__items .compliance__item,
.region-kundecenter .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-kundecenter .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-danskespil .global-footer .compliance .compliance__items .compliance__item,
.region-retail-account .global-footer .compliance .compliance__items .compliance__item {
  background: #005f3f;
}
.region-dantoto .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-dantoto .global-footer .compliance .compliance__items .compliance__item {
  background: #Ae4a0c;
}
.region-eurojackpot .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-eurojackpot .global-footer .compliance .compliance__items .compliance__item {
  background: #936211;
}
.region-keno .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-keno .global-footer .compliance .compliance__items .compliance__item {
  background: #0091cf;
}
.region-avalon-livecasino .global-footer .compliance .compliance__items .compliance__item {
  background: #81693b;
}
.region-avalon-lotto .global-footer .compliance .compliance__items .compliance__item,
.region-lotto .global-footer .compliance .compliance__items .compliance__item {
  background: #E11E00;
}
.region-oddset .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-oddset .global-footer .compliance .compliance__items .compliance__item,
.region-oddsetbonus .global-footer .compliance .compliance__items .compliance__item {
  background: #042048;
}
.region-playtogether .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-playtogether .global-footer .compliance .compliance__items .compliance__item {
  background: #004b32;
}
.region-poker .global-footer .compliance .compliance__items .compliance__item {
  background: #443e4c;
}
.region-avalon-klasselotteriet .global-footer .compliance .compliance__items .compliance__item {
  background: #CC1C1F;
}
.region-avalon-quick .global-footer .compliance .compliance__items .compliance__item {
  background: #672d70;
}
.region-spillehjoernet-gamelauncher .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-spillehjoernet .global-footer .compliance .compliance__items .compliance__item,
.region-spillehjoernet .global-footer .compliance .compliance__items .compliance__item {
  background: #376c8f;
}
.region-subscriptions .global-footer .compliance .compliance__items .compliance__item {
  background: #2e3535;
}
.region-tips .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-tips .global-footer .compliance .compliance__items .compliance__item {
  background: #006d44;
}
.region-vikinglotto .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-vikinglotto .global-footer .compliance .compliance__items .compliance__item {
  background: #0000b4;
}
.region-casino .global-footer .compliance .compliance__items .compliance__item {
  background: #564523;
}
@media screen and (min-width: 480px) {
  .global-footer .compliance .compliance__items .compliance__item {
    flex-direction: column;
    text-align: center;
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    padding: 3rem 1rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .global-footer .compliance .compliance__items .compliance__item {
    width: calc(25% - 0.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .global-footer .compliance .compliance__items .compliance__item {
    width: calc(25% - 1rem);
  }
}
.global-footer .compliance .compliance__items .compliance__item .compliance__item-logo {
  flex: 0 0 8rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .global-footer .compliance .compliance__items .compliance__item .compliance__item-logo {
    padding: 0;
    flex: 0 0 9rem;
  }
}
.global-footer .compliance .compliance__items .compliance__item .compliance__item-logo img {
  height: auto;
  width: 6rem;
}
@media screen and (min-width: 480px) {
  .global-footer .compliance .compliance__items .compliance__item .compliance__item-logo img {
    height: 6rem;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .global-footer .compliance .compliance__items .compliance__item .compliance__item-logo img {
    height: 7rem;
  }
}
.global-footer .compliance .compliance__items .compliance__item .compliance__item-text {
  font-size: 1.4rem;
  line-height: 1.3;
  color: white;
  text-decoration: none;
}
.region-avalon-lotto .global-footer .compliance .compliance__items .compliance__item .compliance__item-text,
.region-lotto .global-footer .compliance .compliance__items .compliance__item .compliance__item-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.region-avalon-lotto .global-footer .compliance .compliance__items .compliance__item,
.region-lotto .global-footer .compliance .compliance__items .compliance__item {
  background: #B51800;
  box-shadow: none;
}
.global-footer .disclaimer {
  background: white;
  padding-top: 3rem;
}
.global-footer .disclaimer__content {
  display: flex;
  justify-content: center;
  max-width: 35rem;
  margin: 0 auto;
}
.global-footer .disclaimer-item {
  font-weight: 300;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.5rem 3rem;
}
.global-footer a.disclaimer-item {
  color: inherit;
}
.global-footer .disclaimer-item--logo img {
  height: 5rem;
}
.global-footer .disclaimer-item--clock {
  position: absolute;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #000000;
  border-radius: 50%;
}
.global-footer .disclaimer-item--label {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
  color: #000000;
  max-width: 100%;
}



body.region-allornothing .seo-text-container,
body.region-avalon-allornothing .seo-text-container,
body.region-allornothing footer .info-bar,
body.region-avalon-allornothing footer .info-bar {
  background-color: #191339;
}
body.region-allornothing footer .info-bar .navigation-box .navigation-list .navigation-item .navigation-item-link:hover,
body.region-avalon-allornothing footer .info-bar .navigation-box .navigation-list .navigation-item .navigation-item-link:hover {
  color: #56F4AD;
  opacity: 1;
}



/* When overlay enabled, disable the vertical scrollbar on body, and let overlay_wrapper scrollbar take over */
body.overlay-enabled .overlay-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5001;
}
body.overlay-enabled .overlay-container {
  position: absolute;
  left: 50%;
}
body.overlay-enabled .overlay {
  position: relative;
  left: -50%;
}
/* When overlay disabled */
body {
  padding-right: 0;
}
body .overlay-wrapper {
  display: none;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.confirm-page * {
  box-sizing: border-box;
}
.confirm-page .confirm-page__extra-campaigns {
  width: calc(100% - 4rem);
  max-width: 49rem;
}
@media screen and (min-width: 1024px) {
  .confirm-page .confirm-page__extra-campaigns {
    max-width: 54rem;
  }
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible {
  max-width: 100%;
  width: 100%;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-text {
  text-align: right;
  color: #E11E00;
  flex: 0;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-highlight-text {
  flex: 1;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-read-more {
  font-size: 1.2rem;
  line-height: 2rem;
  cursor: pointer;
  text-decoration: underline;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible-top-row-icon {
  color: #E11E00;
}
.confirm-page .confirm-page__extra-campaigns-headline {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  padding-top: 2.2rem;
}
.confirm-page__wrapper {
  background: white;
  padding: 2rem 0 0;
  box-sizing: border-box;
}
.confirm-page__wrapper .confirm-page__content {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .confirm-page__wrapper {
    padding-top: 4rem;
  }
}
.confirm-page__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  padding: 2rem 0 0;
}
.confirm-page__title {
  margin: 0 2rem 2rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .confirm-page__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-page__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.confirm-page__collapsible {
  width: calc(100% - 4rem);
  max-width: 49rem;
  border-bottom: 0.2rem dashed #dadbdd;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .confirm-page__collapsible {
    max-width: 54rem;
  }
}
.confirm-page__collapsible-top {
  position: relative;
  height: 5.8rem;
  display: flex;
  align-items: center;
}
.confirm-page__collapsible--can-open .confirm-page__collapsible-top {
  cursor: pointer;
}
.confirm-page__collapsible--can-open .confirm-page__collapsible-top::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: transform 100ms ease-out;
  height: 1.6rem;
  width: 1.6rem;
  right: 0;
  top: 2.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDA0MyAxLjk2NzlMNy4yNzAwOCA4LjE4NDUyQzcuNjY5MTQgOC42MDc0NCA4LjM0MzUxIDguNjAyMDEgOC43MzU3IDguMTcyNzJMMTQuNDA0MyAxLjk2NzkiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.confirm-page__collapsible--show .confirm-page__collapsible-top::after {
  transform: rotate(0.5turn);
}
.confirm-page__collapsible-bottom {
  transition: transform 200ms cubic-bezier(0, 1.7, 0.3, 1), padding-top 200ms cubic-bezier(0, 1.7, 0.3, 1);
  transform: translateY(-1rem);
  padding: 0;
  height: 0;
  overflow: hidden;
}
.confirm-page__collapsible--show .confirm-page__collapsible-bottom {
  padding: 0 0 2rem;
  height: auto;
  transform: translateY(0);
}
.confirm-page__collapsible-top-row {
  display: flex;
  font-weight: bold;
  align-items: center;
  width: 100%;
}
.confirm-page__collapsible-action-cell {
  flex: 1;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.confirm-page__action-button {
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  border: 1px solid;
  border-radius: 1.6rem;
  cursor: pointer;
  transition: scale 100ms ease-out;
}
.confirm-page__action-button:hover {
  scale: 1.02;
}
.confirm-page__edit-button-wrapper {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: scale 100ms ease-out;
}
.confirm-page__edit-button-wrapper:hover {
  scale: 1.04;
}
.confirm-page__edit-button {
  width: 1.8rem;
  height: 1.8rem;
}
.confirm-page__collapsible-top-row-icon {
  flex: 0 0 5rem;
  margin-bottom: -0.2rem;
}
@media screen and (min-width: 768px) {
  .confirm-page__collapsible-top-row-icon {
    flex: 0 0 6rem;
  }
}
.confirm-page__collapsible-top--disabled .confirm-page__collapsible-top-row-icon {
  opacity: 0.6;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-draw {
  width: 2.7rem;
  height: 2.6rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-joker {
  width: 3.6rem;
  height: 2.1rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-rows {
  width: 2.7rem;
  height: 3.5rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-calendar {
  width: 2.7rem;
  height: 3.1rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-stake-per-row {
  width: 3.1rem;
  height: 2.6rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  width: 3.2rem;
  height: 3.2rem;
  color: currentColor;
}
.region-eurojackpot .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #bb7f36;
}
.region-keno .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #00a5eb;
}
.region-lotto .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #E11E00;
}
.region-vikinglotto .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #0000ff;
}
.confirm-page__collapsible-top-row-highlight-text {
  flex: 0 0 11rem;
  padding-right: 1rem;
  color: #000000;
}
.confirm-page__collapsible-top--disabled .confirm-page__collapsible-top-row-highlight-text {
  opacity: 0.6;
}
.confirm-page__collapsible-top-row-highlight-text--full-width {
  flex: auto;
}
.region-allornothing .confirm-page__collapsible-top-row-highlight-text {
  color: #312F51;
}
.region-eurojackpot .confirm-page__collapsible-top-row-highlight-text {
  color: #bb7f36;
}
.region-keno .confirm-page__collapsible-top-row-highlight-text {
  color: #00a5eb;
}
.region-lotto .confirm-page__collapsible-top-row-highlight-text {
  color: #E11E00;
}
.region-vikinglotto .confirm-page__collapsible-top-row-highlight-text {
  color: #0000ff;
}
@media screen and (min-width: 768px) {
  .confirm-page__collapsible-top-row-highlight-text {
    flex: 0 0 18rem;
  }
  .confirm-page__collapsible-top-row-highlight-text--full-width {
    flex: auto;
  }
}
.confirm-page__collapsible-top-row-text {
  flex: 1;
}
.confirm-page__collapsible--can-open .confirm-page__collapsible-top-row-text {
  padding-right: 2rem;
}
.confirm-page__table-header {
  font-size: 1.6rem;
  padding: 0.2rem 0 0.2rem;
  margin: 0 auto;
  min-height: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .confirm-page__table-header {
    max-width: 36rem;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-page__table-header {
    max-width: 41rem;
  }
}
.confirm-page__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .confirm-page__table {
    max-width: 37rem;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-page__table {
    max-width: 42rem;
  }
}
.confirm-page__table .confirm-page__table-row {
  display: flex;
}
.confirm-page__table .confirm-page__table-row--has-joker {
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  background-position: calc(100% - 1rem) center;
}
.region-eurojackpot .confirm-page__table .confirm-page__table-row--has-joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons.svg#eurojackpot-joker_use");
}
.region-lotto .confirm-page__table .confirm-page__table-row--has-joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons.svg#lotto-joker_use");
}
.region-vikinglotto .confirm-page__table .confirm-page__table-row--has-joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons.svg#vikinglotto-joker_use");
}
.confirm-page__table .confirm-page__table-row:nth-child(odd) {
  background-color: #dadbdd;
}
.confirm-page__table .confirm-page__table-cell {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  flex: 1;
}
.confirm-page__table .confirm-page__table-cell--index {
  flex: 0 0 5rem;
  padding-right: 1rem;
  justify-content: end;
  font-weight: bold;
  text-align: right;
}
.confirm-page__table .confirm-page__table-cell-icon-delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.confirm-page__table .confirm-page__table-cell-icon-delete svg {
  width: 1rem;
  height: 1rem;
}
.confirm-page__total {
  width: calc(100% - 4rem);
  height: 5.8rem;
  max-width: 49rem;
  border-bottom: 0.2rem solid #000000;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .confirm-page__total {
    max-width: 54rem;
  }
}
.confirm-page__total-label {
  flex: 0 0 16rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .confirm-page__total-label {
    flex: 0 0 24rem;
    padding-left: 6rem;
  }
}
.confirm-page__terms {
  max-width: 49rem;
  padding: 0 2rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .confirm-page__terms {
    margin-bottom: 4rem;
  }
}
.confirm-page__terms a {
  color: #000000;
  font-weight: bold;
}
.confirm-page__go-to-payment-subheader {
  font-size: 1.6rem;
  padding: 2rem 0;
  color: #000000;
  font-weight: 600;
}
.confirm-page__go-to-payment-subheader > span {
  color: #000000;
  font-weight: 700;
}
@keyframes info-message-animation {
  0% {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.confirm-page__crossed {
  text-decoration: line-through;
}
.confirm-page__info-message {
  background-color: #ffce51;
  border: 1px solid #FEB700;
  padding: 1rem 2rem;
  margin: 1rem 0 3rem;
  width: calc(100% - 4rem);
  max-width: 49rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
  animation: info-message-animation 0.8s forwards;
}
@media screen and (min-width: 1024px) {
  .confirm-page__info-message {
    max-width: 54rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.promotion-spot {
  text-align: center;
  padding: 10vw 5vw;
  margin: 0 auto;
  position: relative;
}
.promotion-spot__wrapper {
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .promotion-spot__wrapper {
    flex-direction: column;
  }
}
.promotion-spot__icon {
  width: 7rem;
  height: 7rem;
}
@media (min-width: 960px) {
  .promotion-spot__icon {
    width: 12.8rem;
    height: 12.8rem;
    margin-bottom: 4rem;
    margin-right: 0;
  }
}
.promotion-spot__text {
  text-align: left;
  padding-right: 2.5rem;
  padding-left: 2rem;
}
@media (min-width: 960px) {
  .promotion-spot__text {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.promotion-spot__info-text {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .promotion-spot__info-text {
    max-width: 45rem;
  }
}
.promotion-spot__info-text:empty {
  display: none;
}
.promotion-spot__cta {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .promotion-spot__cta {
    display: inline-block;
    width: auto;
  }
}
.promotion-spot__arrow-icon {
  position: absolute;
  right: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(-90deg);
  fill: white;
}
@media (min-width: 960px) {
  .promotion-spot__arrow-icon {
    display: none;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-allornothing .two-column-spot .promotion-spot {
  background-color: transparent;
}
.region-allornothing .promotion-spot {
  background-color: #191339;
}
@media (min-width: 960px) {
  .region-allornothing .promotion-spot {
    padding: 5.3rem 5rem 7rem;
  }
}
.region-allornothing .promotion-spot__headline {
  font-family: "MergePro", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  .region-allornothing .promotion-spot__headline {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .region-allornothing .promotion-spot__headline {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.region-allornothing .promotion-spot__info-text {
  font-size: 3.73vw;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .region-allornothing .promotion-spot__info-text {
    max-width: 45rem;
    min-height: 7.2rem;
    font-size: 1.6rem;
    margin: 1.5rem auto 1rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.circlepromotionspot .richtext {
  width: 86.667vw;
  text-align: center;
  padding: 7.333vw 0;
  margin: auto;
}
@media (min-width: 960px) {
  .circlepromotionspot .richtext {
    width: 74rem;
    padding: 3rem 0;
  }
}
.circlepromotionspot .richtext .circle-promotion-text {
  max-width: 86.667vw;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 8vw;
}
@media (min-width: 960px) {
  .circlepromotionspot .richtext .circle-promotion-text {
    width: 45rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.circlepromotionspot .richtext .circle-promotion-text:last-of-type {
  padding-bottom: 0;
}
.circlepromotionspot .richtext .circle-with-number {
  display: inline-block;
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
}
.circlepromotionspot .richtext .circle-with-number .number {
  font-size: 4.7rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-allornothing .circlepromotionspot .richtext {
  color: #4f5254;
}
.region-allornothing .circlepromotionspot .richtext .circle-with-number {
  background: #454362;
}
.region-allornothing .circlepromotionspot .richtext .circle-promotion-headline {
  max-width: 86.5vw;
  font-size: 9vw;
  font-weight: 800;
  line-height: 9vw;
  text-transform: uppercase;
  color: #454362;
  padding-bottom: 2.666vw;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .region-allornothing .circlepromotionspot .richtext .circle-promotion-headline {
    font-size: 3.8rem;
    line-height: 4rem;
    padding-bottom: 3rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .one-column-spot {
    display: flex;
  }
}
.one-column-spot .column-wrapper {
  width: 100%;
}
.one-column-spot .column-wrapper.grey {
  background-color: #f1f2f2;
}
.one-column-spot .column-wrapper .column-spots {
  margin: 0 auto;
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots {
    max-width: 96rem;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots.center {
    width: 37rem;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 0 auto 0 auto;
  }
}
.one-column-spot .column-wrapper .column-spots.fillcolumn {
  padding: 4vw 0;
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots.fillcolumn {
    padding: 1.6rem 1.6rem 0.8rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots.justify {
    padding: 0;
    margin-bottom: -4px;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .two-column-spot {
    display: flex;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper {
    width: 50%;
    display: inline-block;
  }
}
.two-column-spot .column-wrapper.grey {
  background-color: #f1f2f2;
}
.two-column-spot .column-wrapper:nth-child(odd) {
  text-align: right;
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper:nth-child(odd) .column-spots.fillcolumn {
    padding: 0.8rem 0.8rem 1.6rem 1.6rem;
  }
}
.two-column-spot .column-wrapper:nth-child(even) {
  text-align: left;
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper:nth-child(even) .column-spots.fillcolumn {
    padding: 0.8rem 1.6rem 1.6rem 0.8rem;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots {
    display: inline-block;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots.center {
    width: 37rem;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 0;
  }
}
.two-column-spot .column-wrapper .column-spots.fillcolumn {
  padding: 0 0 4vw;
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots.fillcolumn {
    width: 48rem;
    padding: 1.6rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots.justify {
    width: 50rem;
    padding: 0;
    margin-bottom: -4px;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-allornothing .two-column-spot .column-wrapper.separated {
  border-bottom: 0.1rem solid #191339;
}
@media (min-width: 960px) {
  .region-allornothing .two-column-spot .column-wrapper.separated {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .region-allornothing .two-column-spot .column-wrapper.separated:nth-child(2n+1) {
    border-bottom: none;
    border-right: 0.1rem solid #191339;
  }
}
.region-allornothing .two-column-spot .column-wrapper.fill:nth-child(2n+0) {
  background-color: #191339;
}
.region-allornothing .two-column-spot .column-wrapper.fill:nth-child(2n+1) {
  background-color: #191339;
}
@media (min-width: 960px) {
  .region-allornothing .two-column-spot .column-wrapper .column-spots.justify {
    width: 48rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.upsale-spot-view .upsale-spot {
  position: relative;
  margin: 0 auto;
}
.upsale-spot-view .upsale-spot .upsale-image-container {
  font-size: 0;
  line-height: 0;
  display: block;
}
.upsale-spot-view .upsale-spot .upsale-image-container .upsale-image {
  width: 100%;
  height: 100%;
}
.upsale-spot-view .upsale-spot .upsale-content-container {
  text-align: center;
  position: absolute;
  line-height: 0.9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 3rem;
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-title {
  font-size: 12vw;
  color: #fff;
  position: absolute;
  margin: 0;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-title {
    font-size: 6rem;
    width: auto;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-text {
  font-size: 12vw;
  color: #fff;
  position: absolute;
  margin: 0;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-text {
    font-size: 6rem;
    width: auto;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta {
  position: static;
  margin-top: 45.6vw;
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta {
    margin-top: 12.8rem;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta:hover {
  background-color: #f5d900;
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper {
  font-size: 0;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  text-align: right;
  z-index: -1;
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper {
    right: 1rem;
    bottom: 1rem;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper .upsale-logo {
  max-height: 4vw;
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper .upsale-logo {
    max-width: 8rem;
    max-height: 2rem;
  }
}



.btn-with-x-padding {
  padding-left: 2rem;
}
@keyframes btn-pulse-inner-loading-animation {
  0% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  95%,
  100% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0);
  }
}
@keyframes btn-pulse-loading-animation {
  38% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  65%,
  100% {
    transform: scale(1);
  }
}
.generic-overlay {
  max-height: initial;
  margin: auto;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  animation: generic-overlay-background-animation 0.3s forwards linear;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@keyframes generic-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes generic-overlay-panel-animation {
  0% {
    transform: translateY(-50%) scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes generic-overlay-panel-remove-animation {
  0% {
    transform: translateY(-50%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
}
.generic-overlay .panel {
  max-height: 86vh;
  max-width: 64rem;
  width: 96%;
  background: white;
  padding: 5.6rem 2.4rem 2.4rem;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: auto;
  transform: translateY(-50%);
  animation: generic-overlay-panel-animation 0.3s forwards linear;
}
.generic-overlay .panel .icon-wrapper {
  height: 16rem;
  margin-bottom: 3rem;
}
.generic-overlay .panel .image-caption {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.generic-overlay .panel .headline {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-top: 0;
}
.generic-overlay .panel .subheading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.generic-overlay .panel .text {
  max-width: 100%;
  width: 60rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1.5rem auto 2.5rem;
  overflow: hidden;
  white-space: break-spaces;
}
.generic-overlay .panel .button {
  margin: auto;
}
.generic-overlay.generic-overlay--is-shown .panel {
  animation: unset;
}
.generic-overlay.remove-overlay {
  animation: generic-overlay-background-animation 0.15s reverse linear;
}
.generic-overlay.remove-overlay .panel {
  animation: generic-overlay-panel-remove-animation 0.15s forwards linear;
}
.generic-overlay .buttons {
  display: flex;
}
.generic-overlay .generic-overlay__close-button {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  cursor: pointer;
  transition: transform 0.15s linear, filter 0.15s linear;
  will-change: transform;
  z-index: 1;
}
.generic-overlay .generic-overlay__close-button .icon {
  width: 30%;
  height: 30%;
  transition: transform 0.15s linear;
  will-change: transform;
}
.generic-overlay .generic-overlay__close-button:hover {
  transform: scale(1.1);
}
.generic-overlay .generic-overlay__close-button:hover .icon {
  transform: scale(1.3);
}
.generic-overlay .generic-overlay__cta-button {
  max-width: 24rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  height: 5.6rem;
  min-width: 18rem;
  padding-left: 2rem;
  display: flex;
  padding: 0;
  margin: auto;
}
.generic-overlay .generic-overlay__cta-button::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.generic-overlay .generic-overlay__cta-button::after {
  background-color: white;
  border-color: #000000;
}
@media screen and (min-width: 375px) {
  .generic-overlay .generic-overlay__cta-button {
    min-width: 21.4rem;
  }
}
.generic-overlay .generic-overlay__cta-button:not(.btn--disabled):hover::after {
  transform: scale(1.03);
}
.generic-overlay .generic-overlay__cta-button.primary-button {
  color: #000000;
  transition: color 200ms ease-out;
}
.generic-overlay .generic-overlay__cta-button.primary-button::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.generic-overlay .generic-overlay__cta-button.primary-button:not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
.generic-overlay.summer-campaign .panel {
  background: radial-gradient(64.86% 53.9% at 67.2% 46.1%, #ED911B 0%, #D56429 100%);
  color: white;
}
.generic-overlay.summer-campaign .panel .generic-overlay__close-button .icon {
  fill: white;
}
.generic-overlay.summer-campaign .panel .generic-overlay__cta-button::after {
  border: none;
  background-color: #FEB700;
}
.generic-overlay.christmas-2022-campaign .panel {
  max-width: 80%;
  width: 94rem;
  background: radial-gradient(122.78% 122.08% at 12.14% 5.08%, #B71817 0%, #791105 100%);
  border-radius: 40px;
}
.generic-overlay.christmas-2022-campaign .panel .icon-wrapper {
  height: auto;
}
.generic-overlay.christmas-2022-campaign .panel .icon-wrapper img {
  max-width: 100%;
}
.generic-overlay.christmas-2022-campaign .panel .headline,
.generic-overlay.christmas-2022-campaign .panel .text {
  color: white;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__close-button .icon {
  fill: white;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button {
  width: 23.5rem;
  color: #852825;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 16px;
  border: none;
  border-radius: 30px;
  background: #BA9142;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: color 0.15s linear, filter 0.15s linear;
  z-index: 0;
  overflow: hidden;
  min-height: 5.6rem;
  letter-spacing: 0.1rem;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  border-radius: 30px;
  border: 1px solid currentColor;
  z-index: 1;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2rem;
  bottom: 0;
  right: 0rem;
  background: linear-gradient(234.19deg, #F2C74E -22.41%, #FDF8CF 29.4%, #BA9142 100%);
  z-index: -1;
  transition: transform 0.15s linear, opacity 0.15s linear;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button:hover:not(.inactive) {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button:hover:not(.inactive)::after {
  transform: translateX(2rem);
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.inactive {
  background: #791105;
  color: #B71817;
  cursor: default;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.inactive::after {
  opacity: 0;
}
@keyframes lotto-christmas-loader-fade-animation {
  100% {
    max-width: 5rem;
    margin-left: 0.6rem;
    opacity: 1;
  }
}
@keyframes lotto-christmas-loader-dot-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button .loader {
  max-width: 0;
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button .loader .loader__dot {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #852825;
  display: inline-block;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading {
  cursor: default;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader {
  animation: lotto-christmas-loader-fade-animation 0.1s linear forwards;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader__dot:nth-child(1n) {
  animation: lotto-christmas-loader-dot-animation 0.5s ease-in-out -0.81s infinite;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader__dot:nth-child(2n) {
  animation: lotto-christmas-loader-dot-animation 0.5s ease-in-out -0.48s infinite;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader__dot:nth-child(3n) {
  animation: lotto-christmas-loader-dot-animation 0.5s ease-in-out -1.15s infinite;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.btn--disabled {
  opacity: 0.5;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.outlined::before {
  background-color: #791105;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.outlined span {
  background: linear-gradient(19.13deg, #FAC826 -69%, #FFFACB -2.4%, #F8EEBA 11.61%, #E7D08D 39.41%, #CBA145 78.1%, #C2912E 89.92%, #EDD688 164.09%, #FFFACB 198.9%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 1;
}
.generic-overlay.accordion-info-overlay__readmore .icon-wrapper,
.generic-overlay.super-millionaire .icon-wrapper {
  height: auto;
  margin-bottom: 0;
}
.generic-overlay.accordion-info-overlay__readmore .generic-overlay__cta-button::after,
.generic-overlay.super-millionaire .generic-overlay__cta-button::after {
  border: none;
  background-color: #FEB700;
}
.generic-overlay.campaign-overlay__custom-campaign {
  --multiclient-campaign-primary-color-l-remainder: (100 - var(--multiclient-campaign-primary-color-l));
  --multiclient-campaign-primary-hsl-values: var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc(var(--multiclient-campaign-primary-color-l) * 1%);
  --multiclient-campaign-primary-color-100: hsl(var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc((var(--multiclient-campaign-primary-color-l) + (var(--multiclient-campaign-primary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-primary-color-300: hsl(var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc((var(--multiclient-campaign-primary-color-l) + (var(--multiclient-campaign-primary-color-l-remainder) * 0.4)) * 1%));
  --multiclient-campaign-primary-color-500: hsl(var(--multiclient-campaign-primary-hsl-values));
  --multiclient-campaign-primary-color-900: hsl(var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc((var(--multiclient-campaign-primary-color-l) - (var(--multiclient-campaign-primary-color-l-remainder) * 0.4)) * 1%));
  --multiclient-campaign-secondary-color-l-remainder: (100 - var(--multiclient-campaign-secondary-color-l));
  --multiclient-campaign-secondary-hsl-values: var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc(var(--multiclient-campaign-secondary-color-l) * 1%);
  --multiclient-campaign-secondary-color-100: hsl(var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc((var(--multiclient-campaign-secondary-color-l) + (var(--multiclient-campaign-secondary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-secondary-color-300: hsl(var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc((var(--multiclient-campaign-secondary-color-l) + (var(--multiclient-campaign-secondary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-secondary-color-500: hsl(var(--multiclient-campaign-secondary-hsl-values));
  --multiclient-campaign-secondary-color-900: hsl(var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc((var(--multiclient-campaign-secondary-color-l) - (var(--multiclient-campaign-secondary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-tertiary-color-l-remainder: (100 - var(--multiclient-campaign-tertiary-color-l));
  --multiclient-campaign-tertiary-hsl-values: var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc(var(--multiclient-campaign-tertiary-color-l) * 1%);
  --multiclient-campaign-tertiary-color-100: hsl(var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc((var(--multiclient-campaign-tertiary-color-l) + (var(--multiclient-campaign-tertiary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-tertiary-color-300: hsl(var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc((var(--multiclient-campaign-tertiary-color-l) + (var(--multiclient-campaign-tertiary-color-l-remainder) * 0.4)) * 1%));
  --multiclient-campaign-tertiary-color-500: hsl(var(--multiclient-campaign-tertiary-hsl-values));
  --multiclient-campaign-tertiary-color-900: hsl(var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc((var(--multiclient-campaign-tertiary-color-l) - (var(--multiclient-campaign-tertiary-color-l-remainder) * 0.4)) * 1%));
}
.generic-overlay.campaign-overlay__custom-campaign .panel {
  background-color: var(--multiclient-campaign-tertiary-color-500, var(--multiclient-campaign-primary-color-500));
  color: white;
}
.generic-overlay.campaign-overlay__custom-campaign .panel .generic-overlay__close-button .icon {
  fill: white;
}
.generic-overlay.campaign-overlay__custom-campaign .panel .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.generic-overlay.campaign-overlay__custom-campaign .generic-overlay__cta-button {
  color: white;
}
.generic-overlay.campaign-overlay__custom-campaign .generic-overlay__cta-button::after {
  background-color: var(--multiclient-campaign-secondary-color-500);
  border-color: white;
}
@keyframes generic-overlay-active-animation {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(0.3rem);
  }
}
.overlay-active {
  animation: generic-overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  animation: generic-overlay-active-animation 0.15s reverse linear;
}



.multi-banner-spot {
  --button-line-gradient: linear-gradient(239deg, #00ffae -55.52%, #027d56 2.15%, #01291c 106.16%);
  position: relative;
}
.multi-banner-spot--eurojackpot .responsive-bg {
  background-color: #000000;
}
.multi-banner-spot--lotto .responsive-bg {
  background-color: #E11E00;
}
.multi-banner-spot--lotto .multi-banner-spot-content .multi-banner-spot__big-text {
  font-weight: 900;
  text-transform: lowercase;
}
.multi-banner-spot--lotto .multi-banner-spot-content .multi-banner-spot__title {
  position: relative;
  text-transform: none;
  letter-spacing: 0.1em;
  top: -1rem;
}
.multi-banner-spot--lotto .multi-banner-spot__cta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-banner-spot--vikinglotto .responsive-bg {
  background-color: #0000ff;
}
.multi-banner-spot--allornothing .multi-banner-spot__cta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-banner-spot--allornothing .responsive-bg {
  background-color: #312f51;
}
.multi-banner-spot[data-variant='variant-7'] .responsive-bg {
  background-color: transparent;
}
.multi-banner-spot.multi-banner-spot--top + #multi-client {
  margin-top: -3.5rem;
}
.multi-banner-spot.multi-banner-spot--top.multi-banner-spot--variant-11 .multi-banner-spot-content-wrapper {
  overflow: hidden;
  max-height: 35rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot.multi-banner-spot--top.multi-banner-spot--variant-11 .multi-banner-spot-content-wrapper {
    max-height: 50rem;
  }
}
.multi-banner-spot.multi-banner-spot--banner {
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.multi-banner-spot.multi-banner-spot--banner:not(.theme-playtogether) {
  padding: 3.2rem 2rem;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot.multi-banner-spot--banner:not(.theme-playtogether) {
    padding: 6rem 2rem;
  }
}
.multi-banner-spot.multi-banner-spot--banner .multi-banner-spot-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.multi-banner-spot.multi-banner-spot--banner .responsive-bg {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 4rem;
  overflow: hidden;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
.multi-banner-spot .responsive-bg picture {
  width: 100%;
  height: 100%;
}
.multi-banner-spot .responsive-bg picture img {
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.multi-banner-spot .multi-banner-spot__lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.multi-banner-spot .multi-banner-spot__lottie .multi-banner-spot__lottie-player {
  position: absolute;
  top: 0;
  width: 500rem;
  height: 100%;
}
.multi-banner-spot .multi-banner-spot-content {
  color: var(--multi-banner-spot__color, white);
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 2rem 2rem 7rem;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-weight: 800;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content {
    font-size: 2rem;
    padding: 4rem 2rem 9rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content--with-footer {
  padding: 2rem 2rem 10rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content--with-footer {
    padding: 4rem 2rem 12rem;
  }
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__logo {
  margin-bottom: 2.4rem;
  max-width: 100%;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__title {
  opacity: 0.8;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content .multi-banner-spot__title {
    margin-bottom: 1.2rem;
  }
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__big-text {
  font-size: 7.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content .multi-banner-spot__big-text {
    font-size: 8rem;
  }
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-content-wrapper {
  display: flex;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-label {
  opacity: 0.8;
  margin-right: 0.5rem;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child) {
  position: relative;
  padding-right: 1rem;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: 0.3rem;
  bottom: 0.3rem;
  right: 0.5rem;
  background-color: var(--multi-client-top-spot__color, white);
  opacity: 0.5;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-flashy-text--dimmed {
  opacity: 0.8;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__cta {
  cursor: pointer;
  height: 5.6rem;
  min-width: 24rem;
  background-color: #FEB700;
  border-radius: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 2.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__variant5-image {
  height: 100%;
  width: 100%;
  max-width: 1280px;
  object-fit: contain;
  padding: 0 2.4rem;
  box-sizing: border-box;
}
.multi-banner-spot .multi-banner-spot-content .hidden {
  display: none !important;
}
.multi-banner-spot.multi-banner-spot--banner .multi-banner-spot-content {
  padding: 3.2rem 2rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot.multi-banner-spot--banner .multi-banner-spot-content {
    padding: 6rem 2rem;
  }
}
.multi-banner-spot__footer {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 3rem;
  width: 100%;
  background: white;
  border-radius: 3rem 3rem 0 0;
}
.theme-playtogether .multi-banner-spot__footer {
  background: white;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__title {
  opacity: 1;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__big-text {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down {
  margin-bottom: 1.3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-content-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-label {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-label {
    font-size: 1.6rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time {
  font-size: 4.4rem;
  letter-spacing: normal;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span {
  position: relative;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child) {
  padding-right: 3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: 1.2rem;
  bottom: 0.9rem;
  right: 1.4rem;
  background-color: var(--multi-client-top-spot__color, white);
  opacity: 0.5;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span::before {
  text-transform: uppercase;
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child)::before {
  padding-right: 3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:first-child::before {
  content: 'Dage';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:nth-child(2)::before {
  content: 'Timer';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:nth-child(3)::before {
  content: 'Min.';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:nth-child(4)::before {
  content: 'Sek.';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__title {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__big-text {
  font-size: 4rem;
  max-width: 50rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__count-down {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__cta {
  margin-top: 1.2rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 {
  color: inherit;
  text-transform: none;
  padding: 0;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__title {
  color: var(--multi-banner-spot__color, #000000);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__title {
    font-size: 4rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__sub-title {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__sub-title {
    line-height: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__big-text,
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__count-down {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 32rem;
  overflow: hidden;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__icon-gradient {
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  height: 4.8rem;
  width: 4.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--button-line-gradient);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__icon-gradient {
    height: 8.8rem;
    width: 8.8rem;
    top: calc(50% - 4.4rem);
    left: calc(50% - 4.4rem);
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__play-icon {
  height: 1.6rem;
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__play-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 {
  align-items: start;
  padding: 2rem 4rem 4.8rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 {
    padding: 13rem 6.4rem 4.8rem 11rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8.multi-banner-spot-content--with-footer {
  padding: 2rem 4rem 7.8rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8.multi-banner-spot-content--with-footer {
    padding: 13rem 6.4rem 7.8rem 11rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__title {
  order: 2;
  opacity: 1;
  font-size: 2rem;
  line-height: 2.2rem;
  width: 100%;
  text-align: left;
  margin-top: 3rem;
  box-sizing: border-box;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__title {
    width: initial;
    text-align: initial;
    line-height: 3.2rem;
    font-size: 2.4rem;
    margin-top: auto;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__sub-title {
  order: 3;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  width: 100%;
  text-align: left;
  margin-bottom: 4.2rem;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__sub-title {
    width: initial;
    text-align: initial;
    margin-bottom: 7.2rem;
    margin-top: inherit;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__big-text {
  order: 1;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: initial;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__big-text {
    font-size: 4rem;
    line-height: 4.8rem;
    max-width: 48rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action {
  position: absolute;
  bottom: 5.2rem;
  right: 3.2rem;
  order: 5;
  background: white;
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action {
    width: 22rem;
    height: 5.6rem;
    border-radius: 3.2rem;
    right: 6.4rem;
  }
}
@media screen and (min-width: 950px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action {
    right: 14rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8.multi-banner-spot-content--with-footer .multi-banner-spot__secondary-call-to-action {
  bottom: 7.8rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action-inner-play-icon {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  order: 5;
  background: var(--button-line-gradient);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action-inner-play-icon {
    top: 0.8rem;
    left: 0.8rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__play-icon {
  position: absolute;
  top: 1.1rem;
  left: 1.3rem;
  height: 1.6rem;
  width: 1.6rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot_secondary-call-to-action-text {
  display: none;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot_secondary-call-to-action-text {
    display: block;
    width: 13.4rem;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    position: absolute;
    top: 1.2rem;
    left: 5.6rem;
    text-align: left;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot_secondary-call-to-action-text b {
  font-weight: 800;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__cta {
  order: 4;
  min-width: 22rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__cta {
    min-width: 24rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__video-teaser {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: flex;
  object-fit: cover;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 {
  color: inherit;
  padding: 0rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 * {
  box-sizing: border-box;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__title {
  color: #000000;
  font-weight: 700;
  opacity: 1;
  font-size: 2.8rem;
  line-height: 3.8rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-top: auto;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__sub-title {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__sub-title {
    width: initial;
    margin-top: inherit;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__big-text {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__inner-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__cta {
  position: absolute;
  min-width: 22rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__cta {
    min-width: 24rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__video-teaser {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: flex;
  object-fit: cover;
  background: transparent;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__variant-image {
  height: 100%;
  width: 100%;
  max-width: 1280px;
  object-fit: contain;
  padding: 0;
  box-sizing: border-box;
  border-radius: 3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 {
    align-items: initial;
    justify-content: initial;
    padding: clamp(0rem, 10%, 12rem);
    margin-top: 0rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__title {
  color: #000000;
  font-weight: 700;
  opacity: 1;
  font-size: 2.8rem;
  line-height: 3.8rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-top: auto;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__sub-title {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  margin-top: -0.75rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__sub-title {
    width: initial;
    text-align: initial;
    margin-top: inherit;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__big-text {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: initial;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  max-width: 43rem;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__big-text {
    position: absolute;
    font-size: 4rem;
    line-height: 4.8rem;
    width: initial;
    text-align: initial;
    margin: 0;
    max-width: 45rem;
    top: 47%;
    transform: translateY(-47%);
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__inner-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__cta {
  position: relative;
  min-width: 22rem;
  margin-top: 1.6rem;
  line-height: 5.4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__cta {
    position: absolute;
    min-width: 24rem;
    bottom: 8.4rem;
    margin: 0;
  }
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__big-text {
  font-size: 5rem;
}
@media screen and (min-width: 480px) {
  .multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__big-text {
    font-size: 6.4rem;
  }
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down-time > span {
  width: 3ch;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down-time > span:last-child {
  width: 2ch;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__count-down-time > span {
  width: 4ch;
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__count-down-time > span::after {
  right: 0rem;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__count-down-time > span:last-child {
  width: 3ch;
}
.multi-banner-spot__modal .generic-modal__card {
  max-width: 110rem;
  max-height: 90%;
  width: 96%;
  padding: 2.4rem 0.8rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal__card {
    width: 90%;
    padding: 2.8rem 2.4rem 2.4rem 2.4rem;
  }
}
.multi-banner-spot__modal .generic-modal__close-button {
  right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal__close-button {
    right: 2.4rem;
  }
}
.multi-banner-spot__video {
  width: 100%;
  max-height: 70vh;
}



.multi-client-game-selector__wrapper {
  width: 100%;
  position: absolute;
  top: 3.4rem;
  left: 0;
  padding: 0 0 1rem;
  box-sizing: border-box;
  overflow-x: auto;
  pointer-events: all;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .multi-client-game-selector__wrapper {
    width: auto;
    position: relative;
    top: initial;
    left: initial;
    padding: 0;
  }
}
.multi-client-game-selector {
  display: inline-flex;
  border-radius: 2.8rem;
  border: 0.1rem solid #eeeeee;
  margin: 0 1.5rem;
}
.region-avalon-lotto .multi-client-game-selector,
.region-lotto .multi-client-game-selector {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client-game-selector .game-selector-button {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  color: #000000;
  border-radius: 2.8rem;
  cursor: pointer;
  pointer-events: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .multi-client-game-selector .game-selector-button {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.9rem 3rem;
  }
}
.region-avalon-lotto .multi-client-game-selector .game-selector-button,
.region-lotto .multi-client-game-selector .game-selector-button {
  font-weight: 600;
}
.multi-client-game-selector .game-selector-button.active {
  color: white;
}
.multi-client-wrapper__eurojackpot .multi-client-game-selector .game-selector-button.active {
  background-color: #E8A332;
}
.multi-client-wrapper__lotto .multi-client-game-selector .game-selector-button.active {
  background-color: #E11E00;
}
.multi-client-wrapper__vikinglotto .multi-client-game-selector .game-selector-button.active {
  background-color: #0000ff;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-game-selector .game-selector-button.active {
  background-color: #E95801;
}
.multi-client-wrapper__allornothing .multi-client-game-selector .game-selector-button.active {
  background-color: #56F4AD;
}



.multi-client-footer {
  min-width: 18rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  transition: transform 50ms linear;
  position: sticky;
  bottom: 0;
}
.multi-client-footer::after {
  content: '';
  width: 100vw;
  height: 130%;
  pointer-events: none;
  background: linear-gradient(0deg, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50vw) translateY(30%);
  z-index: -1;
  transition: transform 100ms linear;
}
.multi-client-footer.sticky::after {
  transform: translateX(-50vw) translateY(0);
}
.multi-client-footer .multi-client__progress-bar {
  padding: 0.8rem;
  margin: 0 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.multi-client-footer .multi-client__progress-bar::before {
  content: '';
  height: 0.2rem;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  right: 0.8rem;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #bbbbbb;
  position: relative;
  border-radius: 50%;
  margin: 0 -0.6rem;
  pointer-events: none;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::before,
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.15s linear, transform 0.2s linear;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::before {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #FEB700;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::after {
  width: 0.6rem;
  height: 0.6rem;
  background-color: white;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active {
  pointer-events: all;
  cursor: pointer;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active::before,
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-active-bar {
  height: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: width 0.1s linear;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-active-bar::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.3rem;
  right: 0;
  background-color: #FEB700;
}



.check-button {
  padding: 0.6rem;
  border-radius: 2.5rem;
  transition: background-color 0.1s linear;
  cursor: pointer;
  display: flex;
  position: relative;
}
.check-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  transform: scaleX(0);
  opacity: 0;
}
.check-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.check-button.check-button--disabled {
  opacity: 0.5;
  cursor: default;
}
.check-button.check-button--disabled .check-button__dot {
  cursor: default;
}
.check-button.check-button--disabled .check-button__label {
  text-decoration: line-through;
}
.check-button .check-button__dot {
  position: relative;
  z-index: 1;
  background-color: white;
  border: 0.4rem solid;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  transition: border 100ms ease-out;
  flex-shrink: 0;
  box-sizing: content-box;
}
.check-button .check-button__dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1rem solid #ffffff;
  border-radius: 50%;
  opacity: 0;
}
.check-button .check-button__body {
  flex: 1;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-weight: bold;
  padding-left: 1.3rem;
  transition: color 200ms ease-out;
  justify-content: center;
}
.check-button .check-button__body .check-button__labels {
  min-height: 3.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.check-button .check-button__body .check-button__labels .check-button__label {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.check-button .check-button__body .check-button__labels .check-button__sublabel {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.check-button .icon-indicator {
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: color 150ms ease-out;
}
.check-button .icon-indicator .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  fill: currentColor;
}
.check-button .icon-indicator + .secondary-cta {
  margin-left: -1.2rem;
}
.check-button .secondary-cta {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.check-button .secondary-cta .icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: transform 100ms linear;
}
.check-button .secondary-cta:hover .icon {
  transform: scale(1.1);
}
.check-button .secondary-cta.active:hover .arrow-down-icon {
  transform: scale(1.1) rotate(180deg);
}
.check-button .secondary-cta.active .arrow-down-icon {
  transform: rotate(180deg);
}
.check-button .details-wrapper {
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;
  transition: max-height 0.1s linear, opacity 0.1s linear, padding-bottom 0.1s linear;
}
.check-button .details-wrapper.active:not(:empty) {
  opacity: 0.8;
  padding-bottom: 0.9rem;
}
.check-button .details-wrapper .detail-item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@keyframes multi-client-checked-curtain {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  40% {
    transform: scaleX(1.05);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes multi-client-checked-dot-after {
  from {
    border-width: 1.4rem;
    opacity: 0;
  }
  to {
    border-width: 1rem;
    opacity: 1;
  }
}
.check-button.check-button--selected {
  color: white;
}
.check-button.check-button--selected::before {
  animation: multi-client-checked-curtain 450ms ease-out forwards;
}
.check-button.check-button--selected .check-button__dot::after {
  animation: multi-client-checked-dot-after 150ms ease-in forwards;
}



.multi-client-draw-options .multi-columns-wrapper__column .draw-date.unavailable {
  text-decoration: line-through;
}
.multi-client-draw-options .multi-columns-wrapper__column .draw-date__icon {
  width: 1.6rem;
  height: 2rem;
  margin-left: 0.6rem;
  margin-top: -0.6rem;
  position: relative;
  top: 0.5rem;
}
.multi-client-draw-options .check-button__outer-wrapper {
  margin-bottom: 1rem;
}
.multi-client-draw-options.eurojackpot .check-button {
  background-color: rgba(232, 163, 50, 0.1);
  color: #E8A332;
}
.multi-client-draw-options.eurojackpot .check-button .check-button__dot {
  border-color: rgba(232, 163, 50, 0.1);
}
.multi-client-draw-options.eurojackpot .check-button::before {
  background-color: #E8A332;
}
.multi-client-draw-options.eurojackpot .check-button .check-button__dot::after {
  background-color: #E8A332;
}
.multi-client-draw-options.eurojackpot .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.eurojackpot .check-button.check-button--selected .check-button__dot {
  border-color: rgba(232, 163, 50, 0.5);
}
.multi-client-draw-options.vikinglotto .check-button {
  background-color: rgba(0, 0, 255, 0.1);
  color: #0000ff;
}
.multi-client-draw-options.vikinglotto .check-button .check-button__dot {
  border-color: rgba(0, 0, 255, 0.1);
}
.multi-client-draw-options.vikinglotto .check-button::before {
  background-color: #0000ff;
}
.multi-client-draw-options.vikinglotto .check-button .check-button__dot::after {
  background-color: #0000ff;
}
.multi-client-draw-options.vikinglotto .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.vikinglotto .check-button.check-button--selected .check-button__dot {
  border-color: rgba(0, 0, 255, 0.5);
}
.multi-client-draw-options.allornothing .check-button {
  background-color: rgba(25, 19, 57, 0.1);
  color: #191339;
}
.multi-client-draw-options.allornothing .check-button .check-button__dot {
  border-color: rgba(25, 19, 57, 0.1);
}
.multi-client-draw-options.allornothing .check-button::before {
  background-color: #191339;
}
.multi-client-draw-options.allornothing .check-button .check-button__dot::after {
  background-color: #191339;
}
.multi-client-draw-options.allornothing .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.allornothing .check-button.check-button--selected .check-button__dot {
  border-color: rgba(25, 19, 57, 0.5);
}
.multi-client-draw-options.lotto {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client-draw-options.lotto .check-button {
  background-color: rgba(225, 30, 0, 0.1);
  color: #E11E00;
}
.multi-client-draw-options.lotto .check-button .check-button__body {
  font-weight: 600;
}
.multi-client-draw-options.lotto .check-button .check-button__dot {
  border-color: rgba(225, 30, 0, 0.1);
}
.multi-client-draw-options.lotto .check-button::before {
  background-color: #E11E00;
}
.multi-client-draw-options.lotto .check-button .check-button__dot::after {
  background-color: #E11E00;
}
.multi-client-draw-options.lotto .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.lotto .check-button.check-button--selected .check-button__dot {
  border-color: rgba(225, 30, 0, 0.5);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button {
  background-color: rgba(233, 88, 1, 0.1);
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button .check-button__dot {
  border-color: rgba(233, 88, 1, 0.1);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button::before {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button .check-button__dot::after {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button.check-button--selected {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button.check-button--selected .check-button__dot {
  border-color: rgba(233, 88, 1, 0.5);
}



.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper {
  width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content {
  width: 100%;
  max-width: 54rem;
  padding: 0;
  margin: 0 auto 5.5rem;
  box-sizing: border-box;
  background-color: transparent;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content .confirm-page__collapsible,
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content .confirm-page__extra-campaigns,
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content .confirm-page__total {
  width: 100%;
  max-width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .addon-confirm .confirm-page__content {
  max-width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .addon-confirm .confirm-page__content {
  padding: 0;
  margin: 0;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .addon-confirm .confirm-page__terms {
  margin-bottom: 0;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__total-label {
  flex: 1;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__collapsible-icon-campaign {
  width: 3.2rem;
  height: 3.2rem;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns {
  width: calc(100% - 4rem);
  max-width: 49rem;
}
@media screen and (min-width: 1024px) {
  .multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns {
    max-width: 54rem;
  }
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible {
  max-width: 100%;
  width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-text {
  text-align: right;
  color: #E11E00;
  flex: 0;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-highlight-text {
  flex: 1;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-read-more {
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: underline;
  cursor: pointer;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns-headline {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  padding-top: 2.2rem;
  text-transform: uppercase;
}
.multi-client-wrapper__eurojackpot .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #bb7f36;
}
.multi-client-wrapper__vikinglotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #0000ff;
}
.multi-client-wrapper__lotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #E11E00;
}
.multi-client-wrapper__allornothing .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-highlight-text {
  color: #E95801;
}



.multi-client-wrapper.multi-client-wrapper__receipt-step > .multi-client-header {
  top: 2rem;
}
.receipt-step {
  width: 100%;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .receipt-step {
    flex-direction: row;
  }
}
.receipt-step > div {
  flex: 1 1 50%;
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .receipt-step > div {
    padding: 6rem 0;
  }
}
.receipt-step .receipt-step__countdown {
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown {
    border-radius: 0 2.4rem 2.4rem 0;
    padding: 0 2rem;
  }
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-inner {
  max-width: 42.4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .receipt-step__countdown-inner {
    margin-top: 13rem;
  }
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-inner .multi-client__flow-step-header {
  padding-bottom: 0;
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-heading {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-subheading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #959595;
}
.receipt-step .receipt-step__countdown .countdown {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 3rem;
  text-align: center;
  padding: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown {
    padding: 3.5rem 4.2rem;
  }
}
.receipt-step .receipt-step__countdown .countdown .countdown-headline {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown .countdown-headline {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
}
.receipt-step .receipt-step__countdown .countdown .number-container {
  flex: 1;
}
.receipt-step .receipt-step__countdown .countdown .number-container span {
  display: block;
}
.receipt-step .receipt-step__countdown .countdown .number-container .number {
  font-size: 5rem;
  line-height: 4.7rem;
  font-weight: 800;
  padding-bottom: 0.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown .number-container .number {
    font-size: 6.8rem;
    line-height: 7.8rem;
  }
}
.receipt-step .receipt-step__countdown .countdown .number-container .number::before {
  content: "";
  width: 0.3rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  transform: translateX(-50%);
}
.receipt-step .receipt-step__countdown .countdown .number-container .time-denominator {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown .number-container .time-denominator {
    font-size: 1.7rem;
    line-height: 1.5rem;
  }
}
.receipt-step .receipt-step__countdown .countdown .number-container:first-of-type .number::before {
  display: none;
}
.receipt-step .receipt-step__countdown .reminder-alert {
  margin: 5rem 0 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .reminder-alert {
    margin-bottom: -5rem;
  }
}
.receipt-step .receipt-step__countdown .reminder-alert input[type=checkbox] {
  display: none;
}
.receipt-step .receipt-step__countdown .reminder-alert input[type=checkbox]:checked + label .checkbox:after {
  content: '';
  position: absolute;
  border: 0.2rem solid #000000;
  border-left: 0;
  border-top: 0;
  font-size: 2rem;
  transform: rotate(45deg);
  left: 0.3em;
  top: 0.1em;
  width: 0.3em;
  height: 0.5em;
}
.receipt-step .receipt-step__countdown .reminder-alert label {
  background: #eeeeee;
  display: inline-block;
  padding: 2.5rem 2.5rem 2.5rem 6rem;
  border-radius: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.5;
  user-select: none;
}
.receipt-step .receipt-step__countdown .reminder-alert label .checkbox {
  background: white;
  width: 2rem;
  height: 2rem;
  left: 2.5rem;
  top: 2.6rem;
  border-radius: 0.4rem;
  content: '';
  display: inline-block;
  vertical-align: text-top;
  border: 0.1rem solid #a2a2a2;
  position: absolute;
}
.receipt-step .receipt-step__countdown .reminder-alert.reminder-alert--loading label {
  overflow: hidden;
}
.receipt-step .receipt-step__countdown .reminder-alert.reminder-alert--loading label:before {
  position: absolute;
  content: "";
  top: -50%;
  bottom: -50%;
  left: -200%;
  width: 3rem;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  animation: reminder-alert--loading 1000ms linear infinite;
  transform: rotate(20deg);
}
.receipt-step .receipt-step__countdown .reminder-alert.reminder-alert--loading label:after {
  position: absolute;
  content: "";
  top: -50%;
  bottom: -50%;
  left: -200%;
  width: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  animation: reminder-alert--loading 1000ms linear infinite;
  animation-delay: 500ms;
  transform: rotate(20deg) translateX(-2rem);
}
@keyframes reminder-alert--loading {
  100% {
    left: 300%;
  }
}
.receipt-step .multi-client__countdown-item {
  margin: 3rem 0;
  opacity: 0.6;
  transition: opacity 0.15s linear;
  display: none;
}
@media screen and (min-width: 768px) {
  .receipt-step .multi-client__countdown-item {
    display: block;
    margin: 8rem 0 3rem;
  }
}
.receipt-step .multi-client__countdown-item.multi-client__countdown-item--selected {
  opacity: 1;
  display: block;
}
.receipt-step .multi-client__countdown-item.multi-client__countdown-item--selected .countdown {
  cursor: default;
}
.receipt-step .multi-client__countdown-item + .multi-client__countdown-item {
  margin-top: 3rem;
}
.receipt-step .multi-client__countdown-item--lotto .countdown {
  background-color: #E11E00;
  color: white;
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
.receipt-step .multi-client__countdown-item--eurojackpot .countdown {
  background-color: #E8A332;
  color: white;
}
.receipt-step .multi-client__countdown-item--vikinglotto .countdown {
  background-color: #0000ff;
  color: white;
}
.receipt-step .multi-client__countdown-item--keno .countdown {
  background-color: #00a5eb;
  color: white;
}
.receipt-step .multi-client__countdown-item--allornothing .countdown {
  background-color: #56F4AD;
  color: #191339;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__coupon::before {
    content: "";
    width: 3.1rem;
    height: 3.1rem;
    background-color: white;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.receipt-step .receipt-step__coupon .fireworks-animation {
  height: 50rem;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.receipt-step .receipt-step__coupon .view-coupon {
  width: 26.5rem;
}
.receipt-step .receipt-step__coupon-promos {
  background-color: white;
  padding: 1.2rem 2.4rem 2rem;
  position: sticky;
  margin-top: 3rem;
  bottom: 0;
}
.receipt-step .receipt-step__coupon-promos::before {
  content: "";
  width: 100%;
  height: 3rem;
  background-color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  position: absolute;
  top: -3rem;
  left: 0;
}
.receipt-step .receipt-step__coupon-promos .promo-card {
  flex: 1;
}
.receipt-step .receipt-step__coupon-promos .promo-card .promo-card__box {
  margin: 0;
}
.multi-client-wrapper__eurojackpot .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #E8A332;
  color: white;
}
.multi-client-wrapper__lotto .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #E11E00;
  color: white;
}
.multi-client-wrapper__lotto .receipt-step .fireworks-animation {
  filter: brightness(0.1) contrast(0.5) saturate(200) hue-rotate(340deg);
}
.multi-client-wrapper__vikinglotto .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #0000ff;
  color: white;
}
.multi-client-wrapper__vikinglotto .receipt-step .fireworks-animation {
  filter: brightness(0.2) contrast(0.8) saturate(150) hue-rotate(220deg);
}
.multi-client-wrapper__allornothing .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #191339;
  color: white;
}
.multi-client-wrapper__allornothing .receipt-step .fireworks-animation {
  filter: brightness(0) saturate(100%) invert(75%) sepia(88%) saturate(320%) hue-rotate(87deg) brightness(101%) contrast(91%);
}
.multi-client-wrapper__campaign-Sommerlotto .receipt-step .multi-client__countdown-item .countdown {
  background-color: #E95801;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .receipt-step .fireworks-animation {
  filter: brightness(0.5) contrast(0.1) saturate(100) hue-rotate(340deg);
}
.receipt-step .receipt-step__promo-cards {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__promo-cards {
    flex-direction: column;
  }
}
.receipt-step .receipt-step__promo-cards .promo-card__box {
  min-height: 16rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6rem 4rem 1.5rem;
  box-sizing: border-box;
  border-radius: 3rem;
  margin: 3rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__promo-cards .promo-card__box {
    min-height: 20rem;
  }
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content {
  margin-top: auto;
  filter: drop-shadow(0 0 0.2rem #000000);
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content .promo-card__title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 800;
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content .promo-card__text {
  font-size: 1.6rem;
  line-height: 2rem;
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content .promo-card__title + .promo-card__text {
  margin-top: 0.8rem;
}
.receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn {
  margin: 1.6rem 0 0;
  height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn {
    height: 5.6rem;
  }
}
.region-avalon-lotto .receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn,
.region-lotto .receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client__coupon-tabs-wrapper {
  max-width: 100vw;
  display: flex;
  margin: 0 auto 2rem;
  position: sticky;
  top: 0;
  z-index: 2;
  overflow-x: auto;
  padding: 0.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-client__coupon-tabs-wrapper {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tabs {
  background-color: white;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  border: 1px solid #a2a2a2;
  border-radius: 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .multi-client__coupon-tabs-wrapper .multi-client__coupon-tabs {
    width: auto;
    background-color: #eeeeee;
  }
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.8rem;
  transition: opacity 0.15s linear, color 0.15s 0.1s linear;
  cursor: pointer;
  position: relative;
  margin: 0 0.4rem;
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .multi-client__coupon-tabs-wrapper .multi-client__coupon-tab {
    font-size: 1.6rem;
    line-height: 1.4rem;
    padding: 1rem 2rem;
    font-weight: 800;
  }
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab:hover:not(.multi-client__coupon-tab--active) {
  opacity: 0.6;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab--active {
  color: white;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator {
  position: absolute;
  height: 100%;
  transition: width 0.15s linear, left 0.15s linear, background-color 0.15s linear;
  scale: 1.15;
  border-radius: 28px;
  left: 0;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--lotto {
  background-color: #E11E00;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--eurojackpot {
  background-color: #E8A332;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--vikinglotto {
  background-color: #0000ff;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--keno {
  background-color: #00a5eb;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--allornothing {
  background-color: #56F4AD;
}



.region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
.region-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
.lotto .multi-client__flow-step-draws .multi-client__flow-step-title {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  color: var(--color-lotto-red-1, #E11E00);
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
  .region-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
  .lotto .multi-client__flow-step-draws .multi-client__flow-step-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
.region-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
.lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
  .region-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
  .lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle {
    line-height: 2.2rem;
  }
}
.multi-client__flow-step-header {
  padding: 0 0 3rem;
  text-align: center;
  position: relative;
}
.multi-client__flow-step-title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step-title {
    font-size: 4rem;
    line-height: 4.8rem;
    padding-bottom: 0.8rem;
  }
}
.multi-client__flow-step-title span {
  display: inline-block;
}
.multi-client__flow-step-subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #92969E;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step-subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.multi-client__flow-step-subtitle strong {
  font-weight: 800;
  color: #000000;
}
.multi-client__flow-step-description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step-description {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.multi-client__flow-step-description a {
  color: inherit;
}
.multi-client__client-wrapper {
  display: flex;
}
.multi-client__client-wrapper .multi-client__client-game,
.multi-client__client-wrapper .multi-client__flow-wrapper {
  width: 100%;
  flex-shrink: 0;
}
.multi-client__client-wrapper .multi-client__client-game {
  padding-top: 11rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.15s linear, opacity 0.1s linear;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .multi-client__client-wrapper .multi-client__client-game {
    padding-top: 10rem;
  }
}
.multi-client__client-wrapper .multi-client__client-game .multi-client-rotary-selector .selector-numbers .number-wrapper.in-view .number {
  pointer-events: none;
}
.multi-client__client-wrapper .multi-client__client-game.active {
  max-height: max-content;
  opacity: 1;
  pointer-events: all;
}
.multi-client__client-wrapper .multi-client__client-game.active .multi-client-rotary-selector .selector-numbers .number-wrapper.in-view .number {
  pointer-events: all;
}
.multi-client__client-wrapper .multi-client__client-game .multi-client__flow-step-header {
  padding: 1rem 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .multi-client__client-wrapper .multi-client__client-game .multi-client__flow-step-header {
    padding: 5rem 3rem 1rem;
  }
}
.multi-client__client-wrapper .multi-client__client-game .theme-numbergames.theme-allornothing .headline {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client__client-wrapper .multi-client__client-game .multi-client-rotary-selector {
  margin-bottom: 1rem;
}
.multi-client__client-wrapper .multi-client__client-game .multi-client-rotary-selector__outer + .multi-client__client-game-description {
  width: 25rem;
  position: relative;
  margin-top: -7.4rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.multi-client__client-wrapper .multi-client__client-game .eurojackpot-games-subnavigation-bar,
.multi-client__client-wrapper .multi-client__client-game .lotto-games-subnavigation-bar,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-games-subnavigation-bar {
  display: none;
}
.multi-client__client-wrapper .multi-client__client-game .eurojackpot-classic-game .rows-container,
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .rows-container,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .rows-container {
  margin-top: 0;
}
.multi-client__client-wrapper .multi-client__client-game .shake-overlay-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .multi-client__client-wrapper .multi-client__client-game .tabs-container {
    width: calc(100% - 28vw);
    padding-right: 14vw;
  }
}
@media screen and (min-width: 950px) {
  .multi-client__client-wrapper .multi-client__client-game .tabs-container {
    width: calc(100% - 14rem);
    padding-right: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .multi-client__client-wrapper .multi-client__client-game .lotto-game-tabs-wrapper .rows-container {
    width: 80.21%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .multi-client__client-wrapper .multi-client__client-game .vikinglotto-game-tabs-wrapper .rows-container {
    width: 71.3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .multi-client__client-wrapper .multi-client__client-game .eurojackpot-game-tabs-wrapper .rows-container {
    width: 82%;
  }
}
.multi-client__client-wrapper .multi-client__client-game .multi-client__client-game-description {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #92969E;
  text-align: center;
  margin: 0 auto 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.multi-client__client-wrapper .multi-client__client-game .client-game-description__question-button {
  width: 4rem;
  height: 4rem;
  color: #000000;
  position: relative;
  top: 0.2rem;
  cursor: pointer;
}
.multi-client__client-wrapper .multi-client__client-game .client-game-description__question-button .icon {
  width: 100%;
  height: 100%;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .left-gradient,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .left-gradient {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .right-gradient,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .right-gradient {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper {
  color: #282828;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-footer,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-footer,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-footer,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-footer {
  border-top-color: transparent;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header {
  border-bottom-color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header {
  border-bottom-color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-game-tabs-wrapper .tabs-container,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-game-tabs-wrapper .tabs-container {
  background-color: white;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .front-face {
  background-color: #eecece;
  color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .back-face {
  background-color: #c21a00;
  color: white;
}
@keyframes multiclient-lotto-flip-face-animation {
  0% {
    color: #c21a00;
    background-color: #eecece;
  }
  35% {
    color: #c21a00;
    background-color: #eecece;
  }
  65% {
    color: #c21a00;
    background-color: #eecece;
  }
  80% {
    color: white;
    background-color: #c21a00;
  }
  100% {
    color: white;
    background-color: #c21a00;
  }
}
@keyframes multiclient-lotto-reverse-flip-face-animation {
  0% {
    color: white;
    background-color: #c21a00;
  }
  35% {
    color: white;
    background-color: #c21a00;
  }
  65% {
    color: white;
    background-color: #c21a00;
  }
  80% {
    color: #c21a00;
    background-color: #eecece;
  }
  100% {
    color: #c21a00;
    background-color: #eecece;
  }
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation-name: multiclient-lotto-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation-name: multiclient-lotto-reverse-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section {
  background-color: white;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header {
  color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .header-rules-text {
  color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .right-side .row-delete-button .icon {
  fill: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .number-picker-footer .buttons-container .button {
  background-color: #c21a00;
  color: white;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .numbers-vikings-separator,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .numbers-vikings-separator,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .numbers-vikings-separator,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .numbers-vikings-separator {
  background-color: #E6E6FE;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon-viking.white {
  filter: brightness(0) saturate(100%) invert(90%) sepia(85%) saturate(5600%) hue-rotate(180deg) brightness(100%) contrast(113%);
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .number,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .number,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .number,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .number {
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell .front-face {
  background-color: #E6E6FE;
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell .back-face {
  background-color: #0000ff;
  color: white;
}
@keyframes multiclient-vikinglotto-flip-face-animation {
  0% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  35% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  65% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  80% {
    color: white;
    background-color: #0000ff;
  }
  100% {
    color: white;
    background-color: #0000ff;
  }
}
@keyframes multiclient-vikinglotto-reverse-flip-face-animation {
  0% {
    color: white;
    background-color: #0000ff;
  }
  35% {
    color: white;
    background-color: #0000ff;
  }
  65% {
    color: white;
    background-color: #0000ff;
  }
  80% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  100% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation-name: multiclient-vikinglotto-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation-name: multiclient-vikinglotto-reverse-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section {
  background-color: white;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .row-header {
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .row-header .header-rules-text {
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .row-header .right-side .row-delete-button .icon {
  fill: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .number-picker-footer .buttons-container .button {
  background-color: #0000ff;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header {
  border-bottom-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .number-picker-footer {
  border-top-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item.active {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
  fill: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header .game-navigation-item,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header .game-navigation-item {
  color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header .game-navigation-item.active,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header .game-navigation-item.active {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header .game-navigation-item.active .tab-navigation-icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header .game-navigation-item.active .tab-navigation-icon {
  fill: white;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .game-switch-wrapper,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .game-switch-wrapper {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .game-switch-wrapper .switch-button.next,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .game-switch-wrapper .switch-button.next {
  background: linear-gradient(to right, rgba(233, 88, 1, 0) 0%, #E95801 100%);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .game-switch-wrapper .switch-button.prev,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .game-switch-wrapper .switch-button.prev {
  background: linear-gradient(to right, #E95801 0%, rgba(233, 88, 1, 0) 100%);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon {
  fill: white;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-content-wrapper .rows-container:before,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-content-wrapper .rows-container:before {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-content-wrapper .rows-container .row-container .row-header:before,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-content-wrapper .rows-container .row-container .row-header:before {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .front-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .front-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .front-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .front-face {
  background-color: #fcdfce;
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .back-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .back-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .back-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .back-face {
  background-color: #E95801;
  color: white;
}
@keyframes multiclient-summer-lotto-flip-face-animation {
  0% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  35% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  65% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  80% {
    color: white;
    background-color: #c21a00;
  }
  100% {
    color: white;
    background-color: #c21a00;
  }
}
@keyframes multiclient-summer-lotto-reverse-flip-face-animation {
  0% {
    color: white;
    background-color: #c21a00;
  }
  35% {
    color: white;
    background-color: #c21a00;
  }
  65% {
    color: white;
    background-color: #c21a00;
  }
  80% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  100% {
    color: #c21a00;
    background-color: #fcdfce;
  }
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation-name: multiclient-summer-lotto-flip-face-animation;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation-name: multiclient-summer-lotto-reverse-flip-face-animation;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header {
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .header-rules-text,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .header-rules-text,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .header-rules-text,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .header-rules-text {
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .right-side .row-delete-button .icon {
  fill: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .number-picker-footer .buttons-container .button {
  background-color: #E95801;
}
.multi-client-wrapper__allornothing .multi-client__flow-step-title {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client__flow-wrapper {
  display: flex;
  z-index: 2;
  transition: transform 0.15s linear;
}
.multi-client__flow-step {
  flex: 0 0 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  position: relative;
  opacity: 0;
  transition: opacity 0.15s linear, background-color 0.15s linear;
}
.multi-client__flow-step:not(.multi-client__flow-step-receipt) {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step:not(.multi-client__flow-step-receipt) {
    padding-top: 14rem;
  }
}
.multi-client__flow-step.multi-client__flow-step--active {
  opacity: 1;
}
.multi-client__flow-step .multi-client__flow-step-inner {
  width: 100%;
  max-width: 72rem;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step .multi-client__flow-step-inner {
    padding: 0;
  }
}
.multi-client__flow-step-pre-client {
  width: 100%;
  flex-shrink: 0;
  z-index: 1;
}
.multi-client__flow-step-pre-client:not(.multi-client__flow-step-pre-client--active) {
  display: none;
}
.multi-client__flow-step-pre-client.multi-client__flow-step-pre-client--active + .multi-client__client-game {
  display: none;
}
@media print {
  .top-spot-page-header,
  .eurojackpot-top-spot-responsive-frame,
  .lotto-winning-numbers-spot,
  .lotto-top-spot,
  .vikinglotto-top-spot,
  .vikinglotto-winning-numbers-spot,
  .multi-client-header,
  .multi-client__flow-step-header,
  .multi-client-footer,
  .eurojackpot-winning-numbers-spot,
  .plus-sign-up,
  .plus-sign-up__content,
  .promotion-spot,
  .package-game,
  .two-column-spot,
  .time-consuming-notification-static-fix {
    visibility: hidden;
    display: none !important;
  }
  .multi-client__client-wrapper .multi-client__client-game {
    padding-top: 0;
  }
}



.btn-with-x-padding {
  padding-left: 2rem;
}
@keyframes btn-pulse-inner-loading-animation {
  0% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  95%,
  100% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0);
  }
}
@keyframes btn-pulse-loading-animation {
  38% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  65%,
  100% {
    transform: scale(1);
  }
}
.multi-client-wrapper__outer,
.multi-client-wrapper__outer-grid {
  background-color: white;
  border-radius: 3rem 3rem 0 0;
  overflow: clip;
  position: relative;
  transform: translateZ(0);
}
.multi-client-wrapper__outer .popover-drawer,
.multi-client-wrapper__outer-grid .popover-drawer {
  height: 100%;
}
.multi-client-wrapper__outer .popover-drawer__card,
.multi-client-wrapper__outer-grid .popover-drawer__card {
  height: 100%;
}
.multi-client-wrapper__outer {
  margin-top: -2.5rem;
}
.multi-client-wrapper__outer .ds-cube-loader-wrapper {
  height: 40rem;
  position: relative;
}
.multi-client-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  overflow: clip;
  position: relative;
  font-size: 1.4rem;
  transition: background-color 0.15s linear;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client-wrapper .multi-client-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper .multi-client-header {
    padding: 0 5rem;
    top: 5rem;
  }
}
.multi-client-wrapper .multi-client__button-wrapper {
  width: 3.4rem;
  display: flex;
  pointer-events: auto;
}
.multi-client-wrapper .multi-client__button-wrapper > div {
  cursor: pointer;
}
.multi-client-wrapper .multi-client__button-wrapper .icon {
  width: 100%;
  height: 100%;
}
.multi-client-wrapper .multi-client__back-button {
  width: 2.3rem;
  height: 1.4rem;
}
.multi-client-wrapper .multi-client__question-button {
  width: 3.4rem;
  height: 3.4rem;
  transition: opacity 150ms linear;
}
.multi-client-wrapper .multi-client__question-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.multi-client-wrapper .multi-client-body {
  width: 100%;
  position: relative;
  z-index: 0;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests) {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  transition: color 200ms ease-out;
  height: 5.6rem;
  min-width: 18rem;
  padding-left: 2rem;
  display: flex;
  padding: 0;
  margin-bottom: 3rem;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests)::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests)::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests):not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
@media screen and (min-width: 375px) {
  .multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests) {
    min-width: 21.4rem;
  }
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests):not(.btn--disabled):hover::after {
  transform: scale(1.03);
}
.multi-client-wrapper .multi-client-games-wrapper {
  background-color: white;
}
.multi-client-wrapper .multi-client-loader-wrapper {
  width: 100%;
  height: 40rem;
  position: relative;
  margin-top: 6rem;
}
@keyframes multi-client-loader-overlay-fadeIn {
  to {
    opacity: 1;
  }
}
.multi-client-wrapper .multi-client-loader-wrapper.multi-client-loader-wrapper__as-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  animation: multi-client-loader-overlay-fadeIn 0.2s linear forwards;
  z-index: 2;
}
.multi-client-wrapper .multi-client-loader-wrapper.multi-client-loader-wrapper__as-overlay .ds-cube-loader-wrapper {
  opacity: 0;
  animation: multi-client-loader-overlay-fadeIn 0.2s 0.15s linear forwards;
}
.multi-client-wrapper .multi-client__no-open-draw {
  text-align: center;
  padding: 10rem 0;
}
.multi-client-wrapper__outer-grid .outer-grid__row {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper__outer-grid .outer-grid__row {
    flex-direction: row;
  }
}
.multi-client-wrapper__outer-grid .outer-grid__column {
  display: flex;
  flex-direction: column;
}
.multi-client-wrapper__outer-grid .outer-grid--text-content {
  padding: 0 3rem 5rem;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper__outer-grid .outer-grid--text-content {
    padding-top: 5rem;
  }
}
.multi-client-wrapper__outer-grid .outer-grid--text-content p + p {
  margin-top: 0px;
}
.multi-client-wrapper__outer-grid .outer-grid--multi-client {
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper__outer-grid .outer-grid--multi-client {
    width: 62rem;
  }
  .multi-client-wrapper__outer-grid .outer-grid--multi-client .multi-client-rotary-selector {
    font-size: 2.8px;
  }
}
.multi-client-wrapper__outer-grid .multi-client-wrapper__outer {
  border-radius: 0;
  margin-top: 0;
}
.multi-client-wrapper__outer-grid-receipt {
  display: none;
  min-height: 30rem;
  flex-direction: column;
  align-items: center;
}
.multi-client-wrapper__outer-grid--has-added-hoejpulje-to-basket .multi-client-wrapper__outer-grid-receipt {
  display: flex;
}
.multi-client-wrapper__outer-grid--has-added-hoejpulje-to-basket {
  padding: 6rem 2rem 0 !important;
}
.multi-client-wrapper__outer-grid--has-added-hoejpulje-to-basket .outer-grid__row {
  display: none;
}
.multi-client-wrapper__outer-grid-receipt-title {
  color: #000000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.21;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 0 2rem;
}
.multi-client-wrapper__outer-grid-receipt-note {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  width: 100%;
}
.multi-client-wrapper__outer-grid-receipt-note img {
  height: 14rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
.multi-client-wrapper--has-added-hoejpulje-to-basket .check-button,
.multi-client-wrapper--has-added-hoejpulje-to-basket .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests) {
  opacity: 0.5;
  pointer-events: none;
}
.multi-client-wrapper--has-added-hoejpulje-to-basket .multi-client__progress-bar,
.multi-client-wrapper--has-added-hoejpulje-to-basket .multi-client__back-button {
  display: none;
}
.addon-games-popover .popover-drawer .popover-drawer__card {
  height: 86%;
}



.multi-columns-wrapper {
  display: flex;
  margin-bottom: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-columns-wrapper .multi-columns-wrapper__column {
  flex: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-columns-wrapper .multi-columns-wrapper__column {
    padding: 1.2rem;
  }
}



.multi-packages-section {
  position: relative;
  transform: translateZ(0);
  padding: 6rem 0 2rem;
  background-color: white;
}
.multi-packages-section .popover-drawer {
  height: 100%;
  border-bottom: 1px solid #000000;
}
.multi-packages-section .popover-drawer .popover-drawer__card {
  height: 96%;
}
.multi-packages-section .responsive-bg {
  justify-content: center;
  top: 5rem;
}
.multi-packages-header {
  max-width: 74rem;
  margin: auto;
  text-align: center;
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-header {
    padding: 0;
  }
}
.multi-packages-header .multi-packages-header__heading {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .multi-packages-header .multi-packages-header__heading {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.region-avalon-lotto .multi-packages-header .multi-packages-header__heading,
.region-lotto .multi-packages-header .multi-packages-header__heading {
  color: var(--color-lotto-red-1, #E11E00);
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .multi-packages-header .multi-packages-header__heading,
  .region-lotto .multi-packages-header .multi-packages-header__heading {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.multi-packages-header .multi-packages-header__subheading {
  max-width: 52rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin: 1.6rem auto 0;
}
.region-avalon-lotto .multi-packages-header .multi-packages-header__subheading,
.region-lotto .multi-packages-header .multi-packages-header__subheading {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .multi-packages-header .multi-packages-header__subheading,
  .region-lotto .multi-packages-header .multi-packages-header__subheading {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.multi-packages-header + .multi-packages-inner-container {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-header + .multi-packages-inner-container {
    margin-top: 0;
  }
}
.multi-packages-inner-container {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .multi-packages-inner-container .multi-packages-tabs__wrapper {
    margin-top: 2.4rem;
  }
}
.multi-packages-inner-container .multi-packages-tabs {
  margin: 0 2.4rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.multi-packages-packages-list,
.multi-packages-packages-list.tns-autowidth {
  width: fit-content;
  display: inline-flex;
  padding: 2.4rem 0 3.4rem;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .multi-packages-packages-list,
  .multi-packages-packages-list.tns-autowidth {
    display: flex;
    align-items: flex-end;
    padding: 4rem 0 0;
  }
}
.multi-packages-package-card__divider {
  width: 12.8rem;
  color: #92969E;
  font-family: "Gochi Hand", cursive;
  text-align: center;
  padding: 0 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.multi-packages-package-card__divider-text {
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.multi-packages-tabs__wrapper {
  min-width: 0;
  display: flex;
  justify-content: center;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.multi-packages-tabs__wrapper.multi-packages-tabs__wrapper--overflow {
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  justify-content: flex-start;
}
.multi-packages-tabs {
  min-width: fit-content;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  border: 1px solid #a2a2a2;
  border-radius: 28px;
  position: relative;
}
.multi-packages-tabs .multi-packages-tab {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.8rem;
  transition: opacity 0.15s linear, color 0.15s 0.1s linear;
  cursor: pointer;
  position: relative;
  margin: 0 0.4rem;
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .multi-packages-tabs .multi-packages-tab {
    font-size: 1.6rem;
    line-height: 1.4rem;
    padding: 1rem 2rem;
    font-weight: 800;
  }
}
.multi-packages-tabs .multi-packages-tab:hover:not(.multi-packages-tab--active) {
  opacity: 0.6;
}
.multi-packages-tabs .multi-packages-tab--active {
  color: white;
}
.multi-packages-tabs .multi-packages-tab__active-indicator {
  position: absolute;
  height: 100%;
  transition: width 0.15s linear, left 0.15s linear, background-color 0.15s linear;
  scale: 1.15;
  border-radius: 28px;
  left: 0;
}
.region-lotto .multi-packages-tabs .multi-packages-tab__active-indicator {
  background-color: #E11E00;
}
.region-vikinglotto .multi-packages-tabs .multi-packages-tab__active-indicator {
  background-color: #0000ff;
}
.region-eurojackpot .multi-packages-tabs .multi-packages-tab__active-indicator {
  background-color: #e8a332;
}
.region-allornothing .multi-packages-tabs .multi-packages-tab__active-indicator {
  background-color: #454362;
}
.region-keno .multi-packages-tabs .multi-packages-tab__active-indicator {
  background-color: #00a5eb;
}
.multi-packages-tabs .multi-packages-tab__active-indicator.multi-packages-tab__active-indicator--lotto {
  background-color: #E11E00;
}
.multi-packages-tabs .multi-packages-tab__active-indicator.multi-packages-tab__active-indicator--vikinglotto {
  background-color: #0000ff;
}
.multi-packages-tabs .multi-packages-tab__active-indicator.multi-packages-tab__active-indicator--eurojackpot {
  background-color: #e8a332;
}
.multi-packages-tabs .multi-packages-tab__active-indicator.multi-packages-tab__active-indicator--allornothing {
  background-color: #454362;
}
.multi-packages-tabs .multi-packages-tab__active-indicator.multi-packages-tab__active-indicator--keno {
  background-color: #00a5eb;
}
.multi-packages-tabs .multi-packages-tab__active-indicator.multi-packages-tab__active-indicator--joker {
  background-color: #00b06e;
}
.multi-packages-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  transition: color 200ms ease-out;
  height: 5.6rem;
  padding-left: 2rem;
}
.multi-packages-button::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.multi-packages-button::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.multi-packages-button:not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.multi-packages-button.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.multi-packages-button.btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.multi-packages-button.btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.multi-packages-button.btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
.multi-packages-button:not(.btn--disabled):hover::after {
  transform: scale(1.03);
}
.multi-packages-button.multi-packages-button--outlined::after {
  background-color: white;
}



.multi-packages-custom-package-flow__inner-section {
  height: 100%;
  margin: auto;
  text-align: center;
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .multi-packages-custom-package-flow__inner-section {
    padding: 3rem 2rem;
  }
}
.multi-packages-custom-package-flow__inner-section .multi-packages-package-card__outer {
  display: inline-block;
  margin: auto;
}
.multi-packages-custom-package-flow__inner-section .multi-packages-package-card {
  width: 32.6rem;
  overflow: clip;
}
.multi-packages-custom-package-flow__inner-section .multi-packages-package-card__footer {
  background-color: #eeeeee;
  background: linear-gradient(0deg, #eeeeee 0%, #eeeeee 80%, rgba(238, 238, 238, 0) 100%);
}
.multi-packages-custom-package-flow__inner-section-heading {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-custom-package-flow__inner-section-heading {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.multi-packages-custom-package-flow__inner-section-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #959595;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-custom-package-flow__inner-section-text {
    font-size: 1.6rem;
  }
}
.multi-packages-custom-package-flow__joker-icon {
  width: 10.4rem;
  height: 5rem;
  margin-bottom: 2.2rem;
}
.multi-packages-custom-package-flow__back-button {
  position: absolute;
  top: 2rem;
  left: 2.4rem;
  padding: 1rem;
  cursor: pointer;
}
.multi-packages-custom-package-flow__back-button-icon {
  width: 2.4rem;
  height: 1.2rem;
}
.custom-package__games-options {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
}
.custom-package__games-options-item {
  background-color: white;
  padding: 0.8rem;
  border-radius: 16px;
  display: flex;
  gap: 1.6rem;
  text-align: left;
}
.multi-packages-packages-list .custom-package__games-options-item {
  cursor: pointer;
}
.custom-package__games-options-item--disabled {
  background-color: #eeeeee;
  border: 1px dashed #dbdbdb;
  cursor: not-allowed;
}
.custom-package__games-options-item-badge {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 16px;
}
.custom-package__games-options-item-details {
  padding-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-right: auto;
}
.multi-packages-coupon-card__actions-buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}
.multi-packages-coupon-card__actions-buttons::before {
  content: "";
  height: 1.6rem;
  width: 100%;
  position: absolute;
  top: -1.6rem;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.multi-packages-coupon-card__actions-buttons .multi-packages-coupon-card__action-button {
  margin: 0;
}
.multi-packages-package-card__coupon-card:hover .multi-packages-coupon-card__actions-buttons {
  transform: translateY(0);
}
.multi-packages-coupon-card__action-button {
  border-radius: 50%;
  background-color: #FEB700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.multi-packages-coupon-card__action-button:hover .multi-packages-coupon-card__action-button-icon {
  transform: scale(1.2);
}
.multi-packages-coupon-card__action-button .multi-packages-coupon-card__action-button-icon {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.15s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center, center;
}
.custom-package__games-options-game-logo--lotto {
  width: 7.5rem;
  height: 1.6rem;
}
.custom-package__games-options-game-logo--eurojackpot {
  width: 9.2rem;
  height: 1.4rem;
}
.custom-package__games-options-game-logo--vikinglotto {
  width: 11rem;
  height: 2rem;
  margin-bottom: -0.3rem;
}
.custom-package__games-options-game-logo--allornothing {
  width: 8.2rem;
  height: 1.6rem;
}
.custom-package__games-options-game-logo--keno {
  width: 5.2rem;
  height: 1.6rem;
}
.custom-package__games-options-game-heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.custom-package__games-options-game-subheading {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.custom-package-flow {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.custom-package-flow__rows-selection {
  flex: 1;
  align-content: center;
  align-items: center;
}
.custom-package-flow__joker-selection {
  width: 100%;
  max-width: 72rem;
  margin: auto;
  display: grid;
  grid-gap: 1.2rem;
  margin-bottom: 2.4rem;
  padding: 0 2.4rem;
  flex: 1;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .custom-package-flow__joker-selection {
    padding: 0;
    grid-gap: 2.4rem;
    grid-template-columns: 50% 50%;
  }
}
.custom-package-flow__joker-selection .check-button {
  background-color: rgba(0, 154, 100, 0.1);
  color: #009a64;
}
.custom-package-flow__joker-selection .check-button .check-button__dot {
  border-color: rgba(0, 154, 100, 0.1);
}
.custom-package-flow__joker-selection .check-button::before {
  background-color: #009a64;
}
.custom-package-flow__joker-selection .check-button .check-button__dot::after {
  background-color: #009a64;
}
.custom-package-flow__joker-selection .check-button.check-button--selected {
  color: white;
}
.custom-package-flow__joker-selection .check-button.check-button--selected .check-button__dot {
  border-color: rgba(0, 154, 100, 0.5);
}
.custom-package-flow__footer .multi-packages-button {
  width: fit-content;
  min-width: 24rem;
  margin: auto;
}



.multi-packages-package-card__outer {
  padding: 0 0.4rem 0.4rem 0;
  transition: transform 0.15s ease-in-out;
}
.multi-packages-package-card__outer + .multi-packages-package-card__outer {
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-package-card__outer + .multi-packages-package-card__outer {
    padding-left: 3rem;
  }
}
.multi-packages-package-card__outer.tns-item {
  transform: translateY(3rem);
}
@media screen and (min-width: 768px) {
  .multi-packages-package-card__outer.tns-item {
    transform: translateY(0);
  }
}
.multi-packages-package-card__outer.tns-item.multi-packages-package-card--in-focus {
  transform: translateY(0);
}
.multi-packages-package-card {
  width: 28rem;
  background-color: #eeeeee;
  border-radius: 32px;
  flex-shrink: 0;
  box-shadow: 4px 4px 0 #dbdbdb;
  position: relative;
  overflow: hidden;
}
.multi-packages-package-card__ribbon {
  width: 14rem;
  background-color: #E11E00;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.5rem 4rem 0.3rem 3.2rem;
  box-sizing: border-box;
  position: absolute;
  top: 1rem;
  left: -3.3rem;
  rotate: -30deg;
}
.multi-packages-package-card__ribbon + .multi-packages-package-card__header .multi-packages-package-card__tagline {
  padding: 0 2rem;
}
.multi-packages-package-card__header {
  padding: 3.2rem 1.6rem 1.6rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.multi-packages-package-card__tagline {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.multi-packages-package-card__tagline + .multi-packages-package-card__title {
  margin-top: 0.8rem;
}
.multi-packages-package-card__title {
  font-size: 3.4rem;
  line-height: 4rem;
}
.multi-packages-package-card__body {
  padding: 0 1.6rem;
}
.multi-packages-package-card__coupons-list .multi-packages-package-card__coupon-card + .multi-packages-package-card__coupon-card {
  margin-top: 1.6rem;
}
.multi-packages-package-card__coupon-card {
  background-color: white;
  padding: 1.6rem;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.multi-packages-package-card__coupon-card--allornothing .multi-packages-coupon-card__row {
  color: #191339;
}
.multi-packages-package-card__coupon-card--lotto .multi-packages-coupon-card__row {
  color: #E11E00;
}
.multi-packages-package-card__coupon-card--vikinglotto .multi-packages-coupon-card__row {
  color: #0000ff;
}
.multi-packages-package-card__coupon-card--eurojackpot .multi-packages-coupon-card__row {
  color: #e8a332;
}
.multi-packages-package-card__coupon-card--keno .multi-packages-coupon-card__row {
  color: #00a5eb;
}
.multi-packages-package-card__coupon-card.multi-packages-package-card__coupon-card--disabled {
  opacity: 0.6;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__draw-wrapper + .multi-packages-coupon-card__draw-wrapper {
  margin-top: 1rem;
  border-top: 1px dashed #eeeeee;
  padding-top: 0.2rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__row {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0.8rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__row-icon {
  width: 2.5rem;
  height: 1.8rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__row-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  opacity: 0.6;
  margin-left: 0.8rem;
  text-transform: capitalize;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__row-value {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-left: auto;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__header-row {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  border-bottom-width: 1px;
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__header-row .multi-packages-coupon-card__row-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: #000000;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__header-row--no-open-draw::after {
  content: '';
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 1.6rem;
  left: -0.6rem;
  right: -0.6rem;
  rotate: -1deg;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__game-icon {
  height: 1.6rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__game-icon--allornothing {
  width: 8.2rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__game-icon--lotto {
  width: 6.8rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__game-icon--vikinglotto {
  width: 8.2rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__game-icon--eurojackpot {
  width: 9.9rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__game-icon--keno {
  width: 5.1rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__draw-row {
  color: #000000;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__draw-row .multi-packages-coupon-card__row-label,
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__draw-row .multi-packages-coupon-card__row-value {
  font-weight: 400;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__joker-row {
  color: #000000;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__joker-row .multi-packages-coupon-card__row-label {
  opacity: 1;
  display: flex;
  align-items: center;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__joker-row--no-open-draw {
  opacity: 0.6;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__joker-row--no-open-draw::after {
  content: '';
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 1.8rem;
  left: -0.6rem;
  right: -0.6rem;
  rotate: -1deg;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__joker-row-icon {
  height: 1.2rem;
  width: 4.6rem;
}
.multi-packages-package-card__coupon-card .multi-packages-coupon-card__joker-row-name {
  font-weight: 300;
  font-style: italic;
  opacity: 0.8;
  padding-left: 0.2rem;
  text-transform: capitalize;
}
.multi-packages-package-card__coupon-card.multi-packages-package-card__coupon-placeholder {
  height: 8.6rem;
  border: 2px dashed #92969E;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-packages-package-card__coupon-card.multi-packages-package-card__coupon-placeholder::before {
  content: '+';
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
  color: #92969E;
  border-radius: 50%;
  border: 2px dashed #92969E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi-packages-package-card__footer {
  padding: 2.4rem 1.6rem 3.2rem;
  position: sticky;
  bottom: -1.6rem;
}
.multi-packages-skeleton-loader__wrapper {
  display: flex;
  justify-content: center;
}
@keyframes multi-packages-skeleton-bar-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.multi-packages-skeleton-loader__bar {
  border-radius: 6px;
  background-color: #e1e1e1;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.multi-packages-skeleton-loader__bar::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e8e8e8;
  background: linear-gradient(90deg, rgba(232, 232, 232, 0) 0%, rgba(232, 232, 232, 0) 40%, rgba(232, 232, 232, 0.7) 55%, rgba(232, 232, 232, 0.95) 65%, rgba(232, 232, 232, 0.9) 75%, rgba(232, 232, 232, 0) 90%, rgba(232, 232, 232, 0) 100%);
  animation-name: multi-packages-skeleton-bar-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.multi-packages-package-card__tagline .multi-packages-skeleton-loader__bar {
  height: 1.6rem;
  max-width: 12.2rem;
}
.multi-packages-package-card__title .multi-packages-skeleton-loader__bar {
  height: 4rem;
  max-width: 18.4rem;
}
.multi-packages-package-card__body .multi-packages-skeleton-loader__bar {
  height: 7rem;
  border-radius: 16px;
}
.multi-packages-package-card__footer .multi-packages-skeleton-loader__bar {
  height: 5.6rem;
  border-radius: 28px;
}



.multi-packages-purchase-flow {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.multi-packages-purchase-flow__headline {
  max-width: 68rem;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .multi-packages-purchase-flow__headline {
    font-size: 4rem;
    line-height: 4.3rem;
  }
}
.multi-packages-purchase-flow__content {
  width: 100%;
  flex: 1;
}
.multi-packages-confirm__content {
  display: flex;
  gap: 3.8rem;
  margin: 3.2rem auto;
  flex-direction: column;
  align-items: center;
  padding: 0 2.6rem;
  overflow: clip;
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__content {
    gap: 5rem;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
  }
}
.multi-packages-confirm__content__back-button {
  position: absolute;
  top: 2rem;
  left: 2.4rem;
  padding: 1rem;
  cursor: pointer;
}
.multi-packages-confirm__content__back-button-icon {
  width: 2.4rem;
  height: 1.2rem;
}
.multi-packages-purchase-flow__loader {
  position: relative;
  top: 50%;
}
.multi-packages-confirm__packages-wrapper {
  width: 100%;
  max-width: 70rem;
  background-color: #eeeeee;
  border-radius: 32px;
  display: flex;
  padding: 2.2rem 1.6rem;
  gap: 2rem;
  flex-direction: column;
  box-shadow: 4px 4px 0 #dbdbdb;
  margin: 0 0.4rem 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .multi-packages-confirm__packages-wrapper {
    padding: 3.3rem 2.6rem;
    gap: 3.2rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.multi-packages-confirm-game-card {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 2.4rem 1.2rem 2.2rem;
  box-sizing: border-box;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .multi-packages-confirm-game-card {
    width: calc(50% - 1.6rem);
    padding: 3rem 3rem 2rem;
  }
}
.multi-packages-confirm-game-card--allornothing {
  color: #191339;
}
.multi-packages-confirm-game-card--lotto {
  color: #E11E00;
}
.multi-packages-confirm-game-card--vikinglotto {
  color: #0000ff;
}
.multi-packages-confirm-game-card--eurojackpot {
  color: #e8a332;
}
.multi-packages-confirm-game-card--keno {
  color: #00a5eb;
}
.multi-packages-confirm-game-card__joker {
  color: #00b06e;
  margin-top: 0.8rem;
  border-top: 1px dashed #d4d4d4;
  padding-top: 1.4rem;
}
.multi-packages-confirm-game-card__header {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
.multi-packages-confirm-game-card__logo--lotto {
  height: 2rem;
  width: 9rem;
  margin-top: 0.3rem;
}
.multi-packages-confirm-game-card__logo--vikinglotto {
  height: 2.6rem;
  width: 13.5rem;
  margin-bottom: -0.3rem;
}
.multi-packages-confirm-game-card__logo--eurojackpot {
  height: 2rem;
  width: 12.8rem;
}
.multi-packages-confirm-game-card__logo--keno {
  height: 2rem;
  width: 8rem;
}
.multi-packages-confirm-game-card__logo--allornothing {
  height: 2.5rem;
  width: 12.8rem;
  margin-top: -0.5rem;
}
.multi-packages-confirm-game-card__logo--joker {
  height: 1.4rem;
  width: 8.8rem;
}
.multi-packages-confirm-game-card__day {
  color: #000000;
  opacity: 0.45;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
}
.multi-packages-confirm-game-card__details {
  margin-top: 0.4rem;
}
.multi-packages-confirm-game-card__details-header {
  display: flex;
  padding: 0.8rem 0;
}
.multi-packages-confirm-game-card__details-header.multi-packages-confirm-game-card__details-header--collapsible {
  cursor: pointer;
}
.multi-packages-confirm-game-card__details-header-icon-cell {
  height: 2rem;
  width: 2rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
.multi-packages-confirm-game-card__details-header-icon-cell svg {
  width: 100%;
  height: 100%;
}
.multi-packages-confirm-game-card__details-header-label-cell,
.multi-packages-confirm-game-card__details-header-value-cell {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.multi-packages-confirm-game-card__details-header-label-cell {
  flex: 1;
  opacity: 0.6;
}
.multi-packages-confirm-game-card__details-header-value-cell {
  margin-left: 0.8rem;
}
.multi-packages-confirm-game-card__details-header-collapsible-icon {
  width: 1rem;
  height: 0.6rem;
  color: #000000;
  margin-top: 0.9rem;
  transform: rotate(180deg);
  transition: transform 0.15s linear;
}
.multi-packages-confirm-game-card__details-row--opened .multi-packages-confirm-game-card__details-header-collapsible-icon {
  transform: rotate(0deg);
}
.multi-packages-confirm-game-card__details-game-rows {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s linear;
}
.multi-packages-confirm-game-card__details-game-rows-inner {
  padding: 0.4rem 0;
}
.multi-packages-confirm-game-card__details-game-row {
  display: flex;
  font-size: 1.1rem;
  padding: 0.6rem 1.2rem;
  position: relative;
}
.multi-packages-confirm-game-card__details-game-row:nth-child(odd)::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0.2;
}
.multi-packages-confirm-game-card__details-game-row-count,
.multi-packages-confirm-game-card__details-game-row-numbers {
  color: #000000;
  position: relative;
}
.multi-packages-confirm-game-card__details-game-row-count {
  width: 2.2rem;
  margin-right: 1.1rem;
  font-weight: 800;
}
.multi-packages-confirm-game-card__details-game-row-numbers {
  flex: 1;
  display: flex;
  gap: 0.8rem;
}
.multi-packages-confirm-game-card__details-game-row-numbers span {
  flex: 1;
  text-align: center;
  text-transform: capitalize;
}
.multi-packages-confirm__basket {
  width: 100%;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket {
    width: 24.3rem;
    top: 0;
    bottom: auto;
  }
}
.multi-packages-confirm__basket::after {
  content: '';
  width: 100vw;
  height: calc(100% + 2.4rem);
  pointer-events: none;
  background: linear-gradient(0deg, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50vw) translateY(0%);
  z-index: -1;
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket::after {
    width: 100%;
    transform: translateX(-50%) translateY(0%);
  }
}
.multi-packages-confirm__basket-inner {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket-inner {
    padding-bottom: 2.4rem;
  }
}
.multi-packages-confirm__basket-overview {
  width: 24.3rem;
  border-bottom: 1px dashed #d4d4d4;
  padding-top: 2.4rem;
  margin: auto;
}
.multi-packages-confirm__basket-item {
  display: flex;
  align-items: center;
}
.multi-packages-confirm__basket-item-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  padding: 0.7rem 0;
  opacity: 0.6;
}
.multi-packages-confirm__basket-item-label,
.multi-packages-confirm__basket-item-value {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.multi-packages-confirm__basket-item-label {
  flex: 1;
}
.multi-packages-confirm__basket-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-confirm__basket-buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket-buttons {
    flex-direction: column;
  }
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket-subscription-option {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #dbdbdb;
    padding: 1.2rem 0;
  }
}
.multi-packages-confirm__basket-subscription-icon {
  height: 2.2rem;
  margin: 0 auto 1rem;
  display: none;
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket-subscription-icon {
    display: block;
  }
}
.multi-packages-confirm__basket-subscription-description {
  max-width: 90%;
  display: none;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 auto 1rem;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .multi-packages-confirm__basket-subscription-description {
    display: block;
  }
}
.multi-packages-receipt__buy-as-subscription {
  max-width: 32rem;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #dbdbdb;
  padding: 1.2rem 0;
  margin: -3rem auto 0;
}
.multi-packages-receipt__buy-as-subscription-description {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 auto 1rem;
  text-align: center;
}
.multi-packages-purchase-flow__inner-section {
  max-width: 46rem;
  margin: auto;
  text-align: center;
  padding: 3rem 2rem;
}
.multi-packages-purchase-flow__inner-section .multi-packages-button {
  display: inline-flex;
}
.multi-packages-purchase-flow__inner-section-heading {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-purchase-flow__inner-section-heading {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.multi-packages-purchase-flow__inner-section-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #959595;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-purchase-flow__inner-section-text {
    font-size: 1.6rem;
  }
}
.multi-packages-receipt {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt {
    background-color: #eeeeee;
    flex-direction: row;
  }
}
.multi-packages-receipt .multi-packages-receipt__left,
.multi-packages-receipt .multi-packages-receipt__right {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__left,
  .multi-packages-receipt .multi-packages-receipt__right {
    width: 50%;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__left {
    background-color: white;
    border-radius: 0 32px 32px 0;
  }
}
.multi-packages-receipt .multi-packages-receipt__header {
  max-width: 42rem;
  padding: 0 3rem 3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__header {
    padding: 5rem 0;
  }
}
.multi-packages-receipt .multi-packages-receipt__heading {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__heading {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__subheading {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #959595;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__subheading {
    font-size: 1.6rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__games {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__games {
    max-width: 43.4rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__game-countdown {
  width: 29.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__game-countdown {
    width: 43.4rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  border-radius: 3rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__game-countdown .countdown {
    padding: 3.5rem 4.2rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .countdown-headline {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .countdown-headline {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container {
  flex: 1;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container span {
  display: block;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container .number {
  font-size: 5rem;
  line-height: 4.7rem;
  font-weight: 800;
  padding-bottom: 0.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container .number {
    font-size: 6.8rem;
    line-height: 7.8rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container .number::before {
  content: "";
  width: 0.3rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  transform: translateX(-50%);
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container .time-denominator {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container .time-denominator {
    font-size: 1.7rem;
    line-height: 1.5rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__game-countdown .countdown .number-container:first-of-type .number::before {
  display: none;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown.multi-packages-receipt__game-countdown--eurojackpot .countdown {
  background-color: #E8A332;
  color: white;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown.multi-packages-receipt__game-countdown--lotto .countdown {
  background-color: #E11E00;
  color: white;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown.multi-packages-receipt__game-countdown--vikinglotto .countdown {
  background-color: #0000ff;
  color: white;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown.multi-packages-receipt__game-countdown--allornothing .countdown {
  background-color: #454362;
  color: white;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown.multi-packages-receipt__game-countdown--keno .countdown {
  background-color: #00a5eb;
  color: white;
}
.multi-packages-receipt .multi-packages-receipt__game-countdown.multi-packages-receipt__game-countdown--selected .countdown {
  opacity: 1;
  display: flex;
}
.multi-packages-receipt .multi-packages-receipt__games-tabs {
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__games-tabs {
    margin: 0 auto 4rem;
  }
}
.multi-packages-receipt .multi-packages-receipt__games-tabs .multi-packages-tabs {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .multi-packages-receipt .multi-packages-receipt__games-tabs .multi-packages-tabs {
    width: auto;
    background-color: #eeeeee;
  }
}
.multi-packages-receipt .fireworks-animation {
  height: 50rem;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.multi-packages-receipt .fireworks-animation--lottosaturday {
  filter: brightness(0.1) contrast(0.5) saturate(200) hue-rotate(340deg);
}
.multi-packages-receipt .fireworks-animation--vikinglotto {
  filter: brightness(0.2) contrast(0.8) saturate(150) hue-rotate(220deg);
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__heading {
  max-width: 40rem;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.2rem;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__body {
  max-width: 50rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #959595;
  margin-bottom: 1.2rem;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__options {
  max-width: 44rem;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 1.4rem;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  align-items: center;
  cursor: pointer;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option .multi-packages-button {
  width: calc(100% - 4rem);
  margin-top: 1rem;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-icon-wrapper {
  width: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004b32;
  border-radius: 24px;
  margin-bottom: 1rem;
}
.region-lotto .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-icon-wrapper {
  background-color: #E11E00;
}
.region-vikinglotto .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-icon-wrapper {
  background-color: #0000ff;
}
.region-eurojackpot .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-icon-wrapper {
  background-color: #E8A332;
}
.region-keno .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-icon-wrapper {
  background-color: #00a5eb;
}
.region-allornothing .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-icon-wrapper {
  background-color: #191339;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.region-lotto .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-title {
  color: #E11E00;
}
.region-vikinglotto .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-title {
  color: #0000ff;
}
.region-eurojackpot .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-title {
  color: #E8A332;
}
.region-keno .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-title {
  color: #00a5eb;
}
.region-allornothing .multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-title {
  color: #191339;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__option-description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: auto;
}
.multi-packages-subscription-options-modal .multi-packages-subscription-options-modal__options-divider {
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: "Gochi Hand", cursive;
  color: #92969E;
  padding: 4.4rem 1.2rem 0;
}



.icon.icon-lotto_logo_vindertal {
  width: 26vw;
  height: 7vw;
  margin: 0;
}
@media (min-width: 960px) {
  .icon.icon-lotto_logo_vindertal {
    width: 126px;
    height: 28px;
    margin: 0;
  }
}
.icon.icon-eurojackpot_logo {
  width: 48vw;
  height: 7vw;
  margin: 0;
}
@media (min-width: 960px) {
  .icon.icon-eurojackpot_logo {
    width: 200px;
    height: 28px;
    margin: 0;
  }
}
.icon.icon-joker_logo_vindertal {
  width: 26vw;
  height: 7vw;
  margin: 0;
}
@media (min-width: 960px) {
  .icon.icon-joker_logo_vindertal {
    width: 123px;
    height: 28px;
    margin: 0;
  }
}
.icon.icon-joker_hue_for_white_bg {
  width: 15vw;
  height: 7vw;
  margin: 0;
}
@media (min-width: 960px) {
  .icon.icon-joker_hue_for_white_bg {
    width: 60px;
    height: 28px;
    margin: 0;
  }
}



@keyframes generic-modal-fade-in-animation {
  100% {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
  }
}
@keyframes generic-modal-fade-out-animation {
  100% {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
  }
}
@keyframes generic-modal-card-slide-in-animation {
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes generic-modal-card-slide-out-animation {
  100% {
    opacity: 0;
    transform: translateY(0%);
  }
}
.generic-modal-active::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.generic-modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  backdrop-filter: blur(0);
}
.generic-modal .generic-modal__loading {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  margin: auto;
  transform: translateY(-50%);
}
.generic-modal .generic-modal__card {
  width: 96%;
  max-width: 90rem;
  min-height: 20rem;
  max-height: 80%;
  background-color: white;
  border-radius: 1.6rem;
  opacity: 0;
  margin: auto;
  padding: 5.6rem 2.4rem 2.4rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(0%);
  overflow: clip;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .generic-modal .generic-modal__card {
    padding: 7.2rem 4rem 4rem;
  }
}
.generic-modal .generic-modal__card a {
  color: inherit;
  text-decoration: underline;
}
.generic-modal .generic-modal__close-button {
  background-color: transparent;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  padding: 0.4rem;
  border: none;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .generic-modal .generic-modal__close-button {
    top: 4rem;
    right: 4rem;
  }
}
.generic-modal .generic-modal__close-button .icon-x {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  transition: transform 0.15s linear;
}
@media screen and (min-width: 768px) {
  .generic-modal .generic-modal__close-button:hover .icon-x {
    transform: scale(1.1);
  }
}
.generic-modal.generic-modal--fade-in {
  animation-name: generic-modal-fade-in-animation;
}
.generic-modal.generic-modal--fade-in .generic-modal__card {
  animation-delay: 0.25s;
  animation-name: generic-modal-card-slide-in-animation;
}
.generic-modal.generic-modal--fade-out {
  animation-delay: 0.25s;
  animation-name: generic-modal-fade-out-animation;
}
.generic-modal.generic-modal--fade-out .generic-modal__card {
  animation-name: generic-modal-card-slide-out-animation;
}
.generic-modal.generic-modal--active {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
  backdrop-filter: blur(3px);
}
.generic-modal.generic-modal--active .generic-modal__card {
  transform: translateY(-50%);
  opacity: 1;
}
.multi-banner-spot__modal .generic-modal .generic-modal__card {
  padding: 4.8rem 1.4rem 1.4rem 1.4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal .generic-modal__card {
    padding: 5.8rem 2.4rem 2.4rem 2.4rem;
  }
}
.multi-banner-spot__modal .generic-modal .generic-modal__close-button {
  z-index: 1;
  top: 1.2rem;
  right: 1rem;
  background: #f4f4f4;
  padding: 0.8rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal .generic-modal__close-button {
    top: 1.4rem;
    right: 2.2rem;
  }
}



@keyframes popover-drawer-fade-in-animation {
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes popover-drawer-fade-out-animation {
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes popover-drawer-card-slide-in-animation {
  100% {
    transform: translateY(0);
  }
}
@keyframes popover-drawer-card-slide-out-animation {
  100% {
    transform: translateY(100%);
  }
}
.popover-drawer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.popover-drawer .popover-drawer__card {
  width: 100%;
  height: 90%;
  background-color: white;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  border-radius: 32px 32px 0 0;
  padding-top: 6rem;
  box-sizing: border-box;
  overflow: clip;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transition: transform 0.15s linear, height 0.15s linear;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .popover-drawer .popover-drawer__card {
    height: 80%;
  }
}
.popover-drawer.popover-drawer--2 .popover-drawer__card {
  height: calc(80% - 4rem);
}
.popover-drawer .popover-drawer__close-button {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1rem);
  padding: 2.6rem 2.6rem 2.5rem;
  border: none;
  transition: transform 0.15s linear;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .popover-drawer .popover-drawer__close-button {
    top: 1.2rem;
    left: auto;
    right: 2.4rem;
    transform: none;
    padding: 1.4rem;
  }
}
.popover-drawer .popover-drawer__close-button::before {
  content: '';
  background-color: #eeeeee;
  border-radius: 0 0 28px 28px;
  transition: transform 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .popover-drawer .popover-drawer__close-button::before {
    border-radius: 50%;
  }
}
.popover-drawer .popover-drawer__close-button .icon-x {
  width: 1rem;
  height: 1rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .popover-drawer .popover-drawer__close-button .icon-x {
    display: block;
  }
}
.popover-drawer .popover-drawer__close-button .icon-down-arrow {
  width: 1.6rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .popover-drawer .popover-drawer__close-button .icon-down-arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .popover-drawer .popover-drawer__close-button:hover::before {
    transform: scale(1.1);
  }
}
.popover-drawer .popover-drawer__card-content {
  height: 100%;
  overflow-y: auto;
}
.popover-drawer.popover-drawer--fade-in {
  animation-name: popover-drawer-fade-in-animation;
}
.popover-drawer.popover-drawer--fade-in .popover-drawer__card {
  animation-delay: 0.25s;
  animation-name: popover-drawer-card-slide-in-animation;
}
.popover-drawer.popover-drawer--fade-out {
  animation-delay: 0.25s;
  animation-name: popover-drawer-fade-out-animation;
}
.popover-drawer.popover-drawer--fade-out .popover-drawer__card {
  animation-name: popover-drawer-card-slide-out-animation;
}
.popover-drawer.popover-drawer--active {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}
.popover-drawer.popover-drawer--active .popover-drawer__card {
  transform: translateY(0);
}



/*# sourceMappingURL=region-allornothing.css.map */
