.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body{
	overflow-x: hidden!important;
}
html.hideScroll,body.hideScroll{overflow:hidden;}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	color:#000;
}
 section *,.popup-testi-vdo *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight:600;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
h2{
	font-size: 1.8em;
	margin:0 0 16px;
	line-height:1.4;
	font-weight:600;
}
h3{
	margin:0;
	font-weight:600;
}
p {
	margin: 0 0 25px;
    line-height: 1.6;
    color:#000;
    font-weight:400;
}
.text-center {
	text-align: center;
}
ol,
ul {
	margin-top: 0;
	margin-bottom:0;
	list-style-type: none;
	padding: 0px;
	
}
strong,
b {
	font-weight: 600;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
        display:block;
}
.container,.containermid{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5{
	width: 41.6%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 58.3%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
}
section{
	padding:100px 0;
}

/* ------------ Secondary menu ----------- */
#tab-secondary-menu {
    position: relative;
	overflow-y: hidden;
	background: #00005D;
	border-bottom: 1px solid #fff;
}
#tab-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    z-index: 9999;
	background: #020426;
}
#tab-secondary-menu > .container {
    position: relative;
}
.no-gap {
    margin: 0 !important;
    padding: 0 !important;
}
.secondary-tab-menu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}
.secondary-tab-menu li a {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    color: #fff;
    font-size: 14px;
    font-weight:400;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    line-height: 1.4;
    text-align: center;
}
.secondary-tab-menu li:first-child a {
    padding-left: 0;
}
.secondary-tab-menu li:last-child a {
    padding-right: 0;
}
.secondary-tab-menu li a:hover {
	 border-bottom: 3px solid #fff;
}
.secondary-tab-menu li.active-tab-menu a{
    font-weight:600;
    border-bottom: 3px solid #fff;
}
#tab-secondary-menu.header-fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
}

/* ------------- Banner Styles ------------- */
@keyframes bannerFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#banner {
	position: relative;
	background: linear-gradient(to bottom, #9AC5FF, #AED0FF, #E8F2FF, #ffffff);
	color: #000;
	padding: 60px 0 0;
	overflow: hidden;
}
.banner-text {
	text-align: center;
	padding-bottom: 60px;
}
.banner-image {
	width: 280%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.banner-image svg {
	width: 100%;
	height: auto;
	display: block;
}
.banner-image svg *, .banner-image svg { animation-play-state: paused; }
.banner-image.anim-play svg *, .banner-image.anim-play svg { animation-play-state: running; }
h1{
    font-size: 3em;
    line-height: 1.2;
    font-weight:600;
    margin: 0 0 15px;
    opacity: 0;
    animation: bannerFadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
}
#banner p {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight:400;
    margin: 0;
    opacity: 0;
    animation: bannerFadeUp 0.8s ease forwards;
    animation-delay: 0.5s;
}

/* ----------- Section 2 Styles ------------ */
  :root {
    --cols: 20;
    --container-max: 1200px;
    --cell: calc(var(--container-max) / var(--cols));
    --grid-offset-x: calc((100vw - var(--container-max)) / 2);
  }
#section2{padding: 150px 0 100px;}
.checkerboard-bg {
    position: relative;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #e5e7ff .5px, transparent .5px), linear-gradient(to bottom, #e5e7ff .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
.checkerboard-bg > .container {
    position: relative;
    z-index: 1;
}
#section2 .rows {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.card-panel {
    position: relative;
    background: #ffffff;
    border: 1px solid #1919D8;
    padding: 40px 30px;
    margin-top: 100px;
    box-sizing: border-box;
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    margin-top: 100px;
	min-height: 430px;
}
.card-right .card-panel {
	float: right;
}
.card-icon {
    position: absolute;
    top: -150px;
    left: -1px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1919D8;
    padding: 30px 20px 20px;
    border-bottom: none;
}
.card-icon img {
    width: auto;
    height: 100px;
}
.card-heading {
    color: #0000DC;
    font-size: 20px;
    font-weight:500;
    line-height: 1.3;
    margin-bottom: 16px;
}

