/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 124 version
*/

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -moz-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.ndc-modal.root {
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start; */
    width: 100%;
}

.ndc-modal.root > .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ndc-modal .ndc-inputs, .ndc-modal .ndc-inputs input {
    width: 100%;
}

.ndc-modal .ndc-inputs {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.ndc-modal .ndc-actions button {
    font-size: 0.875rem;
    line-height: 2.875rem;
}

.ndc-modal.root > .content p, .ndc-modal.root > .content h2 {
    margin-top: 0.33rem;
    margin-bottom: 0.33rem;
}

.ndc-modal.root > .content p.error {
    color: #dc3232;
    margin-top: 1.5em;
    margin-bottom: 0;
}

.nd-course-section-navigation-next > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.nd-course-section-navigation-next > .vc_column-inner p {
    text-align: right;
}

.nd-course-section-navigation-home > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nd-course-section-navigation-home > .vc_column-inner p {
    text-align: center;
}

.nd-course-section-navigation-stats {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

.nd-course-section-navigation-stats > .vc_column-inner {
    width: unset !important;
    margin: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #1d2327;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.nd-course-section-navigation-stats > .vc_column-inner p:not(:last-child) {
    margin-bottom: 0;
}

.nd-course-section-navigation-stats > .vc_column-inner p {
    text-align: center;
}

.nd-course-section-navigation-stats > .vc_column-inner p.nd-course-section-navigation-stats-title {
    border-bottom: 1px solid #1d2327;
    padding-bottom: 15px;
}

.nd-course-section-navigation-stats-row {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
}


:root {
    --flip-card-background-aspect-ratio: -webkit-calc(1517 / 800);
    --flip-card-background-aspect-ratio: -moz-calc(1517 / 800);
    --flip-card-background-aspect-ratio: calc(1517 / 800); /* background gif */
  
    --flip-card-image-aspect-ratio: -webkit-calc(1260 / 900);
    --flip-card-image-aspect-ratio: -moz-calc(1260 / 900);
    --flip-card-image-aspect-ratio: calc(1260 / 900); /* img */
  
    --flip-card-img-diff-size: -webkit-calc(var(--flip-card-image-aspect-ratio) / var(--flip-card-background-aspect-ratio));
    --flip-card-img-diff-size: -moz-calc(var(--flip-card-image-aspect-ratio) / var(--flip-card-background-aspect-ratio));
    --flip-card-img-diff-size: calc(var(--flip-card-image-aspect-ratio) / var(--flip-card-background-aspect-ratio));
    --flip-card-max-height: min(-webkit-calc(90vw * var(--flip-card-background-aspect-ratio)), 890px);
    --flip-card-max-height: min(-moz-calc(90vw * var(--flip-card-background-aspect-ratio)), 890px);
    --flip-card-max-height: min(calc(90vw * var(--flip-card-background-aspect-ratio)), 890px);
    --flip-card-vh-unit: -webkit-calc(var(--flip-card-max-height) / 100);
    --flip-card-vh-unit: -moz-calc(var(--flip-card-max-height) / 100);
    --flip-card-vh-unit: calc(var(--flip-card-max-height) / 100);
  }
  
  .vc_row.d-games-question-section-wrap {
    background-color: #000000;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-flip-box > div, .d-games-question-section-image img {
    background-color: rgba(0,0,0,0.25);
    -webkit-border-radius: 5%;
       -moz-border-radius: 5%;
            border-radius: 5%;
    overflow: hidden;
  }
  
  .vc_row.d-games-question-section-wrap .d-games-question-section h4 {
    color: #A6000C;
    font-size: 36px;
  }
  
  .vc_row.d-games-question-section-wrap .d-games-question-section p {
    color: #FFFFFF;
  }
  
  .vc_row .d-games-question-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
    max-width: 1424px;
    margin: min(1.25rem, 5vw) auto;
    padding: 0 1.5rem;
  }
  
  @media print, screen and (max-width: 920px) {
    .vc_row .d-games-question-section  {
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
          -ms-flex-direction: column !important;
              -webkit-box-orient: vertical !important;
              -webkit-box-direction: normal !important;
                flex-direction: column !important;
    }
    .vc_row.d-games-question-section-wrap .d-games-question-section h4 {
        font-size: 26px;
    }
  }
  
  
  .vc_row .d-games-question-section > div, .vc_row .d-games-question-section .d-games-question-section-image-content > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .vc_row .d-games-question-section > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content > div {
    position: relative;
    overflow: hidden;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content > div.d-games-question-section-flip-card-background::before {
    content: "";
    display: block;
    padding-top: -webkit-calc(100% / var(--flip-card-background-aspect-ratio));
    padding-top: -moz-calc(100% / var(--flip-card-background-aspect-ratio));
    padding-top: calc(100% / var(--flip-card-background-aspect-ratio));
    visibility: hidden;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content > div.d-games-question-section-flip-card-background {
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  
    position: relative  !important;
    width: -webkit-calc(100 * var(--flip-card-vh-unit) / var(--flip-card-background-aspect-ratio));
    width: -moz-calc(100 * var(--flip-card-vh-unit) / var(--flip-card-background-aspect-ratio));
    width: calc(100 * var(--flip-card-vh-unit) / var(--flip-card-background-aspect-ratio));
    max-width: -webkit-calc(var(--flip-card-max-height) / var(--flip-card-background-aspect-ratio));
    max-width: -moz-calc(var(--flip-card-max-height) / var(--flip-card-background-aspect-ratio));
    max-width: calc(var(--flip-card-max-height) / var(--flip-card-background-aspect-ratio));
    height: var(--flip-card-max-height);
    max-height: var(--flip-card-max-height);
  
    -moz-transform: perspective(1200px);
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
         perspective: 1200px;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content > div img:not([data-d-games-flip-to]), a[data-d-games-flip-to=""] {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .vc_row .d-games-question-section:nth-child(odd), .vc_row .d-games-question-section.d-games-question-section-with-replace {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  .vc_row .d-games-question-section:not(.d-games-question-section-with-replace):nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-flip-box {
    -webkit-transition: -webkit-transform 1.3s ease-out;
    transition: -webkit-transform 1.3s ease-out;
    -o-transition: -o-transform 1.3s ease-out;
    -moz-transition: transform 1.3s ease-out, -moz-transform 1.3s ease-out;
    transition: transform 1.3s ease-out;
    transition: transform 1.3s ease-out, -webkit-transform 1.3s ease-out, -moz-transform 1.3s ease-out, -o-transform 1.3s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  
    /* backface-visibility: hidden; */
    will-change: transform;
    -webkit-transform: rotateY(180deg) translateZ(1px);
       -moz-transform: rotateY(180deg) translateZ(1px);
            transform: rotateY(180deg) translateZ(1px);
  
    position: absolute;
    inset: 0;
    /* margin;: 20px; */
    /* left: 20px;
    right: 40px;
    bottom: 40px;
    top: 30px; */
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-flip-box .d-games-question-section-flip-card-back {
    -webkit-transform: rotateY(-180deg) translateZ(1px);
    -moz-transform: rotateY(-180deg) translateZ(1px);
    -ms-transform: rotateY(-180deg) translateZ(1px);
    transform: rotateY(-180deg) translateZ(1px);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-flip-box .d-games-question-section-flip-card-back, .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-flip-box .d-games-question-section-flip-card-front{
    position: absolute;
    inset: 0;
  
    max-width: 85%;
    max-height: -webkit-calc(85% * var(--flip-card-img-diff-size));
    max-height: -moz-calc(85% * var(--flip-card-img-diff-size));
    max-height: calc(85% * var(--flip-card-img-diff-size));
    margin: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  
    cursor: pointer;
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-flip-box.d-games-question-section-flip-box-flipped {
    -webkit-transform: rotateY(0deg) translateZ(1px);
    -moz-transform: rotateY(0deg) translateZ(1px);
    -ms-transform: rotateY(0deg) translateZ(1px);
    transform: rotateY(0deg) translateZ(1px);
  }
  
  .vc_row .d-games-question-section .d-games-question-section-image-content .d-games-question-section-loader {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255,255,255,0.5);
    border-bottom-color: transparent;
    -webkit-border-radius: 48px;
       -moz-border-radius: 48px;
            border-radius: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: d-games-question-section-loader-rotation 1s linear infinite;
       -moz-animation: d-games-question-section-loader-rotation 1s linear infinite;
         -o-animation: d-games-question-section-loader-rotation 1s linear infinite;
            animation: d-games-question-section-loader-rotation 1s linear infinite;
    }
  
    @-webkit-keyframes d-games-question-section-loader-rotation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    }
  
    @-moz-keyframes d-games-question-section-loader-rotation {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
    }
  
    @-o-keyframes d-games-question-section-loader-rotation {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
    }
  
    @keyframes d-games-question-section-loader-rotation {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    }