﻿*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    /* 100 / 16 = 62.5% */
    font-size: 62.5%;
}

body {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100)-10);
    margin: 0;
    background-image: url('../images/cyberBox/background-images_2.png');
    background-size: cover;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

.acsb-trigger-default.acsb-trigger-size-medium {
    margin-bottom: 150px;
}

/*#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}*/
.bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.welcome-wrapper {
    position: fixed;
    height: 100vh;
}

a {
    text-decoration: none;
}

.hide {
    display: none;
}

.quiz {
    transition: all 0.5s ease;
}

.content-wrapper {
    display: flex;
    height: 92vh;
    flex-direction: row;
}

.example-content-wrapper {
    height: 100vh;
}

.example {
    background: url('../images/cyberBox/example_back.png') center no-repeat;
}

.example_step_wrapper, .example_step_description, .example_step_img, .example_step_img_arrows, .skip_example {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.example_step_description {
    margin-bottom: 20px;
}

    .example-inner-box {
        text-align: center;
        padding: 50px 0;
    }

/*.example_step_wrapper{
    margin-bottom:50px;
}*/

.example_step_number {
    color: #FFFFFF;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #FF00CC;
    padding-top: 4px;
    font-size: 25px;
    margin: 0 auto;
}


    .example_step_description p {
        font-family: 'Montserrat-Light';
        color: #EDCEFE;
        font-size: 22px;
        line-height: 35px;
        max-width: 700px;
        margin:0 auto;
    }

/*.example_img{
    max-height:500px;
}*/

.example_step_img_arrows_wrapper {
    margin: 0 auto;
    width: 160px;
}

.step_img_arrow {
    width: 40px;
    height: 4px;
    background-color: #EDCEFE;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
    transition:all .3s;
}

    .step_img_arrow:hover{
        cursor:pointer;
    }



    .step_img_arrow.active_step_img_arrow {
        background-color: #FF00CC;
    }

.skip_example span {
    margin: 0 auto;
    color: #FF00CC;
    text-decoration: underline;
    font-size: 16px;
    margin-left: -18px;
}

.skip_btn:hover{
    cursor:pointer;
}

.side {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(64, 0, 100, 0.41) 36.42%, rgba(134,0,209,0.8) 100%);
    flex: 2;
    box-shadow: -20px 0px 6px rgba(0, 0, 0, 0.16);
    /*margin-right:-400rem;*/
}

.main {
    display: flex;
    flex-direction: column;
    flex: 5;
    padding: 3rem;
    position: relative;
}

.main-logo {
    width: 19.5rem;
    height: 3.1rem;
    float: left;
}

.questions-container {
    display: flex;
    flex-direction: column;
    height: 60vh;
    margin-top: 5vh;
    overflow: auto;
    overflow-x: hidden;
}

.question {
    margin-right: 3rem;
    line-height: 3.2rem;
    width: 95%;
    position:relative;
}

    .question span {
        color: #e44dff;
    }

    .question span:hover {
        cursor:pointer;
    }

    .main-bottom {
        width: 100%;
        float: left;
        bottom: 0;
        position: absolute;
        padding: 4rem;
    }


.arrows {
    width: 30%;
    bottom: 0;
    right: 0;
    float: right;
    padding-right: 4rem;
}

.arrow {
    border: solid #A167C9;
    border-width: 0 .2rem .2rem 0;
    display: inline-block;
    padding: .5rem;
    transition: all 0.3s ease;
}

.arrow-container {
    border: .1rem solid #A167C9;
    float: right;
    width: 4rem;
    border-radius: .5rem;
    margin-left: 1rem;
    transition: all 0.3s ease;
}

    .arrow-container:hover {
        border: .1rem solid #FF00CC;
        background-color: #FF00CC;
        cursor: pointer;
    }

        .arrow-container:hover > .arrow {
            border: solid #fff;
            border-width: 0 .2rem .2rem 0;
            display: inline-block;
            padding: .5rem;
        }

.arrow-container-up {
    padding: 1.2rem 1rem .7rem 1.3rem;
}

.arrow-container-down {
    padding: .7rem 1rem 1.2rem 1.3rem;
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #fff;
    border-width: 0 .2rem .2rem 0;
}
/*.questions-container > article {
        flex: 4;
        min-height: 60vh;
    }*/
header {
    background: transparent;
    height: 10vh;
}


footer {
    background-color: rgba(0,0,0,.3);
    color: #736284;
    height: 8vh;
    font-size: 1.4rem;
    padding: 2.5rem 4rem;
}

.footer-desc {
    margin-left: 30%;
    color: #736284;
    font-size: 1.4rem;
}

.terms a {
    color: #736284;
    color: #736284;
    font-size: 1.4rem;
}

.list:last-child {
    margin-bottom: 15rem;
}

.item {
    padding: 8vh 0;
    width: 80%;
    /*margin: 0 auto;*/
    margin-left: 10%;
    color: #A167C9;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    opacity: .1;
}

.initial-question-margin {
    margin-top: 5rem;
}

.active-question {
    color: rgba(255,255,255,0.9);
    opacity: 1;
}

.bottom-question {
    /*background-color: rgba(117,63,162,0.4);*/
    background-color: #753FA2;
    opacity: 0.4;
    width: 100%;
    height: 10rem;
    position: fixed;
}

