@charset "UTF-8";
.footer {
  background-color: #0B1420;
  color: #fff;
  line-height: 1.5;
  font-size: 17px;
}
@media (min-width: 768px) {
  .footer {
    font-size: 20px;
  }
}
.footer__container {
  padding-top: 13px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .footer__container {
    padding-top: 43px;
  }
}
.footer h3 {
  font-weight: 600;
  margin: 0 0 16px;
}
.footer__frame {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer__frame {
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer__block {
    width: 33.333%;
    padding-right: 10px;
  }
}
.footer__list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.footer__list-item {
  margin-bottom: 0;
}
.footer__list-link {
  text-decoration: none;
  color: #2ECC71;
}
.footer__list-link:hover {
  color: #fff;
}

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  width: 45px;
  height: 45px;
  bottom: 16px;
  right: 16px;
  color: #fff;
  background-color: #E12428;
  font-size: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}
@media (min-width: 768px) {
  .back-to-top {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 1024px) {
  .back-to-top:hover {
    color: #E12428;
    background-color: #C3C3C3;
  }
}
.back-to-top--show {
  opacity: 1;
  visibility: visible;
}
.back-to-top [class*=icon-] {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  transform: rotate(-180deg);
}

@font-face {
  font-family: "fa-solid";
  font-display: swap;
  src: local(""), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Lato-700/Lato-700.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Lato-700/Lato-400.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Lato-700/Lato-300.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/sourcesanspro-regular.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/sourcesanspro-bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.woff?ofc97v") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-regular:before {
  content: "";
}

.icon-arrow-right-regular:before {
  content: "";
}

.icon-hand-point-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-sort-desc:before {
  content: "";
}

.icon-sort-down:before {
  content: "";
}

.icon-sort-asc:before {
  content: "";
}

.icon-sort-up:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.topics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .topics-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.topics-list__item {
  width: 50%;
  padding: 0 10px 20px;
  display: flex;
}
@media (min-width: 768px) {
  .topics-list__item {
    width: 20%;
    padding: 0 5px 30px;
  }
}
.topics-list a.topics-list__box:hover {
  background-color: #F4F4F4;
}
.topics-list__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 27px 5px 15px;
  border: 1px solid #C3C3C3;
  transition: background-color 0.3s;
  color: #E12428;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .topics-list__box {
    min-height: 274px;
    padding: 30px 20px;
    font-size: 20px;
  }
}
.topics-list__text {
  color: #202A32;
  font-weight: 700;
}
.topics-list__icon {
  height: 90px;
  width: auto;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .topics-list__icon {
    margin-bottom: 20px;
  }
}
.topics-list.popular-casinos-list {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .topics-list.popular-casinos-list .topics-list__item {
    width: 33.333%;
  }
}
.topics-list.popular-casinos-list .topics-list__box {
  font-weight: 600;
  justify-content: center;
}
@media (min-width: 768px) {
  .topics-list.popular-casinos-list .topics-list__box {
    font-size: 24px;
  }
}
.topics-list.popular-casinos-list .topics-list__icon {
  margin-bottom: 10px;
}
.topics-list.popular-casinos-list .topics-list__title {
  font-weight: 600;
  font-size: 24px;
}
.topics-list.popular-casinos-list .topics-list__text {
  font-style: 20px;
}
@media (min-width: 768px) {
  .topics-list.popular-casinos-list .topics-list__text {
    margin-bottom: 7px;
  }
}
.topics-list.economic-impact-list .topics-list__item {
  width: 100%;
}
@media (min-width: 768px) {
  .topics-list.economic-impact-list .topics-list__item {
    width: 33.333%;
  }
}
.topics-list.economic-impact-list .topics-list__text {
  font-weight: 600;
}
@media (min-width: 768px) {
  .topics-list.economic-impact-list .topics-list__text {
    font-size: 22px;
  }
}
.topics-list.economic-impact-list .topics-list__title {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .topics-list.economic-impact-list .topics-list__title {
    font-size: 28px;
  }
}

