@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

html,
button {
  font-family: 'Nunito', sans-serif;
}

body {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.color-black {
  color: #1f2324;
}

.color-gray {
  color: #787d7f;
}

.font-size-sm {
  font-size: 14px;
}

.i18n {
  display: none;
}

.main {
  background-color: #fafafa;
  display: flex;
}

.left-column {
  flex-grow: 1;
  max-width: 760px;
  padding: 64px 164px 0px 164px;
  margin: 0 auto;
}

.right-column {
  background-color: #fff;
  width: 360px;
  min-width: 360px;
}

.button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 25px;
  padding: 16px 24px;
  white-space: nowrap;
  cursor: pointer;
}

.button-alt {
  border-radius: 18px;
  padding: 9px 18px;
}

.button-gray {
  color: #1f2324;
  background-color: rgba(31, 35, 36, 0.04);
}

.button-orange {
  background-image: linear-gradient(107deg, #ff9e00 2%, #ff7f1c);
}

.button-blue {
  background-image: linear-gradient(106deg, #169bd3, #2584e7 100%);
}

.lead-text-1 {
  font-size: 27px;
  color: #1f2324;
  line-height: 1.5;
  margin: 46px 0px 20px 0px;
}

.lead-text-2 {
  font-size: 24px;
  color: #787d7f;
  line-height: 1.5;
  margin-bottom: 38px;
}

.heading {
  font-size: 27px;
  color: #1f2324;
  margin-bottom: 30px;
}

.heading-team {
  margin: 70px 0 36px 0;
}

.heading-events {
  margin: 8px 0 30px 0;
}

.team-tile {
  height: 125px;
  flex-basis: 33.3333%;
}

.team-tile>img {
  border-radius: 6px;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.team-tile>div {
  margin-right: 12px;
}

.team-tile>div>strong,
.team-tile>div>div {
  display: block;
  margin-top: 2px;
}

.team-tile>div>a {
  display: inline-block;
  margin-top: 5px;
}

.team-tile .jdcd>img {
  position: relative;
  left: 6px;
  top: 1px;
}

.events>div:not(:last-of-type) {
  margin-bottom: 38px;
}

#more-events {
  display: none;
  margin-top: 38px;
}

.event-name {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #1f2324;
  margin-bottom: 18px;
}

.postponed {
  font-size: 14px;
  font-weight: bold;
  color: #b0344c;
}

.vertical-divider {
  width: 1px;
  height: 14px;
  background-color: rgba(200, 203, 204, 0.4);
  margin: 0 12px;
}

.url-strong {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #1f2324;
  cursor: pointer;
}

.donate-group,
.contact-group {
  margin-bottom: 28px;
}

.donate-text,
.contact-text {
  font-size: 18px;
  color: #787d7f;
  line-height: 1.5;
  max-width: 480px;
}

.bank-info {
  font-size: 14px;
  color: #787d7f;
  line-height: 1.5;
  margin-bottom: 65px;
}

.bank-info>a {
  text-decoration: underline;
  cursor: pointer;
}

.contact-info {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1f2324;
  margin-left: 16px;
}

.footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(200, 203, 204, 0.4);
  padding: 36px 0;
}

.footer span,
.footer a {
  font-size: 14px;
  color: #b7babb;
  cursor: pointer;
}

.playlist-container>div:nth-of-type(1),
.playlist-container>div:nth-of-type(3) {
  padding: 40px;
}

.uppercase-title {
  font-size: 10px;
  font-weight: 800;
  color: #c8cbcc;
  text-align: center;
  text-transform: uppercase;
}

.song-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #f0f1f2;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.song-image>img {
  border-radius: 6px;
}

.song-title {
  font-size: 20px;
  font-weight: bold;
  color: #1f2324;
  line-height: 1.5;
  margin: 32px 0 8px 0;
}

.song-artist {
  font-size: 15px;
  font-weight: bold;
  color: #787d7f;
  margin-bottom: 4px;
}

.download-player {
  flex-direction: column;
}

.download-player>a>button {
  justify-content: center;
  width: 100%;
}

.download-player>div {
  font-size: 11px;
  margin-top: 12px;
}

.horizontal-divider {
  border-top: 1px solid rgba(200, 203, 204, 0.4);
}

.player-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-image: linear-gradient(135deg, #ff9e00 2%, #ff7f1c 100%);
  width: 50px;
  height: 50px;
  margin-right: 28px;
  cursor: pointer;
}

.slider-container {
  background-color: #d2d4d5;
  width: 100px;
  height: 2px;
  margin-left: 12px;
}

.slider-active {
  background-color: #ff7f1c;
  height: 2px;
}