.question-wrapper {
    font-family: 'Montserrat';
    font-size: 2.2rem;
    flex: 6;
    display: flex;
    margin-top:-7px;
}

.question-number {
    margin: 0 2rem;
    padding-top: 8px;
    width: 38px;
    height: 38px;
    text-align: center;
    background-image: url(images/number-circle.png);
    background-repeat: no-repeat;
    font-size: 1.8rem;
}



    .item-radio {
        flex: 2;
        justify-content: center;
    }


.side-container {
    margin-top: 10rem;
    float: left;
    padding: 0 8%;
    width: 100%;
}

    .side-container h2, .side-container h5 {
        margin-bottom: 1rem;
    }

.side-header h2 {
    color: #A167C9;
    font-size: 2.7rem !important;
}

.header-divider {
    float: left;
    height: .3rem;
    width: 2rem;
    border-top: .3rem solid #A200FE;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.side-boxes {
    width: 100%;
    float: left;
    margin-top: 2rem;
}

.side-box {
    width: 48%;
    float: left;
    height: 16rem;
    background-color: rgba(162,0,254,0.3);
    border-radius: 1rem;
    text-align: center;
}

.side-box-header {
    color: #A167C9;
    font-size: 1.3rem;
    font-family: 'Montserrat-Medium';
    margin-top: 2rem;
}



.side-box-icon-wrapper {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.side-box-description {
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    font-size: 1.4rem;
}

.box-divider {
    float: left;
    width: 0;
    height: 5rem;
    border-right: .4rem solid #A200FE;
    margin-top: 5rem;
}

.footer-logo {
    float: right;
    width: 16.7rem;
    height: 3.6rem;
    margin-top: -.8rem;
}

.side_attack_steps {
    float: left;
    width: 98%;
    margin-top: 2rem;
    font-size: 1.6rem;
}

    

    /*.side_attack_steps .header-divider {
        margin-left: 1rem;
    }*/


.timeline_container {
    padding-left: 5%;
    float: left;
    width: 100%;
    max-height: 40rem;
    overflow: auto;
    margin-top: 2rem;
    /*transition:height 0.4s linear;*/
}



.timeline {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    color: #ffffff;
}

.timeline_item span {
    color: rgba(255,255,255,0.8);
    font-size: 1.4rem;
    line-height: 1.5;
}

.timeline li {
    position: relative;
    padding: .1rem 1rem 1rem 1.5rem;
}

.timeline h5 {
    margin-left: 0;
    margin-top: 0;
    color: #ffffff;
}



.timeline li:before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: .2rem solid #A200FE;
    background-color: transparent;
    position: absolute;
    left: -1.5rem;
    top: 5%;
    transform: translateY(-40%);
}

.timeline li:not(:last-child):after {
    content: '';
    width: 0;
    /*height: 75%;*/
    height: 92%;
    border-right: .1rem dashed #A200FE;
    /*background: #A200FE;*/
    position: absolute;
    left: -.9rem;
    /*top: 40%;*/
    top: 10%;
}


/* width */
::-webkit-scrollbar {
    width: .5rem;
    display: none;
}

.side_attack_steps ::-webkit-scrollbar, .answers ::-webkit-scrollbar {
    display: block
}
/* Track */
::-webkit-scrollbar-track {
    background: rgba(114,44,152,0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(180,114,218);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(180,114,218,0.8);
    }

.questions-container ::-webkit-scrollbar-track {
    background: rgba(128,0,128,0.3);
}

.questions-container ::-webkit-scrollbar-thumb {
    background: rgb(180,114,218);
}
/*input[type="radio"] {
    opacity: 0;
    position: absolute;
}

    input[type="radio"] + label {
        background-image: url('../images/cyberBox/radio-empty.svg');
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 0 0 0 33rem;
        display: block;
        height: 21rem;
        vertical-align: middle;
        line-height: 21rem;
        transition:all 0.2s linear;
    }

input[type=radio]:checked + label {
    background-image: url('../images/cyberBox/active-radio.svg');
    background-position: -22rem;
}*/
.rdb {
    display: inline-block;
    /*height: 22rem;*/
    width: auto;
    position: relative;
    padding-left: 3rem;
    margin: 0 2rem .5rem 0;
    cursor: pointer;
    /*font-size: 16rem;
    line-height: 22rem;*/
}

    .rdb input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.rdb_tick {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8rem;
    width: 1.8rem;
    /*background-color: #fff;*/
    border: .2rem solid rgba(237,206,254,0.6);
    border-radius: 50%;
    transition: 0.5s ease all;
}

.rdb:hover input ~ .rdb_tick {
    /*background-color: #fff;*/
}

.rdb input:checked ~ .rdb_tick {
    border: .2rem solid #FF00CC;
    transition: 0.5s ease all;
    box-shadow: #FF00CC 0rem 0rem 1.5rem;
    /*background-color: #fff;*/
}

.rdb_tick:hover {
    box-shadow: #FF00CC 0rem 0rem 15rem !important;
}

.rdb_tick:after {
    content: "";
    position: absolute;
    display: none;
}

.rdb input:checked ~ .rdb_tick:after {
    display: block;
}

.rdb .rdb_tick:after {
    top: .3rem;
    left: .3rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #FF00CC;
}

.progress-bar-wrapper {
    width: 35rem;
    float: right;
}

.progress-bar {
    float: left;
    width: 85%;
    color: #ffffff;
    margin-right: 1rem;
    font-size: 1.4rem;
}

#myProgress {
    width: 100%;
    background-color: rgba(237,206,254,0.3);
    float: left;
    border-radius: 1rem;
    margin-top: .5rem;
}