.info-block {
  border: 2px solid #E12428;
  position: relative;
  padding: 44px 30px 30px;
  margin-top: 30px;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .info-block {
    padding: 55px 40px 40px;
    font-size: 20px;
    margin-top: 20px;
  }
}
.info-block .title {
  color: #E12428;
  font-size: 28px;
}
.info-block__icon-wrap {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #E12428;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s linear;
}
@media (min-width: 1024px) {
  .info-block__icon-wrap {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.info-block__icon-wrap:hover {
  transform: scale(1.1) translateX(-50%);
}
.info-block .icon {
  font-size: 40px;
}
@media (min-width: 1024px) {
  .info-block .icon {
    font-size: 55px;
  }
}

.list {
  margin: 0;
  padding: 0 0 0 23px;
  list-style: none;
}
.list__item {
  position: relative;
  padding-left: 17px;
}
.list__item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #202A32;
  border-radius: 50%;
}

.statistics__desc {
  padding: 32px 0 0;
}
.statistics__wrapper {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .statistics__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .statistics__wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .statistics__top5 {
    order: 1;
    width: 45%;
    justify-content: unset;
    margin: 0;
  }
}
.statistics__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  max-width: 382px;
}
@media (min-width: 768px) {
  .statistics__title {
    font-size: 22px;
  }
}
.statistics__list {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  max-width: 382px;
}
@media (min-width: 768px) {
  .statistics__list {
    margin: 0;
  }
}
.statistics__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.statistics__state-number {
  font-weight: 500;
  font-size: 12px;
  margin-top: 4px;
}
.statistics__state-name {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .statistics__state-name {
    font-size: 20px;
  }
}
.statistics__logo {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .statistics__logo {
    order: 3;
    width: 100%;
  }
}
.statistics__map {
  width: 100%;
}
@media (min-width: 769px) {
  .statistics__map {
    margin-left: -120px;
  }
}
@media (min-width: 1024px) {
  .statistics__map {
    order: 2;
    width: 50%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .statistics__map {
    width: 52%;
  }
}
.statistics__map .tabs-map-widget {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px 0;
}
@media (min-width: 769px) {
  .statistics__map .tabs-map-widget {
    margin-left: 120px;
  }
}
@media (min-width: 1024px) {
  .statistics__map .tabs-map-widget {
    margin-left: 0;
  }
}
.statistics__map .tabs-map-widget__item {
  position: relative;
  height: 10px;
  margin-right: 1px;
  flex: 1;
}
@media (min-width: 1024px) {
  .statistics__map .tabs-map-widget__item {
    width: 24px;
    flex: unset;
  }
}
.statistics__map .tabs-map-widget__item:nth-child(1) {
  background: #A00021;
}
.statistics__map .tabs-map-widget__item:nth-child(2) {
  background: #AD5F4C;
}
.statistics__map .tabs-map-widget__item:nth-child(3) {
  background: #F6F4E3;
}
.statistics__map .tabs-map-widget__item:nth-child(4) {
  background: #59728C;
}
.statistics__map .tabs-map-widget__item:nth-child(5) {
  background: #1B212A;
}
.statistics__map .tabs-map-widget__number {
  font-size: 12px;
  color: #202A32;
  text-align: end;
  position: absolute;
  right: -4px;
  bottom: -18px;
}
.statistics__map .box-map-widget {
  position: relative;
  margin-left: -50px;
  max-width: 700px;
}
@media (min-width: 769px) {
  .statistics__map .box-map-widget {
    position: static;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .statistics__map .box-map-widget {
    margin-left: -110px;
  }
}
.statistics__map .box-map-widget .state:hover {
  stroke: #000;
}
.statistics__map .box-map-widget .tooltip {
  display: block;
  position: absolute;
  margin: 0 auto;
  padding: 10px 20px 10px 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  background: #fff;
  border: 1px solid #F4F4F4;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
@media (max-width: 768px) {
  .statistics__map .box-map-widget .tooltip {
    width: calc(100vw - 40px);
    top: 100% !important;
    left: 50px !important;
  }
}
.statistics__map .box-map-widget .casino-amount {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.statistics__map .box-map-widget .btn-close {
  position: absolute;
  top: 10px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: rgba(46, 46, 46, 0.5);
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .statistics__map .box-map-widget .btn-close {
    display: none;
  }
}

.chart {
  z-index: 2;
}

.chart-hold {
  margin-bottom: 24px;
}
.chart-hold__custom {
  width: 320px;
  height: 320px;
  margin: 0 auto 24px;
}
@media (min-width: 400px) {
  .chart-hold__custom {
    width: 370px;
    height: 370px;
  }
}
@media (min-width: 1024px) {
  .chart-hold__custom {
    width: 450px;
    height: 450px;
    margin: 0 auto;
  }
}

.chart-wrap {
  overflow-x: scroll;
}
@media (min-width: 1024px) {
  .chart-wrap {
    overflow-x: auto;
  }
}

.hand-point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 20px;
}
@media (min-width: 1024px) {
  .hand-point {
    display: none;
  }
}
.hand-point .icon-hand-point-up {
  font-size: 28px;
  margin: 0 8px;
}
.hand-point .icon-arrow-left-regular,
.hand-point .icon-arrow-right-regular {
  font-size: 17px;
}

.chart-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow-x: scroll;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .chart-compare {
    overflow-x: auto;
  }
}
.chart-compare .chart-wrap {
  overflow-x: auto;
}

.chart-legend-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .chart-legend-list {
    flex-wrap: unset;
  }
}
.chart-legend-list__item {
  display: flex;
  align-items: center;
  margin: 0 5px 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .chart-legend-list__item {
    margin: 0 5px;
  }
}
.chart-legend-list__item:hover {
  opacity: 0.8;
}
.chart-legend-list__legend-box {
  width: 11px;
  min-width: 11px;
  height: 14px !important;
  border-radius: 3px;
  margin-right: 5px;
}
.chart-legend-list__text {
  margin: 0;
  font: 14px/1 "Lato", sans-serif;
  color: #333333;
}

.visual-block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .visual-block {
    margin-bottom: 50px;
  }
}

