 *,:after,:before {
     box-sizing: border-box 
}
 body {
     margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 1rem;
     line-height: 1.5;
     color: #000;
     text-align: left;
     background-color: #fff;
     min-width:360px;
	 font-weight:400;
}

 :root {
	 
	 --color1: #ffbb33;
	 --color2: #040204;
	/* --color2: #cbe3f9;*/
	 --color3: #0b120b;
	 --color4: #19591d;
	 --color5: #152315;
	 --color6: #278d2d;
}
.article_cybersecurity {
    color: #000;
    overflow: hidden;
}
.article_cybersecurity em {
	font-weight: 500;
}
.option-list {
    margin-bottom: 1rem;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.option-list li {
    background:var(--color1);
	border-radius:8px;
	padding:4px 10px;
}
.option-list span {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}
/* partners */
.article_cybersecurity .partners {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.partners-logo {
    max-width: 90%!important;
    max-height: 60px;
}
.table-infograf td {
    background: rgba(255, 255, 255, .1);
    color: #efefef;
    border-color: rgba(0, 0, 0, .8);
}
.table-infograf th {
    background: var(--color5);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    vertical-align: bottom;
}
@media (max-width:991px) {
	.table.table-infograf {
		font-size: 12px;
	}
}
.table-header {
    font-weight: 600;
    color: var(--color6);
}
.link {
    background: var(--color3);
    padding: 2px 9px;
    border-radius: 12px 0 12px 0;
	border-bottom:1px dashed transparent
}
.link:hover {
	border-bottom:1px dashed #000;
}

.subtitle {
    /* font-weight: bold; */
    /* max-width: 80%; */
    font-size: 1.5em;
    margin-bottom: 2rem;
}
.bg2 {
	background: var(--color2);
	color: #fff;
	}
.matrix {
    position: relative;
    min-height: 300px;
    background-image: url(../images/matrix-min.gif);
}
.matrix:after {
    content: '';
    background: linear-gradient(0deg, rgba(4, 2, 4, 1) 0%, rgba(4, 2, 4, 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.inforgraf {
    border: 1px solid var(--color4);
    padding: 20px;
    background: var(--color3);
    margin-bottom: 30px;
}
.inforgraf h2 {
    /*color: var(--color3);*/
}
.border-b {
    border-bottom: 1px solid var(--color4);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* QUIZ */
#quiz{color:#fff;max-width:700px;width:100%;background:#161c3b;padding:24px;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.4)}
.question{font-size:20px;margin-bottom:16px;font-weight:600}
.options{display:flex;flex-direction:column;gap:10px}
.option{background:#222a5a;padding:12px 14px;border-radius:10px;cursor:pointer;transition:background .3s,border .3s; border:2px dashed transparent}
.option:hover{background:#5762ad}
.option.selected{background:#343d77}
.option.correct {border-color: #1b6931}
.option.selected.correct{background:#1b6931}
.option.selected.partial{background:#a36d0c}
.option.selected.wrong{background:#7a1c1c}
button{margin-top:20px;padding:10px 20px;border:none;border-radius:10px;cursor:pointer;font-weight:600}
button:hover{opacity:.9}
#submit{background:#5b7cff;color:#fff}
#next{background:#5b7cff;color:#fff}
#restart{background:#22c55e;color:#fff}
.explanation{margin-top:16px;background:#1b1f3f;padding:12px;border-radius:10px;display:none}
.hidden{display:none!important}
.score{font-size:24px;font-weight:700;text-align:center}
.result-text{margin-top:12px;background:#1b1f3f;padding:14px;border-radius:10px}

#question-container {
    font-weight: 600;
    margin-bottom: 20px;
}

.bg3 {
	background: var(--color3);
}
.grid-block .photo {
    /* grid-column: span 6; */
    order: 2;
    grid-area: span 2 / span 2 / span 2 / span 2;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
	border-radius: 0 0 60px 0;
}
.photo {
    position: relative;
    border-radius: 0 0 60px 0;
    overflow: hidden;
    /* box-shadow: 1px 11px 20px rgba(255, 255, 255, .8); */
    margin-bottom: 1rem;
}
.photo-caption {
    color: #555;
    right: 0;
    padding: 10px 0;
    font-style: italic;
    /* text-align: center; */
    font-size: .9em;
}

.photo img {
    object-fit: cover;
    width: 100%;
    /* height: 560px; */
    height: 100%;
}
.footer_section {
    background: var(--color1);
    padding: 50px 0;
    color: #fff;
}



.article_cybersecurity strong {
    font-weight: 600;
}

.bg-grey {
    background: #f6f6fa;
}



.cybersecurity_caption {
    font-style: italic;
    color: #666;
}

.custom-tooltip {
    color: #10a87b;
    border-bottom: 1px dashed;
}

.article_cybersecurity h1 {
     font-weight:600;
     margin-bottom: 1em;
	 font-size:52px;
}
.article_cybersecurity h1 span {
    display: inline-block;
	font-size:.8em;

}
h1 + .subtitle {
	margin-top:-20px;
}
@media (max-width:991px) {
	.article_cybersecurity h1 {
		font-size: calc(1.375rem + 2vw);
	}
	.article_cybersecurity h1 span {
		display: inline;
		margin-left: 0px;
	}
	h1 + .subtitle {
		font-size: calc(1rem + 1vw);
	}

}

 .article_cybersecurity h2 {
     font-size: min(3.9vw,56px);
     line-height: 120%;
     letter-spacing: -.02em;
     margin-bottom: 1em;
     font-weight: 600;
     font-size: 1.6em;
}
 .article_cybersecurity h3 {
    /* font-size: clamp(20px,1.95vw,28px);
     line-height: 114%;
     letter-spacing: -.02em;
     font-weight: 400;*/
	 margin-bottom: 1em;
}

.article_cybersecurity .dark-block h2, .article_cybersecurity .dark-block a {
	color:#fff;
}
.article_cybersecurity .dark-block a {
	font-weight:600;
}
.img-caption {
    font-size: .8em;
    color: #666;
    font-style: italic;
}
.bg2 .img-caption {
    color: #999;
}
.img-right {
    float: right;
    max-width: 400px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.img-left {
    float: left;
    max-width: 400px;
    margin-right: 30px;
    margin-bottom: 20px;
}
@media (max-width:991px){
	.img-left, .img-right {
		float:none;
		margin: 0 auto 20px;
	}
}
 iframe {
     max-width:100%;
     vertical-align:top;
}
.iframe-wrap {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

 .iframe-wrap>img {
     width:100%;
}
 .iframe-wrap iframe {
     position:absolute;
     width:100%;
     height:100%;
     left:0;
     top:0;
	 border-radius: 0 0 2rem 0;
}

.article_cybersecurity section {
    position: relative;
    z-index: 2;
	padding: 70px 0;
}
.article_cybersecurity section a {
    border-bottom: 1px dashed;
}
.article_cybersecurity section a.btn {
    border-bottom: none;
}
@media (min-width:768px) {
	.chat-img {
		max-width:370px!important;
	}
}
.section-quiz {
	background: url(../images/bg3.jpg) center;
    background-size: cover;
}
.bg-pattern {
    background: url(../images/devider.svg) no-repeat right bottom;
    background-size: 100%;
    height: 10vw;
    opacity: .5;
    margin-right: 2rem;
    position: relative;
    margin-top: -7vw;
    z-index: -1;
}
@media (max-width:991px) {
	.article_cybersecurity section {
		padding: 40px 0;
	}
	.bg-pattern {
		background-size: 150%;
		height: 13vw;
		margin-right: 1rem;
		margin-top: 0;
	}
}
.article_cybersecurity img {
     vertical-align: middle;
     border-style: none;
     max-width:100%;
}


.svg-wrap-absolute {
    position: absolute;
    inset: 0;
}
.svg-wrap-absolute img {
	max-height: 100%;
    margin: auto;
}



.footer-detail {
    margin: -4rem 0 -2rem 50%;
    transform: translateX(-80%);
}

@media (max-width:1199px) {
	.footer-detail {
		margin: -10rem 0 -2rem 50%;
		transform: translateX(10%);
	}
}

@media (max-width:768px) {
	.footer-detail {
        margin: -10rem 0 -2rem 50%;
        transform: translateX(10%);
        width: 240px;
        z-index: -1;
        position: relative;
    }
}





.article_cybersecurity .btn-readmore {
    text-decoration: none;
    font-weight: bold;
    color: #954a4f;
    font-size: 1.2em;
    position: relative;
	padding-bottom:4px;
	
}
.article_cybersecurity .btn-readmore:after {
content:'';
position:absolute;
width:0;
height:2px;
background: #954a4f;
transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
		 bottom: 0;
    left: 0;
}
.article_cybersecurity .btn-readmore:hover:after {
width:100%;
}
.link-group {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cards-thumb {
    transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.cards_link:hover .cards-thumb, .video_link:hover .cards-thumb {
    transform: scale(1.2);
}
/* Lead */
.article_cybersecurity .lead {
    font-weight: normal;
    padding: 20px 30px;
    /* border-top: 2px solid var(--color2); */
    /* border-bottom: 2px solid var(--color2); */
    position: relative;
    background: var(--color1);
    border-radius: 20px;
    max-width: 520px;
    color: #fff;
    /* font-weight: bold; */
    font-size: 1.5rem;

}
.article_cybersecurity .lead-right {
    float: right;
    margin-left: 100px;
}
.article_cybersecurity .lead-left {
    float: left;
    margin-right: 100px;
}
.article_cybersecurity .lead span{
    font-size: 1.5em;
}
.bg2 .lead {
    background: #fff;
    color: #000;
}
@media (max-width:991px) {
	.article_cybersecurity .lead-left, .article_cybersecurity .lead-right  {
        float:none;
		margin-left: 0;
		margin-right:0;
    }
	.article_cybersecurity .lead {
		font-size: 1.2rem;
	}
}

.footer-section {
    background: #efefef;
}

ul.block-list {
    display: flex;
    gap: 10px;
	margin-bottom:2rem;
	flex-wrap: wrap;
}
.block-list li {
    background: #fff;
    border-radius: 10px;
    flex: 1;
    padding: 20px;
}
.block-list span {
    font-size:1.2em;
	font-weight:bold;
}
.block-list img {
    display: inline-block;
}
@media (max-width:991px) {
	.block-list li {
		flex: 1 1 calc(50% - 5px);
	}
}
@media (max-width:768px) {
	.block-list li {
		flex: 1 1 100%;
	}
}
ul.list {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 2rem;
}

.quizBtn {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    /* left: 10px; */
    font-size: 13px;
    /* max-width: 120px; */
    text-align: center;
    background: rgba(91, 124, 255, 0.70);
    color: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    padding: 4px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    backdrop-filter: blur(3px);
    bottom: 250px;
    right: 0;
    transform: rotate(-90deg);
    margin-right: -90px;
}
.quizBtn:hover {
	background: rgba(91, 124, 255, 1);
}
.downloadIcon {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #00a0e3;
}
.downloadIcon img {
    display: block;
    margin: auto;
}
.downloadIcon img {
    animation: floatIcon 2s ease-in-out infinite;
} 

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}