:root {
  --white: white;
  --black: black;
}

.main-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  height: 24px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.body {
  background-image: url('../images/background.png'), linear-gradient(#000, #006d21);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  font-family: Roboto, sans-serif;
}

.video {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  border: 4px solid #40c05e;
  border-radius: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 120%;
}

.button-2 {
  z-index: 1;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#ffe501, #ffbc03);
  border: 0 solid #000;
  border-radius: 303px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 -2px 1px rgba(144, 89, 0, .5);
}

.bonus {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0a4616;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 24px 20px 28px;
  display: flex;
  position: relative;
}

.bonus-wrapper {
  z-index: 10;
  background-color: rgba(0, 0, 0, .79);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 120%;
}

.bonus-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px solid #2ab45e;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #46ff70;
}

.image-2 {
  align-self: flex-start;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-6 {
  color: #fff;
}

.login {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.image-3 {
  width: 108px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -48px;
  right: auto;
  transform: rotate(-64deg);
}

.video-wrapper {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  max-height: 400px;
  display: flex;
  position: relative;
}

.image-5 {
  box-sizing: border-box;
  height: 100px;
  position: absolute;
  top: 200px;
  left: auto;
  right: -50px;
  overflow: clip;
}

.image-6 {
  max-width: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: clip;
}

.text-block-8 {
  color: #fff;
  text-align: center;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
}

.button-2-copy {
  z-index: 1;
  color: #000;
  text-align: center;
  background-image: linear-gradient(#ffe501, #ffbc03);
  border: 0 solid #000;
  border-radius: 303px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bold-text {
  font-size: 18px;
}

.bold-text-2 {
  font-size: 12px;
}

.image-7 {
  z-index: -1;
  width: 500px;
  position: absolute;
  top: -160px;
  bottom: auto;
  left: auto;
  right: auto;
}

@media screen and (max-width: 479px) {
  .text-1 {
    margin-top: 12px;
    padding-top: 0;
  }

  .video-wrapper {
    z-index: 1;
    max-width: 70vw;
    max-height: 140vw;
  }
}


