.traffic-wrap {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: #f4f4f4;
}

.traffic-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 15px 0;
  background-color: #003026;
  background-image: url(/nimg/traffic-header-bg.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .traffic-header {
    min-height: 375px;
    padding: 60px 30px 0 50px;
  }
}

.traffic-header--wrap {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1226px;
}

@media screen and (min-width: 48em) {
  .traffic-header--wrap {
    gap: 0 8px;
  }
}

.traffic-header--image {
  display: none;
  position: relative;
  flex-shrink: 0;
  align-items: flex-end;
  width: 100%;
  max-width: 428px;
  padding: 24px 0 44px;
}

@media screen and (min-width: 48em) {
  .traffic-header--image {
    display: flex;
  }
}

.traffic-header--subimage {
  display: flex;
  position: absolute;
  right: 72px;
  bottom: 0;
  width: 100%;
  max-width: 114px;
}

.traffic-header--content {
  display: flex;
  flex-direction: column;
  padding: 34px 0 72px;
}

@media screen and (min-width: 48em) {
  .traffic-header--content {
    padding: 34px 0 56px;
  }
}

.traffic-header--heading {
  max-width: 726px;
  margin: 0 0 30px;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .traffic-header--heading {
    margin: 0 0 25px;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
  }
}

.traffic-header--subheading {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .traffic-header--subheading {
    font-size: 23px;
    line-height: 27px;
    text-align: left;
  }
}

.traffic-header--subheading a {
  color: #fff;
}

.traffic-subheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 54px 0 40px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .traffic-subheader {
    padding: 66px 30px 76px;
  }
}

.traffic-subheader--inner {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.traffic-subheader--inner::before {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 325px;
  height: 2px;
  background-color: #000;
  content: '';
}

.traffic-subheader--inner::after {
  z-index: 1;
  position: absolute;
  top: 7px;
  width: 163px;
  height: 2px;
  background-color: #333;
  content: '';
}

.traffic-subheader--image {
  position: absolute;
  top: -128px;
  flex-shrink: 0;
  width: 190px;
  height: 181px;
  transform: translateX(20px);
}

.traffic-subheader--wrap {
  position: relative;
  width: 100%;
  max-width: 1068px;
  padding: 40px 30px 30px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(139, 132, 177, .25);
}

@media screen and (min-width: 48em) {
  .traffic-subheader--wrap {
    padding: 56px 62px;
  }
}

.traffic-subheader--wrap p {
  margin: 0;
  color: #202020;
  font-size: 18px;
  line-height: 27px;
}

.traffic-subheader--note {
  margin: 27px 0 0;
  color: #202020;
  font-size: 18px;
  line-height: 27px;
}

.traffic--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
}

@media screen and (min-width: 48em) {
  .traffic--cta {
    padding: 18px 0 0;
  }
}

.traffic--cta--heading {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.traffic--cta--heading a {
  color: #e50c2c;
  font-weight: 700;
}

.traffic-header--top {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
}

.traffic-toggle {
  display: flex;
  justify-content: center;
}

.traffic-toggle--button {
  display: flex;
  padding: 8px 20px;
  color: #e40d2e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .traffic-toggle--button {
    padding: 16px 40px;
    border-radius: 10px 10px 0 0;
    font-size: 21px;
  }
}

.traffic-toggle--button.active {
  background-color: #f4f4f4;
  color: #202020;
}

.traffic-toggle--button span {
  display: none;
  margin: 0 5px 0 0;
}

@media screen and (min-width: 48em) {
  .traffic-toggle--button span {
    display: block;
  }
}

.gameview-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .gameview-wrap {
    padding: 0 30px;
  }
}

.gameview-wrap--inner {
  margin: 0 0 28px;
}

.gameview-wrap--heading {
  margin: 0 0 15px;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .gameview-wrap--heading {
    margin: 0 0 8px;
    font-size: 40px;
    line-height: 47px;
  }
}

