@import url("https://use.typekit.net/tcz6ams.css");
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
:root {
  --font-family: benton-sans, sans-serif;
  --font-family--heading: var(--font-family);
  --font-weight--thin: 100;
  --font-weight--extra-light: 200;
  --font-weight--light: 300;
  --font-weight--normal: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --font-weight--extra-bold: 800;
  --font-weight--black: 900;
  --line-height: 1.5;
  --line-height--heading: 1.2;
  --border-radius: 0.1875rem;
  --spacing: 1.5rem;
  --spacing--small: 0.75rem;
  --border-width: 0.0625rem;
  --border: var(--border-width) solid currentColor;
  --focus-outline-width: 0.1875rem;
  --focus-outline-offset: 0.125rem;
  --focus-outline: var(--focus-outline-width) solid #1565c0;
  --duration: 150ms;
  --timing: ease; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: var(--border-radius);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: var(--spacing--small) var(--spacing);
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color var(--duration) var(--timing);
  transition: background-color var(--duration) var(--timing);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  [type='button']:hover,
  [type='reset']:hover,
  [type='submit']:hover {
    background-color: #3b83d5; }
  button:focus,
  [type='button']:focus,
  [type='reset']:focus,
  [type='submit']:focus {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset); }
  button:disabled,
  [type='button']:disabled,
  [type='reset']:disabled,
  [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

:root {
  --form-box-shadow: inset 0 --border-width 0.1875rem rgba(#000, 0.06);
  --form-box-shadow-focus: var(--form-box-shadow), 0 0 0.3125rem #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: var(--spacing--small);
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--spacing--small); }

input,
select,
textarea {
  display: block;
  font-family: var(--font-family);
  font-size: 1rem; }

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--form-box-shadow);
  box-sizing: border-box;
  margin-bottom: var(--spacing--small);
  padding: calc(var(--spacing) / 3);
  -webkit-transition: border-color var(--duration) var(--timing);
  transition: border-color var(--duration) var(--timing);
  width: 100%; }
  [type='color']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='email']:focus,
  [type='month']:focus,
  [type='number']:focus,
  [type='password']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='text']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='week']:focus,
  input:not([type]):focus,
  textarea:focus {
    box-shadow: var(--form-box-shadow-focus); }
  [type='color']:disabled,
  [type='date']:disabled,
  [type='datetime']:disabled,
  [type='datetime-local']:disabled,
  [type='email']:disabled,
  [type='month']:disabled,
  [type='number']:disabled,
  [type='password']:disabled,
  [type='search']:disabled,
  [type='tel']:disabled,
  [type='text']:disabled,
  [type='time']:disabled,
  [type='url']:disabled,
  [type='week']:disabled,
  input:not([type]):disabled,
  textarea:disabled {
    cursor: not-allowed; }
    [type='color']:disabled:hover,
    [type='date']:disabled:hover,
    [type='datetime']:disabled:hover,
    [type='datetime-local']:disabled:hover,
    [type='email']:disabled:hover,
    [type='month']:disabled:hover,
    [type='number']:disabled:hover,
    [type='password']:disabled:hover,
    [type='search']:disabled:hover,
    [type='tel']:disabled:hover,
    [type='text']:disabled:hover,
    [type='time']:disabled:hover,
    [type='url']:disabled:hover,
    [type='week']:disabled:hover,
    input:not([type]):disabled:hover,
    textarea:disabled:hover {
      border: var(--border); }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 0.25; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
    opacity: 0.25; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
    opacity: 0.25; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #333;
    opacity: 0.25; }
  [type='color']::placeholder,
  [type='date']::placeholder,
  [type='datetime']::placeholder,
  [type='datetime-local']::placeholder,
  [type='email']::placeholder,
  [type='month']::placeholder,
  [type='number']::placeholder,
  [type='password']::placeholder,
  [type='search']::placeholder,
  [type='tel']::placeholder,
  [type='text']::placeholder,
  [type='time']::placeholder,
  [type='url']::placeholder,
  [type='week']::placeholder,
  input:not([type])::placeholder,
  textarea::placeholder {
    color: #333;
    opacity: 0.25; }

