@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');


/*.comm-page-custom-iframe-campain-test .contentRegion {
   
    padding: 0;
}


.comm-page-custom-iframe-campain-test .contentRegion .ui-widget {
   
    margin: 0;
}




*/






.container-fluid {
  padding: 0;
}

body, html, .main-wrapper, .stage {
    height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    color: #404040;
    background: white;
    font-size: 11.2px;
    line-height: 19.6px;
    -webkit-font-smoothing: antialiased;
    background: #ded9d5;
}

h1{
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    font-style: normal;
}

a {
  font-weight: 700;
  color: inherit;
}

.stage {
    background: #ded9d5;
    padding: 10px 0 70px 0;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.preview .stage {
    margin-bottom: 20px;
}

body .card-nav {
    
    height: 20px;
    flex-direction: revert;
    display: flex;
    justify-content: center;
}

.card-nav-elements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card {
    position: absolute;
    transition: left 1s;
    left: 0%;
    top: 40px;
    width: 100%;
    z-index: 2;
}

.card-nav-elements a {
      text-decoration: none;
    color: inherit;
    font-weight: 700;
}

.card-nav-elements a img {
margin-top: 4px;
margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    }

.preview .card {
    position: relative;
}

.card.offstage {
    left: 100%;
}

.card.offstage-back {
    left: -100%;
}

.card.leave {
    left: -100%;
}

.card.leave-back {
    left: 100%;
}

.question {
    margin-bottom: 20px;
}

.answer, .infoText {
    background: white;
    margin-bottom: 8px;
    padding: 15px;
           z-index: 2;
               overflow: hidden;

}

/*.infoText {
  float: left;
}*/

.shadow-wrapper {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); /* flat level 1 */
        /*margin-top: 40px;*/
        background: white;
}

.answer {
   color: #4040408f;
   box-shadow:  0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08); /* interaction level 2 */
    transition: 0.2s;
}

.answer:hover, button:hover {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08); /* interaction level 3 */
}

.answer.selected {
    /*background: #c3b9b1;*/
    color: #404040;
    font-weight: 700;
    box-shadow:  0 2px 4px 0 rgba(0,0,0,0.10); /* flat level 1 */
}

button, .btn {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2.4px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    transition: box-shadow 0.2s ease-in-out, background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 30px;
    background: #404040;
}

.btn-ghost {
  border: 1px solid #404040;
  box-shadow: none;
  color: #404040;
  font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 30px;
    float: left;
    margin: 10px 0;
}

button:focus {
    outline: none;
}

button.continue, button.module-btn {
    background: #404040;
    color: white;
    text-transform: uppercase;
    float: left;
    opacity: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;

}

button.continue.correct {
    /*background-color: green;*/
}

button.continue.disabled {
    opacity: 0.2;
}

button.continue.wrong {
    /*background-color: red;*/
}

button.continue.correct:after {
    background: red;
}


button.continue:after, .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%);
          transform: scale(1, 1) translate(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}


button:active, button {
border: none !important;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(100, 25);
            transform: scale(100, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(500, 40);
            transform: scale(500, 40);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(100, 25);
            transform: scale(100, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(500, 40);
            transform: scale(500, 40);
  }
}

button.continue.wrong:not(:active)::after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
  background: rgba(255, 94, 94, 0.72);
}

button.continue.correct:not(:active)::after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
  background: rgba(94, 255, 145, 0.72);
}

.info-image-container {
      text-align: center;
      line-height: 0;
          margin-bottom: 14px;
          padding: 7px;
}


.info-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    width: auto;
}

.center {
  text-align: center;
}

.infoVideo video {
    width: 100%;
}

.card-question .info-image-container {
    display: none;
}



.certificate img {
      width: 100%;
    height: auto;
    max-width: 366px;
    display: inline-block;
    padding: 40px 0;
}

.certificate {
  text-align: center;
  font-weight: 700;
}


.certificate .infoText {
    background: linear-gradient(-45deg, #C3B9B1,#E1E0E0, white,#DED9D5);
    background-size: 400% 400%;
    -webkit-animation: Gradient 4s ease infinite;
            animation: Gradient 4s ease infinite;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.4px;

}

#confetti-canvas {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}


@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}


@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}



/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    
  h1{
      font-size: 38px;
      line-height: 52px;
  }

  .card {
    font-size: 23.2px;
    color: #404040;
    line-height: 40.7px;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }