* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

body {
  color: snow;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #222;
  text-decoration: none;
}

.header {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-bottom: 1px solid #ffffff0f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.header__inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body {
  color: snow;
  background-color: snow;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  vertical-align: baseline;
  width: auto;
  height: auto;
}

.nav__link {
  color: #f5f5f5;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav__link:hover {
  color: #f2f3f4;
}

.nav__link:visited {
  color: #e5e4e2;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header__logo {
  justify-content: flex-start;
  align-items: center;
  max-width: 192px;
  margin-left: 0;
  display: flex;
}

.link-block {
  display: block;
}

.link-block.w--current {
  flex: 0 auto;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero__grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: 1fr;
  grid-template-columns: .8fr 1.1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero__grid:hover {
  color: #f2f3f4;
}

.hero__left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.hero__eyebrow {
  color: #e5e4e2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.hero__title {
  text-align: left;
  letter-spacing: 0;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 52px;
  line-height: 1.1;
}

.hero__subtext {
  color: #c9c9c9;
  text-align: justify;
  letter-spacing: 0;
  overflow-wrap: normal;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1.6;
}

.hero__right {
  background-image: url('../images/hero_1600x1280.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  min-height: 160px;
  overflow: visible;
}

.hero__cta-row {
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.btn-primary {
  color: snow;
  mix-blend-mode: normal;
  background-color: #ac7f07;
  border-radius: 0;
  font-weight: 600;
  transition: opacity .2s;
}

.hero__note {
  color: #9a9a9a;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.hero__strip {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.trust-logo {
  opacity: .8;
  height: 32px;
}

.top-casinos {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.casino-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 5px #00000040;
}

.top-casinos__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.top-casinos__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-casinos__title {
  color: snow;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.top-casinos__subtitle {
  color: #e5e4e2;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 32px;
  font-weight: 400;
}

.top-casinos__grid {
  grid-column-gap: 47px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .66fr .66fr .66fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 24px 0;
  display: grid;
}

.casino-card__eyebrow {
  color: #ac7f07;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.casino-card__eyebrow.casino-card__eyebrow-is--silver {
  color: silver;
  -webkit-text-stroke-color: silver;
}

.casino-card__eyebrow.casino-card__eyebrow-is--bronze {
  color: #f5f5f5;
  -webkit-text-stroke-color: #f5f5f5;
}

.casino-card__logo {
  min-width: 160px;
  max-width: none;
}

.casino-card__btn {
  color: #fff;
  text-align: center;
  background-color: #d80621;
  margin-top: 36px;
  margin-bottom: 10px;
  padding: 12px 25px 12px 24px;
  font-size: 18px;
  font-weight: 600;
  transform: translate(0);
}

.casino-card__btn:hover {
  background-color: #a20418;
}

.casino-card__title {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.casino-card__subtitle {
  text-align: center;
  margin-bottom: 26px;
  font-size: 12px;
  font-style: italic;
}

.casino-card__disclaimer {
  color: #9a9a9a;
  -webkit-text-stroke-color: #9a9a9a;
  font-size: 12px;
  font-style: italic;
}

.top-casinos__head-bar {
  background-color: #000;
  background-image: url('../images/header-00-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-reviews {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.top-reviews__head-bar {
  background-color: #000;
  background-image: url('../images/header-01-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-reviews__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-reviews__title {
  color: snow;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.top-reviews__subtitle {
  color: #e5e4e2;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-size: 32px;
  font-weight: 400;
}

.top-reviews__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.top-reviews__intro {
  color: #111;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.top-reviews__list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.review-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.review-item__icon {
  width: auto;
  height: auto;
}

.image {
  width: 26.671%;
}

.top-reviews__intro-p {
  text-align: justify;
  margin-bottom: 24px;
}

.review-item__title {
  color: #02ba7c;
  font-size: 24px;
}

.paragraph-3 {
  color: #111;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.review-item__icon-img {
  width: 72px;
  max-width: none;
  height: auto;
}

.top-experience {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
  display: flex;
  position: static;
}

.top-experience__head-bar {
  background-color: #000;
  background-image: url('../images/header-03-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-experience__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-experience__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 4px 8px 16px #000c;
}

.top-experience__intro-p-copy {
  text-align: justify;
  margin-bottom: 0;
}

.top-experience__list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #111;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.top-experience__list.is-reversed {
  flex-flow: row-reverse;
}

.experience-item__image {
  width: 25%;
  height: auto;
}

.experience-item__img {
  width: 100%;
  max-width: 360px;
}

.experience-item__text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.experience-item__para {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.casino-card__license {
  opacity: .56;
  color: #e5e4e2;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.best-casinos {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.best-casinos__head-bar {
  background-color: #000;
  background-image: url('../images/header-04-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.best-casinos__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #111;
  background-color: #f5f5f5;
  border: 0 #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 16px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.best-casinos__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.best-casinos__intro {
  color: #111;
  width: auto;
  margin-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  line-height: 1.6;
}

.btn-casino {
  background-color: #03c03c;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 2px 2px 10px 4px #0003;
}

.best-casinos__outro {
  color: #111;
  width: auto;
  margin-top: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1.6;
}

.outro___p {
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.bottom-advice {
  margin-top: 72px;
  margin-bottom: 72px;
}

.bottom-advice__head-bar {
  background-color: #000;
  background-image: url('../images/header-05-1280x320.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bottom-advice__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.bottom-advice__head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bottom-faq__intro {
  color: #111;
  width: auto;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.6;
}

.bottom-advice__grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  border: 1px solid #11111140;
  flex-flow: column;
  padding: 16px 14px;
  display: flex;
  box-shadow: 0 0 11px #0003;
}

.grid-card__title {
  color: #111;
  text-align: center;
  padding: 2px;
  font-size: 19px;
}

.grid-card__text {
  color: #111;
  text-align: justify;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1.5;
}

.footer {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
}

.footer__content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer__responsible {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.responsible__text {
  font-size: 12px;
  line-height: 1.5;
}

.responsible__heading {
  color: #e5e4e2;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.responsible__p {
  color: #c9c9c9;
  text-align: justify;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.responsible__logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.responsible__logo {
  opacity: .8;
  height: 32px;
  transition: opacity .2s;
}

.responsible__logo:hover {
  opacity: 1;
}

.bold-text-2 {
  font-size: 12px;
}

.footer__divider {
  background-color: #ffffff1a;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  color: snow;
}

.footer-link:hover {
  color: #f2f3f4;
  font-weight: 600;
}

.footer__divide {
  color: snow;
  font-weight: 700;
}

.footer__legal {
  color: #9a9a9a;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.5;
}

.footer__legal__copyright {
  text-align: center;
}

.footer__legal__copyright.is-link {
  color: #9a9a9a;
  font-weight: 600;
}

.footer__legal__copyright.is-link:hover {
  color: #f2f3f4;
  font-weight: 600;
}

.policy-content {
  background-color: #0000;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 0;
  font-size: 38px;
}

.policy-content__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 4px 8px 16px #000c;
}

.nav__burger {
  display: none;
}

.nav__menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.section-header {
  border-bottom: 0 #0000;
}

.hero__inner {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer__links-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.ranking-table {
  transform-style: preserve-3d;
  border: 1px solid #000;
  flex-flow: column;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  overflow: auto;
}

.ranking-table__header {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-flow: column;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.ranking-table__body {
  color: #111;
  text-transform: none;
  background-color: #fff;
  flex-flow: column;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.header-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 32px;
  display: flex;
}

.header-number {
  justify-content: center;
  align-items: center;
  width: 3%;
  display: flex;
}

.header-casino {
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.header-bonus {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.header-games {
  justify-content: center;
  align-items: center;
  width: 12%;
  padding-bottom: 0;
  display: flex;
}

.header-deposit {
  justify-content: center;
  align-items: center;
  width: 12%;
  display: flex;
}

.header-rating {
  justify-content: center;
  align-items: center;
  width: 14%;
  padding-bottom: 0;
  display: flex;
}

.header-cta {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-bottom: 0;
  display: flex;
}

.ranking-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 32px;
  display: flex;
}

.cell-number {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 3%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.cell-casino {
  background-image: url('../images/logo-cell_slotsmagic_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.casino-logo {
  max-width: 80%;
}

.cell-bonus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  display: flex;
}

.u-bonus-eyebrow {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.u-bonus-head {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.u-bonus-subtext {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.u-bonus-subtext.promo {
  text-align: center;
  font-size: 12px;
}

.cell-game, .cell-deposit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 12%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.cell-rating {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ac7f07;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  display: flex;
}

.cell-rating.num {
  color: #111;
  font-weight: 700;
}

.cell-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.disclaimer-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ccc;
  background-color: #efefef;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 32px;
  font-size: 12px;
  display: flex;
}

.cell-empty {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 3%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.cell-disclaimer {
  color: #9a9a9a;
  -webkit-text-stroke-color: #eceff1;
  background-color: #efefef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.cell-casino__sm {
  background-image: url('../images/logo-cell_slotsmagic_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__lv {
  background-image: url('../images/logo-cell_leovegas_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__tn {
  background-image: url('../images/logo-cell_tooniebet_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__sa {
  background-image: url('../images/logo-cell_spinaway_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__jc {
  background-image: url('../images/logo-cell_jacpotcity_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__tb {
  background-image: url('../images/logo-cell_tonybet_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__po {
  background-image: url('../images/logo-cell_playojo_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__ld {
  background-image: url('../images/logo-cell_luckydays_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__gq {
  background-image: url('../images/logo-cell_grizzlysquest_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.cell-casino__sc {
  background-image: url('../images/logo-cell_apincasino_320x160.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 18%;
  margin: 16px 8px;
  padding-top: 0;
  display: flex;
}

.ranking-mobile {
  transform-style: preserve-3d;
  flex-flow: column;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: none;
  overflow: auto;
}

.block-content_top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.block-content_bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header__inner {
    flex-flow: column;
  }

  .nav {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav__link, .nav__link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero__grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    align-items: stretch;
  }

  .hero__left {
    width: 100%;
  }

  .hero__title {
    text-align: center;
  }

  .hero__right {
    flex: 0 auto;
    order: -9999;
    width: 100%;
    min-height: 480px;
  }

  .hero__strip {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .casino-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-casinos__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .top-casinos__head {
    padding-left: 0;
  }

  .top-casinos__title {
    max-width: 600px;
  }

  .top-casinos__subtitle {
    letter-spacing: 1px;
    max-width: 600px;
    line-height: 1.5;
  }

  .top-casinos__grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .top-reviews__title {
    max-width: 600px;
  }

  .top-reviews__subtitle {
    letter-spacing: 1px;
    line-height: 1.5;
  }

  .top-reviews__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-experience__head {
    padding-left: 0;
    padding-right: 0;
  }

  .top-experience__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-experience__list, .top-experience__list.is-reversed {
    flex-flow: column;
  }

  .experience-item__image {
    width: auto;
  }

  .experience-item__img {
    overflow: clip;
  }

  .experience-item__text {
    width: auto;
  }

  .best-casinos__intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-casino {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bottom-advice__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .bottom-advice__grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .grid-card {
    padding-top: 12px;
  }

  .responsible__heading {
    margin-bottom: 20px;
  }

  .responsible__p {
    text-align: left;
    line-height: 1.5;
  }

  .nav__menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero__inner {
    flex-flow: column;
    display: flex;
  }

  .ranking-table {
    transform: scale3d(1none, 1none, 1none);
    overflow: visible;
  }

  .header-row {
    flex: auto;
  }

  .header-number, .header-casino, .header-bonus, .header-games {
    font-size: 12px;
  }

  .header-deposit {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  }

  .header-rating, .header-cta {
    font-size: 12px;
  }

  .ranking-row {
    flex: auto;
  }

  .cell-number {
    max-width: 50%;
    font-size: 16px;
  }

  .cell-casino {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 50% 50%;
    margin-left: 4px;
    margin-right: 4px;
    padding-right: 0;
  }

  .u-bonus-eyebrow {
    line-height: 1;
  }

  .u-bonus-head {
    font-size: 28px;
    line-height: 1;
  }

  .u-bonus-subtext {
    font-size: 16px;
    line-height: 1;
  }

  .cell-game, .cell-deposit {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .cell-rating {
    font-size: 32px;
  }

  .cell-casino__sm, .cell-casino__lv, .cell-casino__tn, .cell-casino__sa, .cell-casino__jc, .cell-casino__tb, .cell-casino__po, .cell-casino__ld, .cell-casino__gq, .cell-casino__sc {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 50% 50%;
    margin-left: 4px;
    margin-right: 4px;
    padding-right: 0;
  }

  .ranking-mobile {
    transform: scale3d(1none, 1none, 1none);
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 14px;
    display: none;
  }

  .nav__link, .nav__link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__eyebrow {
    text-align: center;
  }

  .casino-card {
    min-width: auto;
    max-width: 360px;
    min-height: auto;
  }

  .top-casinos__wrapper {
    display: flex;
  }

  .top-casinos__title {
    font-size: 32px;
  }

  .top-casinos__subtitle {
    font-size: 24px;
  }

  .top-casinos__grid {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .top-reviews__title {
    font-size: 32px;
  }

  .top-reviews__subtitle {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 24px;
  }

  .experience-item__text {
    width: auto;
  }

  .btn-casino {
    padding: 12px 16px;
    font-size: 16px;
  }

  .bottom-advice__grid {
    flex-flow: column;
    display: flex;
  }

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

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

  .responsible__p {
    text-align: left;
  }

  .footer__links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .policy-content__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__burger {
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .burger__line {
    color: #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 1px;
    width: 32px;
    height: 3px;
    margin-top: 6px;
  }

  .nav__menu {
    z-index: 200;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #00000080;
    flex-flow: column;
    padding: 20px;
    font-size: 14px;
    display: none;
    position: absolute;
    inset: 100% 0% auto;
  }

  .section-header {
    position: relative;
  }

  .link-block-2, .link-block-3, .link-block-4 {
    justify-content: center;
    display: flex;
  }

  .link-block-5 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .footer__links-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ranking-table {
    display: none;
  }

  .header-casino {
    font-size: 12px;
  }

  .header-bonus {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  }

  .header-bonus.card {
    color: #909090;
    width: auto;
    margin-bottom: 4px;
    font-weight: 700;
  }

  .header-games, .header-deposit, .header-rating {
    font-size: 12px;
  }

  .header-cta {
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.2;
  }

  .cell-number {
    max-width: none;
    font-size: 14px;
  }

  .cell-number.card {
    width: auto;
    font-size: 16px;
  }

  .cell-casino {
    padding-right: 0;
  }

  .cell-bonus.card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 50%;
  }

  .u-bonus-eyebrow {
    font-size: 12px;
  }

  .u-bonus-head {
    font-size: 22px;
  }

  .u-bonus-subtext {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
  }

  .cell-game, .cell-deposit {
    font-size: 16px;
  }

  .cell-rating {
    font-size: 28px;
  }

  .cell-rating.card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
    font-size: 32px;
  }

  .cell-cta.card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
  }

  .cell-disclaimer.card {
    text-align: center;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  .image-4, .image-5 {
    display: none;
  }

  .cell-casino__sm {
    padding-right: 0;
  }

  .cell-casino__sm.card {
    background-image: url('../images/logo-cell_slotsmagic_320x160.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    min-width: 0;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__lv {
    padding-right: 0;
  }

  .cell-casino__lv.card {
    width: 50%;
    min-width: 0;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__tn {
    padding-right: 0;
  }

  .cell-casino__tn.card {
    width: 50%;
    min-width: 0;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__sa {
    padding-right: 0;
  }

  .cell-casino__sa.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__jc {
    width: 18%;
    min-height: 0;
    margin: 16px 4px;
    padding-right: 0;
  }

  .cell-casino__jc.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__tb {
    padding-right: 0;
  }

  .cell-casino__tb.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__po {
    padding-right: 0;
  }

  .cell-casino__po.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__ld {
    padding-right: 0;
  }

  .cell-casino__ld.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__gq {
    padding-right: 0;
  }

  .cell-casino__gq.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .cell-casino__sc {
    padding-right: 0;
  }

  .cell-casino__sc.card {
    width: 50%;
    min-height: 60px;
    margin: 4px 0;
  }

  .ranking-mobile {
    align-items: center;
    display: flex;
  }

  .ranking-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fff;
    border: 1px solid #000;
    flex-flow: column;
    width: 100%;
    min-width: 240px;
    max-width: 420px;
    margin: 10px auto;
    padding: 0;
    display: flex;
  }

  .card__main, .card__bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero__left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero__cta-row {
    padding-top: 24px;
  }

  .hero__strip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .casino-card {
    min-width: 200px;
  }

  .top-casinos__wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .top-casinos__title {
    padding: 6px 4px;
  }

  .top-casinos__subtitle {
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .top-casinos__grid {
    flex-flow: column;
    display: flex;
  }

  .top-reviews__title {
    padding: 6px 4px;
    font-size: 32px;
  }

  .top-reviews__subtitle {
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 24px;
  }

  .top-reviews__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .review-item {
    flex-flow: column;
    align-items: center;
  }

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

  .top-experience__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .experience-item__text {
    width: auto;
  }

  .best-casinos__intro, .best-casinos__outro {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-advice__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-advice__grid {
    flex-flow: column;
    display: flex;
  }

  .footer__responsible {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .responsible__heading, .responsible__p {
    text-align: center;
  }

  .footer__links {
    flex-flow: column;
    display: none;
  }

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

  .policy-content {
    overflow: scroll;
  }

  .policy-content__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__links-mobile {
    flex-flow: column;
    display: flex;
  }

  .ranking-table {
    display: none;
  }

  .cell-disclaimer.card {
    font-size: 8px;
  }

  .ranking-card {
    min-width: 240px;
  }
}

