@font-face {
    font-family: 'GT America Standard';
    src: url(../fonts/GT/GT-America-Standard-Regular.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
  }
  
  @font-face {
    font-family: 'GT America Standard';
    src: url(../fonts/GT/GT-America-Standard-Medium.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Medium.otf) format("opentype");
    font-weight: 500;
    font-style: normal
  }
  
  @font-face {
    font-family: 'GT America Standard';
    src: url(../fonts/GT/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
  }
  
  @font-face {
    font-family: 'GT America Standard';
    src: url(../fonts/GT/GT-America-Standard-Black.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Black.otf) format("opentype");
    font-weight: 900;
    font-style: normal
  }
  
  body {
    font-size: 16px;
    line-height: 1.2;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  p.subtitle {
    font-size: 14px;
    letter-spacing: 20%;
    margin-bottom: 10px;
  }
  
  @media (min-width: 768px) {
    p.subtitle {
      font-size: 16px;
    }
  }
  
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none !important;
  }
  
  h1 {
    font-size: 10vw;
    line-height: 0.9;
    margin-bottom: 25px;
    margin-top: 0;
    margin-left: -0.1em;
    letter-spacing: -5%;
  }
  
  @media screen and (min-width: 768px) {
    h1 {
      font-size: clamp(42px, 17vw, 82px);
    }
  }
  
  @media screen and (min-width: 1440px) {
    h1 {
      font-size: 82px;
    }
  }
  
  h2,
  .h2 {
    font-size: clamp(30px, 8vw, 38px);
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  @media (min-width: 1080px) {
  
    h2,
    .h2 {
      font-size: 38px;
    }
  }
  
  h3,
  .h3 {
    font-weight: 400;
    font-size: clamp(24px, 6vw, 30px);
    margin-bottom: 15px;
  }
  
  @media screen and (min-width: 1440px) {
  
    h3,
    .h3 {
      font-size: 30px;
    }
  }
  
  .lowercase {
    text-transform: lowercase;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  @media screen and (min-width: 768px) {
    .only-mobile {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .only-desktop {
      display: none !important;
    }
  }
  
  a.underline {
    text-decoration: underline;
  }
  
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .bkgd-container {
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  
  .bkgd-container .video {
    pointer-events: none;
    height: 100%;
  }
  
  .bkgd-container .video::-webkit-media-controls-timeline {
    display: none;
  }
  
  .bkgd-container--fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .bkgd-container--fill video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .l-stack {
    display: grid;
    gap: 2px;
    height: 100%;
  }
  
  @media (min-width: 768px) {
    .l-stack {
      display: flex;
      flex-flow: column wrap;
    }
  }
  
  .l-stack--space-between {
    justify-content: space-between;
  }
  
  .l-stack__item--auto {
    flex: 1 1 0;
  }
  
  .l-stack__item--shrink {
    flex: 0 0 auto;
  }
  
  .l-columns {
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr;
  }
  
  @media (min-width: 768px) {
    .l-columns--2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .l-columns--3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .l-columns--4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 767px) {
    .l-columns--2-sm {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  .l-columns--align-start {
    align-items: start;
  }
  
  .l-columns--align-center {
    align-items: center;
  }
  
  .l-columns--align-stretch {
    align-items: stretch;
  }
  
  .l-columns__item {
    width: 100%;
  }
  
  .l-columns__item--span-2 {
    grid-column: span 2;
  }
  
  .l-columns__item--span-3 {
    grid-column: span 3;
  }
  
  .l-columns--no-space {
    gap: 0;
    padding: 0;
  }
  
  .btn-group {
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
    margin-top: 15px;
  }
  
  .coachella {
    font-family: "GT America Standard";
  }
  
  .coachella .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    padding: 20px !important;
    height: auto !important;
    border-radius: 0 !important;
    font-family: "GT America Standard";
  }
  
  .btn--fill,
  .btn--outline {
    padding: 1.1em 2.75rem;
  }
  
  .btn--fill {
    background: #000;
    color: #fff;
    box-sizing: border-box;
    border: 7px solid #fff;
    transition: 0.25s ease-in-out border;
  }
  
  .btn--fill:hover {
    border: 7px solid rgba(0, 0, 0, 0.2);
  }
  
  .btn--fill.btn--white {
    background: #fff;
    color: #000;
    border: #fff;
  }
  
  .btn--fill.btn--black {
    background: #000;
    color: #fff;
    border: #000;
  }
  
  @media (max-width: 767px) {
    .btn--fill.btn--white-sm {
      background: #fff;
      color: #000;
      border: #fff;
    }
  
    .btn--fill.btn--black-sm {
      background: #000;
      color: #fff;
      border: #000;
    }
  }
  
  .btn--underline {
    color: #000;
    position: relative;
    margin-top: 15px;
    padding: 15px 0 2px;
    box-sizing: border-box;
  }
  
  .btn--underline:after {
    content: "";
    width: 50%;
    opacity: 0;
    transition: 0.25s ease-in-out all;
    border-bottom: 1px solid #000;
    position: absolute;
    display: block;
    top: 100%;
  }
  
  .btn--underline:hover:after {
    width: 100%;
    opacity: 1;
  }
  
  .btn--underline.btn--white {
    color: #fff;
  }
  
  .btn--underline.btn--white:after {
    border-bottom: 1px solid #fff;
  }
  
  .btn--underline.btn--black {
    color: #000;
  }
  
  .btn--underline.btn--black:after {
    border-bottom: 1px solid #000;
  }
  
  .btn--outline {
    border: 1px solid #000;
    display: inline-block;
    background: transparent;
    transition: 0.25s ease-in-out all;
    color: #000;
  }
  
  .btn--outline:hover {
    background: #fff;
  }
  
  .btn--outline.btn--white {
    border: 1px solid #fff;
    color: #fff;
  }
  
  .btn--outline.btn--white:hover {
    background: #000;
  }
  
  .btn--outline.btn--black {
    border: 1px solid #000;
    color: #000;
  }
  
  .btn--outline.btn--black:hover {
    background: #fff;
  }
  
  .coachella * {
    box-sizing: border-box;
  }
  
  section {
    display: grid;
    gap: 3px;
    width: 100%;
  }
  
  section img {
    max-width: 100%;
  }
  
  section .img-container {
    position: relative;
    line-height: 0;
    overflow: hidden;
  }
  
  section .img-container img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  
  section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  section .bkgd-container--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  
  section .bkgd-container--image img {
    object-position: center;
  }
  
  section .bkgd-container--image--bottom img {
    object-position: bottom center;
  }
  
  section .bkgd-container--image--top img {
    object-position: top center;
  }
  
  section h2 {
    font-size: 36px !important;
    line-height: 1;
    letter-spacing: -3% !important;
    font-weight: 700 !important;
    font-family: 'GT America Standard';
  }
  
  @media (min-width: 768px) {
    section h2 {
      font-size: 56px !important;
    }
  }
  
  .coachella strong {
    font-family: 'GT America Standard';
  }
  
  .coachella em {
    font-weight: 400;
  }
  
  .orb {
    display: block;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    will-change: transform;
  }
  
  .orb--yellow {
    width: 43px;
    height: 43px;
    background: radial-gradient(125.3% 125.3% at 3.47% 18.16%, #F9E5C7 27%, #F9E2C0 32%, #FADAAC 39%, #FBCD8D 47%, #FDBC61 57%, #FFAB37 64%, #F36835 85%);
  }
  
  @media (min-width: 1024px) {
    .orb--yellow {
      width: 64px;
      height: 64px;
    }
  }
  
  .orb--translucent {
    background: radial-gradient(275.76% 275.76% at -0.55% 112.54%, rgba(249, 229, 199, 0.1) 23%, rgba(249, 242, 231, 0.1) 40%, rgba(249, 243, 233, 0.1) 57%, rgba(249, 246, 243, 0.1) 69%, rgba(249, 247, 244, 0.1) 70%);
  }
  
  .orb--translucent.orb--big {
    width: 86px;
    height: 86px;
  }
  
  @media (min-width: 1024px) {
    .orb--translucent.orb--big {
      width: 133px;
      height: 133px;
    }
  }
  
  .orb--translucent.orb--small {
    width: 33px;
    height: 33px;
  }
  
  .orb--blue {
    background: radial-gradient(108.16% 108.16% at 79.13% 5.15%, #0079A1 49%, #067496 54%, #176886 63%, #335772 74%, #2D5063 82%, #2C4B61 88%, #2B3E5D 92%, #293B56 96%, #213351 98%);
    width: 60px;
    height: 60px;
  }
  
  @media (min-width: 1024px) {
    .orb--blue {
      width: 177px;
      height: 177px;
    }
  }
  
  .orb--red {
    background: radial-gradient(136.74% 136.74% at 106.57% -12.13%, #8C2E37 23%, #9B3239 25%, #B4393E 30%, #C93F41 35%, #D74244 41%, #DF4545 48%, #E24646 60%, #E85056 67%, #F8697B 84%, #FF738A 94%);
    width: 32px;
    height: 32px;
  }
  
  @media (min-width: 1024px) {
    .orb--red {
      width: 48px;
      height: 48px;
    }
  }
  
  /* HERO */
  .c-hero {
    position: relative;
    text-align: center;
    margin-bottom: 2px;
    min-height: 70vh;
  }
  
  .c-hero__media {
    min-height: inherit;
  }
  
  .c-hero__media img {
    object-position: bottom center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  
  .c-hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .c-hero h1 {
    font-size: 8vw !important;
    letter-spacing: 2px !important;
  }
  
  @media (min-width: 768px) {
    .c-hero h1 {
      font-size: 50px !important;
    }
  }
  
  @media (min-width: 1024px) {
    .c-hero h1 {
      font-size: 80px !important;
    }
  }
  
  .c-hero__date {
    padding: 2px 6px;
    font-size: 8vw;
    color: rgba(239, 220, 194, 0.7);
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'GT America Standard';
  }
  
  @media (min-width: 768px) {
    .c-hero__date {
      font-size: clamp(50px, 5vw, 80px);
    }
  }
  
  @media (min-width: 1440px) {
    .c-hero__date {
      font-size: 80px;
    }
  }
  
  /* SPLIT */
  .c-split {
    display: block;
  }
  
  @media (min-width: 768px) {
    .c-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .c-split__col {
    margin-bottom: 2px;
  }
  
  /* INTRO */
  .c-intro {
    color: #fff;
    padding: 140px 20px;
    position: relative;
  }
  
  @media (min-width: 1024px) {
    .c-intro {
      padding: 60px 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  
  .c-intro__content {
    max-width: 480px;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  
  .c-intro__content h2 {
    color: #fff !important;
    font-size: 36px !important;
  }
  
  @media (min-width: 1024px) {
    .c-intro__content {
      max-width: 480px;
    }
  
    .c-intro__content h2 {
      font-size: 54px !important;
  
    }
  
    .c-intro__content p {
      font-size: 20px;
    }
  }
  
  @media (min-width: 1920px) {
    .c-intro__content {
      max-width: calc((480 / 1920) * 100dvw);
    }
  
    .c-intro__content h2 {
      font-size: 2.8vw !important;
    }
  
    .c-intro__content p {
      font-size: 1.2vw;
    }
  }
  
  .c-intro__orb.orb--yellow {
    top: -35%;
    left: 0;
    z-index: -1;
  }
  
  .c-intro__orb.orb--big {
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
  
  .c-intro__orb.orb--small {
    left: 100%;
    top: 50%;
    transform: translateX(-100%);
    z-index: 1;
  }
  
  /* GIVEAWAY */
  .c-giveaway {
    position: relative;
    z-index: 1;
  }
  
  .c-giveaway__inner {
    position: relative;
    padding: 100px 20px 25px;
  }
  
  @media (min-width: 1024px) {
    .c-giveaway {
      max-height: 1000px;
      height: 1000px;
    }
  
    .c-giveaway__inner {
      padding: 80px 60px;
      max-height: inherit;
    }
  }
  
  @media (min-width: 768px) {
    .c-giveaway__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 40px;
    }
  }
  
  .c-giveaway__content {
    display: flex;
    max-width: 475px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    font-size: 20px;
    margin: auto;
  }
  
  @media (min-width: 1024px) {
    .c-giveaway__content {
      box-sizing: content-box;
     font-size: 25px;
     max-width:520px;
    }
  }
  
  .c-giveaway__content p {
    margin-bottom: 0;
  }
  
  .c-giveaway h2 {
    font-size: 36px !important;
    line-height: 1;
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .c-giveaway h2 {
      font-size: 56px !important;
    }
  }
  
  @media (min-width: 1920px) {
    .c-giveaway__content {
      max-width: calc((520 / 1920) * 100dvw);
    }
  
    .c-giveaway__content h2 {
      font-size: 2.8vw !important;
    }
  
    .c-giveaway__content p {
      font-size: 1.2vw;
    }
  
    p.c-giveaway__fineprint {
      font-size: .8vw;
    }
  
    .c-giveaway__list p {
      font-size: 1vw;
    }
  }
  
  @media (min-width:1024px) {
    .c-giveaway__image {
      height: 100%;
    }
  }
  
  .c-giveaway__image img {
    margin-top: 20px;
  }
  
  @media (min-width: 1024px) {
    .c-giveaway__image img {
      margin-top: 0;
    }
  }
  
  .c-giveaway__list {
    padding-left: 0;
    margin-bottom: 16px;
  }
  
  .c-giveaway__list li {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    align-items: center;
    gap: 12px;
    font-size: 15px;
  }
  @media (min-width:1024px){
   .c-giveaway__list li {
       font-size: 18px;
    gap:20px;
   }
   .c-giveaway__fineprint{
       font-size:15px;
   }
  }
  
  .c-giveaway__list li:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .c-giveaway__list li img {
    width: 70px;
    height: auto;
  }
  
  @media (min-width: 768px) {
    .c-giveaway__list li img {
      width: 82px;
    }
  }
  
  .c-giveaway__list li p {
    margin-bottom: 0;
  }
  
  .c-giveaway__list li strong {
    display: block;
  }
  
  .c-giveaway__fineprint {
    font-size: 14px;
    color: #000;
  }
  
  .c-giveaway .orb--red {
    top: -5px;
    left: 25%;
  }
  
  .c-giveaway .orb--blue {
    top: 10px;
    left: 70%;
  }
  
  @media (min-width: 1024px) {
    .c-giveaway .orb--blue {
      top: 0;
      left: 40%;
      transform: translate(-50%, -30px);
    }
  }
  
  /* GALLERY */
  .c-gallery {
    padding: 3px;
  }
  
  .c-gallery__large img {
    margin-bottom: 3px;
  }
  
  .c-gallery__small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }
  
  @media (min-width: 768px) {
    .c-gallery__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3px;
    }
  }
  
  /* LOCATION */
  .c-location {
    position: relative;
    text-align: center;
    padding: 40px 20px;
  }
  
  @media (min-width: 480px) and (max-width: 768px) {
    .c-location .bkgd-container--image img {
      object-position: 50% 80%;
    }
  }
  
  @media (min-width: 1024px) {
    .c-location {
      padding: 80px 20px;
      max-height: 865px;
    }
  }
  
  .c-location__inner {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 13px;
  }
  
  @media (min-width: 768px) {
    .c-location__inner {
      display: grid;
      justify-content: center;
      align-items: center;
      gap: 13px;
      grid-template-columns: 1fr auto 1fr;
    }
  }
  
  @media (min-width: 1024px) {
    .c-location__inner {
      position: relative;
      max-width: 1330px;
      margin: 0 auto;
      width: 100%;
    }
  }
  
  .c-location__product {
    max-width: 268px;
    aspect-ratio: 41/43;
  }
  
  @media (min-width: 768px) {
    .c-location__product {
      max-width: 100%;
    }
  }
  
  .c-location__product--left {
    display: none;
  }
  
  @media (min-width: 1024px) {
    .c-location__product--left {
      display: block;
    }
  }
  
  .c-location__product--right {
    order: 1;
  }
  
  @media (min-width: 768px) {
    .c-location__product--right {
      order: 3;
    }
  }
  
  .c-location__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    max-width: 478px;
  }
  
  @media (min-width: 768px) {
    .c-location__content {
      width: 478px;
      font-size: 20px;
    }
  }
  
  .c-location strong {
    font-weight: 500;
  }
  
  .c-location__content strong {
    display: block;
  }
  
  .c-location__map {
    margin-top: 15px;
  }
  
  .c-location__apps {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }
  
  .c-location__apps.btn-group {
    flex-flow: row nowrap;
  }
  
  .c-location__apps.btn-group .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-width: 2px;
    width: auto;
    flex: 0 0 auto;
  }
  
  .c-location__apps img {
    width: 140px;
  }
  
  /* FOOTER */
  .c-footer-cta {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    height: 70vw;
  }
  
  @media (min-width: 480px) and (max-width: 768px) {
    .c-footer-cta {
      height: 350px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .c-footer-cta {
      height: 300px;
    }
  }
  
  .c-footer-cta img {
    height: auto;
    align-self: stretch;
  
    @media screen and (min-width: 768px) {
      aspect-ratio: 1340/84.06;
    }
  }
