<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

@import url(https://fonts.googleapis.com/css?family=Orbitron:regular,500,600,700,800,900);

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1440px;
  --container-padding: 140px;
  --container-padding-tablet: 16px;
  --background: #000;
  --font-color: #fff;
  --font-size: 14px;
  --font-family: Inter, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: Orbitron;
  font-weight: 700;
}

h1 {
  font-size: clamp(2rem, 0.9807692308rem + 2.3076923077vw, 2.3rem);
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.topplaypickscouk__no-scroll {
  overflow: hidden;
}

.topplaypickscouk__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.topplaypickscouk__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topplaypickscouk__items .topplaypickscouk__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.topplaypickscouk__terms .topplaypickscouk__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.topplaypickscouk__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.topplaypickscouk__btn,
.topplaypickscouk__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px 30px;
  border-radius: 10px;
  background: #54f55a;
  border: 1px solid #54f55a;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.topplaypickscouk__btn-active,
.topplaypickscouk__btn:hover,
.topplaypickscouk__btn:active {
  background: #111010;
  color: #fff !important;
}

.topplaypickscouk__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.topplaypickscouk__lazyload-load {
  opacity: 1;
}

.topplaypickscouk__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.topplaypickscouk__popup {
  color: #fff;
  border: 0px solid #fff;
  background: #111010;
  padding: 26px;
  max-width: 360px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-size: 16px;
}

.topplaypickscouk__popup__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #54f55a;
  font-family: Orbitron;
}

.topplaypickscouk__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.topplaypickscouk__modal.topplaypickscouk__show {
  opacity: 1;
}

.topplaypickscouk__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topplaypickscouk__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.topplaypickscouk__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topplaypickscouk__cookie.topplaypickscouk__hidden {
  display: none;
}

.topplaypickscouk__cookie .topplaypickscouk__btn {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 208px;
}

.topplaypickscouk__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.topplaypickscouk__cookie .topplaypickscouk__show {
  bottom: 0;
}

/* Blocks */

.topplaypickscouk__banner {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(../img/banner.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/banner.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.topplaypickscouk__banner .topplaypickscouk__wrapper {
  background: rgba(180, 0, 31, 0.7);
  padding: 32px 60px;
  max-width: 760px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  clip-path: polygon(
    0 0,
    calc(100% - clamp(1.25rem, 0.6009615385rem + 2.8846153846vw, 3.125rem)) 0,
    100% 80px,
    100% 100%,
    0 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.topplaypickscouk__banner .topplaypickscouk__wrapper p {
  position: absolute;
  right: 2px;
  bottom: 1px;
  max-width: 335px;
  font-size: 11px;
}

.topplaypickscouk__banner ul {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: #fff;
}

.topplaypickscouk__banner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
  font-family: Orbitron;
  color: #720015;
  font-weight: 600;
  font-size: clamp(0.5625rem, 0.3245192308rem + 1.0576923077vw, 1.25rem);
}

.topplaypickscouk__banner li:before {
  content: "";
  width: clamp(1.25rem, 1.0336538462rem + 0.9615384615vw, 1.875rem);
  height: clamp(1.0625rem, 0.8894230769rem + 0.7692307692vw, 1.5625rem);
  background-image: url("../img/check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topplaypickscouk__footer {
  padding: 36px 0;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../img/footer.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/footer.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: auto;
}

.topplaypickscouk__footer a {
  color: #fff;
  font-style: italic;
  font-size: 16px;
}

.topplaypickscouk__footer a:hover {
  opacity: 0.6;
}

.topplaypickscouk__footer .topplaypickscouk__wrapper {
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.topplaypickscouk__footer .topplaypickscouk__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topplaypickscouk__footer .topplaypickscouk__logos img {
  width: auto;
  height: 40px;
}

.topplaypickscouk__footer
  .topplaypickscouk__logos
  .topplaypickscouk__age {
  height: 24px;
}

.topplaypickscouk__footer
  .topplaypickscouk__logos
  .topplaypickscouk__age
  img {
  height: auto;
  margin: 0 auto;
}

.topplaypickscouk__footer .topplaypickscouk__logos a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topplaypickscouk__footer .topplaypickscouk__logos a:hover {
  opacity: 0.6;
}

.topplaypickscouk__footer .topplaypickscouk__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 50px;
}

.topplaypickscouk__footer .topplaypickscouk__link img {
  width: auto;
}

.topplaypickscouk__header {
  padding: 10px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d80027),
    to(#720015)
  );
  background: linear-gradient(90deg, #d80027 0%, #720015 100%);
}

.topplaypickscouk__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topplaypickscouk__header a {
  color: #fff;
}

.topplaypickscouk__header a:hover {
  opacity: 0.6;
}

.topplaypickscouk__header .topplaypickscouk__logo {
  font-family: Orbitron;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  font-weight: 700;
}

.topplaypickscouk__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.topplaypickscouk__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.topplaypickscouk__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.topplaypickscouk__mobile-nav--open {
  top: 0;
}

.topplaypickscouk__mobile-nav a {
  color: #fff;
}

.topplaypickscouk__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.topplaypickscouk__mobile-nav__list .topplaypickscouk__active {
  opacity: 0.5;
}

/* Nav Icon */

.topplaypickscouk__mobile-nav-btn {
  --time: 0.1s;
  --width: 40px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topplaypickscouk__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.topplaypickscouk__nav-icon::before,
.topplaypickscouk__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time),
    -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time),
    -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time),
    -webkit-transform var(--time) ease-in;
}

.topplaypickscouk__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.topplaypickscouk__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.topplaypickscouk__nav-icon.topplaypickscouk__nav-icon--active {
  background-color: transparent;
}

.topplaypickscouk__nav-icon.topplaypickscouk__nav-icon--active::before,
.topplaypickscouk__nav-icon.topplaypickscouk__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear,
    -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear,
    -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time),
    -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.topplaypickscouk__nav-icon.topplaypickscouk__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topplaypickscouk__nav-icon.topplaypickscouk__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.topplaypickscouk__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.topplaypickscouk__text .topplaypickscouk__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.topplaypickscouk__top .topplaypickscouk__container {
  gap: 30px;
}

