#div_block-2-839 {
  display: none;
  gap: 8px;
}
#div_block-3-839 {
  text-align: left;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  #div_block-2-839 {
    display: flex;
  }
}
@media (max-width: 479px) {
  #div_block-3-839 {
    gap: 8px;
  }
}
#modal-15-839 {
  modal-position: center;
  backdrop-color: rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
  display: none;
}
@media (max-width: 991px) {
  #modal-15-839 {
    width: 60%;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  #modal-15-839 {
    width: 70%;
  }
}
@media (max-width: 479px) {
  #modal-15-839 {
    width: 80%;
    display: flex;
    text-align: left;
  }
}
