:root {
  --white: white;
  --red: #c43232;
  --white-2: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.container-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main__h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: cheddar-gothic-rough, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 100px;
}

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

.main__h2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: forma-djr-deck, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.main__h2.mobile {
  display: none;
}

.div-block-2 {
  width: 720px;
  height: 405px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph {
  width: 40%;
  color: var(--white);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
}

.youtube {
  border: 2px solid var(--white);
}

.text-span {
  color: var(--red);
  font-weight: 700;
}

.paragraph-2 {
  width: 40%;
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.text-span-2 {
  color: var(--red);
  font-style: italic;
  font-weight: 700;
}

.text-span-3 {
  font-weight: 400;
}

.bold-text {
  font-weight: 700;
}

.paragraph-3 {
  width: 40%;
  color: var(--white);
  margin-top: 10px;
  font-family: forma-djr-deck, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.disclaimer-div {
  border: 1px solid var(--white);
  width: 400px;
  margin-top: 0;
  padding: 12px 20px;
}

.disclaimer-text {
  border: 1px none var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: forma-djr-deck, sans-serif;
  font-size: 16px;
}

.disclaimer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.text-span-4 {
  color: var(--red);
  font-style: italic;
  font-weight: 800;
}

.paragraph-5 {
  width: 40%;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-span-5 {
  font-weight: 800;
}

.paragraph-6 {
  width: 40%;
  color: var(--white);
  text-transform: uppercase;
  font-family: forma-djr-deck, sans-serif;
  font-size: 35px;
  line-height: 32px;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--red);
  font-style: italic;
  font-weight: 800;
}

.section-2 {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 800;
}

.body {
  color: var(--white);
  background-image: url('../images/Background-Texture.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: forma-djr-deck, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.privacy__heading {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.privacy__p-heading {
  font-weight: 600;
  text-decoration: underline;
}

.table_caption {
  display: none;
}

.table_cell {
  text-align: center;
}

.table_row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.table_component {
  width: 100%;
  overflow: scroll;
}

.paragraph-7 {
  margin-top: 40px;
}

.privacy__policy {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: forma-djr-deck, sans-serif;
  font-size: 18px;
}

.link {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.div-block-3 {
  overflow: scroll;
}

.body-2 {
  background-image: url('../images/Background-Texture.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    width: 480px;
    height: 269px;
  }

  .paragraph-3, .paragraph-6 {
    width: 65%;
  }

  .table_component {
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-3, .paragraph-6 {
    width: 90%;
  }

  .table_component {
    width: 900px;
    overflow: visible;
  }

  .body-2 {
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 479px) {
  .main__h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .main__h2.desktop {
    display: none;
  }

  .main__h2.mobile {
    display: block;
  }

  .div-block-2 {
    width: 100%;
    height: 190px;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 20px;
  }

  .disclaimer-div {
    width: 100%;
  }

  .paragraph-6 {
    width: 100%;
    font-size: 30px;
  }

  .body-2 {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
}