.gameview-wrap--subheading {
  gap: 4px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.gameview-wrap--subheading time {
  padding: 3px 12px;
  border-radius: 15px;
  background-color: #d5f3d9;
  color: #45ae52;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.gameview-toggle-wrap {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 40px 20px 24px;
}

@media screen and (min-width: 48em) {
  .gameview-toggle-wrap {
    padding: 40px 30px 24px;
  }
}

.gameview-toggle {
  display: flex;
  width: 100%;
  border-radius: 40px;
  background-color: #e7e7e7;
}

@media screen and (min-width: 40em) {
  .gameview-toggle {
    width: auto;
  }
}

.gameview-toggle--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  border-radius: 40px;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: .32px;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .gameview-toggle--button {
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .gameview-toggle--button {
    padding: 12px 32px;
    font-size: 18px;
    letter-spacing: .36px;
  }
}

.gameview-toggle--button.active {
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
  color: #666;
}

.gameplay-toggle {
  gap: 0 5px;
  display: flex;
  width: 100%;
  padding: 0 12px;
}

@media screen and (min-width: 48em) {
  .gameplay-toggle {
    padding: 0 30px;
  }
}

.gameplay-toggle--button {
  width: 100%;
  padding: 12px 8px;
  background-color: #dadada;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .gameplay-toggle--button {
    padding: 16px 8px;
  }
}

.gameplay-toggle--button.active {
  background-color: #fff;
}

.traffic-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 0 20px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 64em) {
  .traffic-main {
    padding: 0 30px 40px;
  }
}

.traffic-main--heading {
  padding: 12px 8px 4px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .traffic-main--heading {
    font-size: 21px;
    line-height: 25px;
  }
}

.traffic-main--subheading {
  margin: 0 0 12px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .traffic-main--subheading {
    font-size: 14px;
  }
}

.traffic-main--wrap {
  width: 100%;
}

.traffic-tab {
  display: none;
  width: 100%;
  max-width: 1306px;
}

.traffic-tab.active {
  display: block;
}

.traffic-subtab {
  display: none;
}

.traffic-subtab.active {
  display: block;
  width: 100%;
}

.traffic-contact-wrap {
  gap: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1128px;
  padding: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .traffic-contact-wrap {
    padding: 0 30px 40px;
  }
}

@media screen and (min-width: 64em) {
  .traffic-contact-wrap {
    flex-direction: row;
  }
}

.traffic-widget-wrap {
  width: 100%;
}

.traffic-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1146px;
  padding: 24px 40px;
  background-color: #e7eeed;
}

@media screen and (min-width: 64em) {
  .traffic-contact {
    max-width: 332px;
    padding: 40px;
  }
}

.traffic-contact--logo {
  display: flex;
  margin: 0 0 16px;
}

.traffic-contact--logo svg {
  --i-color2: #e40d2e;
  flex-shrink: 0;
  width: 102px;
  height: 97px;
}

@media screen and (min-width: 64em) {
  .traffic-contact--logo svg {
    width: 112px;
    height: 107px;
  }
}

.traffic-contact--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 408px;
}

@media screen and (min-width: 64em) {
  .traffic-contact--content {
    max-width: initial;
  }
}

.traffic-contact--heading {
  margin: 0 0 8px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.traffic-contact--subheading {
  margin: 0 0 16px;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .traffic-contact--subheading {
    margin: 0 0 32px;
  }
}

.traffic-contact--inner {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .traffic-contact--inner {
    gap: 8px;
    max-width: initial;
  }
}

.traffic-contact--button {
  gap: 0 12px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 24px;
  border-radius: 5px;
  background-color: #13534b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.traffic-contact--button svg {
  flex-shrink: 0;
  width: 21px;
  height: 20px;
}

.traffic-review-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0 80px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .traffic-review-wrap {
    padding: 40px 30px 120px;
  }
}

.content_theme .traffic-review-wrap {
  background-color: var(--layer-2a-color, #fff);
}

.traffic-review-wrap .article {
  padding: 0 15px;
  border-bottom: 0;
}

@media screen and (min-width: 48em) {
  .traffic-review-wrap .article {
    padding: 0;
  }
}

.traffic-review-wrap .article-body {
  padding: 0;
}

.gametype-toggle-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto 24px;
  padding: 8px 20px 0;
}

