@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-bottom-\[10\.2rem\]{
  bottom: -10.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.right-2{
  right: 0.5rem;
}

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

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

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

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

.top-\[8rem\]{
  top: 8rem;
}

.isolate{
  isolation: isolate;
}

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

.ml-\[11px\]{
  margin-left: 11px;
}

.ml-\[18px\]{
  margin-left: 18px;
}

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

.ml-\[34px\]{
  margin-left: 34px;
}

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

.mr-\[15px\]{
  margin-right: 15px;
}

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-11{
  height: 2.75rem;
}

.h-14{
  height: 3.5rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[40rem\]{
  height: 40rem;
}

.h-\[48x\]{
  height: 48x;
}

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

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

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

.h-full{
  height: 100%;
}

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

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

.w-40{
  width: 10rem;
}

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

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

.bg-\[\#e9f6fe\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 246 254 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[url\(\'\.\/images\/300x50\/background\.png\'\)\]{
  background-image: url('./images/300x50/background.png');
}

.bg-\[url\(\'\.\/images\/320x50\/background\.png\'\)\]{
  background-image: url('./images/320x50/background.png');
}

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

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[40\%\]{
  --tw-gradient-from-position: 40%;
}

.from-\[70\%\]{
  --tw-gradient-from-position: 70%;
}

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

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

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

.bg-\[position\:30\%\]{
  background-position: 30%;
}

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

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

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[12rem\]{
  padding-bottom: 12rem;
}

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

.font-roboto-condensed{
  font-family: Roboto Condensed;
}

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

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

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

.text-\[12px\]\/\[1\.4\]{
  font-size: 12px;
  line-height: 1.4;
}

.text-\[12px\]\/\[1\]{
  font-size: 12px;
  line-height: 1;
}

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

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

.text-\[4px\]\/\[1\]{
  font-size: 4px;
  line-height: 1;
}

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

.text-\[7px\]\/\[9px\]{
  font-size: 7px;
  line-height: 9px;
}

.text-\[8px\]\/\[1\.125\]{
  font-size: 8px;
  line-height: 1.125;
}

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

.text-sm\/\[1\]{
  font-size: 0.875rem;
  line-height: 1;
}

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

.uppercase{
  text-transform: uppercase;
}

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

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

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

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

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

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

.content-\[url\(\'\/images\/informativaColorPuzzle\/visual-mobile\.webp\'\)\]{
  --tw-content: url('/images/informativaColorPuzzle/visual-mobile.webp');
  content: var(--tw-content);
}

.content-logo_goldbet{
  --tw-content: url("./images/logo_goldbet.svg");
  content: var(--tw-content);
}

.content-logo_lottomatica{
  --tw-content: url("./images/logo_lottomatica.svg");
  content: var(--tw-content);
}

.content-logo_planetwin{
  --tw-content: url("./images/logo_planetwin365.svg");
  content: var(--tw-content);
}

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

.\*\:absolute > *{
  position: absolute;
}

.\*\:inset-0 > *{
  inset: 0px;
}

.\*\:hidden > *{
  display: none;
}

.\*\:w-\[51px\] > *{
  width: 51px;
}

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

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

.\*\:gap-y-\[4px\] > *{
  row-gap: 4px;
}

.\*\:rounded-\[2px\] > *{
  border-radius: 2px;
}

.\*\:opacity-0 > *{
  opacity: 0;
}

.\*\:custom-animation > *{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.group\/steps.step-1 .group-\[\.step-1\]\/steps\:-top-\[102px\]{
  top: -102px;
}

.group\/steps.step-1 .group-\[\.step-1\]\/steps\:left-\[62px\]{
  left: 62px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:-left-\[9px\]{
  left: -9px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:-top-\[43px\]{
  top: -43px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:-top-\[44px\]{
  top: -44px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:left-\[204px\]{
  left: 204px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:top-\[14px\]{
  top: 14px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:top-\[50px\]{
  top: 50px;
}

.group\/steps.step-3 .group-\[\.step-3\]\/steps\:-left-\[53px\]{
  left: -53px;
}

.group\/steps.step-3 .group-\[\.step-3\]\/steps\:-top-\[117px\]{
  top: -117px;
}

.group\/steps.step-1 .group-\[\.step-1\]\/steps\:h-\[276px\]{
  height: 276px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:h-\[159px\]{
  height: 159px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:h-\[216px\]{
  height: 216px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:h-\[218px\]{
  height: 218px;
}

.group\/steps.step-3 .group-\[\.step-3\]\/steps\:h-\[301px\]{
  height: 301px;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:w-\[208px\]{
  width: 208px;
}

.group\/steps.step-1 .group-\[\.step-1\]\/steps\:opacity-100{
  opacity: 1;
}

.group\/steps.step-2 .group-\[\.step-2\]\/steps\:opacity-100{
  opacity: 1;
}

.group\/steps.step-3 .group-\[\.step-3\]\/steps\:opacity-100{
  opacity: 1;
}

.bookmaker[data-bookmaker-id="413"] .lottomatica\:bg-lottomatica{
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 149 / var(--tw-bg-opacity, 1));
}

.bookmaker[data-bookmaker-id="128"] .goldbet\:bg-goldbet{
  --tw-bg-opacity: 1;
  background-color: rgb(10 27 78 / var(--tw-bg-opacity, 1));
}

.bookmaker[data-bookmaker-id="627"] .planetwin\:scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bookmaker[data-bookmaker-id="627"] .planetwin\:bg-planetwin{
  --tw-bg-opacity: 1;
  background-color: rgb(58 62 69 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){

  .md\:-bottom-\[34rem\]{
    bottom: -34rem;
  }

  .md\:-left-\[20rem\]{
    left: -20rem;
  }

  .md\:right-7{
    right: 1.75rem;
  }

  .md\:top-\[10rem\]{
    top: 10rem;
  }

  .md\:mb-\[4\.375rem\]{
    margin-bottom: 4.375rem;
  }

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

  .md\:h-24{
    height: 6rem;
  }

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

  .md\:h-\[79\.6875rem\]{
    height: 79.6875rem;
  }

  .md\:w-52{
    width: 13rem;
  }

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

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

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

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

  .md\:pb-\[18rem\]{
    padding-bottom: 18rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg\/6{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1440px){

  .lg\:-right-44{
    right: -11rem;
  }

  .lg\:-right-\[51rem\]{
    right: -51rem;
  }

  .lg\:-top-4{
    top: -1rem;
  }

  .lg\:-top-\[25rem\]{
    top: -25rem;
  }

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

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

  .lg\:mb-\[4\.875rem\]{
    margin-bottom: 4.875rem;
  }

  .lg\:mr-36{
    margin-right: 9rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

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

  .lg\:h-28{
    height: 7rem;
  }

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

  .lg\:h-\[6\.1875rem\]{
    height: 6.1875rem;
  }

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

  .lg\:w-64{
    width: 16rem;
  }

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

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

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

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

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

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

  .lg\:text-\[26px\]\/8{
    font-size: 26px;
    line-height: 2rem;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:content-\[url\(\'\/images\/informativaColorPuzzle\/visual-desktop\.webp\'\)\]{
    --tw-content: url('/images/informativaColorPuzzle/visual-desktop.webp');
    content: var(--tw-content);
  }
}

@media (max-width: 767px){

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

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

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

@media (max-width: 1439px){

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

  .max-lg\:order-4{
    order: 4;
  }

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

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

  .max-lg\:mt-auto{
    margin-top: auto;
  }

  .max-lg\:block{
    display: block;
  }

  .max-lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

@media (min-width: 728px) and (max-width: 969px){

  .banner-mid-long\:flex{
    display: flex;
  }
}

@media (min-width: 300px) and (max-width: 319px) and (height: 50px){

  .banner-small-short\:flex{
    display: flex;
  }
}

@media (min-width: 320px) and (max-width: 727px) and (min-height: 50px) and (max-height: 249px){

  .banner-320x50\:flex{
    display: flex;
  }
}

@media (min-width: 300px) and (max-width: 319px) and (min-height: 250px) and (max-height: 599px){

  .banner-small-mid\:flex{
    display: flex;
  }
}