.topplaypickscouk__top .topplaypickscouk__article {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 0.4fr 0.8fr;
  gap: 10px clamp(0.25rem, -0.3125rem + 2.5vw, 1.875rem);
  border: 1px solid #54f55a;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#000),
    to(#1f5100)
  );
  background: linear-gradient(270deg, #000 0%, #1f5100 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  padding-right: clamp(0.625rem, -0.6730769231rem + 5.7692307692vw, 4.375rem);
}

.topplaypickscouk__top .topplaypickscouk__article &gt; *:not(:first-child) {
  padding: 40px clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
}

.topplaypickscouk__top .topplaypickscouk__img-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topplaypickscouk__top .topplaypickscouk__img-container img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100px;
  width: auto;
}

.topplaypickscouk__top .topplaypickscouk__bonus {
  font-size: 14px;
  color: #fffbfb;
  font-family: Inter;
  text-align: center;
}

.topplaypickscouk__top .topplaypickscouk__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
}

.topplaypickscouk__top .topplaypickscouk__rating span {
  font-size: 24px;
  font-weight: 600;
}

.topplaypickscouk__top .topplaypickscouk__rating img {
  width: 20px;
  height: 20px;
}

.topplaypickscouk__top ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
}

.topplaypickscouk__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.3125rem, 0.1610576923rem + 0.6730769231vw, 0.75rem);
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
}