[type="search"] {
  -webkit-appearance: textfield; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: var(--spacing--small); }

[type="file"] {
  margin-bottom: var(--spacing--small);
  width: 100%; }

select {
  margin-bottom: var(--spacing--small);
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset); }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

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

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  margin: var(--spacing) 0;
  text-align: left;
  width: 100%; }

thead {
  line-height: var(--line-height--heading);
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: var(--border); }

th {
  font-weight: 600; }

th,
td {
  padding: var(--spacing--small) var(--spacing--small) var(--spacing--small) 0; }

html {
  color: #333;
  font-family: var(--font-family);
  font-size: 100%;
  line-height: var(--line-height); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family--heading);
  font-size: 1.25em;
  line-height: var(--line-height--heading);
  margin: 0 0 var(--spacing--small); }

p {
  margin: 0 0 var(--spacing--small); }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color var(--duration) var(--timing);
  transition: color var(--duration) var(--timing); }
  a:hover {
    color: #3b83d5; }
  a:focus {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset); }

hr {
  border-bottom: var(--border);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: var(--spacing) 0; }

.wrapper .inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px; }

.wrapper .h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 700px) {
    .wrapper .h2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; } }
  .wrapper .h2 .bar_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    width: 120px;
    height: 40px; }
    @media screen and (max-width: 700px) {
      .wrapper .h2 .bar_wrap {
        margin-bottom: 20px; }
        .wrapper .h2 .bar_wrap:nth-of-type(2) {
          display: none; } }
    .wrapper .h2 .bar_wrap .bar {
      -webkit-box-flex: 1;
              flex: 1;
      height: 5px;
      -webkit-transition: height 0.3s;
      transition: height 0.3s;
      background-color: #E20026;
      margin: 0 2px;
      border-radius: 5px; }
  .wrapper .h2 h2 {
    margin: 0 20px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.1em; }