/* ----------- Section 3 styles ------------ */
#section3 {
    background-color: #1E29B5;
    color: #fff;
    background-image: linear-gradient(to right, #2031e9 .5px, transparent .5px), linear-gradient(to bottom, #2031e9 .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
#section3 p, #section4 p, #section5 p, #section6 p, #section7 p, #conclusion p { font-weight:200; font-size: 1.2em;}
.s3-illus-note{padding: 10px 0 70px;}
.s3-illus{width: 216px;}
.s3-illus-note .cols-right{
    color: #fff;
    background: #2121C3;
    border: 1px solid #7474FF;
    padding: 25px 32px;
}
.s3-illus-note p{margin: 0;font-size: 1.5em !important;color:#fff;}
.s3-note{padding: 30px 0 50px 0;margin: 0;font-size:1.4em !important;color:#fff;}

/* ----------- Section 4 styles ------------ */
#section4 {
    background-color: #00005D;
    color: #fff;
    background-image: linear-gradient(to right, #060682 .5px, transparent .5px), linear-gradient(to bottom, #060682 .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
/* Vertical bar chart */
.stat-vbars {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 125px;
    list-style: none;
    padding: 0 0 1px;
    border-bottom: 1px solid #286FFF;
	margin-top: 40px;
}
.stat-vbars li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
	width: 100%;
}
.stat-vbars b {
    font-size: 20px;
    font-weight:600;
    color: #fff;
    margin-bottom: 8px;
    white-space: nowrap;
}
.stat-vbars span {
	display: block;
    width: 80px;
    height: 0;
    background: linear-gradient(to top, #3030FF, #00C3EF, #D2F7FF);
    border-radius: 6px 6px 0 0;
    transition: height 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid #9F9FFF;
    border-bottom: none;
}
.stat-vbars.visible span { height: var(--h); }
.stat-vbars p {
    position: absolute;
    top: calc(100% + 14px);
    font-size: 16px !important;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    font-weight:500 !important;
    background: #2121C3;
    margin-top: 20px;
    padding: 8px;
    color:#fff;
}
.s4-hero { gap: 0; margin-bottom: 60px; align-items: stretch;padding: 0 10px; }
.s4-hero-left {
    background: linear-gradient(to top, #3030FF, #1C6BF6, #00BEE9);
    padding: 60px 36px 40px;
}
.s4-big-num {
    display: block;
    font-size: 100px;
    font-weight: 600;
    color: #00007A;
    line-height: 1;
    margin-bottom: 12px;
    transform: scaleY(1.6);
}
.s4-hero-left > p { 
    font-size: 16px !important;
    margin: 24px 0;
    font-weight:600 !important;
    color:#fff;
}
#section4 .s4-hero-left .people {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    gap: 2px;
    margin: 16px 0 12px;
    width: 100%;
}
#section4 .s4-hero-left .person {
    background-image: url("https://www.manageengine.com/images/person-icon-disabled-darkblue.svg");
    width: 100%;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#section4 .s4-hero-left .person.on { background-image: url("https://www.manageengine.com/images/person-icon-active.svg"); }
.s4-hero-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-left: 20px;
}
.s4-stat-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #2121C3;
    padding: 22px 28px;
    flex: 1;
}
.s4-stat-card > strong {
    font-size: 60px;
    font-weight:600;
    color: #fff;
    flex-shrink: 0;
    min-width: 96px;
    line-height: 1;
    transform: scale(1.1);
}
.s4-stat-card > p {
    font-size: 18px !important;
    margin: 0 !important;
    line-height: 1.5;
    font-weight:400 !important;
    color:#fff;
}
.s4-changes-hd { font-size: 20px; color: #fff; padding: 40px 0; font-weight:600;margin: 60px 0 36px; }
.s4-changes-hd p { font-size: 16px !important; color: rgba(255,255,255,0.75); margin: 0; }
.s4-donuts {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s4-donut-item {
    flex: 1 1 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin-bottom: 65px;
}
.s4-donuts.visible .s4-donut-item { opacity: 1; transform: translateY(0); }
.s4-donuts.visible .s4-donut-item:nth-child(1) { transition-delay: 0s; }
.s4-donuts.visible .s4-donut-item:nth-child(2) { transition-delay: 0.1s; }
.s4-donuts.visible .s4-donut-item:nth-child(3) { transition-delay: 0.2s; }
.s4-donuts.visible .s4-donut-item:nth-child(4) { transition-delay: 0.3s; }
.s4-donuts.visible .s4-donut-item:nth-child(5) { transition-delay: 0.4s; }
.s4-donuts.visible .s4-donut-item:nth-child(6) { transition-delay: 0.5s; }
.s4-donut-item > strong {
    font-size: 36px;
    font-weight:500;
    color: #fff;
    margin-bottom: 50px;
    display: block;
}
.s4-donut-item > span {
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    line-height: 1.4;
    font-weight:500;
}
.s4-donut {
    background: #102060 !important;
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto !important;
}
.s4-donut .half-circle { background: linear-gradient(to top, #3030FF, #00C3EF, #D2F7FF) !important; }
.s4-donut .inner-circle { display: none !important; }
.s4-donut .half-box { background: #000088 !important; }
.s4-donuts.visible .s4-donut-item .s5-donut .circle-right-half .half-box { animation: s5RightSpin 0.55s ease-out forwards; }
.s4-donuts.visible .s4-donut-item .s5-donut .circle-left-half .half-box  { animation: s5LeftSpin 0.55s ease-out forwards; }
.s4-donuts.visible .s4-donut-item:nth-child(1) .s5-donut .circle-right-half .half-box { animation-delay: 0.18s; }
.s4-donuts.visible .s4-donut-item:nth-child(1) .s5-donut .circle-left-half .half-box  { animation-delay: 0.70s; }
.s4-donuts.visible .s4-donut-item:nth-child(2) .s5-donut .circle-right-half .half-box { animation-delay: 0.28s; }
.s4-donuts.visible .s4-donut-item:nth-child(2) .s5-donut .circle-left-half .half-box  { animation-delay: 0.80s; }
.s4-donuts.visible .s4-donut-item:nth-child(3) .s5-donut .circle-right-half .half-box { animation-delay: 0.38s; }
.s4-donuts.visible .s4-donut-item:nth-child(3) .s5-donut .circle-left-half .half-box  { animation-delay: 0.90s; }
.s4-donuts.visible .s4-donut-item:nth-child(4) .s5-donut .circle-right-half .half-box { animation-delay: 0.48s; }
.s4-donuts.visible .s4-donut-item:nth-child(4) .s5-donut .circle-left-half .half-box  { animation-delay: 1.00s; }
.s4-donuts.visible .s4-donut-item:nth-child(5) .s5-donut .circle-right-half .half-box { animation-delay: 0.58s; }
.s4-donuts.visible .s4-donut-item:nth-child(5) .s5-donut .circle-left-half .half-box  { animation-delay: 1.10s; }
.s4-donuts.visible .s4-donut-item:nth-child(6) .s5-donut .circle-right-half .half-box { animation-delay: 0.68s; }
.s4-donuts.visible .s4-donut-item:nth-child(6) .s5-donut .circle-left-half .half-box  { animation-delay: 1.20s; }
/* Detection speed pill bar */
.s4-detect {
    background: none;
    padding: 30px 0;
    overflow: visible;
}
.s4-detect-heading {
    display: none;
}
.s4-detect-bar-row {
    display: flex;
    align-items: center;
    background: #020296;
    border-radius: 38px;
    height: 76px;
    position: relative;
    z-index: 9;
}
.s4-detect-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #00005D, #00C3EF);
    display: flex;
    align-items: center;
    padding: 0 30px;
    flex-shrink: 0;
    overflow: hidden;
    transition: width 1.3s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 0 38px 38px 0;
}
.s4-detect-bar p {
    color: #fff;
    font-size: 18px !important;
    font-weight:600 !important;
    margin: 0 !important;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease;
    transition-delay: 0.8s;
}
.s4-detect.visible .s4-detect-bar p { opacity: 1; }
.s4-detect-badge {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    color: #050D50;
    font-size: 28px;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -70px;
    flex-shrink: 0;
    z-index: 2;
    opacity: 0;
    transform: scale(0.3);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: 1.3s;
}
.s4-detect.visible .s4-detect-badge { opacity: 1; transform: scale(1); }
.s4-detect-aside {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 4px;
    opacity: 0;
    transition: opacity 0.5s ease;
    transition-delay: 1.5s;
    gap: 6px;
}
.s4-detect.visible .s4-detect-aside { opacity: 1; }
.s4-detect-aside b {
    font-size: 28px;
    font-weight:600;
    color: #34D4FF;
    display: block;
    line-height: 1;
}
.s4-detect-aside span {
    font-size: 12px;
    color: #34D4FF;
    line-height: 1.4;
    text-align: left;
    font-weight:400;
}
.s4-detect-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.s4-detect-scale span {
    font-size: 16px;
    color: #fff;
    font-weight:500;
    position: relative;
    padding-top: 10px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.s4-detect.visible .s4-detect-scale span { opacity: 1; transform: translateY(0); }
.s4-detect.visible .s4-detect-scale span:nth-child(1) { transition-delay: 0.3s; }
.s4-detect.visible .s4-detect-scale span:nth-child(2) { transition-delay: 0.37s; }
.s4-detect.visible .s4-detect-scale span:nth-child(3) { transition-delay: 0.44s; }
.s4-detect.visible .s4-detect-scale span:nth-child(4) { transition-delay: 0.51s; }
.s4-detect.visible .s4-detect-scale span:nth-child(5) { transition-delay: 0.58s; }
.s4-detect.visible .s4-detect-scale span:nth-child(6) { transition-delay: 0.65s; }
.s4-detect.visible .s4-detect-scale span:nth-child(7) { transition-delay: 0.72s; }
.s4-detect.visible .s4-detect-scale span:nth-child(8) { transition-delay: 0.79s; }
.s4-detect.visible .s4-detect-scale span:nth-child(9) { transition-delay: 0.86s; }
.s4-detect.visible .s4-detect-scale span:nth-child(10){ transition-delay: 0.93s; }
.s4-detect-scale span::before {
    content: '';
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 38px;
    background: #0B0BD9;
}

.intro {
    max-width: 90%;
    margin-bottom: 40px;
}


/* People icons */
.people {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 20px 0 18px;
}
.person {
    display: inline-block;
    width: 13px;
    height: 15px;
    background-image: url("https://www.manageengine.com/images/shield-icon-disabled.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.person::before { display: none; }
.person.on  { background-image: url("https://www.manageengine.com/images/shield-icon-active.svg"); }
.person.half { background-image: url("https://www.manageengine.com/images/shield-icon-half.svg"); }
.person.on::before, .person.half::before { display: none; }


@keyframes shieldPop {
    0%   { transform: scale(0.3); opacity: 0; }
    65%  { transform: scale(1.25); opacity: 1; }
    100% { transform: scale(1); }
}
.person.on.animate, .person.half.animate {
    animation: shieldPop 0.35s ease forwards;
}

/* Progress bar */
.s3-bar-track {
	height: 15px;
    background: #00007A;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.s3-bar-fill {
    height: 100%;
    background: linear-gradient(to right, #0000F3, #00C3EF, #D2F7FF);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}
.s3-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    color: #578EFF;
    font-weight:200;
}



/* Section titles below data */
.s3-section-title {
    font-weight:600;
    color: #fff;
    font-size: 20px;
    margin: 0 0 28px;
    line-height: 1.4;
}



/* ----------- Section 5 Styles ----------- */
#section5 { color: #000; }


.s5-donut {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #e4e7f2;
    margin: 0 auto 16px;
    flex-shrink: 0;
}
.s5-donut .inner-circle {
    position: absolute;
    width: 87%;
    height: 87%;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight:600;
    color: #000;
}
.s5-donut .half-circle {
    width: 100%;
    height: 100%;
    background: #0152F6;
    position: absolute;
    left: -50%;
    overflow: hidden;
}
.s5-donut .circle-right-half { left: 50%; }
@keyframes s5RightSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(var(--right-rot, 0deg)); }
}
@keyframes s5LeftSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(var(--left-rot, 0deg)); }
}
.s5-donut .half-box {
    width: 50%;
    height: 100%;
    position: absolute;
    background: #DAE7FF;
    transform: rotate(0deg);
}
.s5-donut .circle-right-half .half-box { transform-origin: 0 50%; }
.s5-donut .circle-left-half .half-box {
    left: 50%;
    transform-origin: 100% 50%;
}


.s5-illus { width: 100%; max-width: 475px; display: block; margin: 0 auto; }
.s5-involve{padding: 10px;}
.s5-involve .cols-left{background: #fff;border: 1px solid #A3A3A3;padding: 30px;}
.s5-involve h3 { font-size: 18px; line-height: 1.4; color: #000; margin-bottom: 24px; }
.s5-lollipop { margin-top: 0; padding-right: 16px; }
.s5-lollipop > div {
    margin-bottom: 28px;
}
.s5-lollipop > div:last-child { margin-bottom: 0; }
.s5-lollipop > div > p {
    font-size: 16px !important;
    font-weight:500 !important;
    margin: 10px 0 0;
}
.s5-lollipop > div > p b {
    font-weight:600;
    color: #000;
}
/* Pill track */
.s5-track {
    width: 100%;
    position: relative;
    height: 30px;
    background: linear-gradient(to right, #FFFFFF, #D7D7D7);
    overflow: visible;
}
.s5-track::after {
    content: '';
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #B4B4B4;
}
.s5-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #3030FF, #00C3EF);
    overflow: visible;
    z-index: 1;
}
.s5-fill::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    display: block;
    z-index: 2;
}

/* ----------- Section 5 — Governance (new) ----------- */
.s5g-cards { margin-bottom: 45px; }

.s5g-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border: 1px solid #A3A3A3;
    padding: 44px 20px;
    box-shadow: 0 4px 20px rgba(19, 83, 244, 0.07);
}

.s5g-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex: 1;
    padding: 0 20px;
}

.s5g-item p {
    font-size: 1.05em !important;
    line-height: 1.5;
    margin: 16px 0 0;
    color: #000;
    font-weight:400 !important;
}

.s5g-divider {
    width: 1px;
    background: #c8d5f5;
    align-self: stretch;
    flex-shrink: 0;
}

/* Conic-gradient donut */
.s5g-donut {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(from 0deg, transparent calc(var(--pct, 0) * 1%), rgba(190, 215, 255, 0.55) calc(var(--pct, 0) * 1%) 100%), linear-gradient(to bottom, #00C3EF 0%, #3030FF 100%);
    box-shadow: 0 6px 28px rgba(19, 83, 244, 0.18);
}
.s5g-donut::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: repeating-conic-gradient(transparent 0deg 3.2deg, rgb(255 255 255 / 45%) 3.2deg 4deg);
    -webkit-mask: radial-gradient(circle closest-side at center, transparent 78%, black 84%, black 97%, transparent 100%);
    mask: radial-gradient(circle closest-side at center, transparent 78%, black 84%, black 97%, transparent 100%);
    z-index: 1;
}
.s5g-donut::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #3030FF, #00C3EF);
    z-index: 2;
}
.s5g-donut-inner {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.s5g-donut-inner span {
    font-size: 38px;
    font-weight:600;
    color: #fff;
    line-height: 1;
}
.s5g-donut-inner small {
    font-size: 11px;
    color: #27D8FB;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.s5g-ratio-item {
    justify-content: center;
}

/* 8/10 gradient text */
.s5g-ratio {
    display: block;
    font-size: 140px;
    font-weight:600;
    background: linear-gradient(to bottom, #00C3EF, #3030FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin: 0 0 16px;
}
.s5g-quote {
    border: 1px solid #A3A3A3;
    background: #fff;
    padding: 24px 28px;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 45px;
    font-size: 1.1em !important;
    font-weight:400 !important;    
}
.s5g-dep { margin-top: 32px; }
.s5g-dep h3 { margin: 0 0 35px; font-size: 20px; }
.s5g-it-note {
    font-size: 1.1em !important;
    line-height: 1.6;
    margin: 0 0 35px;
    font-weight:500 !important;
}
.s5g-sys-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0;
    list-style: none;
}
.s5g-sys-cards li {
    flex: 1 1 0;
    border: 1px solid #9F9FFF;
    background: #fff;
    border-radius: 20px;
    text-align: left;
    min-width: 130px;
}
.s5g-sys-cards li figure {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background: linear-gradient(135deg, #EEF2FF 0%, #DCEAFF 100%);
    margin: 0 auto 14px;
}
.s5g-sys-cards li strong {
    display: block;
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
}
.s5g-sys-cards li span {font-size: 16px; font-weight:500;}
.s5g-pct-callout {
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(to right, #FFFFFF, #C3E1FC);
    border: 1px solid #B1B1FF;
    border-radius: 10px;
    padding: 28px 32px;
    margin-top: 35px;
}
.s5g-pct-callout > strong {
    font-size: 52px;
    font-weight:600;
    color: #000000;
    flex-shrink: 0;
    line-height: 1;
}
.s5g-pct-callout p {
    font-size: 18px !important;
    font-weight:600 !important;
    line-height: 1.6;
    margin: 0;
    color: #000;
}
.s5card-icon{
    min-height: 200px;
    background: linear-gradient(to bottom, #FFFFFF, #C3E1FC);
    border-bottom: 1px solid #92BAE8;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s5card-content{padding: 30px 20px;}

/* ----------- Conclusion Styles ----------- */
#conclusion {
	background: #ffffff;
}
.conclusion-image{transform: translateY(25%);}

/* ----------- Scroll Animations ----------- */
.scroll-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-anim.visible {
    opacity: 1;
    transform: translateY(0);
}

/* scale-in for images */
.scroll-anim-scale {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-anim-scale.visible {
    opacity: 1;
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-anim,
    .scroll-anim-scale {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ----------- Section 6 Styles (People and workload) ----------- */
#section6 {
    background-color: #000000;
    color: #fff;
    background-image: linear-gradient(to right, #1a1d22 .5px, transparent .5px), linear-gradient(to bottom, #1a1d22 .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
#section6 h2 { color: #fff; }
#section6 h3 {
    margin: 0 0 20px;
    padding-bottom: 0;
    border-bottom: none;
}


/* ----------- Section 7 Styles ----------- */
#section7 {
    background-color: #000000;
    color: #fff;
    background-image: linear-gradient(to right, #1a1d22 .5px, transparent .5px), linear-gradient(to bottom, #1a1d22 .5px, transparent .5px);
    background-size: 15px 15px;
}
.stat-pbar { display: flex;}
.stat-pbar > div {
    flex: none;
    width: 0;
    height: 68px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 16px;
	border-radius: 0 5px 5px 0;
	background: linear-gradient(to right, #0000F3, #00C3EF, #D2F7FF);
}
.stat-pbar b { font-size: 20px; font-weight:600; color: #F0FF25; white-space: nowrap; }
.stat-mob-pct { display: none; }
.stat-plabels { display: flex; list-style: none; margin: 22px 0 0px; padding: 0; }
.stat-plabels li {
    flex: none;
    width: 0;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    padding-top: 14px;
    font-weight:500;
	line-height: 1.2;
}
.stat-plabels li::before {
    content: '';
    position: absolute;
    top: -27px;
    left: 19px;
    width: 1px;
    height: 33px;
    background: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.stat-plabels li::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 17px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.stat-plabels li {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.stat-plabels li.s7-label-visible {
    opacity: 1;
    transform: translateY(0);
}
.stat-plabels li.s7-label-visible::before,
.stat-plabels li.s7-label-visible::after {
    opacity: 1;
}
@media (min-width: 651px) {
    .stat-plabels li { opacity: 0; transform: translateY(8px); }
}

/* ----------- Section 7 (new) People and workload ----------- */
.s7n-sub { font-size: 20px; margin: 0 0 36px; }

/* Ascending vertical pressure bars */
.s7n-vbars {
    display: flex;
    align-items: flex-end;
    gap: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 60px;
    min-height: 330px;
}
.s7n-vbars li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 0;
}
.s7n-vbars li > b {
    font-size: 45px;
    color: #fff;
    font-weight:600;
    margin-bottom: 6px;
    line-height: 1;
    padding: 0 12px;
}
.s7n-vbars li > p {
    font-size: 1em !important;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
    font-weight:400 !important;
    color:#fff;
}
.s7n-vbars li > span {
    display: block;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, #3030FF, #00C3EF, #FFFFFF);
}

/* Card container — rows + cols based */
.s7n-card {
    border: 1px solid #484848;
    background: #000000;
    overflow: hidden;
    margin-bottom: 0;
}
.s7n-card.rows {
    display: flex;
    align-items: stretch;
    margin: 0;
}
.s7n-left {
    padding: 36px;
    position: relative;
}
.s7n-left:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    border-right: 0.1px solid #DDDDFF;
    right: 0;
    top: 28px;
}
.s7n-right {
    padding: 36px;
}
.s7n-left h3, .s7n-right h3 { font-size: 16px; margin: 0 0 22px; }
.s7n-right h3 { margin-top: 28px; }

/* Horizontal challenge bars — full-width pill with label inside */
.s7n-hbars { list-style: none; margin: 0;border-left: 1px solid #FFFFFF;padding: 10px 0;}
.s7n-hbars li { margin-bottom: 35px; background: #3232E4; border-radius: 23px; }
.s7n-hbars li:last-child { margin-bottom: 0; }
.s7n-bar {
    display: flex;
    align-items: center;
    height: 30px;
    width: 0;
    background: linear-gradient(to right, #3030FF, #3030FF, #00C3EF);
    padding-left: 10px;
}
.s7n-bar span {
    flex: 1;
    color: #fff;
    font-size: 15px;
    font-weight:500;
    line-height: 1.3;
    padding-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
}
.s7n-bar em {
    width: 40px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #06093A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-style: normal;
    font-weight:600;
    flex-shrink: 0;
    margin-right: -8px;
}

/* Person icons */
.s7n-persons { margin-bottom: 6px; }
.s7n-person-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 18px;
    width: 100%;
}
.s7n-person-grid .person {
    width: 32px;
    height: 34px;
    background-image: url("https://www.manageengine.com/images/person-gray.svg");
}
.s7n-person-grid .person.on {
    background-image: url("https://www.manageengine.com/images/person-red.svg");
}
.s7n-right p {
    font-size: 1.1em !important;
    line-height: 1.5;
    margin: 0 0 18px;
    font-weight:400 !important;
    color:#fff;
}
.s7n-persons > p > strong {
    font-size: 1.1em;
    font-weight:600;
    color: #fff;
}

/* Impact vertical bars */
.s7n-ibars {
    display: flex;
    align-items: flex-end;
    gap: 0;
    min-height: 284px;
}
.s7n-ibars li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.s7n-ibars li > b {
    font-size: 20px;
    color: #fff;
    font-weight:600;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
}
.s7n-ibars li > p {
    font-size: 16px !important;
    text-align: left;
    line-height: 1.35;
    margin: 0 0 25px;
    width: 100%;
    font-weight:500 !important;
    padding: 0 0 0 10px;
    color:#fff;
}
.s7n-ibars li > span {
    display: block;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, #3030FF, #00C3EF, #ffffff);
}

/* ----------- Section 7 Styles ----------- */
#section7 {
    background-color: #00005D;
    background-image: linear-gradient(to right, #090988 .5px, transparent .5px), linear-gradient(to bottom, #090988 .5px, transparent .5px);
    background-size: 15px 15px;
    color: #fff;
}
#section7 h2 { color: #fff; }
#section7 > p { color: rgba(255,255,255,0.85) !important; font-weight:200 !important; }

/* Card panels */
.s8-panel, .s8-grid-panel {
    border: 1px solid #0B0BD9;
    background: #00005D;
    padding: 40px;
    margin: 60px 0;
}

/* Panel 1: 8/10 + boardroom */
.s8-stat-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 40px;
    border-right: 1px solid #DDDDFF;
}
.s8-big {
    display: block;
    font-size: 140px;
    font-weight:600;
    background: linear-gradient(to top, #00005D 0%, #00C3EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
}
.s8-stat-col > p { font-size: 1em !important;font-weight:400 !important;color:#fff;}
.s8-board-col {
    float: none;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.s8-board-col > p { margin-bottom: 28px; font-size: 1em !important; font-weight:400 !important;color:#fff;}
.s8-board-col > p strong { color: #fff; font-weight:600; }

/* Segmented bar */
.s8-pbar { display: flex; height: 70px; margin-bottom: 12px; }
.s8-pbar > div {
    width: 0;
    height: 100%;
    flex: none;
    display: flex;
    align-items: center;
    padding-left: 8px;
    background: linear-gradient(to right, #0000F3, #00C3EF, #D2F7FF);
    border-radius: 0 7px 7px 0;
    overflow: hidden;
}
.s8-pbar b {
    font-size: 20px;
    font-weight:600;
    color: #F0FF25;
    white-space: nowrap;
}
.s8-plabels { display: flex; list-style: none; padding: 0; margin: 0; gap: 5px; }
.s8-plabels li {
    width: 0;
    flex: none;
    font-size: 14px;
    font-weight:600;
    line-height: 1.3;
    padding-top: 8px;
    position: relative;
    opacity: 0;
    transform: translateY(6px);
}
.s8-plabels li b { display: none; }
.s8-plabels li::before {
    content: '';
    position: absolute;
    top: -18px; left: 10px;
    width: 1px; height: 26px;
    background: #fff;
}
.s8-plabels li::after {
    content: '';
    position: absolute;
    top: 3px; left: 8px;
    width: 5px; height: 5px;
    background: #fff;
    border-radius: 50%;
}

/* Panel 2: mosaic grid */
.s8-risks h3, .s8-invest h3 {
    font-size: 16px;
    color: #fff;
    font-weight:400;
    font-weight: normal;
    margin: 0 0 16px;
}
.s8-tile {
    background: linear-gradient(to top, #0000F3, #0047ff, #007AF1, #00C3EF, #FFFFFF);
    border-radius: 6px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    transform: scaleY(0);
    transform-origin: bottom center;
    overflow: hidden;
}
.s8-tile b {
    font-size: 34px;
    color: #F0FF25;
    font-weight:600;
    line-height: 1;
}
.s8-tile span {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    font-weight:400;
}
.s8-mosaic {
    display: flex;
    gap: 4px;
    height: 428px;
}
.s8-m-col1,
.s8-m-col2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.s8-m-col1 { flex: 1.5; }
.s8-m-col2 {
    flex: 2;
    justify-content: flex-end;
}
.s8-m-toprow {
    display: flex;
    gap: 4px;
}
.s8-m-toprow .s8-tile { flex: 1; }
.s8-m-col1 .s8-tile:nth-child(1) { height: 300px; }
.s8-m-col1 .s8-tile:nth-child(2) { height: 212px; }
.s8-m-toprow .s8-tile:nth-child(1) { height: 306px; }
.s8-m-toprow .s8-tile:nth-child(2) { height: 306px; }
.s8-m-col2 > .s8-tile:nth-child(2) { height: 118px; } /* 23% */
.s8-grid2 {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    height: 428px;
}
.s8-g2col {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
}
.s8-g2col:nth-child(1) { flex: 1.15; }
.s8-g2col:nth-child(2) { flex: 0.85; }
/* Fixed row geometry to match visual reference */
.s8-g2col:nth-child(1) .s8-tile:nth-child(1),
.s8-g2col:nth-child(2) .s8-tile:nth-child(1) { height: 257px; }
.s8-g2col:nth-child(1) .s8-tile:nth-child(2){ height: 178px; }
.s8-g2col:nth-child(2) .s8-tile:nth-child(2) {height: 174px;}
.s8-g2col:nth-child(1) .s8-tile:nth-child(1){height: 254px;}
/* Read more — desktop: full content visible, dots/trigger hidden */
.rm-dots { display: none; }
.rm-trigger { display: none; }
.rm-more-text { display: inline; }
.rm-more-para { display: block; }

/* ----------- Insights Styles overwritten ---------- */
#subscribe-section{display:none;}
article h2{font-size:1.8em;}
.mb-text{display: none;}
#top-header{position:static;padding:16px 0;}

/* ------------ Media Queries ------------- */
@media only screen and (max-width:1400px){
	.container,.containermid{max-width:1200px;}
}
@media only screen and (max-width:1250px){
	.container,.containermid{max-width:90%;padding:0;}
	.card-panel{min-height: 482px;}
    .s4-donut-item{flex: 1 1 26%;}
}
@media only screen and (max-width:1121px){
	#tab-secondary-menu {z-index:9;}
}
@media only screen and (max-width:1100px){
	.card-panel{min-height: 508px;}
}
@media only screen and (max-width: 1025px){
    #tab-secondary-menu { display: none; }
	#commonHeader{min-height: 64px;height: 64px;}
	#header-mainsec .headerinner {position: fixed;z-index: 99999;top:0;width: 100%;}
#top-header{padding:18px 0;position:fixed;}
    .cols-md-6 {
        width: 50%;
    }
}
@media only screen and (max-width: 992px) {
	.card-panel{min-height: auto;width: 100%;}
	.card-right .card-panel{margin-top:200px;float: none;}
	.intro{max-width: 100%;}
    .s3-note{padding: 30px 0 0px 0;}
    .s3-illus{display: none;}
	.stat-vbars p{font-size: 14px !important;}
    .s5-lollipop { margin-top: 16px; }
    .s5-involve h3 { margin-bottom: 20px; }
    .s5-illus { display: none; }
    .s5-donut { width: 130px; height: 130px; }
    .s5-donut .inner-circle { font-size: 22px; }
    .s5g-cards { padding: 4px 0; }
    .s5g-box { flex-direction: column; gap: 20px; padding: 32px 20px; }
    .s5g-divider { width: auto; height: 1px; align-self: auto; }
    .s5g-donut { width: 160px; height: 160px; }
    .s5g-donut-inner span { font-size: 30px; }
    .s5g-ratio { font-size: 76px; }
    .s5g-sys-cards li { flex: 0 0 calc(50% - 8px); }
    .s5g-pct-callout { gap: 20px; padding: 24px; }
    .s5g-pct-callout > strong { font-size: 40px; }
.stat-pbar { display: none; }
    .stat-pbar b { font-size: 16px; }
    .stat-plabels { flex-wrap: wrap; margin: 30px 0 0; gap: 0; }
    .stat-plabels li {
        flex: 1 1 50%;
        padding: 20px 16px 20px 0px;
        white-space: normal;
        width: 0;
    }
	.stat-plabels li br{display: none;}
    .stat-plabels li::before, .stat-plabels li::after { display: none; }
    .stat-mob-pct {
        display: block;
        font-size: 1.6em;
        color: #FFC55E;
        font-weight:500;
        margin-bottom: 12px;
    }
    .s7n-card.rows { flex-direction: column; }
    .s7n-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.14); }
    .s7n-vbars { gap: 0; min-height: 200px; }
    .s4-hero { flex-direction: column; }
    .s4-hero-left{padding: 60px 40px;}
    .s4-hero-right { width: 100% !important; padding-left: 0; }
    .s4-hero-right {
        display: block;
        padding: 0;
    }
    .s4-stat-card {width: 100%;margin: 10px 0;}
    .s4-donut-item { flex: 1 1 33%; padding: 0 6px;}
    .s4-detect-heading { display: block; font-size: 18px; font-weight:600; color: #fff; margin: 0 0 16px; line-height: 1.5; }
    .s4-detect-bar p { display: none; }
    .s4-detect-aside span{display: none;}
    .s4-detect-aside{justify-content: center;}
    .s8-stat-col{border-right: none; border-bottom: 1px solid #DDDDFF;}
    .s8-risks { border-right: none; padding-right: 0; margin-bottom: 24px; }
    .s8-invest { padding-left: 0; }
    .s8-mosaic { height: 378px; }
    .s8-m-col1 .s8-tile:nth-child(1) { height: 187px; }
    .s8-m-col1 .s8-tile:nth-child(2) { height: 187px; }
    .s8-m-toprow .s8-tile:nth-child(1) { height: 270px; }
    .s8-m-toprow .s8-tile:nth-child(2) { height: 270px; }
    .s8-m-col2 > .s8-tile:nth-child(2) { height: 104px; }
    .s8-grid2 { height: 378px; }
    .s8-g2col:nth-child(1) .s8-tile:nth-child(1),
    .s8-g2col:nth-child(2) .s8-tile:nth-child(1) { height: 220px; }
    .s8-g2col:nth-child(1) .s8-tile:nth-child(2),
    .s8-g2col:nth-child(2) .s8-tile:nth-child(2) { height: 154px; }
	#conclusion{padding: 60px 0;}
    .conclusion-image{transform: none;}
	.conclusion-image img{width: 100%;max-width: 300px;display: block;margin: 40px auto 0;}
    .s7n-left:after{display: none;}
    .s8-board-col{padding: 25px 0 0 0;}
    .s8-board-col p{text-align: center;}
}
@media only screen and (max-width:850px) {
	.stat-vbars li:nth-child(6), .stat-vbars li:nth-child(7){display: none;}
}
@media only screen and (max-width: 650px) {
    h1{font-size: 2.6em;}
    section{padding: 80px 0;}
    #section2{padding: 120px 0 80px;}
    .banner-image {width: 450%;}
	#banner br, .s8-grid-panel, .s7n-sub, .s7n-vbars, .stat-plabels{display: none;}
    .checkerboard-bg, section:not(#banner){background-image:none !important;}
    .s4-hero-right { grid-template-columns: 1fr; gap: 8px; }
    .s4-stat-card { gap: 14px; padding: 16px 18px; min-height: 130px; }
    .s4-stat-card > strong { font-size: 36px; min-width: 72px; }
    .s4-donut-item { flex: 1 1 50%;}
    .s4-donut-item:nth-child(4), .s4-donut-item:nth-child(5), .s4-donut-item:nth-child(6) { display: none; }
    .s4-detect-aside b{font-size: 20px;}
	.stat-vbars li:nth-child(5), .stat-vbars li:nth-child(4){display: none;}
    .s5g-box { padding: 24px 16px; }
    .s5g-donut { width: 130px; height: 130px; margin-bottom: 18px; }
    .s5g-donut-inner span { font-size: 24px; }
    .s5g-donut-inner small { font-size: 10px; }
    .s5g-ratio { font-size: 60px; }
    .s5g-sys-cards { gap: 10px; }
    .s5g-sys-cards li{flex: 1 1 100%;display: flex;padding: 25px;align-items: center;}
    .s5card-icon { background: none; min-height: auto; border: none; width: 128px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .s5card-icon img { max-width: 100%; height: auto; }
    .s5card-content { padding: 0 0 0 20px; flex: 1; }
    .s5card-content br { display: none; }
    .s5g-sys-cards li figure { width: 80px; height: 80px; border-radius: 12px; }
    .s5g-sys-cards li strong { font-size: 22px; }
    .s5g-sys-cards li:nth-child(4), .s5g-sys-cards li:nth-child(5) { display: none; }
    .s5g-pct-callout { flex-direction: column; text-align: center; padding: 20px; gap: 12px; }
    .s5g-pct-callout > strong { font-size: 40px; }
	.s5-donut {
        width: 110px;
        height: 110px;
    }
    .s7n-ibars { gap: 0; min-height: 140px; }
    .s7n-left, .s7n-right { padding: 22px 18px; }
    .s7n-ibars, .s7n-right > p{display: none;}
    .s7n-bar { height: 28px; padding-left: 10px; }
    .s7n-bar em { width: 34px; height: 34px; font-size: 14px; }
    .s7n-person-grid .person { height: 32px; }
    .s8-panel, .s8-grid-panel { padding: 30px; }
    .s8-big { font-size: 90px;margin-right: auto; }
    .s8-stat-col, .s8-board-col p{text-align: left;padding: 0;}
    .s8-plabels{gap:0;}
    .s8-risks { margin-bottom: 24px; }
    .s8-invest { padding-left: 0; margin-top: 0; }
    .s8-mosaic { gap: 4px; grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-template-areas: none; }
    .s8-mosaic > .s8-tile { grid-area: auto !important; min-height: 120px; }
    .s8-grid2 { gap: 4px; }
    .s8-g2col:nth-child(1) .s8-tile:nth-child(1),
    .s8-g2col:nth-child(1) .s8-tile:nth-child(2),
    .s8-g2col:nth-child(2) .s8-tile:nth-child(1),
    .s8-g2col:nth-child(2) .s8-tile:nth-child(2) { height: auto; min-height: 110px; }
    .s8-tile { padding: 16px 14px; }
    .s8-tile b { font-size: 26px; }

.s7n-hbars li:nth-child(4), .s7n-hbars li:nth-child(5), .s7n-hbars li:nth-child(6) { display: none; }
    .s7n-hbars li:nth-child(3) { margin-bottom: 0; }
        .rm-dots { display: inline; }
    .rm-trigger {
        display: block;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 4px;
    }
    .rm-more-text { display: none; }
    .rm-more-para { display: none; }
    .rm-btn {
        background: none;
        border: none;
        padding: 0;
        color: #1919d9;
        font-weight:600;
        font-size: 1em;
        cursor: pointer;
        text-decoration: underline !important;
    }
    .site-logo{width: 160px;}
.logo-brand:before{display:none;}
.logo-brand {font-size: 1.4em;}
    .cols-sd-12 {
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    .s5g-donut { width: 110px; height: 110px; }
    .s5g-donut-inner span { font-size: 20px; }
    .s7n-left, .s7n-right { padding: 16px 14px; }
    .s7n-bar { padding-left: 4px; }
    .s7n-bar em { width: 28px; height: 28px; font-size: 10px; }
    .s7n-ibars { min-height: 110px; }
    .s7n-hbars li{margin-bottom: 50px;}
    .s7n-bar span{padding:0; margin-top: -63px;}
   .s7n-left h3 { line-height: 1.4;margin: 0 0 40px !important;}
   .s8-pbar > div{padding-left: 3px;}
}