:root {
  --black: black;
  --black-40: rgba(0, 0, 0, .4);
  --white: white;
  --black-2: rgba(0, 0, 0, .02);
  --black-60: rgba(0, 0, 0, .6);
  --black-20: rgba(0, 0, 0, .2);
  --black-10: rgba(0, 0, 0, .1);
  --black-5: rgba(0, 0, 0, .05);
  --white-blurred: rgba(255, 255, 255, .75);
}

body {
  height: 100%;
  color: var(--black);
  letter-spacing: .378px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 14px;
  line-height: 25px;
  display: flex;
}

h1 {
  letter-spacing: .513px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}

strong {
  font-weight: bold;
}

.nav {
  z-index: 1;
  width: 100%;
  background-image: linear-gradient(#fff, #fff 40%, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 57px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.logo {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav-items {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .019em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: line-through;
}

.nav-link.disabled {
  color: var(--black-40);
  cursor: not-allowed;
}

.nav-link.current {
  text-decoration: line-through;
}

.content {
  z-index: 0;
  height: 100%;
  max-height: 674px;
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-direction: column;
  padding: 19px;
  display: flex;
  position: relative;
}

.upload-area {
  z-index: 1;
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.dropzone {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  box-shadow: inset 0 0 0 0 #999, 0 0 38px 19px var(--white);
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 19px 38px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.dropzone:hover {
  background-color: var(--black-2);
  box-shadow: inset 0 0 0 1px #ccc, 0 0 38px 19px var(--white);
}

.dropzone.link-dropzone {
  cursor: text;
}

.dropzone-text {
  color: var(--black-60);
  font-weight: 500;
  transition: opacity .3s;
}

.dropzone-text.dropzone-smaller {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  letter-spacing: .27px;
  font-size: 11px;
  line-height: 19px;
  display: flex;
  position: relative;
}

.dropzone-text-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.dropzone-browse {
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.tracks-content {
  z-index: 1;
  height: 100%;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 38px 19px #fff;
}

.track-list-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-info {
  width: 100%;
  height: 100%;
  min-width: 572px;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid var(--black-20);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
  position: relative;
}

.info-subheader {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subheader-info {
  grid-column-gap: 19px;
  flex: 0 auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.listen-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .9;
  color: var(--black-60);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow {
  object-fit: cover;
}

.vertical-line {
  width: 1px;
  background-color: var(--black-10);
  align-self: stretch;
  position: relative;
}

.small {
  letter-spacing: .324px;
  font-size: 12px;
  line-height: 18px;
}

.small.medium {
  font-weight: 500;
}

.small.medium.instrument-name {
  max-width: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small.track-number {
  width: 15px;
  height: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small.track-date {
  width: 107px;
}

.smaller {
  letter-spacing: .243px;
  font-size: 9px;
  font-weight: 400;
  line-height: 19px;
  transition: opacity .3s;
}

.smaller.block-header {
  color: var(--black-60);
  text-transform: uppercase;
}

.smaller.medium {
  font-weight: 500;
}

.smaller.medium.instrument-percentage {
  line-height: 12px;
}

.smaller.level-faded {
  opacity: .2;
}

.smaller.list-heading {
  color: var(--black-60);
  text-transform: uppercase;
}

.smaller.upload-progress {
  width: 24px;
  text-align: right;
}

.info-header {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
}

.info-row {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: space-between;
  display: flex;
}

.info-block {
  border: 1px solid var(--black-10);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.block-top {
  width: 100%;
  grid-row-gap: 6px;
  border: 0 solid rgba(0, 0, 0, .1);
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 12px 9px;
  text-decoration: none;
  display: flex;
}

.block-top.energy-top {
  grid-row-gap: 19px;
}

.level-container {
  width: 100%;
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.level-container.level-2 {
  color: var(--black-60);
}

.level-container.level-3 {
  color: var(--black-40);
}

.level-wrapper {
  grid-column-gap: 6px;
  color: var(--black-60);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.block-bottom {
  width: 100%;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 12px 12px;
  text-decoration: none;
  display: flex;
}

.level {
  height: 7px;
  background-color: var(--black);
  border-radius: 6px;
  flex: 1;
  transition: all .3s;
  position: relative;
}

.level.level-2 {
  height: 4px;
  background-color: var(--black-60);
}

.level.level-3 {
  height: 4px;
  background-color: var(--black-40);
}

.level-name {
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 700;
}

.info-bento {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.info-container {
  width: 100%;
  height: 18px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-container.large {
  text-transform: capitalize;
}

.large-level-full {
  width: 100%;
  height: 7px;
  background-color: var(--black-20);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.loading-bar {
  width: 100%;
  height: 7px;
  background-color: var(--black-60);
  transform-origin: 0%;
  border-radius: 6px;
  position: relative;
  transform: scale(1);
}

.block-full {
  width: 100%;
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.instruments-used-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
}

.instrument-wrapper {
  width: 38px;
  height: 55px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.instrument-wrapper.instrument-2 {
  opacity: .6;
  align-items: center;
}

.instrument-wrapper.instrument-3 {
  opacity: .5;
}

.instrument-wrapper.instrument-4 {
  opacity: .4;
}

.large-level-container {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.large-level-numbers {
  justify-content: space-between;
  display: flex;
}

.instrument-icon {
  width: 19px;
  height: 19px;
  margin-bottom: 6px;
  position: absolute;
  top: 0;
}

.block-row {
  width: 100%;
  border-bottom: 1px solid var(--black-10);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 9px;
  text-decoration: none;
  display: flex;
}

.block-row.last {
  border-bottom-width: 0;
}

.block-row.alternate {
  background-color: var(--black-2);
}

.content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  padding-top: 86px;
  display: flex;
  position: relative;
}

.list-header {
  z-index: 1;
  grid-column-gap: 38px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, .1);
}

.list-header-name {
  grid-column-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.checkbox {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4.5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.checkbox:hover {
  background-color: var(--black-20);
}

.list-heading {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.list-heading:hover {
  opacity: .75;
}

.list-caret {
  object-fit: cover;
  transition: all .3s;
}

.track-list {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 77px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.track-row {
  width: 100%;
  min-height: 44px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2), 0 1px 0 0 var(--black-10);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 9px 9px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.track-row:hover {
  background-color: var(--black-5);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.track-row.track-row-processing {
  color: var(--black-60);
}

.track-row.track-row-processing:hover {
  background-color: var(--white);
  border-radius: 0;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .2);
}

.track-row.track-row-processing.processing-hidden {
  display: none;
}

.track-row.track-row-error {
  pointer-events: none;
  color: var(--black-20);
}

.track-row.track-row-error:hover {
  box-shadow: inset 0 -1px 0 0 var(--black-10);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.track {
  grid-column-gap: 27px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.track-name {
  flex: 1;
  font-weight: 500;
}

.track-list-fade {
  z-index: 1;
  width: 100%;
  height: 77px;
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
}

.tool-bar {
  z-index: 3;
  width: 363px;
  height: 38px;
  color: var(--black-60);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4.5px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: absolute;
  bottom: 19px;
  overflow: hidden;
  box-shadow: 0 0 38px #fff;
}

.tool-bar.collapsed {
  width: 93px;
}

.search-icon {
  width: 14px;
  height: 14px;
  max-width: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -.5px;
  overflow: hidden;
}

.track-checkbox {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4.5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.track-checkbox:hover {
  background-color: #ccc;
}

.track-checkbox.hidden {
  opacity: 0;
}

.dropzone-input {
  z-index: 0;
  color: var(--black);
  white-space: nowrap;
  cursor: text;
  background-color: #fff;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-weight: 500;
  overflow: hidden;
}

.dropzone-field {
  width: 100%;
  height: 38px;
  border: 1px solid var(--black-20);
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropzone-field:hover {
  border-color: var(--black-40);
}

.submit-link {
  z-index: 1;
  width: 38px;
  height: 38px;
  box-shadow: -12px 0 12px 0 var(--white);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  transform: translate(0);
}

.submit-link:hover {
  background-color: #f3f3f3;
}

.submit-link.hidden {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translate(19px);
}

.link-arrow {
  object-fit: cover;
}

.upload-text-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: baseline;
  display: flex;
  position: relative;
}

.search-wrapper {
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  transition: all .3s;
  display: flex;
}

.search-wrapper:hover {
  background-color: var(--black-5);
}

.selected-options {
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-right: 12px;
  transition: all .6s;
  display: flex;
  position: absolute;
  right: 0;
}

.selected-options.collapsed {
  opacity: 0;
  pointer-events: none;
  transform: translate(77px);
}

.style-embed {
  display: none;
}

.selected-pill {
  width: 63.25px;
  background-color: var(--black-10);
  text-align: center;
  letter-spacing: .243px;
  white-space: nowrap;
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 9px;
  font-weight: 500;
  line-height: 19px;
}

.toolbar-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 6px;
  align-items: center;
  padding: 3px 9px;
  transition: all .3s;
  display: flex;
}

.toolbar-button:hover {
  background-color: var(--black-5);
}

.delete-icon, .report-icon {
  position: relative;
  top: -.5px;
}

.loading-bar-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.loading-bar-full {
  width: 100%;
  height: 7px;
  background-color: var(--black-20);
  border-radius: 6px;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-level {
  width: 100%;
  height: 7px;
  background-color: var(--black);
  transform-origin: 0%;
  border-radius: 6px;
  transition: all .3s;
  position: relative;
  transform: scale(1);
}

.track-info-fade-bottom {
  z-index: 2;
  width: 100%;
  height: 77px;
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
}

.track-info-scrollable {
  max-height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding: 19px;
  display: flex;
  position: relative;
}

.search-input {
  flex: 1;
}

.search-input.small.medium {
  height: 100%;
}

.energy-name {
  font-weight: 700;
}

.instrument {
  text-transform: capitalize;
}

.track-info-inner {
  z-index: 0;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.track-list-scrollable {
  width: 100%;
}

.login-window {
  z-index: 1;
  width: 300px;
  height: auto;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  border: 1px solid var(--black-20);
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 38px 19px 19px;
  transition: all 1.2s;
  display: flex;
  position: relative;
}

.login-logo {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.video-fades {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0;
}

.fade-persistent-top {
  z-index: 1;
  width: 100%;
  height: 77px;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
}

.background-video-embed-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  transition: filter 1.2s, height .6s, transform 2s, opacity 1.2s;
  display: flex;
  position: fixed;
  overflow: hidden;
  transform: translate(0);
}

.background-video-embed {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fade-persistent-bottom {
  width: 100%;
  height: 77px;
  opacity: 1;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
}

.login-fields {
  width: 100%;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--black-10);
  flex-flow: column;
  padding-bottom: 19px;
  display: flex;
}

.login-button {
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  padding: 9px 19px;
  font-weight: 500;
  transition: opacity .3s;
  position: relative;
}

.login-button:hover {
  opacity: .75;
}

.login-form {
  width: 100%;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.login-input {
  z-index: 0;
  border: 1px solid var(--black-20);
  color: var(--black);
  white-space: nowrap;
  cursor: text;
  border-radius: 6px;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-weight: 500;
  transition: all .3s;
  overflow: hidden;
}

.login-input:hover {
  border-color: var(--black-40);
}

.loading-wrapper {
  z-index: 7;
  width: 100dvw;
  height: 100dvh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.loading-inner-wrapper {
  width: 100%;
  height: 100%;
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loading-text {
  font-size: 12px;
  line-height: 19px;
}

.mobile-text, .expand-icon {
  display: none;
}

.skeleton-name {
  height: 12px;
  pointer-events: none;
  background-color: #e9e9e9;
  border-radius: 4.5px;
  transition: opacity .3s;
  position: absolute;
  right: 0;
}

.skeleton-shine {
  width: 50%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--white) 50%, rgba(255, 255, 255, 0));
  position: relative;
  transform: translate(400%);
}

.login-incorrect {
  width: 100%;
  color: var(--white);
  background-color: #e00;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 9px 19px;
  font-weight: 500;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  bottom: 0;
}

.login-incorrect.incorrect-hidden {
  opacity: 0;
  pointer-events: none;
}

.track-info-inner-skeleton {
  z-index: 1;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  left: 19px;
  right: 19px;
}

.skeleton-info-name {
  height: 25px;
  pointer-events: none;
  background-color: #f3f3f3;
  border-radius: 4.5px;
  transition: opacity .3s;
  position: relative;
  left: 0;
}

.skeleton-info-subheader {
  height: 18px;
  pointer-events: none;
  background-color: #f3f3f3;
  border-radius: 4.5px;
  transition: opacity .3s;
  position: relative;
  left: 0;
}

.skeleton-info-block-first {
  height: 133px;
  pointer-events: none;
  background-color: #f1f1f1;
  border-radius: 4.5px;
  flex: 1;
  transition: opacity .3s;
  position: relative;
  left: 0;
  box-shadow: 0 0 0 1px #fff;
}

.skeleton-info-block-second {
  height: 132px;
  pointer-events: none;
  background-color: #f1f1f1;
  border-radius: 4.5px;
  flex: 1;
  transition: opacity .3s;
  position: relative;
  left: 0;
  box-shadow: 0 0 0 1px #fff;
}

.skeleton-info-block-third {
  height: 118px;
  pointer-events: none;
  background-color: #f1f1f1;
  border-radius: 4.5px;
  flex: 1;
  transition: opacity .3s;
  position: relative;
  left: 0;
  box-shadow: 0 0 0 1px #fff;
}

.level-name-wrapper {
  width: 77px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.instrument-name-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .content {
    width: 992px;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-items, .content {
    display: none;
  }

  .content-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    align-items: center;
  }

  .background-video-embed-wrapper {
    height: 100dvh;
  }

  .background-video-embed {
    position: absolute;
    top: 0;
    transform: scale(1.5);
  }

  .mobile-text {
    text-align: center;
    align-self: center;
    display: block;
  }

  .expand-icon {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .background-video-embed-wrapper {
    height: 100dvh;
    max-height: none;
    overflow: hidden;
  }

  .background-video-embed {
    transform: none;
  }
}


@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
