.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.content-wrapper.home {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper.category {
  width: 100svw;
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper.category.desktop {
  width: 100svw;
  max-width: none;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.logo.qr {
  width: 90%;
}

.header-wrapper {
  display: none;
}

.large-heading {
  color: #fff;
}

.paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticaneueltstd Mdcn, sans-serif;
  font-size: 18px;
}

.medium-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Helveticaneueltstd Mdcn, sans-serif;
}

.primary-btn {
  width: 200px;
  height: 40px;
  color: #fff;
  background-color: #fff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.primary-btn-text {
  color: #1a245b;
  font-family: Gotham Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.form-wrapper {
  width: 90svw;
  height: auto;
  background-color: #1d2862;
  border-radius: .5rem;
}

.form {
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 8em;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.checkbox-label {
  color: #fff;
  font-family: Helveticaneueltstd Mdcn, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 20px;
  font-family: Helveticaneueltstd Mdcn, sans-serif;
  font-size: 16px;
}

.checkbox-field-2, .checkbox-field-3 {
  margin-top: 10px;
}

.music-icon-wrapper {
  width: 350px;
  text-align: center;
  margin-bottom: 4rem;
}

.image {
  border-radius: 20em;
}

.category-heading {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-family: Gotham Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.next-page {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coke-studio-body {
  grid-column-gap: 50px;
  background-color: #0362be;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coke-studio-body.home {
  background-color: #0362be;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.navbar {
  width: 100%;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.desktop-nav {
  width: 100%;
}

.cell {
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.desjtop-footer {
  width: 100%;
  height: 20%;
  background-image: url('../images/coke-studio-bottom-bg.png');
  background-position: 0 100%;
  background-size: cover;
}

.link-2, .link-3, .link-4 {
  color: #fff;
  text-decoration: underline;
}

.submit-button-3 {
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/forward-icon.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #f7f7f7;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Helveticaneueltstd Mdcn, sans-serif;
  font-size: 16px;
}

.html-embed {
  width: auto;
}

.paragraph-2 {
  color: #fff;
  font-size: 12px;
}

.language-wrapper {
  width: 125px;
  height: 125px;
  justify-content: center;
  display: flex;
}

.languages-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.image-2 {
  border-radius: 20px;
}

.category-heading-copy, .english {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-family: Gotham Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .medium-heading {
    font-family: Helveticaneueltstd Mdcn, sans-serif;
    font-size: 28px;
  }

  .primary-btn {
    width: 200px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .medium-heading {
    text-align: center;
  }

  .form-wrapper {
    height: 80svh;
  }

  .submit-button-3 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #fff;
  }

  .background {
    height: 100svh;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-wrapper {
    height: auto;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    overflow: scroll;
  }

  .content-wrapper.home {
    height: 100svh;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
  }

  .content-wrapper.category {
    height: 90svh;
    object-fit: fill;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: scroll;
  }

  .content-wrapper.category.desktop {
    overflow: auto;
  }

  .logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
    display: grid;
    position: relative;
  }

  .large-heading {
    color: #fff;
    margin-top: 10px;
    font-family: Gotham Bold, sans-serif;
    font-size: 24px;
  }

  .paragraph {
    color: #fff;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Helveticaneueltstd Mdcn, sans-serif;
    font-size: 16px;
  }

  .medium-heading {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: Helveticaneueltstd Mdcn, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
  }

  .primary-btn {
    width: 50%;
    height: auto;
    background-color: #fff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
    display: flex;
  }

  .primary-btn-text {
    color: #1d2862;
    font-family: Gotham Bold, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
  }

  .body {
    background-color: #000;
  }

  .back-icon {
    display: none;
    overflow: visible;
  }

  .form-wrapper {
    width: 90svw;
    height: auto;
    background-color: #1d2862;
    border-radius: .5rem;
    padding-bottom: 20px;
  }

  .form-block {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .submit-button {
    color: #000;
    background-color: #fff;
  }

  .form {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .field-label, .field-label-2 {
    color: #fff;
    font-family: Helveticaneueltstd Mdcn, sans-serif;
  }

  .text-field {
    color: #000;
    text-align: left;
    border-radius: 8em;
    margin-bottom: 10px;
    font-family: Helveticaneueltstd Mdcn, sans-serif;
    line-height: 1;
  }

  .text-field-2, .text-field-3 {
    color: #000;
    border-radius: 8em;
    font-family: Helveticaneueltstd Mdcn, sans-serif;
  }

  .link {
    color: #fff;
    text-decoration: underline;
  }

  .checkbox-label {
    color: #fff;
    font-family: Helveticaneueltstd Mdcn, sans-serif;
    font-weight: 400;
  }

  .checkbox {
    background-color: red;
    border-radius: 0;
  }

  .checkbox-field, .checkbox-field-2, .checkbox-field-3 {
    margin-top: 1rem;
  }

  .submit-button-2 {
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url('../images/forward-icon.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20em;
    margin-top: 1em;
  }

  .body-2 {
    background-color: #000;
  }

  .music-icon-wrapper {
    width: 50svw;
    height: auto;
    border-radius: 8em;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2rem;
    text-decoration: none;
    display: flex;
  }

  .image {
    border: 2px solid #fff;
    border-radius: 20em;
  }

  .heading {
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .category-heading {
    text-align: center;
    margin-top: 1em;
    font-family: Gotham Bold, sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
  }

  .next-page {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .coke-studio-body {
    height: 100svh;
    background-color: #0362be;
    background-image: none;
    flex-direction: column;
    overflow: visible;
  }

  .submit-button-3 {
    width: 60px;
    height: 60px;
  }

  .html-embed {
    width: 100%;
  }

  .category-heading-copy, .english {
    text-align: center;
    margin-top: 1em;
    font-family: Gotham Bold, sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
  }
}

#w-node-_45afab0c-675b-4f41-6089-9a3bb3abaf43-b3abaf43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45afab0c-675b-4f41-6089-9a3bb3abaf44-b3abaf43, #w-node-_45afab0c-675b-4f41-6089-9a3bb3abaf47-b3abaf43, #w-node-_45afab0c-675b-4f41-6089-9a3bb3abaf4a-b3abaf43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_45afab0c-675b-4f41-6089-9a3bb3abaf43-b3abaf43 {
    display: none;
  }
}


@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd Mdcn';
  src: url('../fonts/HelveticaNeueLTStd-MdCn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}