.visual-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .visual-list {
    flex-direction: row;
  }
}
.visual-list__item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .visual-list__item {
    width: 33.333%;
  }
}
.visual-list__item:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .visual-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.visual-list__box {
  padding-top: 70.5%;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .visual-list__box {
    padding-top: 150%;
  }
}
.visual-list__box:hover .visual-list__background {
  transform: scale(1);
}
.visual-list__box:hover .visual-list__holder {
  background-color: rgba(11, 20, 32, 0.58);
}
.visual-list__box:hover .visual-list__title,
.visual-list__box:hover .visual-list__description {
  transform: scale(0.85);
}
.visual-list__holder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(225, 36, 40, 0.51);
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .visual-list__holder {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .visual-list__holder {
    padding: 40px;
  }
}
.visual-list__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.2);
  will-change: transform;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  transition: all 0.4s;
  transition-duration: 1500ms;
}
.visual-list__title {
  margin-bottom: 30px;
  transition: all 0.3s;
  transition-duration: 1500ms;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .visual-list__title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
.visual-list__title--large {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .visual-list__title--large {
    font-size: 70px;
    margin-bottom: 29px;
  }
}
.visual-list__description {
  text-align: center;
  margin: 0;
  transition: all 0.3s;
  transition-duration: 1500ms;
  font-size: 20px;
}
@media (min-width: 768px) {
  .visual-list__description {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .visual-list__description--large {
    font-size: 25px;
  }
}

.js-sort-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table {
  width: 100%;
  margin-bottom: 0;
  font: 14px/1.2 "Lato", sans-serif;
  color: #2e2e2e;
}
.table.gambling-age-table {
  min-width: 700px;
}
.table.gambling-age-table .table__row,
.table.gambling-age-table .table__item {
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.table.legal-age-table {
  min-width: 500px;
}
.table.legal-age-table .table__row,
.table.legal-age-table .table__item {
  grid-template-columns: 5fr 5fr 3fr;
}
.table.comparison-table .table__heading {
  display: none;
}
@media (min-width: 1024px) {
  .table.comparison-table .table__heading {
    display: table-header-group;
    font-size: 14px;
    border: 0;
  }
}
.table.comparison-table .table__key {
  padding-right: 25px;
  align-items: flex-start;
}
.table.comparison-table .table__key:not(:first-child) {
  border-left: 1px solid #fff;
}
.table.comparison-table .table__row, .table.comparison-table .table__item {
  display: table-row;
  border: 0;
}
@media (min-width: 1024px) {
  .table.comparison-table .table__row, .table.comparison-table .table__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.table.comparison-table .table__row {
  align-items: stretch;
}
.table.comparison-table .table__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
.table.comparison-table .table__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .table.comparison-table .table__item:first-child {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .table.comparison-table .table__btn {
    font-size: 13px;
    border-left: 1px solid #f3f3f3;
  }
}
.table.comparison-table .table__btn:first-child {
  border-left: none;
}
.table.comparison-table .table__value {
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .table.comparison-table .table__value {
    flex-direction: row;
    align-items: center;
    border: none;
  }
}
.table.comparison-table .table__value:first-child {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .table.comparison-table .table__value:first-child {
    background-color: #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .table.comparison-table .table__value:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.table.comparison-table .table__title {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .table.comparison-table .table__title {
    display: none;
  }
}
.table__scroll {
  overflow-x: scroll;
}
@media (min-width: 1024px) {
  .table__scroll {
    overflow-x: auto;
  }
}
.table__heading {
  border-bottom: 2px solid #333333;
  color: #fff;
  background-color: #202a33;
  vertical-align: bottom;
}
.table__row {
  display: grid;
  align-items: flex-end;
}
.table__key {
  display: flex;
  font-size: 15px;
  padding: 8px 16px;
}
.table__key.text-center {
  justify-content: center;
}
.table__key.text-right {
  justify-content: flex-end;
}
.table__item {
  display: grid;
}
.table__item:not(:last-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table__note + span {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.table__value {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
}
.table__value:first-child {
  background-color: #f3f3f3;
  color: #2e2e2e;
}
.table__value.text-center {
  justify-content: center;
}
.table__value.text-right {
  justify-content: flex-end;
}
.table__btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.table__btn.text-left .icon-sort, .table__btn.text-center .icon-sort {
  right: -16px;
}
.table__btn.text-right .icon-sort {
  left: -16px;
}
.table__btn.text-center {
  justify-content: center;
}
.table__btn.text-right {
  justify-content: flex-end;
}
.table__show {
  display: block;
  margin: 10px auto;
  background: none;
  border: 0;
  border-radius: 0;
  color: rgba(46, 46, 46, 0.7);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s linear;
}
.table__show:hover {
  color: #E12428;
}

.icon-sort-asc,
.icon-sort-desc {
  position: absolute;
  opacity: 0;
  line-height: 0.5;
}

.icon-sort-asc {
  top: 0;
}

.icon-sort-desc {
  top: -7px;
}

.js-sort-asc .icon-sort-asc {
  opacity: 0.5;
}

.js-sort-desc .icon-sort-desc {
  opacity: 0.5;
}

.icon-sort {
  position: absolute;
  top: 10px;
  display: flex;
  flex-direction: column;
  width: 10px;
  height: 10px;
  font-size: 14px;
  line-height: 0.5;
  pointer-events: none;
}