.slider {
  position: relative;
  top: -12px;
  width: 100px;
  height: 10px;
  background-color: transparent;
  outline: none;
  margin: auto;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.slider::-ms-track {
  color: transparent;
  background-color: transparent;
  height: 2px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.slider::-ms-fill-lower {
  background-color: transparent;
}

.slider::-ms-fill-upper {
  background-color: transparent;
}

.slider::-webkit-slider-thumb {
  position: absolute;
  top: 0;
  color: #ff7f1c;
  background-color: #ff7f1c;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.slider::-moz-range-thumb {
  position: absolute;
  top: 0;
  color: #ff7f1c;
  background-color: #ff7f1c;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.slider::-ms-thumb {
  position: absolute;
  top: 0;
  color: #ff7f1c;
  background-color: #ff7f1c;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.playlist>div:not(:last-of-type) {
  margin-bottom: 24px;
}

.song-details>div:not(:last-of-type) {
  margin-bottom: 2px;
}

.timestamp {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  color: #9b9d9f;
  margin-top: 4px;
}

.timestamp>img {
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.purchase {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.scroll-overlay {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  height: 80px;
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  overflow: auto;
  padding: 54px;
}

.modal-title {
  font-size: 27px;
  color: #1f2324;
  line-height: 1.5;
  margin-bottom: 50px;
}

.close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.modal-content {
  max-width: 760px;
  margin: 0 auto;
}

.wire-info>div:not(:last-of-type) {
  margin-bottom: 24px;
}

.wire-info>div>label {
  font-size: 10px;
  font-weight: 800;
  color: #787d7f;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.disclaimer-and-terms>div:not(:last-of-type) {
  margin-bottom: 24px;
}

.disclaimer-and-terms .subtitle {
  font-size: 18px;
  color: #1f2324;
  margin-bottom: 8px;
}

@media screen and (max-width: 1399px) {
  .team-tile {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .left-column {
    padding-right: 82px;
    padding-left: 82px;
  }
}

@media screen and (max-width: 991px) {
  .right-column {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .left-column {
    padding: 32px 32px 0 32px;
  }
}

@media screen and (max-width: 575px) {
  .lead-text-1 {
    font-size: 24px;
    margin: 40px 0px 15px 0px;
  }

  .lead-text-2 {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .heading {
    margin-bottom: 22px;
  }

  .heading-team {
    margin: 54px 0 30px 0;
  }

  .actions>a {
    border-radius: 25px;
    padding: 16px 24px;
    margin-left: 24px;
  }

  .team-tile {
    display: block;
    height: 172px;
  }

  .team-tile>img {
    margin-bottom: 4px;
  }

  #events-container {
    margin-bottom: 50px !important;
  }

  .events>div {
    border-bottom: 1px solid rgba(200, 203, 204, 0.4);
    padding: 26px 32px 28px 0;
    margin: 0 -32px 0 0 !important;
  }

  .events>div:first-of-type {
    padding-top: 0;
  }

  .events>div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  #more-events {
    margin-top: 32px;
  }

  .event-name {
    margin-bottom: 10px;
  }

  .bank-info {
    margin-bottom: 50px;
  }

  .donate-group {
    align-items: flex-start;
    flex-direction: column;
  }

  .donate-group>a {
    margin: 32px 0 6px 0 !important;
  }

  .donate-text,
  .contact-text {
    max-width: 100%;
  }

  .d-flex.contact-group {
    flex-direction: column;
  }

  .d-flex.contact-group>div:first-of-type {
    margin: 0 0 10px 0 !important;
  }

  .contact-group+a {
    margin-bottom: 60px !important;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding: 30px 32px;
    margin: 0 -32px;
  }

  .footer>div {
    margin-bottom: 10px;
  }

  .modal {
    padding: 54px 32px 32px 32px;
  }

  .modal-title {
    margin-bottom: 22px;
  }

  .close {
    top: 32px;
    right: 32px;
    width: 18px;
    height: 18px;
  }

  #playlist-modal {
    padding-top: 40px;
  }

  #playlist-modal .playlist-container>div:nth-of-type(1) {
    padding: 0 0 40px 0;
  }

  #playlist-modal .playlist-container>div:nth-of-type(3) {
    padding: 40px 0 0 0;
  }

  #playlist-modal .horizontal-divider {
    margin: 0 -32px;
  }

  #playlist-modal .scroll-overlay {
    display: none;
  }

  .d-none-small {
    display: none !important;
  }
}

@media screen and (max-width: 419px) {
  .actions>button {
    padding: 16px;
  }
}

@media screen and (max-width: 399px) {
  .actions>button:first-of-type {
    margin-right: 12px !important;
  }
}

@media screen and (max-width: 379px) {
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .actions>button:first-of-type {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 576px) {
  .d-none-large {
    display: none !important;
  }
}

body,
.scrollable {
  scrollbar-width: thin;
  scrollbar-color: #d3d8d9 #fff;
}

body::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
  width: 11px;
}

body::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
  background-color: #d3d8d9;
  border: 3px solid #fff;
  border-radius: 6px;
}