.app-components-profile-userlayout--header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin-right: -20px;
  margin-left: -20px;
  padding: 75px 20px;
  overflow: hidden;
}

  @media (min-width: 768px) {.app-components-profile-userlayout--header {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    margin-left: 0;
    padding: 75px 0;
    overflow: visible
}
  }

.app-components-profile-userlayout--avatarWrapper {
  position: relative;
  width: 125px;
  height: 125px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--avatarWrapper {
    width: 180px;
    height: 180px;
    margin-bottom: 0
}
  }

/* Circles */

.app-components-profile-userlayout--avatarWrapper:before,
  .app-components-profile-userlayout--avatarWrapper:after {
    position: absolute;
    z-index: -1;
    border: 1px solid var(--border);
    border-radius: 50%;
    opacity: 0.4;
    content: '';
  }

.app-components-profile-userlayout--avatarWrapper:before {
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
  }

.app-components-profile-userlayout--avatarWrapper:after {
    top: -75%;
    left: -75%;
    width: 250%;
    height: 250%;
  }

.app-components-profile-userlayout--circle:before {
    position: absolute;
    top: -175%;
    left: -175%;
    z-index: -1;
    width: 475%;
    height: 475%;
    border: 1px solid var(--border);
    border-radius: 50%;
    opacity: 0.4;
    content: '';
  }

.app-components-profile-userlayout--avatar {
  position: relative;
  -webkit-flex: 0 0 125px;
          flex: 0 0 125px;
  width: 125px;
  height: 125px;
  margin: 0;
  border-radius: 50%;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--avatar {
    -webkit-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    height: 180px
}
  }

/* Making sure img is round */

.app-components-profile-userlayout--avatar > div:last-of-type {
    overflow: hidden;
    border-radius: 50%;
  }

/* Reposition edit icon slighty */

.app-components-profile-userlayout--avatar > div:first-of-type {
    top: -5px;
    right: -5px;
  }

.app-components-profile-userlayout--avatar > div:first-of-type svg {
      top: 1px;
      left: 1px;
    }

.app-components-profile-userlayout--content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--content {
    margin-left: 62px
}
  }

.app-components-profile-userlayout--name {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-self: center;
          align-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 42px;
  font-family: var(--fontBody);
  line-height: 1.52;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--name {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-self: flex-start;
            align-self: flex-start
}
  }

/* Badges */

.app-components-profile-userlayout--name ul {
    position: absolute;
    top: 10px;
    left: 107%;
    margin: 0;
  }

.app-components-profile-userlayout--country {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 15px;
  color: var(--text);
  font-size: 14px;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--country {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 12px
}
  }

.app-components-profile-userlayout--country svg {
    margin-right: 15px;
  }

.app-components-profile-userlayout--description {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--description {
    text-align: left
}
  }

.app-components-profile-userlayout--website {
  font-size: 14px;
  text-decoration: underline;
}

.app-components-profile-userlayout--links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 15px;
  line-height: 0;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--links {
    -webkit-flex-direction: row;
            flex-direction: row
}
  }

.app-components-profile-userlayout--socialLinks {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  margin-bottom: 35px;
  line-height: 0;
  list-style: none;
}

@media (min-width: 768px) {

.app-components-profile-userlayout--socialLinks {
    margin-right: 40px;
    margin-bottom: 0
}
  }

.app-components-profile-userlayout--socialLink {
  margin-right: 20px;
}

.app-components-profile-userlayout--socialLink:last-of-type {
    margin-right: 0;
  }

.app-components-profile-userlayout--instagram path, .app-components-profile-userlayout--soundcloud path {
    fill: var(--text);
  }

.app-components-profile-userlayout--beatstars g path {
    fill: var(--text);
  }

.app-components-profile-userlayout--youtube {
  width: 19px;
}

.app-components-profile-userlayout--youtube path {
    fill: var(--text);
  }

.app-components-profile-userlayout--youtube path + path {
    fill: var(--bg);
  }

.app-components-profile-editavatar--container {
  position: relative;
}

.app-components-profile-editavatar--menu {
  position: absolute;
  top: calc(100% - 11px);
  left: 50%;
  z-index: 11;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 13px;
  background-color: var(--text);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  -webkit-transform: translate(-50%, 0) scale(0);
          transform: translate(-50%, 0) scale(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  transition: all 200ms cubic-bezier(0, 0.715, 0.345, 1);
}

@media (max-width: 768px) {

.app-components-profile-editavatar--menu {
    top: 50%;
    left: calc(100% - 20px);
    -webkit-transform: translate(0, -50%) scale(0);
            transform: translate(0, -50%) scale(0);
    -webkit-transform-origin: center left;
            transform-origin: center left
}
  }

.app-components-profile-editavatar--menu:before {
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--text);
    border-left: 8px solid transparent;
    content: ' ';
  }

@media (max-width: 768px) {

.app-components-profile-editavatar--menu:before {
      top: auto;
      left: -8px;
      border-top: 10px solid transparent;
      border-right: 10px solid var(--text);
      border-bottom: 10px solid transparent;
      border-left: none
  }
    }

.app-components-profile-editavatar--menu button {
    position: relative;
    -webkit-flex: 1;
            flex: 1;
    padding: 9px 12px;
    color: var(--bg);
    font-weight: 500;
    white-space: nowrap;
    list-style: none;
    transition: color 300ms cubic-bezier(0, 0.715, 0.345, 1);
  }

.app-components-profile-editavatar--menu button:hover,
    .app-components-profile-editavatar--menu button:focus {
      color: var(--bg);
    }

.app-components-profile-editavatar--menu button:first-of-type:before {
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: 15px;
        background-color: var(--bg);
        opacity: 0.5;
        content: ' ';
      }

