:root {
  --awolnation-blue: #179aad;
  --blue-hover: #24717f;
}

.section {
  background-image: linear-gradient(#0006, #0006), url('../images/success_bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.formpagecontent {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.text-block {
  color: #000;
  text-align: center;
  background-color: #319aad;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  padding: .5rem 2rem;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
}

.image {
  margin-bottom: 1rem;
  position: relative;
}

.presavelinkbuttons {
  color: #000;
  background-color: #179aad;
  border: 4px solid #000;
  border-radius: 0;
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin: .5rem;
  padding: 8px;
  font-family: futura-pt-bold, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.presavelinkbuttons:hover {
  text-decoration: none;
}

.text-block-2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-block-2:hover {
  text-decoration: none;
}

.image-2 {
  position: absolute;
}

.applemusicpresaveembed {
  width: 100%;
  margin: 0;
  text-decoration: none;
  display: none;
}

.emailformembed {
  background-color: #179aad;
  border: 4px solid #000;
  border-radius: 0;
  width: 100%;
  max-width: 360px;
  margin: 1rem 0 0;
  padding: 1rem;
  font-family: futura-pt-bold, sans-serif;
  position: relative;
}

.termsandconditionsbar {
  z-index: 1;
  background-color: var(--awolnation-blue);
  color: #000;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 1rem;
  font-family: futura-pt-bold, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.link {
  color: #000;
  font-size: 12px;
}

.tclinks {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  vertical-align: baseline;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.link-2 {
  color: #000;
  font-family: futura-pt-bold, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.code-embed {
  width: 100%;
  max-width: 720px;
  margin: 1rem 0;
  display: none;
}

.awolnationlogo {
  width: 90%;
  max-width: 600px;
  margin-bottom: 1rem;
  position: relative;
}

.code-embed-2 {
  z-index: 2;
  color: #000;
  width: 100%;
  max-width: 50%;
  font-family: futura-pt-bold, sans-serif;
  position: relative;
}

.tourlink {
  color: #000;
  text-align: center;
  background-color: #319aad;
  border: 4px solid #000;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
}

.tourlink:hover {
  background-color: var(--blue-hover);
  color: #fff;
}

.text-block-3 {
  color: #000;
  background-color: #319aad;
  width: auto;
  max-width: 360px;
  margin-bottom: 1rem;
  padding: 8px 16px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%;
  display: inline-block;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
}

.div-block {
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: .5rem;
  display: flex;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
}

.link-block {
  cursor: pointer;
  width: 80%;
  max-width: 400px;
  text-decoration: none;
}

.link-block:hover {
  text-decoration: none;
}

.text-block-4 {
  background-color: var(--awolnation-blue);
  color: #000;
  cursor: pointer;
  border: 4px solid #000;
  margin-top: 8px;
  padding: 8px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: static;
}

.text-block-4:hover {
  background-color: var(--blue-hover);
  color: #fff;
}

.image-3 {
  box-shadow: 2px 2px 6px -2px #00000080;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sharebuttonlink {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 1rem 1rem auto auto;
}

.image-4 {
  width: 20px;
}

.text-block-5 {
  color: var(--awolnation-blue);
  font-family: futura-pt-bold, sans-serif;
}

.text-block-5:hover {
  text-decoration: underline;
}

.bold-text {
  font-size: 1.2rem;
}

.text-block-copy {
  color: #000;
  text-align: center;
  background-color: #319aad;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  padding: .5rem 2rem;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
}

.italic-text {
  color: #fff;
  line-height: 130%;
}

.italic-text-2 {
  color: #fff;
}

.text-block-6 {
  color: #fff;
  width: 100%;
  max-width: 480px;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.div-block-3 {
  width: 50%;
  height: 50100%;
}

.div_ranking {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.contestcopy, .thankyoucopy {
  color: #000;
  text-align: center;
  background-color: #319aad;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  padding: .5rem 2rem;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000 100%);
}

.link-block-copy {
  cursor: pointer;
  flex-flow: column;
  width: 80%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.link-block-copy:hover {
  text-decoration: none;
}

.link-2-copy, .tclink {
  color: #000;
  font-family: futura-pt-bold, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 1rem;
  }

  .termsandconditionsbar {
    inset: auto 0% 0%;
  }

  .tclinks {
    flex-flow: wrap;
  }

  .link-2 {
    text-align: center;
    max-width: 11vw;
    font-size: 8px;
    line-height: 120%;
  }

  .tcdividers {
    display: none;
  }

  .code-embed-2 {
    max-width: 100%;
  }

  .tourlink {
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .text-block-copy, .contestcopy, .thankyoucopy {
    font-size: 1rem;
  }

  .link-2-copy, .tclink {
    text-align: center;
    max-width: 11vw;
    font-size: 8px;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 1rem;
  }

  .link-2 {
    text-align: center;
    max-width: 12vw;
  }

  .code-embed {
    height: auto;
  }

  .tourlink {
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .bold-text, .text-block-copy, .contestcopy, .thankyoucopy {
    font-size: 1rem;
  }

  .link-2-copy, .tclink {
    text-align: center;
    max-width: 12vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(#0000, #0000), url('../images/mobile_bg.png');
    background-attachment: scroll, scroll;
  }

  .text-block {
    font-size: 10px;
  }

  .termsandconditionsbar {
    flex-flow: column;
    padding: .5rem .5rem 1rem;
  }

  .link {
    text-align: center;
  }

  .tclinks {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-left: 0;
  }

  .link-2 {
    text-align: center;
    max-width: none;
  }

  .tourlink {
    padding: 10px;
    font-size: 10px;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .bold-text {
    font-size: .8rem;
  }

  .text-block-copy {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 10px;
  }

  .italic-text {
    font-size: 12px;
    line-height: 130%;
  }

  .text-block-6 {
    line-height: 130%;
  }

  .div_ranking {
    width: 100%;
  }

  .contestcopy, .thankyoucopy {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 10px;
  }

  .link-2-copy, .tclink {
    text-align: center;
    max-width: none;
  }
}


