flyers {
  display: block;
}
.flyers-component {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
}
.flyers-component .dots {
  position: absolute;
  width: 95%;
  margin-left: 2.5%;
  bottom: 5px;
  text-align: center;
  z-index: 10;
}
.flyers-component .dots .text {
  color: white;
  opacity: 0.81;
  font-size: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}
.flyers-component .dots .dot {
  height: 3px;
  margin: 12px 1%;
  margin-bottom: 12px;
  background-color: rgba(128, 128, 128, 0.7);
}
.flyers-component .dots .dot.car-active {
  background-color: white;
}
.flyers-component .link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flyers-component .link ons-fab.fab--mini {
  position: initial !important;
  width: 30px;
  height: 30px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flyers-component .link ons-fab.fab--mini span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flyers-component .inquiry {
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.flyers-component .inquiry ons-card {
  text-align: center;
  padding: 25px 16px 16px 16px;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.flyers-component .inquiry ons-card .question {
  font-size: 18px;
  font-weight: 600;
}
.flyers-component .inquiry ons-card .answer {
  margin-top: 20px;
}
.flyers-component .inquiry ons-card .answer .text-answer,
.flyers-component .inquiry ons-card .answer .option {
  padding: 10px 0;
  background: #e9e9e9;
  white-space: normal;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.flyers-component .inquiry ons-card .answer .text-answer span,
.flyers-component .inquiry ons-card .answer .option span {
  padding: 0 50px 0 30px;
  line-height: initial;
  color: black;
}
.flyers-component .inquiry ons-card .answer .text-answer {
  resize: none;
  padding: 10px !important;
}
.flyers-component .inquiry ons-card .answer .text-answer textarea {
  width: 100%;
  background: transparent;
  border: none;
  resize: none;
  text-align: center;
}
.flyers-component .inquiry ons-card .answer .option[disabled] {
  opacity: initial;
  pointer-events: none;
}
.flyers-component .inquiry ons-card .answer .percent {
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  font-size: 16px;
}
.flyers-component .inquiry ons-card .answer .active {
  background-color: aquamarine;
}
.flyers-component .inquiry ons-card .answer .icon-trivia {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.flyers-component .inquiry ons-card .icon-question {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.flyers-component .inquiry ons-card .icon-question ons-icon {
  height: 30px;
  width: 30px;
  background: #838383;
  border-radius: 50%;
  border: solid 2px white;
  color: white;
  font-size: 20px;
  line-height: 1.5;
}
.flyers-component .video ons-fab.fab--mini {
  position: absolute;
  background-color: gray;
  bottom: 25px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flyers-component .video ons-fab.fab--mini span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
.flyers-component .video ons-fab.fab--mini span .slash {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: -1px 1px 1px grey;
}
