/* BEGIN FORM ACCESS */
#nrs-access {
  display: block;
}

@media (min-width: 578px) {
  #nrs-access {
    display: none;
  }
}
.nrs-contactinfo {
  display: none;
}
/* END FORM ACCESS */



/* BEGIN VIDEO */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIDEO */



/* BEGIN SUPPORT ICON */
.floating-btn {
    position: fixed;
    bottom: 10px;
    right: 80px;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}
.floating-btn img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
/* END SUPPORT ICON */