.topplaypickscouk__top li:before {
  content: "";
  background-image: url("../img/checkmark.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topplaypickscouk__top .topplaypickscouk__button-container {
  width: 100%;
}

.topplaypickscouk__top .topplaypickscouk__btn {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  border: none;
}

.topplaypickscouk__top .topplaypickscouk__btn:hover {
  background: #54f55a;
}

.topplaypickscouk__top .topplaypickscouk__btn:hover span:nth-child(1),
.topplaypickscouk__top .topplaypickscouk__btn:hover span:nth-child(2),
.topplaypickscouk__top .topplaypickscouk__btn:hover span:nth-child(3),
.topplaypickscouk__top .topplaypickscouk__btn:hover span:nth-child(4) {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.topplaypickscouk__top .topplaypickscouk__btn span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#171618),
    to(#3bff3b)
  );
  background: linear-gradient(to right, #171618, #3bff3b);
  -webkit-animation: animate1 2s linear infinite;
  animation: animate1 2s linear infinite;
}

.topplaypickscouk__top .topplaypickscouk__btn span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#171618),
    to(#3bff3b)
  );
  background: linear-gradient(to bottom, #171618, #3bff3b);
  -webkit-animation: animate2 2s linear infinite;
  animation: animate2 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.topplaypickscouk__top .topplaypickscouk__btn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#171618),
    to(#3bff3b)
  );
  background: linear-gradient(to left, #171618, #3bff3b);
  -webkit-animation: animate3 2s linear infinite;
  animation: animate3 2s linear infinite;
}

.topplaypickscouk__top .topplaypickscouk__btn span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#171618),
    to(#3bff3b)
  );
  background: linear-gradient(to top, #171618, #3bff3b);
  -webkit-animation: animate4 2s linear infinite;
  animation: animate4 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animate1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animate3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media (max-width: 1220px) {
  .topplaypickscouk__main {
    gap: 40px;
    margin-bottom: 40px;
  }

  .topplaypickscouk__container {
    padding: 0 var(--container-padding-tablet);
  }

  .topplaypickscouk__banner .topplaypickscouk__wrapper p {
    position: static;
    max-width: 100%;
  }

  .topplaypickscouk__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .topplaypickscouk__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topplaypickscouk__items .topplaypickscouk__item {
    gap: 10px;
  }

  .topplaypickscouk__cookie .topplaypickscouk__btn {
    padding-left: 0;
    padding-right: 0;
  }

  .topplaypickscouk__cookie .topplaypickscouk__btn-active {
    margin-top: 20px;
  }

  .topplaypickscouk__banner {
    padding-top: 20px;
  }

  .topplaypickscouk__banner .topplaypickscouk__wrapper {
    padding: 26px 20px;
  }

  .topplaypickscouk__banner ul {
    margin-top: 20px;
    padding: 4px 16px;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .topplaypickscouk__footer {
    padding: 60px 0;
  }

  .topplaypickscouk__footer .topplaypickscouk__logos {
    margin-bottom: 0;
  }

  .topplaypickscouk__footer .topplaypickscouk__logos img {
    height: 40px;
  }

  .topplaypickscouk__footer .topplaypickscouk__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .topplaypickscouk__footer .topplaypickscouk__link img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .topplaypickscouk__text .topplaypickscouk__wrapper {
    gap: 10px;
  }

  .topplaypickscouk__top .topplaypickscouk__container {
    gap: 20px;
  }

  .topplaypickscouk__top .topplaypickscouk__article {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 0;
  }

  .topplaypickscouk__top .topplaypickscouk__article &gt; *:not(:first-child) {
    padding: 0px 10px;
  }

  .topplaypickscouk__top .topplaypickscouk__img-container {
    height: 90px;
  }

  .topplaypickscouk__top .topplaypickscouk__img-container img {
    max-height: 70px;
  }

  .topplaypickscouk__top .topplaypickscouk__bonus {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .topplaypickscouk__top .topplaypickscouk__rating {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
  }

  .topplaypickscouk__top ul {
    grid-column-start: 2;
    grid-row-start: 1;
    padding: 10px 5px !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .topplaypickscouk__top .topplaypickscouk__button-container {
    grid-column: span 2 / span 2;
    padding-bottom: 10px !important;
  }
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 60px;
  max-width: 800px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal h1 {
  color: red;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 45px;
}

.custom-modal p {
  font-size: 17px;
  margin-bottom: 20px;
}

.popup-answers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-answers a {
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.popup-answers a.yes-btn {
  background: green;
}

.popup-answers a.yes-btn:hover {
  background: rgb(0, 93, 0);
}

.popup-answers a.no-btn {
  background: red;
}

.popup-answers a.no-btn:hover {
  background: rgb(178, 0, 0);
}

.popup-answers a.yes-btn-1 {
  background: green;
}

.popup-answers a.yes-btn-1:hover {
  background: rgb(0, 93, 0);
}

.popup-answers a.no-btn-1 {
  background: red;
}

.popup-answers a.no-btn-1:hover {
  background: rgb(178, 0, 0);
}

.cookie-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100001;
  background-image: linear-gradient(#000000c7, #000000c7);
  background-size: 400px;
}

.cookie-disclaimer-wrapper-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100001;
  background-image: linear-gradient(#000000c7, #000000c7);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal .logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.custom-modal h3 {
  color: black;
  font-weight: bolder;
}

.xicon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -5px;
  cursor: pointer;
}

.btn-self {
  background: green !important;
  color: #fff;
}

.btn-self:hover {
  color: #fff;
}

.d-none {
  display: none !important;
}

@keyframes slide-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.disc-slide {
  background: red;
  position: sticky !important;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
}

.disc-slide p {
  display: inline-block;
  margin: 0;
}

.sliding-text {
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  padding-left: 100%;
  animation: slide-left 15s linear infinite;
}
</pre></body></html>