#myBar, #myBarMobile {
    width: 0%;
    height: .5rem;
    background: linear-gradient(270deg,#FF00CC 0%, #A200FE 100%);
    text-align: center;
    line-height: 3rem;
    color: white;
    transition: all 0.4s ease-in;
}

.evaluate-btn-wrapper {
    float: left;
    width: 30%;
    font-family: 'Montserrat';
}

.evaluate-btn {
    width: 29.8rem;
    height: 5.8rem;
    border-radius: 2.9rem;
    background: #a200fe;
    line-height: 5.8rem;
    text-align: center;
    color: #fff;
    margin-left: 10%;
    float: left;
    margin-top: -3rem;
    font-size: 1.6rem;
}

    .evaluate-btn:hover {
        opacity: 0.8;
        cursor: pointer;
    }


.welcome {
    height: 100vh;
    position: relative;
    /*background-image: url('../images/cyberBox/big-Current-View.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 500rem top;*/
}

.welcome-content {
    float: left;
    margin-top: 12%;
    margin-left: 12%;
}

@media (min-width: 1000px) {
    .welcome-content {
        width: 60%;
    }
}

@media (min-width: 1150px) {
    .welcome-content {
        width: 50%;
    }
}

@media (min-width: 1270px) {
    .welcome-content {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .welcome-content {
        width: 40%;
    }
    /*.social-wrapper {
        width: 21%;
    }*/
}

@media (min-width: 1600px) {
    .welcome-content {
        width: 35%;
    }
    /*.social-wrapper {
        width: 18%;
    }*/
}

@media (min-width: 1800px) {
    .welcome-content {
        width: 30%;
    }
}


.welcome .header-divider {
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 10rem;
    border-top: .8rem solid #A200FE;
}

.welcome-content-header {
    font-size: 7rem;
    color: #ffffff;
    line-height: 1.2;
    float: left;
    margin: 0;
}

.welcome-content-p {
    font-size: 2.6rem;
    color: #EDCEFE;
    line-height: 1.4;
    float: left;
    margin-top: 25px;
}

.welcome-start-btn,.continue-start-btn {
    background: #A200FE;
    padding: 2rem 8rem;
    bottom: 0;
    position: absolute;
    right: 0;
}

    .welcome-start-btn:hover, .continue-start-btn:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    .welcome-start-btn span, .continue-start-btn span{
        font-size: 3rem;
        color: #ffffff;
        margin-right: 2rem;
    }


.evaluation, .summary {
    height: 100vh;
    /*padding: 30rem;*/
}

.evaluation-header, .summary-header {
    height: 6vh;
}

.evaluation-inner-box, .summary-inner-box {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    float: left;
    height: 100%;
}



@keyframes rotate {
    0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg) rotateZ(90deg);
    }
}


.cube-wrapper {
    height: 60%;
}

