@charset "UTF-8";
.bp-user .page-header {
  display: none;
}

#header-cover-image {
  position: relative;
  aspect-ratio: 1950/460;
}
#header-cover-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#item-header-cover-image #item-header-avatar {
  margin-top: -30px;
}
#item-header-cover-image #item-header-avatar > a {
  display: block;
}
#item-header-cover-image #item-header-avatar > a > img {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#item-header-cover-image #item-header-content {
  padding-top: 60px;
}
#item-header-cover-image #item-header-content .user-meta {
  display: flex;
  align-items: center;
}
#item-header-cover-image #item-header-content .user-meta.heading h2 {
  margin-right: 20px;
  margin-bottom: 0;
}
#item-header-cover-image #item-header-content .user-meta.heading .member-type {
  display: inline-flex;
  background: #C9040F;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 25px;
}
#item-header-cover-image #item-header-content .item-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #000000;
  font-size: 20px;
}

.bp-notifications-link {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  background-image: url("../images/icon-notifications.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bp-notifications-link > .count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9534f;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font: bold 10px/1em "Arial", sans-serif;
}

.button,
.soundslice-trigger {
  font-family: "Asap Condensed", Sans-serif;
  font-size: 21px;
  font-weight: 500;
  background-color: #C9040F !important;
  border-radius: 25px !important;
  padding: 15px 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  display: inline-block;
  text-decoration: none !important;
  line-height: 1;
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  text-align: center;
  transition: all 0.3s;
  transition-property: all;
  transition-duration: 0.3s;
}
.button:hover,
.soundslice-trigger:hover {
  transform: scale(1.1);
  color: #FFFFFF;
}

#soundslice-stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: #FFFFFF !important;
  transform: translateY(100%);
  transition: all 0.3s;
  pointer-events: none;
}
#soundslice-stage.active {
  transform: translateY(0);
  pointer-events: auto;
}
#soundslice-stage .soundslice-stage-top {
  background: #000000 !important;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
#soundslice-stage .soundslice-stage-top .left,
#soundslice-stage .soundslice-stage-top .right {
  display: flex;
  width: 50%;
  padding: 0 15px;
}
#soundslice-stage .soundslice-stage-top .left h3 {
  position: relative;
  top: 5px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
#soundslice-stage .soundslice-stage-top .right {
  justify-content: flex-end;
}
#soundslice-stage .soundslice-stage-inner {
  height: calc(100vh - 50px);
}
#soundslice-stage .soundslice-stage-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  font-family: "Asap Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #C9040F;
  border-radius: 1px 1px 1px 1px;
  padding: 10px 15px;
  transition-duration: 0.3s;
  transition-property: transform;
  display: inline-block;
  line-height: 1;
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  text-align: center;
  transition: all 0.3s;
  transition-property: all;
  transition-duration: 0.3s;
  margin: 15px 0;
}
.woocommerce-account .addresses .title .edit:hover {
  transform: scale(1.1);
  color: #FFFFFF;
}

.user-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.user-menu:hover .user-menu__hover {
  display: block;
}
.user-menu__init {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-menu__init .caret {
  display: block;
  transform: rotate(90deg);
}
.user-menu__init .profile-pic {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0 !important;
}
.user-menu__init .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.user-menu__hover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  padding: 40px 25px;
  border-radius: 7px;
}
.user-menu__hover:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -7.5px;
}
.user-menu__hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-menu__hover ul li {
  margin-bottom: 10px;
}
.user-menu__hover ul li:last-child {
  margin-bottom: 0;
}