@media screen and (min-width: 48em) {
  .gametype-toggle-wrap {
    padding: 8px 30px 0;
  }
}

.gametype-toggle {
  gap: 8px 0;
  display: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 30em) {
  .gametype-toggle {
    gap: 8px;
    display: flex;
    justify-content: center;
  }
}

.gametype-toggle li {
  display: flex;
  margin: 0;
  padding: 0;
}

.gametype-toggle--button {
  width: 134px;
  padding: 4px 8px 3px;
  border-radius: 20px;
  background-color: #e7e7e7;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: .32px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.gametype-toggle--button.active {
  border-color: transparent;
  background-color: #13534b;
  color: #fff;
}

.gametype-select-wrap {
  gap: 0 12px;
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .gametype-select-wrap {
    display: none;
  }
}

.gametype-select-label {
  color: #13534b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gametype-select-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 6px 12px 6px 16px;
  border: 1px solid #dfe1e4;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(/nimg/select-arrow-24.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
}

.traffic-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.traffic-row .traffic-table {
  display: none;
}

.traffic-table.active {
  display: flex;
}

.traffic-table--subdata {
  display: flex;
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #dde4e3;
  border-bottom: 1px solid #bdcfcd;
  background-color: #e7eeed;
}

.traffic-table--subhead {
  display: none;
  align-items: center;
  order: 1;
  width: 100%;
  max-width: 182px;
  padding: 0 8px 0 24px;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .traffic-table--subhead {
    display: flex;
  }
}

.traffic-table--subreg {
  display: none;
  align-items: center;
  order: 3;
  width: 100%;
  max-width: 258px;
  margin: 0 0 0 auto;
  padding: 0 8px 0 24px;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .traffic-table--subreg {
    display: flex;
  }
}

.traffic-table--list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  order: 2;
  width: 100%;
  margin: 0;
  padding: 0;
}

.traffic-table--list li {
  gap: 0 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px 0 18px;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  cursor: pointer;
}

@media screen and (min-width: 30em) {
  .traffic-table--list li {
    padding: 0 26px 0 18px;
  }
}

.traffic-table--list li::after {
  flex-shrink: 0;
  width: 8px;
  height: 14px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  content: '';
}

.traffic-table--list li.sorted {
  color: #000;
}

.traffic-table--list li.sorted::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 14'%3E%3Cpath fill='%239e9e9e' d='M5.6 1a.6.6 0 0 0-1.2 0h1.2ZM4.576 13.424a.6.6 0 0 0 .848 0l3.819-3.818a.6.6 0 1 0-.849-.849L5 12.152 1.606 8.757a.6.6 0 1 0-.849.849l3.819 3.818ZM4.4 1v12h1.2V1H4.4Z'/%3E%3C/svg%3E");
}

.traffic-table--grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
}

.traffic-table--grid::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/nimg/watermark-logo-pad.svg);
  background-position: 50% -28px;
  background-repeat: repeat-y;
  background-size: 240px;
  content: '';
  opacity: .05;
}

@media screen and (min-width: 64em) {
  .traffic-table--grid::after {
    background-image: url(/nimg/watermark-logo-group3.svg);
    background-position: 25% 0;
    background-repeat: no-repeat;
    background-size: 836px;
  }
}

.traffic-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e7eeed;
}

@media screen and (min-width: 64em) {
  .traffic-item {
    flex-wrap: nowrap;
  }
}

.traffic-item--head {
  gap: 0 4px;
  display: flex;
  align-items: center;
  order: 1;
  width: 100%;
  max-width: 136px;
  height: 62px;
  padding: 0 8px 0 12px;
}

@media screen and (min-width: 30em) {
  .traffic-item--head {
    gap: 0 8px;
    max-width: 182px;
  }
}

@media screen and (min-width: 64em) {
  .traffic-item--head {
    padding: 0 8px 0 24px;
    background-color: #fff;
  }
}

