.animate {
  animation: myfirst 0.75s;
  -moz-animation: myfirst 0.75s infinite; /* Firefox */
  -webkit-animation: myfirst 0.75s infinite; /* Safari and Chrome */
}

@-moz-keyframes myfirst /* Firefox */ {
  0% {
    background: red;
  }
  100% {
    background: white;
    color: red;
  }
  0% {
    background: red;
  }
}
@-webkit-keyframes myfirst /* Firefox */ {
  0% {
    background: red;
  }
  100% {
    background: white;
    color: red;
  }
}
.w-mquiz-5-0-0 .btn {
  animation: myfirst 0.75s;
  -moz-animation: myfirst 0.75s infinite; /* Firefox */
  -webkit-animation: myfirst 0.75s infinite; /* Safari and Chrome */
}
@-moz-keyframes myfirst /* Firefox */ {
  0% {
    background: red;
  }
  100% {
    background: white;
    color: red;
  }
}
@-webkit-keyframes myfirst /* Firefox */ {
  0% {
    background: red;
  }
  100% {
    background: white;
    color: red;
  }
}
.w-mquiz-5-0-0 .count {
  color: white;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 4rem;
  font-weight: 900;
  background: red;
  padding: 10px;
  line-height: 1;
  display: inline-block;
}
.w-mquiz-5-0-0 .w-mquiz-bg {
  position: relative;
  padding-bottom: 10%;
}
@media (max-width: 991px) {
  .w-mquiz-5-0-0 .container.h-100 {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .w-mquiz-5-0-0 .container.h-100 {
    padding: 0 1rem;
  }
}
.w-mquiz-5-0-0 p {
  font-size: 1.4rem;
  font-family: "ProximaNovaCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(255, 255, 255);
  line-height: 1.2;
}
.w-mquiz-5-0-0 .row.icons {
  text-align: center;
  margin-top: 5rem;
}
.w-mquiz-5-0-0 .row.icons img {
  margin-bottom: 15px;
}
.w-mquiz-5-0-0 .row.icons p {
  font-size: 1.1rem;
}
.w-mquiz-5-0-0 .row.icons .col {
  padding-right: 5px;
  padding-left: 5px;
}
.w-mquiz-5-0-0 .price {
  background: #e02632;
  text-align: center;
  padding: 2rem 3rem;
  display: inline-block;
  box-shadow: 0 7px 23px rgb(224, 37, 49), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 991px) {
  .w-mquiz-5-0-0 .price {
    margin-top: 2rem;
  }
}
.w-mquiz-5-0-0 .price p {
  font-size: 2.8rem;
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767px) {
  .w-mquiz-5-0-0 .price p {
    font-size: 1.5rem;
  }
}
.w-mquiz-5-0-0 .price p span {
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .w-mquiz-5-0-0 .price p span {
    font-size: 2.3rem;
  }
}
.w-mquiz-5-0-0 .price .rem2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .w-mquiz-5-0-0 .price .rem2 {
    font-size: 1rem;
  }
}
@-webkit-keyframes w-video-pulse-lg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes w-video-pulse-lg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes w-video-pulse-lg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes w-video-pulse-lg {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes w-video-pulse-sm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes w-video-pulse-sm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes w-video-pulse-sm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes w-video-pulse-sm {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.w-mquiz-5-0-0 .w-mquiz-bg {
  background-size: cover;
  background-position: center;
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/xxs.jpg);
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/xs.jpg);
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/sm.jpg);
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/md.jpg);
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/lg.jpg);
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/xl.jpg);
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/xxl.jpg);
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-bg {
    background-image: url(/img/w/mquiz/5.0.0/bg/xxxl.jpg);
  }
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 100%;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 50%;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 45%;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-modal-embed-responsive {
    padding-bottom: 40.9090909091%;
  }
}
.w-mquiz-5-0-0 .w-mquiz-map [class*=-copyrights-pane] {
  display: none;
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 33.3333333333%;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-row-1 {
    height: 40%;
  }
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 66.6666666667%;
    margin-top: -5rem;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 50%;
    margin-top: -5rem;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 50%;
    margin-top: -4rem;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 33.3333333333%;
    margin-top: -5rem;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 33.3333333333%;
    margin-top: -2rem;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 33.3333333333%;
    margin-top: -2rem;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 33.3333333333%;
    margin-top: -2rem;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 {
    height: 33.3333333333%;
    margin-top: -4rem;
  }
}
.w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
  margin: 0 auto;
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 60%;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 60%;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-row-2 .img-fluid {
    width: 100%;
  }
}
.w-mquiz-5-0-0 .w-mquiz-subtitle {
  color: rgb(252, 252, 252);
  text-align: left;
  text-shadow: 0px 4px 5.88px rgba(18, 17, 12, 0.4);
  font-size: 2rem;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.w-mquiz-5-0-0 .w-mquiz-title {
  border-bottom: 3px solid red;
  padding-bottom: 2rem;
  z-index: 4;
  text-align: left;
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transform-origin: top center;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 0.55;
  margin-bottom: 1.5rem;
  margin-top: 6rem;
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 3rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 3.6rem;
    line-height: 0.75;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 3.6rem;
    line-height: 0.75;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 3.6rem;
    line-height: 0.75;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-title {
    font-size: 3.6rem;
    line-height: 0.75;
    margin-bottom: 1.5rem;
  }
}
.w-mquiz-5-0-0 .w-mquiz-title-small {
  z-index: 4;
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transform: scale(0.8, 1);
  transform-origin: top center;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 0.55;
  text-shadow: 0px 0.3rem 0.3rem rgba(0, 0, 0, 0.71);
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 0.9rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 0.825rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 0.825rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 1.275rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 1.275rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 1.275rem;
    line-height: 0.75;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 1.425rem;
    line-height: 0.75;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-title-small {
    font-size: 1.725rem;
    line-height: 0.75;
    margin-bottom: 2rem;
  }
}
.w-mquiz-5-0-0 .w-mquiz-accent {
  z-index: 5;
  color: #ec1d25;
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 3rem;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 2.75rem;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 2.75rem;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 4.25rem;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 4.25rem;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 4.75rem;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-accent {
    font-size: 5.75rem;
  }
}
.w-mquiz-5-0-0 .w-mquiz-hint {
  color: #fff;
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.9);
  line-height: 0.8;
  font-size: 1.75rem;
  transform: scale(0.7, 1.2);
  transform-origin: top center;
}
.w-mquiz-5-0-0 .w-mquiz-icon {
  transition: all 0.2s cubic-bezier(0.1, 0.98, 0.77, 0.96);
}
@media (max-width: 567px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 568px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 667px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 768px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 1440px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 1600px) {
  .w-mquiz-5-0-0 .w-mquiz-icon {
    width: 128px;
    height: 128px;
  }
}
.w-mquiz-5-0-0 .w-mquiz-icon:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.w-mquiz-5-0-0 .w-mquiz-icon.animated-fast {
  animation: w-video-pulse-lg 1.75s infinite;
}
.w-mquiz-5-0-0 .w-mquiz-icon.animated-slow {
  animation: w-video-pulse-sm 3.5s infinite;
}
.w-mquiz-5-0-0 .w-mquiz-loading-icon {
  position: relative;
  z-index: 5;
}
.w-mquiz-5-0-0 .w-mquiz-loading-container {
  position: relative;
  display: block;
  padding: 20px;
}
.w-mquiz-5-0-0 .w-mquiz-loading-container::before {
  content: "";
  margin: -20px 0 0 -20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  z-index: 3;
}
.w-mquiz-5-0-0 .w-mquiz-item {
  padding: 15px;
  background-color: #eee;
}

/*# sourceMappingURL=5.0.0.css.map */