.cube {
    position: absolute;
    width: 10rem;
    height: 10rem;
    top: 50%;
    left: 50%;
    margin: -5rem 0 0 -5rem;
    transform-style: preserve-3d;
    transition: all 1s;
    animation: rotate 5s infinite;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.one {
    background: #4f008b;
    transform: rotateX(90deg) translateZ(5rem);
}

.two {
    background: #db2a04;
    transform: translateZ(5rem);
}

.three {
    background: #9e147a;
    transform: rotateY(90deg) translateZ(5rem);
}

.four {
    background: #ec008c;
    transform: rotateY(180deg) translateZ(5rem);
}

.five {
    background: #d10299;
    transform: rotateY(-90deg) translateZ(5rem);
}

.six {
    background: #002798;
    transform: rotateX(-90deg) rotateY(180deg) translateZ(-5rem);
}


.evaluation-inner-box-text {
    color: rgba(255,255,255,0.7);
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
}

.progress-bar-wrapper .cube-wrapper {
    height: 60%;
    position: relative;
    float: right;
    margin-right: 2rem;
    margin-top: 1.5rem;
}

.progress-bar-wrapper .cube {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
    transform-style: preserve-3d;
    transition: all 1s;
    animation: rotate 5s infinite;
}

.progress-bar-wrapper .one {
    background: #4f008b;
    transform: rotateX(90deg) translateZ(.75rem);
}

.progress-bar-wrapper .two {
    background: #db2a04;
    transform: translateZ(.75rem);
}

.progress-bar-wrapper .three {
    background: #9e147a;
    transform: rotateY(90deg) translateZ(.75rem);
}

.progress-bar-wrapper .four {
    background: #ec008c;
    transform: rotateY(180deg) translateZ(.75rem);
}

.progress-bar-wrapper .five {
    background: #d10299;
    transform: rotateY(-90deg) translateZ(.75rem);
}

.progress-bar-wrapper .six {
    background: #002798;
    transform: rotateX(-90deg) rotateY(180deg) translateZ(-.75rem);
}



.count {
    -webkit-animation: spinit 0.2s 5;
    -moz-animation: spinit 0.2s 5;
    animation: spinit 0.2s 5;
}

@-webkit-keyframes spinit {
    0% {
        top: 0em;
    }

    50% {
        top: -5em;
    }

    100% {
        top: -9em;
    }
}

@-moz-keyframes spinit {
    0% {
        top: 0em;
    }

    50% {
        top: -5em;
    }

    100% {
        top: -9em;
    }
}

@keyframes spinit {
    0% {
        top: 0em;
    }

    50% {
        top: -5em;
    }

    100% {
        top: -9em;
    }
}


.social-wrapper {
    float: right;
    width: 15%;
    color: #EDCEFE;
    width:45%;
}

.social-text {
    float: right;
    margin-right: 1.5rem;
    font-size: 1.4rem;
    margin-top: .5rem;
}

.social-arrow {
    height: .1rem;
    width: 6rem;
    background-color: #fff;
    float: right;
    margin-left: 2rem;
    margin-top: .8rem;
}

.social-icons {
    /*margin-left: 30rem;*/
    float: right;
    display: flex;
}

.social-icon {
    flex: 2;
    margin-right: 2rem;
    padding-top: .5rem;
}

    .social-icon:hover{
        cursor:pointer;
    }

    .social-icon:last-child {
        margin-right: 0;
        padding-top: 0;
    }

    .social-icon:hover {
        cursor: pointer;
    }

.summary-header-wrapper {
    color: #fff;
    margin-top: 5rem;
    font-family: 'Montserrat-light';
}


.summary-inner-header {
    margin: 0;
    padding-left: 3rem;
    border-left: .6rem solid #A200FE;
    margin-bottom: 2rem;
    font-size: 3rem;
}

.summary-sub-header {
    margin: 0;
    padding-left: 3rem;
    font-size: 2.3rem;
    color: #EDCEFE;
}

.number-of-issues {
    color: #F57878;
    margin-left: .5rem;
}

.download-report {
    color: #EDCEFE;
    font-size: 1.4rem;
    float: right;
    margin-right: 3rem;
    /*display:none;*/
}

.download-report-btn {
    float: right;
    margin-left: 1.5rem;
}

    .download-report-btn:hover {
        cursor: pointer;
    }


.toast-top-center {
    top: 39%;
    right: 24%;
}


#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 19%;
}

#toast-container > div {
    padding: 2% 2% 1% 2%;
}

.bold {
    font-weight: bolder;
}

.toast-info {
    background-color: #A200FE;
    opacity:1 !important;
}

#toast-container > div {
    direction: ltr;
    border: .1rem solid #707070;
    border-radius: 1rem;
    overflow: initial;
    /*height: 195rem;*/
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 1.2rem #ffffff;
    -webkit-box-shadow: 0 0 1.2rem #ffffff;
    box-shadow: 0 0 1.2rem #ffffff;
}

.toast-message {
    font-size: 1.6rem;
    color: rgba(255,255,255,0.8);
    line-height: 2.4rem;
}

#toast-container > div:after {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 7.5rem;
    border-top: 2rem solid transparent;
    border-right: none;
    border-left: 2rem solid #A200FE;
    border-bottom: 2rem solid transparent;
}

.visibility-hidden {
    opacity: 0;
    visibility: hidden;
}