.wrapper section {
  padding: 20px 0;
  background-size: 100%, auto;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center; }
  .wrapper section.top {
    background-color: #000;
    padding: 5px 0; }
    .wrapper section.top ul {
      display: -webkit-box;
      display: flex;
      justify-content: space-around;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: wrap; }
      .wrapper section.top ul a {
        color: #fff;
        border-radius: 100px;
        border: 1px solid #E20026;
        padding: 5px 20px;
        margin: 10px;
        width: 150px;
        text-align: center;
        display: block;
        text-decoration: none;
        font-size: 0.9em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .wrapper section.top ul a:hover {
          background-color: #cb0022; }
  .wrapper section.header {
    background-image: url(../img/bg.svg), -webkit-gradient(linear, left bottom, right top, from(#E20026), to(#b5001e));
    background-image: url(../img/bg.svg), linear-gradient(to top right, #E20026, #b5001e);
    color: #fff;
    text-align: center; }
    .wrapper section.header h1 {
      font-weight: 700;
      font-size: 9vw; }
      .wrapper section.header h1 span {
        display: block;
        font-weight: 100;
        width: 100%;
        font-size: 0.5em;
        line-height: 1em; }
      @media screen and (min-width: 1101px) {
        .wrapper section.header h1 {
          font-size: 6em; } }
    .wrapper section.header .text {
      max-width: 900px;
      margin: 40px auto; }
  .wrapper section.map {
    padding: 0; }
    .wrapper section.map > .top {
      background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e6e6e6));
      background-image: linear-gradient(to right, #fff, #e6e6e6);
      color: #000;
      text-align: center;
      padding: 20px 0;
      position: relative; }
      .wrapper section.map > .top:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 10px;
        bottom: -20px;
        z-index: 999;
        box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.7);
        position: relative;
        z-index: 999; }
      .wrapper section.map > .top .b {
        font-weight: 700; }
      .wrapper section.map > .top .nav {
        display: -webkit-box;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        -webkit-box-align: start;
                align-items: flex-start;
        margin-top: 20px; }
        .wrapper section.map > .top .nav li {
          width: 90px;
          text-align: center;
          margin: 0 5px 10px;
          cursor: pointer;
          -webkit-filter: grayscale(100%);
                  filter: grayscale(100%);
          opacity: 0.8; }
          @media screen and (max-width: 700px) {
            .wrapper section.map > .top .nav li {
              width: 65px; } }
          .wrapper section.map > .top .nav li img {
            max-width: 40px; }
          .wrapper section.map > .top .nav li.active {
            -webkit-filter: grayscale(0);
                    filter: grayscale(0);
            opacity: 1; }
          .wrapper section.map > .top .nav li span {
            display: block;
            font-size: 0.8em;
            line-height: 0.8em; }
    .wrapper section.map > .map_wrap .left .text {
      text-align: center;
      padding: 20px 10px; }
      .wrapper section.map > .map_wrap .left .text h2 {
        font-weight: 700;
        font-size: 1.5em;
        line-height: 1em; }
    .wrapper section.map > .map_wrap .left .chart .row .top {
      background-color: #EFEFEF;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 10px 10px;
      text-align: left; }
      .wrapper section.map > .map_wrap .left .chart .row .top > div {
        -webkit-box-flex: 1;
                flex: 1; }
        .wrapper section.map > .map_wrap .left .chart .row .top > div.country {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center; }
          .wrapper section.map > .map_wrap .left .chart .row .top > div.country .flag {
            width: 40px; }
          .wrapper section.map > .map_wrap .left .chart .row .top > div.country img {
            margin-right: 10px;
            float: left; }
        .wrapper section.map > .map_wrap .left .chart .row .top > div.perc {
          font-weight: 700; }
    .wrapper section.map > .map_wrap .left .chart .row .bottom {
      padding: 10px;
      background-color: #666666;
      color: #fff;
      display: none;
      text-align: left; }
      .wrapper section.map > .map_wrap .left .chart .row .bottom .sub_header {
        font-weight: 700;
        border-bottom: 1px solid #fff;
        display: -webkit-box;
        display: flex; }
        .wrapper section.map > .map_wrap .left .chart .row .bottom .sub_header > * {
          -webkit-box-flex: 1;
                  flex: 1; }
      .wrapper section.map > .map_wrap .left .chart .row .bottom .sub_rows .sub_row {
        display: -webkit-box;
        display: flex; }
        .wrapper section.map > .map_wrap .left .chart .row .bottom .sub_rows .sub_row > * {
          -webkit-box-flex: 1;
                  flex: 1; }
    .wrapper section.map > .map_wrap .left .chart .row.active .top {
      background-color: #E20026;
      color: #fff; }
    .wrapper section.map > .map_wrap .left .chart .row.active .bottom {
      display: block;
      max-height: 300px;
      overflow: auto; }
    @media screen and (max-width: 700px) {
      .wrapper section.map > .map_wrap .left .chart {
        font-size: 0.8em; } }
    .wrapper section.map > .map_wrap .right #music-map {
      height: 300px;
      width: 100%; }
      .wrapper section.map > .map_wrap .right #music-map svg {
        width: 100%; }
      .wrapper section.map > .map_wrap .right #music-map .jqvmap-zoomin, .wrapper section.map > .map_wrap .right #music-map .jqvmap-zoomout {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 15px;
        height: 15px;
        padding: 0;
        background-color: #E20026; }
    @media screen and (min-width: 701px) {
      .wrapper section.map > .map_wrap {
        display: -webkit-box;
        display: flex; }
        .wrapper section.map > .map_wrap .left {
          width: 400px;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          .wrapper section.map > .map_wrap .left .text {
            -webkit-box-flex: 1;
                    flex: 1; }
          .wrapper section.map > .map_wrap .left .chart {
            height: 465px;
            overflow: auto; }
        .wrapper section.map > .map_wrap .right {
          -webkit-box-flex: 1;
                  flex: 1; }
          .wrapper section.map > .map_wrap .right #music-map {
            height: 600px; } }
  .wrapper section.cities {
    background-image: url(../img/bg.svg), -webkit-gradient(linear, left bottom, right top, from(#E20026), to(#b5001e));
    background-image: url(../img/bg.svg), linear-gradient(to top right, #E20026, #b5001e);
    color: #fff;
    text-align: center; }
    .wrapper section.cities .h2 .bar_wrap .bar {
      background-color: #000; }
    .wrapper section.cities label, .wrapper section.cities .dataTables_paginate {
      color: #fff; }
    .wrapper section.cities .dataTables_paginate a {
      color: #fff !important; }
      .wrapper section.cities .dataTables_paginate a.disabled {
        color: #fff !important;
        visibility: hidden; }
  .wrapper section.cities .text, .wrapper section.artists .text {
    margin: 0px auto 40px;
    max-width: 700px; }
  @media screen and (max-width: 700px) {
    .wrapper section.cities table.tableizer-table, .wrapper section.artists table.tableizer-table {
      font-size: 0.8em; } }
  .wrapper section.cities table.tableizer-table thead, .wrapper section.artists table.tableizer-table thead {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .wrapper section.cities table.tableizer-table tbody, .wrapper section.artists table.tableizer-table tbody {
    color: #000; }
    .wrapper section.cities table.tableizer-table tbody td, .wrapper section.artists table.tableizer-table tbody td {
      background-color: transparent !important; }
    .wrapper section.cities table.tableizer-table tbody tr, .wrapper section.artists table.tableizer-table tbody tr {
      margin: 5px 0;
      border-spacing: 10px; }
      .wrapper section.cities table.tableizer-table tbody tr td, .wrapper section.artists table.tableizer-table tbody tr td {
        border: 0; }
    .wrapper section.cities table.tableizer-table tbody tr.even, .wrapper section.artists table.tableizer-table tbody tr.even {
      background-color: rgba(255, 255, 255, 0.7) !important; }
    .wrapper section.cities table.tableizer-table tbody tr.odd, .wrapper section.artists table.tableizer-table tbody tr.odd {
      background-color: rgba(255, 255, 255, 0.4) !important; }
  .wrapper section.cities .dataTables_paginate, .wrapper section.artists .dataTables_paginate {
    margin-bottom: 40px; }
    @media screen and (max-width: 700px) {
      .wrapper section.cities .dataTables_paginate, .wrapper section.artists .dataTables_paginate {
        font-size: 0.8em; } }
  .wrapper section.cities .dataTables_filter, .wrapper section.artists .dataTables_filter {
    margin-top: 40px; }
    .wrapper section.cities .dataTables_filter input, .wrapper section.artists .dataTables_filter input {
      border: 1px solid #000;
      background-color: rgba(255, 255, 255, 0.3); }
  .wrapper section.artists {
    background-image: url(../img/bg.svg), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cccccc));
    background-image: url(../img/bg.svg), linear-gradient(to bottom, #fff, #cccccc); }
    .wrapper section.artists table.tableizer-table tbody tr.even {
      background-color: rgba(0, 0, 0, 0.2) !important; }
    .wrapper section.artists table.tableizer-table tbody tr.odd {
      background-color: rgba(0, 0, 0, 0.1) !important; }
  .wrapper section.footer p a {
    color: #000; }
  .wrapper section.footer .cta {
    margin: 20px 0 60px; }
    .wrapper section.footer .cta a {
      font-weight: 700; }
  .wrapper section.footer .cc {
    font-size: 0.7em; }
  .wrapper section.footer .logo {
    margin: 40px 0 20px; }