.traffic-item--logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 30em) {
  .traffic-item--logo {
    width: 32px;
    height: 32px;
  }
}

.traffic-item--name {
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 30em) {
  .traffic-item--name {
    font-size: 16px;
  }
}

.traffic-item--reg {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: flex-end;
  order: 2;
  width: 100%;
  max-width: 238px;
  height: 62px;
  margin: 0 0 0 auto;
  padding: 0 12px;
}

@media screen and (min-width: 30em) {
  .traffic-item--reg {
    max-width: 258px;
    padding: 0 24px;
  }
}

@media screen and (min-width: 64em) {
  .traffic-item--reg {
    order: 3;
    margin: 0;
    background-color: #fff;
  }
}

.traffic-item--reg .rooms2-referrals__reg {
  z-index: 1;
}

.traffic-item--reg .rooms2-referrals__info {
  display: none;
}

.traffic-item--reg .rooms2__button-wrapper {
  gap: 0 8px;
}

.traffic-item--reg .rooms2__copy {
  min-width: 98px;
  height: 30px;
  padding: 0 8px;
  border-right: 1px dashed #d2d2d2;
  border-radius: 4px;
}

@media screen and (min-width: 79.375em) {
  .traffic-item--reg .rooms2__copy {
    min-width: 98px;
    height: initial;
    border-radius: 4px;
  }
}

.traffic-item--reg .rooms2__copy strong {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (min-width: 79.375em) {
  .traffic-item--reg .rooms2__copy strong {
    font-size: 11px;
    line-height: 21px;
  }
}

@media screen and (min-width: 79.375em) {
  .traffic-item--reg .rooms2__copy-icon {
    width: 12px;
    height: 12px;
  }
}

.traffic-item--reg .rooms2__button {
  padding: 9px 16px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 79.375em) {
  .traffic-item--reg .rooms2__button {
    padding: 9px 16px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
  }
}

.traffic-item--list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  order: 3;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .traffic-item--list {
    order: 2;
  }
}

.traffic-item--list li {
  gap: 0 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  transform: translateY(1px);
  background-color: #fff;
  color: #202020;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .traffic-item--list li {
    gap: 0 8px;
    padding: 0 18px 0 0;
    font-size: 14px;
  }
}

.traffic-item--list li.zero {
  color: rgba(32, 32, 32, .4);
}

.traffic-item--list li::after {
  flex-shrink: 0;
  width: 10px;
  height: 14px;
  background-position: 50%;
  background-size: 10px;
  content: '';
}

.traffic-item--list li.up::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 14'%3E%3Cpath fill='%2345AE52' d='M4.4 13a.6.6 0 1 0 1.2 0H4.4ZM5.424.576a.6.6 0 0 0-.848 0L.757 4.394a.6.6 0 0 0 .849.849L5 1.849l3.394 3.394a.6.6 0 1 0 .849-.849L5.424.576ZM5.6 13V1H4.4v12h1.2Z'/%3E%3C/svg%3E");
}

.traffic-item--list li.down::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 14'%3E%3Cpath fill='%23E23B40' d='M5.6 1a.6.6 0 0 0-1.2 0h1.2ZM4.576 13.424a.6.6 0 0 0 .848 0l3.819-3.818a.6.6 0 1 0-.849-.849L5 12.152 1.606 8.757a.6.6 0 1 0-.849.849l3.819 3.818ZM4.4 1v12h1.2V1H4.4Z'/%3E%3C/svg%3E");
}

.traffic-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 10px;
}

.traffic-row--head {
  display: flex;
  align-items: center;
  padding: 12px 17px 8px 20px;
  background-color: #13534b;
}

.traffic-row--head span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.traffic-row--head svg {
  flex-shrink: 0;
  width: 14px;
  height: 9px;
  margin: 0 0 0 auto;
}

.traffic-row--head.active svg {
  transform: rotate(180deg);
}

.traffic-empty {
  width: 100%;
  padding: 12px 24px;
}

.traffic-empty--note {
  color: #202020;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