.issues_in_steps_overlay {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(46,0,72,0.9);
    z-index: 999999;
    transition: all 0.5s;
    transform: scale(.25);
}

    .issues_in_steps_overlay.visibility-show {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

.close_issues_in_steps_overlay {
    color: #fff;
    font-size: 4rem;
    float: right;
    margin: 4rem;
}

    .close_issues_in_steps_overlay:hover {
        cursor: pointer;
    }

.attack-step-description-wrapper {
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 .5rem 3.5rem #400064;
    border-radius: 1.5rem;
    /*height: 360rem;*/
    width: 43rem;
    padding: 4rem 3rem;
    position: fixed;
    left: 65%;
    top: 28%;
    transition: all 0.5s;
    transform: scale(.25);
    z-index:2000000;
}

    .attack-step-description-wrapper.visibility-show {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }


.attack-step-description-sub-header {
    color: rgba(255,255,255,0.5);
    font-size: 1.3rem;
}

.attack-step-description-header {
    color: rgba(255,255,255,0.9);
    font-family: 'Montserrat-Bold';
    font-size: 2rem;
}


.attack-step-description-numbers {
    font-family: 'Montserrat-Light';
    color: rgba(255,255,255,0.9);
    background-color: #A200FE;
    padding: .5rem 1.5rem;
    margin-left: 2rem;
}

.attack-step-description-p {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat-Light';
    font-size: 1.5rem;
    line-height: 2.2rem;
    display: block;
    float: left;
    margin-top: 0;
    padding-right: 15px;
}

.attack-step-description-wrapper .header-divider {
    height: .3rem;
    width: 5rem;
}


.side_attack_step_header {
    float: left;
    width: 100%;
    /*margin-top: 10px;*/
}

.side_attack_step_description {
    float: left;
    margin-top: -10px;
}

.side_attack_step_header_number, .side_attack_step_header_line {
    float: left;
}

.side_attack_step_header_line {
    width: 45%;
    margin-top: 42px;
    margin-left: .5rem;
}


.side_attack_step_header_number {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 2rem;
    border: 3px solid #A200FE;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    padding-top: 6px;
    margin-top: 25px;
}

.side_attack_step_header_img{
    float:right;
}

.side_attack_step_header_img_icon {
    height: 120px;
    width: 120px;

}

.side_attack_step_header_line_dots{
    float:left;
}

.side_attack_step-h {
    color: rgba(255,255,255,1);
    font-family: 'Montserrat-bold';
}

.side_attack_steps_main_h {
    color: rgba(255,255,255,.5);
}

.issues-in-steps-overlay-content {
    margin: auto;
    height: 100%;
    width: 50%;
    margin-top: 10%;
}

.answers {
    height: 44rem;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 1rem;
}

.issues-in-steps-title {
    font-size: 3rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 3rem;
}

.num-issues {
    font-size: 1.6rem;
    color: #EDCEFE;
}

.answer-wrapper {
    padding: 3rem 0;
    background-color: rgba(162,0,254,0.1);
    width: 100%;
    float: right;
    margin-bottom: 1rem;
}



.answer-left {
    float: left;
    width: 70%;
}

.answer-divider {
    float: left;
    width: .1rem;
    height: 6rem;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.answer-right {
    width: 29%;
    padding: 0 3rem;
    float: right;
}

.answer {
    color: rgba(255,255,255,0.9);
    font-size: 1.4rem;
    line-height: 2rem;
    float: left;
    width: 80%;
}

    .answer span {
        font-family: 'Montserrat-Bold';
        color: #FF00CC;
    }

        .answer span:hover {
            cursor: pointer;
        }

.answer-icon {
    float: left;
    margin-right: 2rem;
    background-color: #A200FE;
    height: 6rem;
    width: 6rem;
    border-left: .4rem solid #F57878;
    background-image: url(../images/cyberBox/answer-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    .answer-icon img {
        /*margin-top:16rem;*/
    }

.answer-stage-wrapper {
    height: 50%;
    width: 100%;
    margin-bottom: 1rem;
}

.answer-type-wrapper {
    height: 50%;
    width: 100%;
}

.answer-right-title {
    color: rgba(255,255,255,0.5);
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.6rem;
}

.answer-right-description {
    color: rgba(255,255,255,1);
    font-size: 1.4rem;
}



[data-title] {
    position: relative;
    cursor: help;
}

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        display: inline-block;
        padding: 2.5rem;
        border-radius: 1rem;
        background: rgba(0,0,0,0.9);
        color: #fff;
        font-size: 1.5rem;
        font-family: 'Montserrat-Light';
        width: 30rem;
        top: -3.5rem;
        left: 8rem;
        z-index:1000;
        line-height:22px;
    }

/*[data-title]:hover::after {
        content: '';
        position: absolute;
        bottom: -10rem;
        left: 8rem;
        display: inline-block;
        color: #fff;
        border: 8rem solid transparent;
        border-bottom: 8rem solid #000;
    }*/


.mobile {
    display: none;
}

.evaluate-text-wrapper {
    font-size: 14px;
    color: #fff;
    width: 500px;
    margin: 15px;
    font-family: 'Montserrat';
    line-height: 21px;
    margin-left: 3rem;
}

.evaluate-text-link {
    color: #a66bc7 !important;
}

.gif_container {
    width: 200px;
    margin-left: 10%;
    margin-top: 50px;
}

.questions_gif {
    width: 80%;
}

.cyber-arrow {
    border: solid #EDCEFE;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    top: 50%;
    position: fixed;
}

    .cyber-arrow:hover {
        cursor: pointer;
        border: solid #c581ea;
        border-width: 0 2px 2px 0;
    }

    .cyber-arrow-right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 15%;
    }

.cyber-arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 15%;
}

@media (max-width: 1500px) {
    .side-box-description {
        font-size: 1.2rem;
    }

    .timeline li:before {
        left: -.8rem;
        top: 4%;
    }

    /*.social-wrapper {
        width: 19%;
    }*/
}

@media (max-width: 1450px) {
    /*.social-wrapper {
        width: 20%;
    }*/
}
@media (min-width: 1250px) and (max-width: 1400px) {
    .side_attack_step_header_line {
        width: 40%;
    }
}

@media (min-width: 1200px) and (max-width: 1249px) {
    .side_attack_step_header_line {
        width: 40%;
    }
}

    @media (max-width: 1200px) {

        .gif_container{
            margin-left:0;
        }

        .list {
            padding: 0;
        }

        .item {
            width: 95%;
            margin-left: 0%;
        }

        .side {
            flex: 3;
        }

        .question-wrapper {
            font-size: 2rem;
        }

        .question {
            line-height: 2.6rem;
        }

        /*.social-wrapper {
            width: 25%;
        }*/

        #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
            width: 23%;
        }

        .toast-top-center {
            top: 50%;
            right: 34%;
        }

        .issues-in-steps-overlay-content {
            width: 70%;
        }

        .footer-desc {
            margin-left: 20%;
        }
    }

    @media (max-width: 1300px) {

        .toast-top-center {
            top: 45%;
            right: 31%;
        }

        /*.social-wrapper {
            width: 24%;
        }*/
    }

    .mobile-info {
        display: none;
    }



