/* FILE: qa1.css */
.qa-button-1 {
  width: 40px;
  height: 40px;
  background: #e3142e;
  color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 30%;
  right: 0;
  transition: width 0.3s ease;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  z-index: 9999;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.qa-button-1:hover {
  width: 470px;
}

.qa-modal-1 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 90%;
  background: #fff;
  border: 3px solid #e3142e;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.qa-modal-1 h2 {
  margin-top: 0;
  color: #e3142e;
}

.qa-modal-1 p.subheader {
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
}

.qa-modal-1 p.typing-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.qa-modal-1 .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #e3142e;
}

/* Repeat the above for qa2.css to qa7.css, changing all -1 to -2, -3... etc */
/* FILE: qa1.css */
.qa-button-2 {
  width: 40px;
  height: 40px;
  background: #e3142e;
  color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 30%;
  right: 0;
  transition: width 0.3s ease;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  z-index: 9999;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.qa-button-2:hover {
  width: 435px;
}

.qa-modal-2 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 90%;
  background: #fff;
  border: 3px solid #e3142e;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.qa-modal-2 h2 {
  margin-top: 0;
  color: #e3142e;
}

.qa-modal-2 p.subheader {
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 10px;
}

.qa-modal-2 p.typing-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.qa-modal-2 .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #e3142e;
}

/* FILE: qa1.css */
.qa-button-3 {
  width: 40px;
  height: 40px;
  background: #e3142e;
  color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 30%;
  right: 0;
  transition: width 0.3s ease;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  z-index: 9999;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.qa-button-3:hover {
  width: 405px;
}

.qa-modal-3 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 90%;
  background: #fff;
  border: 3px solid #e3142e;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.qa-modal-3 h2 {
  margin-top: 0;
  color: #e3142e;
}

.qa-modal-3 p.subheader {
  font-weight: bold;
  margin-top: -30px;
  margin-bottom: 10px;
}

.qa-modal-3 p.typing-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.qa-modal-3 .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #e3142e;
}

/* FILE: qa1.css */
.qa-button-4 {
  width: 40px;
  height: 40px;
  background: #e3142e;
  color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 30%;
  right: 0;
  transition: width 0.3s ease;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  z-index: 9999;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.qa-button-4:hover {
  width: 390px;
}

.qa-modal-4 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 90%;
  background: #fff;
  border: 3px solid #e3142e;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.qa-modal-4 h2 {
  margin-top: 0;
  color: #e3142e;
}

.qa-modal-4 p.subheader {
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 10px;
}

.qa-modal-4 p.typing-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.qa-modal-4 .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #e3142e;
}

/* FILE: qa1.css */
.qa-button-5 {
  width: 40px;
  height: 40px;
  background: #e3142e;
  color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 30%;
  right: 0;
  transition: width 0.3s ease;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  z-index: 9999;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.qa-button-5:hover {
  width: 250px;
}

.qa-modal-5 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 90%;
  background: #fff;
  border: 3px solid #e3142e;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.qa-modal-5 h2 {
  margin-top: 0;
  color: #e3142e;
}

.qa-modal-5 p.subheader {
  font-weight: bold;
  margin-top: -50px;
  margin-bottom: 10px;
}

.qa-modal-5 p.typing-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.qa-modal-5 .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #e3142e;
}

/* FILE: qa1.css */
.qa-button-6 {
  width: 40px;
  height: 40px;
  background: #e3142e;
  color: #fff;
  border: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  top: 30%;
  right: 0;
  transition: width 0.3s ease;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  z-index: 9999;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}

.qa-button-6:hover {
  width: 330px;
}

.qa-modal-6 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  max-width: 90%;
  background: #fff;
  border: 3px solid #e3142e;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
}

.qa-modal-6 h2 {
  margin-top: 0;
  color: #e3142e;
}

.qa-modal-6 p.subheader {
  font-weight: bold;
  margin-top: -50px;
  margin-bottom: 10px;
}

.qa-modal-6 p.typing-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.qa-modal-6 .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #e3142e;