
.body {
  font-family: Louis, sans-serif;
  #lower, #header, #swatch, #hs_ext_1, #hs_ext_2, #hs_ext_3, #hs_ext_4, #hs_int_1, #hs_int_2, #hs_int_3, #hs_int_4, #instructions {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #upper_gradient {
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(0,0,0, 0.4), transparent);
  }
  #lower_gradient {
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0,0,0, 0.4), transparent);
  }
  #s4 {
    border: 2px solid rgba(255, 255, 255, 100);
  }
  .image {
    z-index: 1;
  }
  .section {
    height: 50px;
    max-height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block {
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    width: 56%;
    height: 100%;
    background-color: #c59812;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    left: 14px;
    transform: skew(-25deg);
    text-decoration: none;
  }

  .text-block {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 900;
    transform: skew(25deg);
    letter-spacing: 0.5vw;
  }

  .text-block-2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.5vw;
  }

  .section-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: relative;
  }

  .div-block-3 {
    width: 160px;
    height: 50px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .body {
    color: #fff;
  }

  .div-block-4 {
    width: 80px;
    height: 50px;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 50px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .div-block-5 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .image-2 {
    padding-left: 10px;
    opacity: 0;
  }

  .image-3 {
    padding-right: 10px;
    opacity: 0;
  }

  .section-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: auto;
    bottom: 60px;
    left: 0%;
    right: 0%;
  }

  .div-block-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    display: flex;
    padding-bottom: 5px;
  }

  .swatch {
    width: 45px;
    height: 45px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .swatch_color {
    width: 33px;
    height: 33px;
    background-color: #cb1e10;
    border-radius: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .swatch_color.s2 {
    background-color: #1d2950;
  }

  .swatch_color.s3 {
    background-color: #ffffff;
  }

  .swatch_color.s4 {
    background-color: #000000;
  }

  .swatch_color.s5 {
    background-color: #1165c7;
  }

  .swatch_color.s6 {
    background-color: #9b9b9b;
  }

  .text-block-3 {
    font-weight: 700;
    letter-spacing: 0.5vw;
  }

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

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

  .hs {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10%;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    z-index: 1;
  }

  .image-4 {
    width: 100%;
    max-width: 380px;
  }

  .div-block-7 {
    width: 100%;
    max-width: 380px;
    background-color: rgba(0, 0, 0, .7);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hs_headline {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5vw;
    text-align: center;
  }
  .hs_disc {
    font-size: 10px;
    color: #ffffff;
    padding-bottom: 20px;
  }

  .hs_bodycopy {
    color: #c4c4c4;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    letter-spacing: -0.1vw;
  }

  .image-5 {
    width: 30px;
    align-self: flex-end;
    padding-right: 5px;
    position: relative;
    top: 35px;
    bottom: auto;
    left: auto;
  }

  .div-block-8 {
    max-width: 380px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  #rotate {
    display: none;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
    padding-right: 15px;
  }

  .disc {
    grid-row-gap: 10px;
    background-color: #393839;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 0%;
    right: 0%;
    z-index: 2;
  }

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

  .text-block-7 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }

  .image-6 {
    align-self: flex-end;
    position: relative;
    top: 20px;
    right: 10px;
  }

  .instruction {
    width: 100%;
    height: 100%;
    grid-row-gap: 50px;
    background-color: rgba(0, 0, 0, .6);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 2;
  }

  .text-block-8 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5vw;
  }

  .div-block-9 {
    grid-column-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .instruction_icon {
    max-width: 60px;
    padding-bottom: 12px;
  }

  .text-block-9 {
    max-width: 110px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-left: 18px;
  }

  .div-block-10, .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    width: 145px;
    height: 42px;
    background-color: #b6862d;
    border-radius: 21px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .text-block-10 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5vw;
  }
}


@font-face {
  font-family: 'Louis';
  src: url('../fonts/Louis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis';
  src: url('../fonts/Louis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis';
  src: url('../fonts/Louis-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}