.roadmap {
  position: relative;
  padding: 30px 0;
}
.roadmap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: #999999;
  left: 22px;
}
.roadmap:after {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 14px;
  background: #999999;
}
.roadmap__item {
  position: relative;
  margin-bottom: 40px;
}
.roadmap__item-checkmark {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #999999;
  background-color: #FFFFFF;
  padding: 5px;
  overflow: hidden;
}
.roadmap__item-checkmark:hover svg path {
  fill: #C9040F;
}
.roadmap__item-checkmark.is-checked svg path {
  fill: #C9040F;
}
.roadmap__item-checkmark svg {
  transition: all 0.3s ease-in-out;
}
.roadmap__item-checkmark svg path {
  fill: rgba(153, 153, 153, 0.2);
  transition: all 0.3s ease-in-out;
}
.roadmap__item-accordion {
  position: relative;
  z-index: 1;
  padding-left: 70px;
}
.roadmap__item-accordion.active .roadmap__item-accordion-top {
  border-bottom: 0;
}
.roadmap__item-accordion.active .roadmap__item-accordion-top-actions span:nth-child(1) {
  display: none;
}
.roadmap__item-accordion.active .roadmap__item-accordion-top-actions span:nth-child(2) {
  display: block;
}
.roadmap__item-accordion.active .roadmap__item-accordion-bottom {
  display: block;
}
.roadmap__item-accordion-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #999999;
  padding: 20px;
}
.roadmap__item-accordion-top-actions {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C9040F;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.roadmap__item-accordion-top-actions:hover {
  transform: scale(1.1);
}
.roadmap__item-accordion-top-actions span {
  position: relative;
  top: -3px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.roadmap__item-accordion-top-actions span:nth-child(2) {
  display: none;
}
.roadmap__item-accordion-bottom {
  display: none;
  padding: 0 20px 20px 20px;
  border: 3px solid #999999;
  border-top: 0;
}

svg {
  max-height: 100%;
}

.svg-menu-icon a {
  display: flex;
  align-items: center;
}
.svg-menu-icon a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.svg-menu-icon a svg path {
  fill: #000000;
}

.elementor-element-dde5412 > .e-con-inner {
  padding-bottom: 80px !important;
}

.user-roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.user-roadmap__item {
  border: 1px solid rgba(153, 153, 153, 0.1);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.2);
}
.user-roadmap__content {
  display: grid;
  align-items: start;
  grid-template-columns: 35% calc(65% - 20px);
  gap: 20px;
}
.user-roadmap__content-image {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
.user-roadmap__content-image img {
  display: block;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.user-roadmap__content-meta ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.user-roadmap__content-meta ul li {
  list-style: none;
}
.user-roadmap__content-meta ul li:not(:first-child):before {
  content: "•";
  margin: 0 10px;
}
.user-roadmap__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 10px;
}
.user-roadmap__progress:before {
  content: "";
  position: absolute;
  display: block;
  width: var(--progress);
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, #C9040F 100%);
  border-radius: 10px;
}

.profile-header {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.profile-header__image {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 10px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.profile-header__image img {
  display: block;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  object-position: center;
  object-fit: cover;
  max-width: none;
}
.profile-header__image .profile-pic {
  border-radius: 0;
  padding: 0;
  border: 0;
}
.profile-header__title {
  flex: 1;
  padding-left: 30px;
}

.profile-pic {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.profile-pic img {
  display: block;
  border-radius: 50% !important;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.page-content .profile-section:last-child {
  margin-bottom: 100px;
}

.profile-section {
  padding: 25px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 20px;
  margin-bottom: 50px;
}
.profile-section__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
  padding-bottom: 15px;
}
.profile-section__heading h2 {
  margin: 0;
  padding: 0;
}
.profile-section table tr,
.profile-section table td {
  border: 0;
  background: none !important;
}
.profile-section table tr td {
  font-size: 18px;
  padding: 8px 0;
}
.profile-section table tr td:first-child {
  font-weight: bold;
  width: 35%;
}
.profile-section table tr td:nth-child(2) {
  width: 65%;
}

#edit-meta {
  display: none;
  width: 90%;
  max-width: 700px;
}
#edit-meta #message {
  display: none !important;
}
#edit-meta .acf-image-uploader .image-wrap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  padding: 10px;
  border: 1px solid rgba(153, 153, 153, 0.1);
}
#edit-meta .acf-label {
  margin-bottom: 10px;
}
#edit-meta .acf-label label {
  font-weight: bold;
  color: #000000;
}
#edit-meta .acf-input {
  margin: 10px 0;
}
#edit-meta .button {
  display: block;
  margin: 10px 0;
}

.m-top {
  margin-top: 15px;
}

@media (max-width: 1023px) {
  #soundslice-stage .soundslice-stage-top {
    height: 100px;
  }
  #soundslice-stage .soundslice-stage-inner {
    height: calc(100vh - 100px);
  }
  .soundslice-trigger-container {
    display: flex;
    justify-content: center;
  }
  #header-cover-image {
    aspect-ratio: 2/1;
  }
  .user-roadmap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    position: relative;
    z-index: 9999;
  }
  .woocommerce .woocommerce-MyAccount-navigation:before {
    content: "Menu";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 1px solid #999999;
    margin: 15px 0 5px 30px;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
    text-transform: uppercase;
    background-image: url("../images/icon-hamburger.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 30px;
    width: 250px;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #999999;
  }
  .woocommerce .woocommerce-MyAccount-navigation.active ul {
    display: block;
  }
  .button {
    padding: 10px 15px;
    font-size: 16px;
  }
}

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