.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  background-color: #000;
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section.second {
  justify-content: center;
  align-items: stretch;
}

.image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 150px;
}

.image-2 {
  width: 150px;
}

.gif {
  width: 45%;
}

.second-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.second-section.second {
  justify-content: center;
  align-items: stretch;
}

.heading {
  color: #9e8565;
  font-family: Oswald, sans-serif;
}

.background-video, .background-video-2 {
  border-radius: 2rem;
  width: 45%;
}

.text-block {
  color: #82815f;
}

.play-pause-button, .play-pause-button-2 {
  display: none;
}

.popup {
  background-color: #000000ba;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #231f20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vh;
  padding: 74px;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: #967f61;
  border-radius: 4px;
  width: 100%;
  display: none;
}

.text-field {
  color: #000;
  border-radius: 4px;
  width: 80%;
  margin-bottom: 0;
}

.text-field-2 {
  border-radius: 4px;
}

.heading-2 {
  color: #9a8263;
}

.email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-label {
  color: #9a8263;
  margin-bottom: 0;
}

.password {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button {
  background-color: #fff0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.error-message, .success-message {
  border-radius: 4px;
}

.button-2 {
  background-color: #9a8263;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: #c90000;
  margin-top: 10px;
  display: none;
}

.country-popup {
  background-color: #000000ba;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-color: #686868;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}

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

.button-copy {
  background-color: #fff0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .second-section {
    flex-flow: column;
    height: 70vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .background-video, .background-video-2 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .second-section {
    flex-flow: row;
    height: 80vh;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 1rem;
  }

  .image, .image-2 {
    width: 100px;
  }

  .gif {
    width: 95%;
  }

  .second-section {
    flex-flow: column;
    height: 50vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .background-video, .background-video-2 {
    border-radius: .5rem;
  }

  .play-pause-button, .play-pause-button-2 {
    display: none;
  }

  .popup_container {
    width: 80vw;
    height: 40vh;
    padding: 16px;
  }

  .text-field {
    width: 100%;
  }

  .email, .password {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .country-popup {
    display: none;
  }
}


