.bsz-bb,
.bsz-bb *,
.bsz-bb :before,
.bsz-bb :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[ico] {
  font-family: 'icomoon';
  font-style: normal;
}
[ico]:after {
  content: attr(ico);
}
.uppercase {
  text-transform: uppercase;
}
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.has-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.quiz-results .quiz-results-grid {
  display: grid;
  grid-template-columns: minmax(200px, 20vw) repeat(3, minmax(300px, 1fr));
  grid-template-rows: 80px 380px;
}
.quiz-results .quiz-results-grid .qzr-item:hover:before {
  opacity: 1;
}
.quiz-results .qzr-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.quiz-results .qzr-title.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz-results .qzr-cell {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid #e1e1e1;
  border-width: 0 1px 1px 0;
}
.quiz-results .qzr-row {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid #e1e1e1;
  border-width: 0 1px 1px 0;
/* & > :first-child
            flex 2 */
}
.quiz-results .qzr-row small {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.quiz-results .qzr-row img {
  max-height: 50%;
  -ms-flex-item-align: auto;
      align-self: auto;
}
.quiz-results .qzr-row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quiz-results .qzr-row > :nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.quiz-results .qzr-item {
  display: grid;
  grid-template-rows: 80px 300px;
  grid-row: span 6;
  position: relative;
  cursor: pointer;
  color: inherit;
}
.quiz-results .qzr-item:last-of-type .qzr-row,
.quiz-results .qzr-item:last-of-type .qzr-cell {
  border-right: none;
}
.quiz-results .qzr-item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 6px solid #ebebeb;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  pointer-events: none;
}
.quiz-results .qzr-item .qzr-row > :nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.quiz-results .qzr-item .poster {
  overflow: hidden;
  position: relative;
}
.quiz-results .qzr-item .poster .has-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.quiz-results .qzr-item:hover .has-img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.quiz-results .qzr-bg {
  background-color: #f8f8f8;
}
.quiz-results .qzr-check {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: icomoon;
  color: #fff;
  line-height: 0;
  background: #90c400;
}
.quiz-results .qzr-check.isWarning {
  background: #fc0;
}
.quiz-results .qzr-check.isDisabled {
  background: #e6e6e6;
}
.quiz-results .qzr-check:before {
  content: '\EB1B';
}
.quiz-results .quiz-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 2;
    margin-bottom: 20px;
}

.quiz-results .quiz-filters div {
    text-align:left;
}