.app-components-profile-editavatar--menuActive {
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

@media (max-width: 768px) {

.app-components-profile-editavatar--menuActive {
    -webkit-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1)
}
  }

.app-components-profile-editavatar--error {
  top: 100%;
  z-index: 12;
  padding: 5px 12px;
  white-space: nowrap;
}

.app-components-profile-editavatar--error svg {
    display: none;
  }

.app-components-profile-userbadges--wrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  margin-top: -18px;
  margin-left: 5px;
  font-size: 16px;
  list-style: none;
}

  @media (min-width: 768px) {.app-components-profile-userbadges--wrapper {
    margin-top: -23px;
    margin-left: 10px
}
  }

  .app-components-profile-userbadges--wrapper svg {
    width: 19px;
    height: 19px;
  }

  @media (max-width: 768px) {

  .app-components-profile-userbadges--wrapper svg {
      width: 16px;
      height: 16px
  }
    }

.app-components-profile-userbadges--badge {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 10px;
  font-family: 'HK Sentiments', sans-serif;
  white-space: nowrap;
}

.app-components-profile-userbadges--badge:last-of-type {
    margin-right: 0;
  }

.app-components-profile-userbadges--beta {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 2px 6px;
  color: var(--bg);
  font-weight: 600;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  background-color: var(--text);
  border-radius: 3px;
}

.app-components-profile-userbadges--small .app-components-profile-userbadges--beta {
    top: 0;
    padding: 0 4px;
    font-size: 10px;
  }

.app-components-profile-userbadges--small svg {
    width: 14px;
    height: 14px;
  }

@media (max-width: 768px) {

.app-components-profile-userbadges--small svg {
      width: 14px;
      height: 14px
  }
    }

.app-components-profile-userbadges--verified path {
    fill: var(--text);
  }

.app-components-beat-beatlist--list {
  margin-bottom: 30px;
  list-style: none;
}

  @media (min-width: 768px) {.app-components-beat-beatlist--list {
    margin-bottom: 60px
}
  }

.app-components-beat-beatlist--heading {
  margin-bottom: 20px;
  font-size: 22px;
}

@media (min-width: 768px) {

.app-components-beat-beatlist--heading {
    margin-bottom: 30px;
    font-size: 30px
}
  }

.app-components-beat-beat--beat {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 35px;
}

.app-components-beat-beat--cover {
  position: relative;
  -webkit-flex: 0 0 167px;
          flex: 0 0 167px;
  width: 167px;
  height: 167px;
  margin-right: 36px;
  overflow: hidden;
  background-color: var(--loading-gray);
  border-radius: 5px;
}

.app-components-beat-beat--cover:hover .app-components-beat-beat--playButton, .app-components-beat-beat--cover:focus .app-components-beat-beat--playButton {
      opacity: 1;
    }

.app-components-beat-beat--playButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 200ms var(--ease);
}

.app-components-beat-beat--playButton svg {
    width: 56px;
    height: 56px;
  }

.app-components-beat-beat--playButton svg path {
      fill: white;
    }

.app-components-beat-beat--playButton svg path + path {
      fill: black;
    }

.app-components-beat-beat--content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
}

.app-components-beat-beat--header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
}

.app-components-beat-beat--title {
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-beat-beat--title:hover,
  .app-components-beat-beat--title:focus {
    text-decoration: underline;
  }

.app-components-beat-beat--owner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px;
}

.app-components-beat-beat--owner:hover,
  .app-components-beat-beat--owner:focus {
    text-decoration: underline;
  }

.app-components-beat-beat--avatar {
  -webkit-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 13px;
}

.app-components-beat-beat--buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.app-components-beat-beat--waveform {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 84px;
  color: var(--grayText);
  background-color: var(--loading-gray);
}

.app-components-collection-grid--heading {
  margin-bottom: 20px;
  font-size: 22px;
}

  @media (min-width: 768px) {.app-components-collection-grid--heading {
    margin-bottom: 30px;
    font-size: 30px
}
  }

.app-components-collection-grid--grid {
  display: grid;
  padding-bottom: 50px;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 37px 20px;
}

@media only screen and (max-width: 1068px) {

.app-components-collection-grid--grid {
    grid-template-columns: repeat(3, 1fr)
}
  }

@media (max-width: 768px) {

.app-components-collection-grid--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
}
  }

.app-components-collection-grid--collectionContainer {
  z-index: 1;
  margin-bottom: 15px;
  overflow: hidden;
}

@supports (display: grid) {

.app-components-collection-grid--collectionContainer {
    margin-bottom: 0
}
  }

.app-components-collection-grid--collectionContainer a {
    margin: 0;
  }

.app-components-collection-grid--cover {
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
  transition: transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
  transition: transform 300ms cubic-bezier(0, 0.715, 0.345, 1), -webkit-transform 300ms cubic-bezier(0, 0.715, 0.345, 1);
}

.app-components-collection-grid--emptyStateIcon {
  width: 80px;
}

@media (min-width: 768px) {

.app-components-collection-grid--emptyStateIcon {
    width: 102px
}
  }

.app-components-base-loadmorebutton--buttonWrapper {
  padding-bottom: 40px;
  text-align: center;
}

  .app-components-base-loadmorebutton--buttonWrapper button {
    width: 100%;
    padding: 12px 14px !important;
    font-size: 16px;
    border-color: var(--border);
    transition: border-color 300ms var(--ease);
  }

  .app-components-base-loadmorebutton--buttonWrapper button:hover,
    .app-components-base-loadmorebutton--buttonWrapper button:focus {
      border-color: var(--borderSelected);
    }

.app-components-base-loadmorebutton--noPad {
  padding-right: 0;
  padding-left: 0;
}


/*# sourceMappingURL=19770.css.map*/