@media (max-height: 800px) and (min-height:600px) {
    .welcome-content {
        margin-top: 10%;
        margin-left: 10%;
    }

    .welcome .header-divider {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .welcome-content-header {
        font-size: 6rem;
    }

    .side-container {
        margin-top: 5rem;
    }

    .attack-step-description-p {
        max-height: 15rem;
        overflow: auto;
    }

    .evaluation-inner-box, .summary-inner-box {
        height: 95%;
    }

    .summary-header-wrapper {
        margin-top: 3rem;
    }

    .example-inner-box {
        text-align: center;
        padding: 30px 0;
    }

    .example_step_wrapper, .example_step_description, .example_step_img, .example_step_img_arrows, .skip_example {
        margin-bottom: 20px;
    }

    .example_step_img{
        margin-top:-30px;
    }

    #animation_container {
        width: 450px !important;
        height: 400px !important;
    }

    #canvas {
        width: 500px !important;
        height: 500px !important;
    }

    .attack-step-description-p {
        max-height: 15rem;
    }

    .side-box-header {
        margin-top: 1rem;
    }

    .side-box {
        height: 12rem;
    }

    .side-box-icon-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    footer {
        padding: 2rem 4rem;
    }

    .questions-container {
        margin-top: 0;
    }
}



    @media(max-width: 1024px) {

        .gif_container {
          display:none;
        }

        .desktop {
            display: none;
        }

        .mobile {
            display: block;
        }

        .mobile-info {
            display: block;
            margin-top: 60px;
            margin-left: -4rem;
            position: absolute;
        }

        .info-close {
            margin-left: -2.3rem;
            margin-top: -0.5rem;
        }

        .side {
            height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 1) 50%, rgba(134,0,209,1) 100%);
            width: 50%;
            position: fixed;
            margin-left: 50%;
            z-index: 1;
            border-left: .2rem solid #A200FE;
            box-shadow: -12px 0px 6px rgba(0, 0, 0, 0.16);
            transition: all .6s;
        }

        .side-container {
            margin-top: 4rem;
        }

        .mobile-close-side {
            margin-left: 100%;
        }

        .progress-bar-wrapper.mobile {
            display: block;
            width: 60%;
            float: left;
            /*margin-top: 1rem;*/
        }

        .mobile .progress-bar {
            width: 100%;
        }

        .num-issues-mobile, .num-issues-description-mobile {
            margin-right: 2rem;
            padding-bottom: 1rem;
            transition: all .3s;
        }

        .mobile-num-issues-in-steps-title {
            height: 3rem;
            width: 100%;
            border-bottom: 1px solid rgba(255,255,255,.5);
        }


        .num-issues-active {
            border-bottom: 3px solid #F57878;
        }

        .answers {
            margin-top: 2rem;
        }

        .attack_step_description_mobile {
            height: 44rem;
            overflow: auto;
            overflow-x: hidden;
            margin-top: 4rem;
            width: 80%;
        }

        .main-bottom {
            width: 88%;
        }
    }

    @media (max-width: 1000px) {
        .footer-desc {
            margin-left: 10%;
        }
    }

    @media (max-width: 769px) {

        .cyber-arrow {
          display:none;
        }


        .answer {
            width: 75%;
        }

        .footer-desc {
            display: none;
        }

        .welcome-content-p {
            font-size: 2.6rem;
            width: 85%;
        }

        .side {
            width: 80%;
            margin-left: 20%;
        }

        .mobile-close-side {
            margin-left: 100%;
        }

        .quiz {
            position: fixed;
            background-image: url(../images/cyberBox/background-images_2.png);
            background-size: cover;
        }

        .footer-desc {
            margin-left: 6%;
        }

        footer {
            padding: 2rem 2rem;
            width: 100%;
            height: 10vh;
        }

        .initial-question-margin {
            margin-top: 8rem;
        }

        .progress-bar-wrapper.mobile {
            position: relative;
        }

        .mobile .progress-bar {
            margin-top: 1.5rem;
            position: absolute;
        }
    }


    @media (max-width: 600px) {

        .question span {
            position: unset;
        }

        .question-number {
            padding-right: 4px;
        }

        .welcome-content {
            float: left;
            margin-top: 10%;
            margin-left: 6%;
        }

            .welcome-content img {
                width: 45%;
            }

        .welcome .header-divider {
            margin-top: 10rem;
            margin-bottom: 3rem;
            width: 7.5rem;
        }

        .welcome-content-header {
            font-size: 3.5rem;
            line-height: 1.3;
        }

        .welcome-content-p {
            font-size: 2.2rem;
            width: 85%;
        }

        .welcome-start-btn {
            padding: 3rem 5.8rem;
            bottom: 0;
            width: 55%;
        }

         .continue-start-btn {
            padding: 3rem 5.8rem;
            bottom: 8rem;
            width: 55%;
        }


            .welcome-start-btn span, .continue-start-btn span {
                font-size: 2.6rem;
            }



        .main {
            width: 100%;
            padding: 2.5rem;
        }

        .questions-container {
            height: 65vh;
        }

        .question-number {
            margin: 0;
            display: block;
            margin-bottom: 2rem;
        }

        item {
            width: 100%;
            margin-left: 0%;
        }

        .main-bottom {
            padding: 2rem 2rem 2rem 0;
        }

        .rdb_tick {
            top: 1rem;
            left: 1.5rem;
        }

        .rdb {
            margin: 1.5rem 2rem .5rem 0;
            border: .2rem solid #A200FE;
            border-radius: 1rem;
            padding: 1rem 4.4rem;
            width: 100%;
        }


        .arrows {
            padding-right: 1rem;
        }

        .initial-question-margin {
            margin-top: 0;
        }



        .item {
            display: block;
        }

        .question-wrapper {
            display: block;
            margin-bottom: 2rem;
        }



        .footer-desc {
            display: none;
        }

        .footer-logo {
            width: 13rem;
            margin-top: -1.5rem;
        }

        .terms {
            margin-top: -.6rem;
            position: absolute;
        }


        header {
            height: 5vh;
        }

        .main-logo {
            margin-left: -1rem;
        }

        .content-wrapper {
            height: 90vh;
        }

        .summary-header {
            margin-bottom: 20px;
        }

        .social-wrapper {
            display: none;
        }

        .summary-header-wrapper {
            margin-top: 3rem;
        }

        .summary-inner-header {
            padding-left: 1rem;
            margin-bottom: .5rem;
            font-size: 1.7rem;
            border-left: .4rem solid #A200FE;
        }

        .summary-sub-header {
            padding-left: 1.2rem;
            font-size: 1.5rem;
        }

        .evaluation-inner-box, .summary-inner-box {
            height: 91%;
        }

        .download-report {
            /*display: none;*/
        }

        .toast-top-center {
            top: 28%;
            right: 0%;
            z-index: 3000;
        }

        .toast-message {
            text-align: center;
        }

        #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
            width: 50%;
            margin-left:8%;
        }

        #toast-container > div {
            padding: 3%;
        }

        footer {
            padding: 4rem 2.5rem;
        }

        .issues-in-steps-overlay-content {
            width: 85%;
        }

        .issues-in-steps-title {
            font-size: 1.8rem;
        }

        .num-issues {
            font-size: 1.4rem;
        }

        .close_issues_in_steps_overlay {
            font-size: 2.5rem;
            margin: 0rem;
            position: relative;
            top: 4.5%;
            right: 6%;
        }

        .answer-wrapper {
            padding: 2rem 2rem 2rem 0;
            margin-bottom: 1rem;
        }

        .answer-left {
            float: left;
            width: 100%;
        }

        .answer-icon {
            margin-right: 2rem;
            height: 4rem;
            width: 4rem;
            background-size: 16px;
        }

        .answer {
            width: 75%;
        }


        .answer-divider {
            display: none;
        }

        .answer-right {
            width: 100%;
            padding: 2rem 1rem 0 6rem;
            float: left;
        }

        .answer-stage-wrapper {
            height: 50%;
            float: left;
            width: 49%;
            margin-bottom: 1rem;
        }

        .answer-right-title {
            margin-bottom: 1rem;
        }

        .answer-type-wrapper {
            height: 50%;
            width: 49%;
            float: left;
        }


        .issues-in-step-answer-divider-mobile {
            display: inline-block;
            float: left;
            width: .1rem;
            height: 4.2rem;
            background-color: #fff;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .cube {
            width: 6rem;
            height: 6rem;
            margin: -3rem 0 0 -3rem;
        }

        .one {
            transform: rotateX(90deg) translateZ(3rem);
        }

        .progress-bar-wrapper .two {
            transform: translateZ(3rem);
        }

        .three {
            transform: rotateY(90deg) translateZ(3rem);
        }

        .four {
            transform: rotateY(180deg) translateZ(3rem);
        }

        .five {
            transform: rotateY(-90deg) translateZ(3rem);
        }

        .six {
            transform: rotateX(-90deg) rotateY(180deg) translateZ(-3rem);
        }

        .progress-bar-wrapper.mobile {
            margin-top: 0;
        }

        .mobile .progress-bar {
            margin-top: .7rem;
        }

        .evaluate-btn {
            margin-left: 12%;
            margin-top: -8rem;
            width: 26.8rem;
        }

        #animation_container {
            margin-top: 7rem;
        }

        [data-title]:hover::before {
            width: 30rem;
            top: 38%;
            left: 9%;
            z-index: 10;
            position: fixed;
        }

        #animation_container {
            width: 350px !important;
            height: 350px !important;
            margin-top: 4rem;
            margin-left: 0rem;
        }

        #canvas {
            width: 350px !important;
            height: 350px !important;
        }
        .evaluate-text-wrapper {
            font-size: 12px;
            width:300px;
        }
            .side_attack_step_header_number {
            margin-top: 19px;
        }

        .side_attack_step_header_line {
            width: 46%;
            margin-top: 36px;
            margin-left: .5rem;
        }

        .side_attack_step_header_img_icon {
            height: 100px;
            width: 100px;
        }

        .side-container h5 {
            margin-bottom: 0rem;
        }

        .side-box-icon-wrapper {
            margin-top: 1rem;
            margin-bottom: .5rem;
        }

        .side-box {
            height: 12rem;
        }
    }

    @media (max-width: 450px) {

        .evaluate-text-wrapper {
            margin: -15px 10px;
        }

        .attack-step-description-p {
            max-height: 15rem;
        }

        .arrows {
            width: 40%;
        }

        .side_attack_step_header_img_icon {
            height: 90px;
            width: 90px;
        }

        .side_attack_step_header_line {
            width: 50%;
            margin-top: 3.6rem;
        }

        .side_attack_step_header_number {
            margin-top: 18px;
        }

        .welcome-start-btn {
            padding: 2rem 4.5rem;
            bottom: 0;
            width: 70%;
            position: fixed;
        }

        .continue-start-btn {
            padding: 2rem 4.5rem;
            bottom: 5rem;
            width: 70%;
        }

        .example-inner-box {
            padding: 30px 0;
        }

        .example_step_wrapper, .example_step_description, .example_step_img, .example_step_img_arrows, .skip_example {
            margin-bottom: 30px;
        }

        .example_step_description {
            margin-bottom: 0;
            height: 125px;
        }

            .example_step_description p {
                font-size: 18px;
                line-height: 30px;
            }

        .example_img {
            width: 90%;
        }
    }

    @media (max-width: 400px) {

        [data-title]:hover::before {
            width: 30rem;
            /*top: 2.5rem;
            left: -6rem;*/
        }

        .welcome-content-header {
            font-size: 3.2rem;
        }

        .welcome-content-p {
            font-size: 2rem;
        }

        .welcome-start-btn {
            padding: 2rem 4.5rem;
            bottom: 0;
            width: 80%;
            position: fixed;
        }

         .continue-start-btn {
            padding: 2rem 4.5rem;
            bottom: 5rem;
            width: 80%;
        }

        footer {
            padding: 4rem 2.5rem;
        }

        .evaluate-btn {
            margin-left: 8%;
            margin-top: -8rem;
            width: 24.8rem;
        }

        #animation_container {
            width: 320px !important;
            height: 320px !important;
            margin-top: 4rem;
            margin-left: 0rem;
        }

        #canvas {
            width: 320px !important;
            height: 320px !important;
        }

        .side_attack_step_header_img_icon {
            height: 80px;
            width: 80px;
        }

        .side_attack_step_header_line {
            width: 46%;
            margin-top: 34px;
            margin-left: .2rem;
        }

        .side_attack_step_header_number {
            margin-top: 18px;
        }

        /*.side-box {
            height: 15rem;
        }*/

        .side-box-description {
            font-size: 1.1rem;
        }

        .example_img {
            width: 80%;
        }
    }

    @media (max-width: 359px) {

        .main {
            padding: 2rem;
        }

        #animation_container {
            width: 300px !important;
            height: 300px !important;
            margin-top: 3rem;
            margin-left: -1rem;
        }

        #canvas {
            width: 300px !important;
            height: 300px !important;
        }

        [data-title]:hover::before {
            width: 28rem;
            top: 2.5rem;
            left: -6rem;
        }

        footer {
            padding: 3rem 2.5rem;
        }

        .questions-container {
            margin-top: 3vh;
        }

        .evaluate-btn {
            width: 17.8rem;
            height: 4rem;
            line-height: 4rem;
            margin-left: 15%;
            margin-top: -7rem;
            font-size: 1.4rem;
        }

        .question-wrapper {
            font-size: 1.6rem;
        }

        .welcome-start-btn.continue-start-btn {
            padding: 2rem 2.5rem;
            bottom: 3rem;
        }

        .welcome .header-divider {
            margin-top: 8rem;
        }

        .arrow-container {
            width: 3.5rem;
        }

        .arrow-container-down {
            padding: .7rem 1rem 1.2rem 1.1rem;
        }

        .arrow-container-up {
            padding: 1.2rem 1rem .7rem 1.1rem;
        }

        .side_attack_step_header_img_icon {
            height: 65px;
            width: 65px;
        }

        .side_attack_step_header_line {
            width: 52%;
            margin-top: 26px;
            margin-left: -2px;
        }

        .side_attack_step_header_number {
            width: 35px;
            height: 35px;
            font-size: 1.8rem;
            padding-top: 5px;
            margin-top: 9px;
        }

        .arrows {
            width: 40%;
        }

        .side-box {
            height: 15rem;
        }

        .side-box-description {
            font-size: 1.1rem;
        }

        .example_step_wrapper, .example_step_description, .example_step_img, .example_step_img_arrows, .skip_example {
            margin-bottom: 20px;
        }

        .welcome-start-btn {
            padding: 1rem 3rem;
        }

        .example_step_description p {
            font-size: 16px;
            line-height: 25px;
        }

        .example_img {
            width: 75%;
        }

        .continue-start-btn {
            padding: 1.5rem 3rem;
        }
    }


    .issues-in-step-answer-divider-mobile {
        display: none;
    }


    .attack_step_description_mobile .attack-step-description-numbers {
        margin-left: 0;
        margin-right: 2rem;
        font-size: 18px;
        float: left;
    }

    .attack_step_description_mobile .attack-step-description-sub-header {
        float: left;
        margin-top: .8rem;
    }

    /*.arc {
    border: 2px solid #000;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border-top-color: transparent;
    transform: rotate(300deg)
}*/

.fadeInAnimation, .fadeInAnimation span {
    animation-duration: .7s;
    animation-fill-mode: both;
}

    .fadeInAnimation span {
        display: inline-block
    }

.fadeInBottom {
    animation-name: fadeInBottom
}

.delayAnimation1 {
    animation-delay: .7s;
}
.delayAnimation2 {
    animation-delay: 1s;
}
.delayAnimation3 {
    animation-delay: 1.5s;
}
.delayAnimation4 {
    animation-delay: 2s;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1
    }
}