.quiz-results .qzr-swiper-btn {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
          box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  left: 3px;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.quiz-results .qzr-swiper-btn.next {
  left: auto;
  right: 3px;
}
.quiz-results .qzr-swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.quiz-results .qzr-swiper-btn i {
  line-height: 0;
}
.quiz-results .qzr-swiper-btn i:after {
  display: none;
}


.loader-wrapper {
    min-height: 80px;
}
.centering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Define loader styles here so that it is instantly working */
.loader, .loader-global {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	border-top-color: #000;
	-webkit-animation: spin .5s linear infinite;
	        animation: spin .5s linear infinite;
	z-index: 1;
}
.loader-global {
	position: fixed;
	left: calc(50%);
	top: calc(50%);
}
@keyframes spin {
to {
	-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
to {
	-webkit-transform: rotate(360deg);
}
}

.block-loader {
  position: relative;
}
.block-loader .block-loader-content {
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
}
.block-loader.block-loader-active {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: progress;
}
.block-loader.block-loader-active .block-loader-content {
  opacity: 0.7;
  pointer-events: none;
}
.block-loader .loader {
  z-index: 5;
}
.stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.quiz {
  overflow: hidden;
  text-align: center;
}
.quiz-head {
  padding: 30px 1em;
  font-size: 16px;
  /*background: #fbfbfb;*/
    background: transparent;
}
.quiz-head .quiz-question {
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
.quiz-head {
    padding: 60px 1em;
    font-size: 20px;
}
}
.quiz-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  height: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-step {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border: 2px solid #e5e5e5;
  color: transparent;
  background: #fcfcfc;
  cursor: default;
}
@media only screen and (min-width: 992px) {
.quiz-step {
    width: 50px;
    height: 50px;
    border-width: 3px;
}
}
.quiz-step.enabled {
  background: #fff;
  border-color: #707070;
}
@media only screen and (min-width: 992px) {
.quiz-step.enabled {
    color: #000;
}
}
@media only screen and (min-width: 992px) {
.quiz-step.disabled {
    color: #e5e5e5;
}
}
.quiz-step.active {
  background: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 992px) {
.quiz-step.active {
    color: #fff;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
}
}
.quiz-progress-indicator {
  position: absolute;
  display: block;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #e5e5e5;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
.quiz-progress-indicator {
    height: 4px;
}
}
.quiz-progress-indicator i {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  height: 100%;
  background: #707070;
}
.quiz-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 30px;
}
@media only screen and (min-width: 992px) {
.quiz-grid {
    margin: 100px auto 60px;
    max-width: none;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(-webkit-max-content, 270px));
    grid-template-columns: repeat(auto-fit, minmax(max-content, 270px));
}
}
.quiz-item {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fbfbfb;
  cursor: pointer;
}
.quiz-item.selectable {
  cursor: pointer;
}
.quiz-item:before,
.quiz-item:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  opacity: 0;
  border: 3px solid #707070;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
}
.quiz-item:before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.quiz-item:after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.quiz-item.active:before,
.quiz-item.active:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.quiz-item:hover:before,
.quiz-item:hover:after {
  opacity: 1;
}
.quiz-item .quiz-item-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
}
@media only screen and (min-width: 992px) {
.quiz-item .quiz-item-view {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
.quiz-item .quiz-item-view .quiz-icon + img {
  display: none;
}
@media only screen and (min-width: 992px) {
.quiz-item .quiz-item-view .quiz-icon {
    display: none;
}
.quiz-item .quiz-item-view .quiz-icon + img {
    display: inline;
}
}
@media only screen and (min-width: 992px) {
.quiz-item > span {
    display: block;
    padding-bottom: 100%;
    background: #fbfbfb;
}
.quiz-item > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
}
}
.quiz-item .quiz-item-view {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.quiz-item .quiz-item-view img {
  -ms-flex-item-align: auto;
      align-self: auto;
  height: 60px;
}
@media only screen and (min-width: 992px) {
.quiz-item .quiz-item-view img {
    height: auto;
    max-width: 80%;
}
}
.quiz-item .quiz-item-view p {
  line-height: 18px;
  font-style: 15px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  color: rgba(39,39,39,0.91);
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
.quiz-item .quiz-item-view p {
    margin-top: 40px;
}
}
.quiz-item.expanded .quiz-item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.quiz-item .quiz-item-options {
  display: none;
  background: #f7f7f7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  overflow: hidden;
}
.quiz-item .quiz-item-options p {
  margin: 2em 0 0.5em;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
.quiz-item .quiz-item-options p {
    margin: 0 0 0.5em;
}
}
.quiz-item .quiz-item-options label {
  display: block;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
.quiz-item .quiz-item-options label span {
  display: inline-block;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.quiz-item .quiz-item-options label:hover span {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: bold;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.quiz-item .quiz-item-options input {
  outline: none;
}
@media only screen and (min-width: 992px) {
.quiz-item .quiz-item-options {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    display: none;
    /*visibility: hidden;*/
    /*opacity: 0;*/
}
}
.quiz-btns {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(10em, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(10em, max-content));
}
.scale-enter-active,
.scale-leave-active {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.scale-enter,
.scale-leave-to {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.vroll-enter-active,
.vroll-leave-active,
.vroll-i-enter-active,
.vroll-i-leave-active {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.vroll-enter,
.vroll-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.vroll-i-enter,
.vroll-i-leave-to {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.helperche {
  display: none;
  /*color: transparent;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*.helperche:before {*/
/*  content: '123';*/
/*}*/
@media only screen and (min-width: 992px) {
.helperche {
    display: block;
}
}
.slide-left-enter-active,
.slide-left-leave-active {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slide-left-enter {
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.slide-left-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

