.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
#backToTop{z-index: 9;}
*+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-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
.fr{float: right;}
.fl{float: left;}
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;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.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%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px){
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
section{
	padding:100px 0;
}
.boxcenteralign{
	display:flex;
	align-items:center;
}

/* ------------ Secondary menu ----------- */
#tab-secondary-menu {
    position: relative;
    overflow-y: hidden;
    background: #BF4B00;
}
#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: 15px;
    color: #fff;
    font-size: 15px;
    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, #EBAA80, #F5D5C0, #FCF3ED, #fff);
    color: #000;
    padding: 50px 0 0;
    overflow: hidden;
}
.banner-text {
	text-align: center;
	padding-bottom: 0px;
}
.banner-image {
	width: 280%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
    margin-top: 40px;
}
.banner-image svg {
	width: 100%;
	height: auto;
	display: block;
}
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);
  }
.checkerboard-bg {
    position: relative;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #efdbce .5px, transparent .5px), linear-gradient(to bottom, #efdbce .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
.checkerboard-bg > .container {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 993px) {
    #section2 .rows {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-spacing: 0;
    }
    #section2 .card-left,
    #section2 .card-right {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    #section2 .card-panel {
        height: 100%;
    }
}
.card-icon {
    border: 1px solid #BF4B00;
    padding: 20px 20px 0 20px;
    border-bottom: none;
    width: 150px;
    background: #FFFFFF;
    margin-bottom: -1px;
    position: relative;
}
.card-icon img {
    width: auto;
    height: 100px;
}
.card-heading {
    color: #3D0000;
    font-size: 20px;
    font-weight:600;
    line-height: 1.3;
    margin-bottom: 16px;
}
.card-content{
    background: #FFFFFF;
    border: 1px solid #BF4B00;
    padding: 30px;
    min-height: 485px;
}
.card-panel{width: 90%; min-height: 520px;}
.card-right .card-panel{float: right;}

/* ----------- Section 3 styles ------------ */
#section3 {
    background-color: #FFF6F0;
    color: #000;
    background-image: linear-gradient(to right, #efdbce .5px, transparent .5px), linear-gradient(to bottom, #efdbce .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
#section3 .intro p, #section4 p, #section5 p {font-size: 1.2em; }
#section3 .s3-box p, #section3 .s3-note, #section3 .s3-card p { font-weight:400; font-size: 1em; }
/* Section 3 boxes */
.s3-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #FFE5D4;
    border: 1px solid #BF4D02;
    margin-bottom: 50px;
}
.s3-box-left, .s3-box-right {
    display: table-cell;
    vertical-align: top;
    padding: 36px 40px 48px;
    width: 50%;
}

/* Big stat */
.s3-big-pct {
    font-size: 186px;
    font-weight:600;
    line-height: 1;
    margin: 16px 0 20px;
    background: linear-gradient(to top, #BF4B00, #FFD5B9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Ja / bar / Nee */
.s3-ja { font-weight:600; margin: 0 0 10px !important; font-size: 1em !important; }
.s3-nee { display: block; text-align: right; margin: 8px 0 0 !important; font-size: 0.9em !important; font-weight:500 !important; }
/* Chart title */
.s3-chart-title {
    font-weight:600;
    font-size: 1.2em;
    line-height: 1.4;
    color: #1A1A1A;
    margin: 0 0 28px !important;
}
/* Chart with axis lines */
.s3-chart {
    position: relative;
    padding: 20px 68px 20px 0;
}
.s3-chart:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px;
    height: 100%;
    background:#BF4C01;
}
.s3-chart:after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#BF4C01;
}
/* Horizontal bars */
.s3-hbar { margin-bottom: 24px; }
.s3-hbar:last-child { margin-bottom: 0; }
.s3-hbar > p { margin: 0 0 10px !important;padding-left: 16px; font-weight:600; !important; color: #1A1A1A; }
.s3-chart .s3-bar-track {
    height: 48px;
    border-radius: 0 3px 3px 0;
    background: transparent;
    overflow: visible;
}
.s3-chart .s3-bar-fill {
    border-radius: 0 3px 3px 0;
}
.s3-chart .s3-bar-fill b {
    background: #FFD5B9;
    border-radius: 6px;
    padding: 5px 10px;
    color: #000;
    font-size: 1em;
    right: 0;
    transform: translate(100%, -50%);
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
/* Note */
.s3-note {
    background: #FFE5D4;
    border: 1px solid #BF4D02;
    padding: 28px 36px;
    margin-bottom: 45px !important;
    font-size: 1em !important;
    line-height: 1.7;
}
/* Top 3 box */
.s3-top3-label {
    display: block;
    width: 100%;
    padding: 24px 36px;
    border-bottom: 1px solid #BF4D02;
    font-weight:600;
    font-size: 1.2em;
    line-height: 1.5;
    color: #000000;
}
.s3-top3-columns {
    display: flex;
    width: 100%;
}
.s3-top3-bars {
    display: block;
    width: 50%;
    padding: 36px 36px 170px;
    position: relative;
}
.s3-top3-bars-l:after{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 72px);
    background: #BF4D02;
    right: 0;
    top: 36px;
}
.s3-top3-bars-r { width: 50%; }
.s3-vbar-title {
    font-weight:500 !important;
    font-size: 1em !important;
    margin: 0 0 4px !important;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
}
.s3-vbar-title:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #BF4D02;
    left: 0;
    bottom: 0;
}
.s3-top3 .stat-vbars { margin-top: 20px; margin-bottom: 0; min-height: 260px; }
.s3-top3 .stat-vbars b { color: #000000; font-size: 20px; }
.s3-top3 .stat-vbars p { background:none; color: #000000; font-weight:600 !important;margin-top: 0;}
/* stat-vbars: text visible immediately; only the bar spans animate */
.stat-vbars.scroll-anim,
.stat-vbars.scroll-anim.visible {
    opacity: 1;
    transform: none;
    transition: none;
}
/* Bottom card */
.s3-card {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    margin-top: 50px;
}
.s3-card-img, .s3-card-text {
    padding: 0;
}
.s3-card-img { width: 380px; flex-shrink: 0; padding-right: 80px; }
.s3-card-img img { max-width: 100%; display: block; }
.s3-card-text {
    background: #FFE5D4;
    border: 1px solid #BF4D02;
    padding: 36px 40px;
}
.s3-card-text p { margin: 0 !important; font-size: 1.4em !important; line-height: 1.4; }

/* ----------- Section 4 styles ------------ */
#section4 {
    background-color: #000000;
    background-image: linear-gradient(to right, #28211d .5px, transparent .5px), linear-gradient(to bottom, #28211d .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
    color: #fff;
}

/* Section 4 NL chart heading */
.s4nl-hd {
    font-weight:600;
    font-size: 1.2em !important;
    color: #fff !important;
    margin: 0 0 50px !important;
    padding-top: 38px;
    line-height: 1.5;
}
/* Segmented bar wrapper */
.s4nl-segwrap { position: relative; }
.s4nl-segbar {
    display: flex;
    width: 100%;
    height: 78px;
    gap: 0;
    background: transparent;
    overflow: hidden;
}
.s4nl-seg {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    width: 0;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(to right, #BF4B00, #FFD5B9);
    border-radius: 0 8px 8px 0;
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: -5px;
}
.s4nl-seg:nth-child(1){z-index: 2;}
.s4nl-seg:nth-child(2){z-index: 1;}
.s4nl-chart-3 .s4nl-seg:nth-child(1){z-index: 3;}
.s4nl-chart-3 .s4nl-seg:nth-child(2){z-index: 2;}
.s4nl-chart-3 .s4nl-seg:nth-child(3){z-index: 1;}
.s4nl-seg span {
    font-weight:600;
    font-size: 1.2em;
    color: #fff;
    white-space: nowrap;
}
/* Label rows */
.s4nl-top-lbls { position: relative; height: 100px; }
.s4nl-bot-lbls { position: relative; height: 130px; margin-bottom: 40px; }
.s4nl-lbl {
    position: absolute;
    font-size: .9em;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    width: 186px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
    font-weight:500;
}
.s4nl-segwrap.s4nl-labels-visible .s4nl-lbl {
    opacity: 1;
    visibility: visible;
}

/* Top label: text above, dot+line pointing down to bar */
.s4nl-lbl-top { bottom: 0; padding-bottom: 30px; z-index: 9; }
.s4nl-lbl-top::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 18px;
    transform: translateX(-50%) translateY(50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.s4nl-lbl-top::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 10%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: #fff;
}

/* Bottom label: dot+line from bar downward, text below */
.s4nl-lbl-bot { top: 0; padding-top: 30px;z-index: 9; }
.s4nl-lbl-bot::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 4.5%;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.s4nl-lbl-bot::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 6%;
    width: 1px;
    height: 40px;
    background: #fff;
}
/* Section 4 note */
.s4nl-note {
    font-size: 1.1em !important;
    margin: 10px 0 30px !important;
    line-height: 1.6;
    font-weight:200;
    color:#fff;
}
/* Donut chart row */
.s4nl-donut-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 40px 0 56px;
}
.s4nl-donut-left {
    display: table-cell;
    vertical-align: middle;
    width: 340px;
    padding-right: 40px;
}
.s4nl-donut-text {
    display: table-cell;
    vertical-align: middle;
}
.s4nl-donut-text p {
    font-size: 1.2em !important;
    color: #fff;
    line-height: 1.8 !important;
    margin: 0 !important;
}
/* Donut chart (div-based, conic-gradient) */
.s4nl-donut-wrap { display: inline-block; }
.s4nl-donut-ring {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    --d1: 0deg;
    --d2: 0deg;
    --d3: 0deg;
    background: conic-gradient(from -5deg, #BF4C01 0deg var(--d1), #D06F30 var(--d1) var(--d2), #F79F66 var(--d2) var(--d3), #2A1000 var(--d3) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.s4nl-donut-hole {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #FED2B5;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 0 0 38px;
}
/* Inner legend inside the hole */
.s4nl-inner-legend {
    text-align: left;
    pointer-events: none;
}
.s4nl-il-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight:400;
    font-size: 0.9em;
    color: #1A1A1A;
    margin-bottom: 14px;
    white-space: nowrap;
}
.s4nl-il-row:last-child { margin-bottom: 0; }
.s4nl-il-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    flex-shrink: 0;
}
/* Donut legend colors */
.s4nl-il-row:nth-child(1) .s4nl-il-line { background: #BF4C01 }
.s4nl-il-row:nth-child(2) .s4nl-il-line { background: #D06F30; }
.s4nl-il-row:nth-child(3) .s4nl-il-line { background: #F79F66; }
/* Chart 1 label positions (46 / 37 / 17) */
.s4nl-chart-1 .s4nl-lbl-top:nth-child(1) { left: 46%; }
.s4nl-chart-1 .s4nl-lbl-bot:nth-child(1) { left: 1%; }
.s4nl-chart-1 .s4nl-lbl-bot:nth-child(2) { left: 46%; }
.s4nl-chart-1 .s4nl-lbl-bot:nth-child(3) { left: 82.5%; }
/* Chart 3 label positions (49 / 19 / 27 / 5) */
.s4nl-chart-3 .s4nl-lbl-top:nth-child(1) { left: 46.5%; }
.s4nl-chart-3 .s4nl-lbl-top:nth-child(2) { left: 91.5%; }
.s4nl-chart-3 .s4nl-lbl-bot:nth-child(1) { left: .5%; }
.s4nl-chart-3 .s4nl-lbl-bot:nth-child(2) { left: 65.5%; }
/* s5nl-pressure: colors light→dark (6/15/41/28/9) */
.s5nl-pressure .s5nl-lbl { transition: opacity 0.5s ease 0.9s; }
.s5nl-pressure .s5nl-segbar { height: 75px; }
.s5nl-pressure .s5nl-seg{border-radius: 0;margin-right: 0;}
.s5nl-pressure .s5nl-seg span{color: #000;}
.s5nl-pressure .s5nl-seg:nth-child(1) { background: #FED2B5; border-radius: 8px 0 0 8px; }
.s5nl-pressure .s5nl-seg:nth-child(2) { background: #F79F66; }
.s5nl-pressure .s5nl-seg:nth-child(3) { background: #E88647; }
.s5nl-pressure .s5nl-seg:nth-child(4) { background: #CB753D; }
.s5nl-pressure .s5nl-seg:nth-child(5) { background: #B65F26;border-radius: 0 8px 8px 0;}
/* label positions — top: centers of seg2 & seg4; bot: centers of seg1, seg3, seg5 */
.s5nl-pressure .s5nl-lbl-top:nth-child(1) { left: 7.5%; }
.s5nl-pressure .s5nl-lbl-top:nth-child(2) { left: 64%; }
.s5nl-pressure .s5nl-lbl-bot:nth-child(1) { left: 1%; }
.s5nl-pressure .s5nl-lbl-bot:nth-child(2) { left: 22.5%; }
.s5nl-pressure .s5nl-lbl-bot:nth-child(3) { left: 92.5%; }
/* s5nl-risks-mini label positions (89/11) */
.s5nl-risks-mini .s5nl-lbl-bot:nth-child(1) { left: 44.5%; }
.s5nl-risks-mini .s5nl-lbl-bot:nth-child(2) { left: 94.5%; }
/* s5nl-invest-mini label positions (63/32/4/1) */
.s5nl-invest-mini .s5nl-lbl-bot:nth-child(1) { left: 31.5%; }
.s5nl-invest-mini .s5nl-lbl-bot:nth-child(2) { left: 79%; }
.s5nl-invest-mini .s5nl-lbl-bot:nth-child(3) { left: 97%; }
/* s5nl-review: light→dark colors (48/22/12/17) */
.s5nl-review .s5nl-lbl { transition: opacity 0.5s ease 0.9s; }
.s5nl-review .s5nl-segbar { height: 75px; }
.s5nl-review .s5nl-seg:nth-child(1) { background: #FED2B5; border-radius: 8px 0 0 8px !important; }
.s5nl-review .s5nl-seg:nth-child(2) { background: #F79F66; }
.s5nl-review .s5nl-seg:nth-child(3) { background: #E88647; }
.s5nl-review .s5nl-seg:nth-child(4) { background: #D67130; border-radius: 0 8px 8px 0 !important; }
.s5nl-review .s5nl-seg span { color: #000; }
/* label centers — top:seg2=59%,seg4=90.5%; bot:seg1=24%,seg3=76% */
.s5nl-review .s5nl-lbl-top:nth-child(1) { left: 49%; }
.s5nl-review .s5nl-lbl-top:nth-child(2) { left: 83%; }
.s5nl-review .s5nl-lbl-bot:nth-child(1) { left: 1.2%; }
.s5nl-review .s5nl-lbl-bot:nth-child(2) { left: 71.5%; }
.s4nl-il-val {
    font-weight:600;
    font-size: 1.15em;
    color: #1A1A1A;
}
/* Vertical bar chart */
.stat-vbars {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 154px;
    list-style: none;
    padding: 0 0 1px;
	margin-top: 40px;
}
.stat-vbars li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
	width: 100%;
	min-height: 332px;
}
.stat-vbars b {
    font-size: 20px;
    font-weight:600;
    color: #1A1A1A;
    margin-bottom: 8px;
    white-space: nowrap;
}
.stat-vbars span {
    display: block;
    width: 52px;
    height: 0;
    background: linear-gradient(to top, #BF4B00, #FFD5B9);
    border-radius: 6px 6px 0 0;
    transition: height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    border: .9px solid #BF4D02;
}
.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:600 !important;
    background: #FFEFB0;
    color: #1A1A1A;
    margin-top: 20px;
    padding: 8px;
}
.intro {
    max-width: 90%;
    margin-bottom: 40px;
}
.tab-bar {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    background: #00006C;
    padding: 12px;
    width: fit-content;
    border: 1px solid #92B6FF;
    font-weight:600;
	margin: 0 0 40px;
}
.tab-bar li {
	padding: 8px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-weight:500;
    color: #fff;
}
.tab-bar li.active, .tab-bar li:hover {
    background: #EAAB00;
    color: #000;
}
.panels { margin-bottom: 40px;background: #00006C;padding: 0; border:1px solid #92B6FF; }
.panel{ display: none; padding: 32px; }
.panel.active { display: block; }
.panel-left {
    padding: 10px 60px 10px 10px;
}
.panel-right {
    border-left: 1px solid #286FFF;;
    padding-left: 45px;
	padding-right: 24px;
}
.country-label {
    font-weight:600;
    font-size: 1.1em;
    margin: 0 0 25px;
}
.big-stat {
    font-size: 8em;
    font-weight:600;
    line-height: 1;
    color: #FFC55E;
    margin-bottom: 48px;
    transform: scaleY(1.4);
    border-bottom: 1px solid #286FFF;
    display: block;
}


/* 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; }

/* Section 4 panel-left: person icons fill full width, single row */
#section4 .panel-left .people {
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
}
#section4 .panel-left .person {
    flex: 1 1 0;
    min-width: 0;
    height: 15px;
}

@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: 20px;
    background: #FFF1E7;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.s3-bar-fill {
    height: 100%;
    background: linear-gradient(to right, #BF4B00, #FFD5B9);
    border-radius: 0 20px 20px 0;
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    position: relative;
    overflow: visible;
}
.s3-bar-fill b {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight:600;
    font-size: 0.8em;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.s3-bar-fill.done b { opacity: 1; }
.s3-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    color: #000;
    font-weight:200;
}

/* Cross-market comparison */
.comp-title {
    font-weight:600;
    color: #fff;
    font-size: 17px;
    margin: 0 0 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #286FFF;
}
.s3-comp-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
.comp-flag { width: 42px; }
.comp-name {
    min-width: 100px;
    font-size: 16px;
    font-weight:600;
}
.s3-comp-bar {
    flex: 1;
    height: 26px;
    background: #002E8B;
    border-radius: 12px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.s3-comp-fill {
    height: 100%;
    background: linear-gradient(to right, #C2D6FF, #2861FF);
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.s3-comp-row.active .s3-comp-fill {
    background: linear-gradient(to left, #FFFBDF, #FFC003, #DC8B00);
}
.s3-comp-pct {
    font-size: 16px;
    font-weight:600;
    color: #fff;
    min-width: 36px;
    text-align: right;
}
.s3-comp-row.active .s3-comp-pct {color: #FFD074;}

/* Note box */
.note {
    background: #00006C;
    border: 1px solid #92B6FF;
    padding: 20px 28px;
    margin-bottom: 56px;
}
.note p {margin: 0;}


/* s3 checkbg wrapper */
.tab-container{
    margin-bottom: 40px;
}

/* ----------- Section 5 Netherlands (Paraatheid) ----------- */
#section5 {
    background-color: #FFF6F0;
    color: #000;
    background-image: linear-gradient(to right, #efdbce .5px, transparent .5px), linear-gradient(to bottom, #efdbce .5px, transparent .5px);
    background-size: 15px 15px;
    background-repeat: repeat;
}
.s5nl-hd { font-weight:600 !important; color: #1A1A1A !important; margin: 0 0 28px !important; padding-top: 50px; }
.s5nl-vbars span { width: 100%; min-height: 0; }
.s5-prd-stats.s5nl-vbars span{width: 80px;}
.s5nl-vbars p { background: none !important; color: #000 !important; font-weight:600 !important; font-size: 15px !important; padding: 10px 0 0 !important; }
.s5nl-vbars b { color: #1A1A1A !important; }
.s5nl-note-box {border: 1px solid #BF4D02;background: #FFE5D4;padding: 28px 36px;margin: 10px 0 50px;border-radius: 9px;}
.s5nl-note-box p { font-weight:400 !important; font-size: 1em !important; color: #1A1A1A; margin: 0 !important; line-height: 1.7; }
.s5nl-sub-note { font-size: 1em !important; color: #000 !important; margin: 8px 0 48px !important; font-weight:400 !important; }
.s5nl-sub-note strong { color: #BF4D02 !important;font-weight:600 !important; }
.s5nl-segwrap { position: relative; }
.s5nl-segwrap.s5nl-review .s5nl-seg{margin-right: 0;border-radius: 0;}
.s5nl-segbar { display: flex; width: 100%; height: 56px;}
.s5nl-seg { height: 100%; display: flex; align-items: center; padding: 0 12px; width: 0;flex-shrink: 0; transition: none;position: relative;border-radius:0 8px 8px 0;background: linear-gradient(to right, #BF4B00, #FFD5B9); margin-right: -5px;}
.s5nl-seg:nth-child(1){z-index: 3;}
.s5nl-seg:nth-child(2){z-index: 2;}
.s5nl-seg:nth-child(3){z-index: 1;}
.s5nl-seg:after{content:"";position: absolute;width: .6px;height: 90px;background: #000;right: 0;opacity: 0;transition: opacity 0.2s ease;}
.s5nl-seg:last-child:after { display: none; }
.s5nl-segwrap.s5nl-labels-visible .s5nl-seg:after { opacity: 1; }
.s5nl-seg span { font-weight:600; font-size: 1.2em; white-space: nowrap; color: #fff; }
.s5nl-top-lbls { position: relative; height: 90px; }
.s5nl-bot-lbls { position: relative; height: 90px; margin-bottom: 36px; }
.s5nl-lbl {
    position: absolute;
    font-size: .9em;
    color: #000;
    width: 120px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
    font-weight:600;
    line-height: 1.4;
}
.s5nl-segwrap.s5nl-labels-visible .s5nl-lbl {
    opacity: 1;
    visibility: visible;
}
.s5nl-lbl span { display: block; }
.s5nl-lbl-top { bottom: 0; padding-bottom: 22px;z-index: 9; }
.s5nl-lbl-top::after {content: '';display: block;width: 1px;height: 32px;background: #000;position: absolute;top:45px;}
.s5nl-lbl-top::before { content: '';position: absolute;bottom: 12px;left: -2px; width: 5px;height: 5px;border-radius: 50%;background: #000;}
.s5nl-lbl-bot { top: 0; padding-top: 22px;z-index: 9; }
.s5nl-lbl-bot::before {content: '';display: block;width: 1px;height: 32px;background: #000;position: absolute;top: -16px;}
.s5nl-lbl-bot::after {content: '';position: absolute;top: 11px;left: -2px;width: 5px;height: 5px;border-radius: 50%;background: #000;}
.s5nl-rv-wrap { display: table; table-layout: fixed; width: 100%; }
.s5nl-rv-col { display: table-cell; vertical-align: bottom; width: 50%; padding: 0 32px 0 0; }
.s5nl-rv-col + .s5nl-rv-col { padding: 0 0 0 32px; border-left: 1.5px solid #BF4D02; }
.s5nl-rv-title { font-weight:600 !important; font-size: 0.95em !important; border-bottom: 1.5px solid rgba(191,77,2,0.3); padding-bottom: 12px; margin-bottom: 24px !important; color: #1A1A1A !important; }
.s5nl-mini-seg .s5nl-segbar { height: 46px; margin-top: 24px; }
.s5nl-mini-seg .s5nl-top-lbls { display: none; }
.s5nl-mini-seg .s5nl-bot-lbls { height: 72px; margin-bottom: 0; }
/* Risks vs Investment chart box */
.s5nl-chart-box { background: #FFFFFF; border: 1px solid #C9855A; padding: 36px 40px 16px; margin-bottom: 48px; }
.s5nl-rv-box {background: #FFE5D4;border: 1px solid #BF4D02;padding: 36px 40px 32px; margin-bottom: 48px; }
.s5nl-rv-box-hd { font-weight:600 !important; font-size: 1.2em !important; color: #1A1A1A !important; margin: 0 0 32px !important; padding-top: 0 !important; line-height: 1.4; }
.s5nl-chart-box .s5nl-vbars { margin-top: 16px; margin-bottom: 130px; }
.s5nl-rv-wrap .s5nl-vbars { margin-top: 45px; margin-bottom: 130px; gap: 0;}
/* s5nl-rv-bar: full-width bar (61/32/6/1) below the two-column vbar layout */
.s5nl-rv-bar { margin-top: 70px; }
.s5nl-rv-bar .s5nl-lbl { transition: opacity 0.35s ease; }
.s5nl-rv-bar .s5nl-segbar { height: 75px; }
.s5nl-rv-bar .s5nl-seg:after { display: none; }
.s5nl-rv-bar .s5nl-bot-lbls { height: 80px; margin-bottom: 0; }
.s5nl-rv-bar .s5nl-lbl { width: 90px; font-size: 0.9em; }
/* labels at left edge of each segment */
.s5nl-rv-bar .s5nl-lbl-bot:nth-child(1) { left: 1.5%; }
.s5nl-rv-bar .s5nl-lbl-bot:nth-child(2) { left: 57%; }
.s5nl-rv-bar .s5nl-lbl-bot:nth-child(3) { left: 87.5%; }
.s5nl-rv-bar .s5nl-lbl-bot:nth-child(4) { left: 95%; }

/* Read more — desktop: full content visible */
.rm-dots { display: none; }
.rm-trigger { display: none; }
.rm-more-text { display: inline; }
.rm-more-para { display: block; }

/* ----------- Conclusion Styles ----------- */
#conclusion {
	background: #ffffff;
}
#conclusion p {
	width: 80%;
   font-weight:200;
    font-size: 1.2em;
}
.conclusion-image{translate: 0 34%;}

/*--------popup form--------*/
.overlay, .overlay * {
    box-sizing: border-box;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
}
.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 90vh;
}
h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    color: #fff;
    font-size: 1.2rem;
    padding: 20px 25px;
    margin-bottom: 30px;
	background:#1E29B5;
}
.popup-content form {
    width: 90%;
    margin: 0 auto;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
	    margin-bottom: 20px;
        height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 16px;
    z-index: 8;
    opacity: 0.7;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}

.form-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
      text-align: center;	
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}

.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}
.form-control textarea {
    padding: 10px 15px;
}
.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}

.btn-submits button {
  	border-radius: 2px;
    font-size: 16px;
    font-weight:600;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    border: none;
	background: #f7c94a;
}

.btn-submits button:hover {
    background: #002089;
	color: #fff;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
  background: #222222;
  border-color: #222222;
}

.active-row.form-control::before {
  border-top-color: #15368b;
  border-right-color: #15368b;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}

.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #15368b;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state,.uscountry select#ukcountry_region {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
#IframeUrl #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
	    width: 4px;
    height: 7px;
    border: 1px solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
#meGDPRMessage a{
    color: #000000;
    text-decoration: underline !important;
}
#meGDPRMessage a:hover {text-decoration: none !important;}
p.callback-text {
        margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}

p.privacy-policy {
      font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

p.privacy-policy a {
  color: #000000;
  text-decoration: underline!important;
}
#meGDPRMessage {
      color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}
#meGDPRMessage label {
    cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
    height: 12px!important;
    width: 12px!important;
    top: 1px;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.msgcon {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 400px;
    background: #205FE9;
    padding: 40px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close {
    position: absolute;
    z-index: 999;
    top: 1px;
    right: 1px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    /* background: #205FE9; */
    border-radius: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
   font-weight:500;
}
.msg-close:hover{
	    opacity: 0.8;
}
.msgcon img {
    width: 100%;
    height: auto;
}
.msgcon h3 {
    font-weight: 500;
    font-size: 1.5em;
    line-height: normal;
    font-weight:600;
    margin: 0 0 10px;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #ffffff;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.privacy-policy, .privacy-policy a {
	color: #fff;
}

/* ----------- 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;
    }
}
/* ----------- 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;}
    .s4-donut-item{flex: 1 1 26%;}
}
@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%;}
    .s3-big-pct{font-size: 160px;}
#top-header{padding:18px 0;position:fixed;}

}
@media only screen and (max-width: 992px) {
    .banner-image svg{margin-top: 0;}
    .banner-image{width: 450%;}
	.card-panel{min-height: auto;width: 100%;}
    .card-content{min-height: auto;}
    .card-right{margin: 40px 0 0 0;}
	.country-maps { flex-wrap: wrap; }
	.intro{max-width: 100%;}
	.panel-left {padding: 10px;}
    .panel-right { border-left: none;padding: 10px; padding-top: 24px; }
    .s3-box, .s3-card { display: block; }
    .s3-box-left, .s3-box-right { display: block; width: 100%; border-right: none; border-bottom: 1px solid #BF4D02; padding: 24px; }
    .s3-box-right { border-bottom: none; }
    .s3-chart-title { font-size: 1.25em !important; }
    .s3-top3-columns { display: block; }
    .s3-top3-label, .s3-top3-bars { display: block; width: 100%; border-right: none; border-left: none; padding: 24px 20px; border-bottom: 1px solid #BF4D02; }
    .s3-top3-bars { padding-bottom: 111px; }
    .s3-top3-bars-r { border-bottom: none; }
    .s3-card-img { display: none; }
    .s3-card-text { padding: 24px 20px; }
    .note br { display: none; }
	.note h3 { margin-bottom: 12px;font-size: 20px; }
	#section4 .note{padding: 28px;}
	#section4 .panel-right{border: none;}
	.stat-vbars p{font-size: 14px !important;padding: 0;}
    .s4nl-donut-row { display: block; }
    .s4nl-donut-left, .s4nl-donut-text { display: block; width: 100%; padding-right: 0; }
    .s4nl-donut-left { margin-bottom: 28px; text-align: center; }
    .s4nl-donut-wrap { display: inline-block; }
    .s4nl-donut-svg { width: 280px; height: 280px; }
    .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 { grid-template-rows: 160px 90px 120px; }
    .s8-grid2 { grid-template-rows: 216px 158px; }
	#conclusion p{width: 100%;}
    .conclusion-image {translate:none;}
	.conclusion-image img{width: 100%;max-width: 300px;display: block;margin: 45px auto 0;}
	.ebook-banner img{display: none;}
    .s8-board-col{padding: 25px 0 0 0;}
    .s8-board-col p{text-align: center;}
    .s5nl-rv-box { padding: 24px 24px 24px; }
    .s5nl-rv-wrap { display: block; }
    .s5nl-rv-col { display: block; width: 100%; padding: 0; border-left: none; }
    .s5nl-rv-col + .s5nl-rv-col { padding: 0; border-left: none; border-top: 1px solid rgba(191,77,2,0.3); margin-top: 32px; padding-top: 32px; }
    .s5nl-segbar { height: 44px; }
    .s5nl-rv-bar .s5nl-lbl { width: 80px; }
    .s3-top3-bars-l:after, .s3-top3-label br{ display: none; }
    .s4nl-chart-3 .s4nl-lbl-top:nth-child(2){left: 88.5%;}
}
@media only screen and (max-width: 650px) {
#top-header{padding:15px 0;position:fixed;}
.site-logo{width: 160px;}
.logo-brand:before{display:none;}
.logo-brand {font-size: 1.4em;}
    h1{font-size: 2em;}
    #banner p{font-size: 1.3em;}
    section{padding: 80px 0;}
        .checkerboard-bg, section:not(#banner){background-image:none !important;}
	#banner br, .s3-chart-title br, h2 br, .s3-card, .s4nl-hd, .s4nl-segwrap.s4nl-chart-1, .s4nl-note, .s4nl-donut-left, .s4nl-seg:last-child,
    .s4nl-top-lbls .s4nl-lbl:last-child, .stat-vbars.s5-prd-stats li:nth-child(2), .stat-vbars.s5-prd-stats li:nth-child(4), .s5nl-pressure .s5nl-segbar, .s5nl-pressure .s5nl-bot-lbls{display: none;}
    .s4nl-lbl{font-size: .8em;}
    .tab-bar {display: none;}
	.big-stat{font-size: 6em;margin-bottom: 34px;}
	.comp-flag{display: none;}
	#section3 .note{background: none; border: none; padding: 0;}
    .s4-hero-right { grid-template-columns: 1fr; gap: 8px; }
    .s4-stat-card { gap: 15px; padding: 16px 18px;min-height:auto;display: block; }
    .s4-stat-card > strong { font-size: 36px;margin-bottom: 10px;}
    .s4-stat-card > p{margin-top: 12px !important;}
    .s4-donut-item { flex: 1 1 50%;}
    .s4-detect-badge { font-size: 40px; }
    .s8-panel, .s8-grid-panel { padding: 30px; }
    .s8-big { font-size: 64px;margin-right: auto; }
    .s8-stat-col, .s8-board-col p{text-align: left;padding: 0;}
    .s8-pbar { display: none; }
    .s8-plabels { flex-wrap: wrap; gap: 0; margin: 0px; }
    .s8-plabels li { flex: 1 1 50%; width: auto; padding: 16px 12px 16px 0; padding-top: 16px; white-space: normal; font-size: 16px; opacity: 1; transform: none; }
    .s8-plabels li b { display: block; color: #F0FF25; font-size: 1.6em; font-weight:600; line-height: 1.1; margin-bottom: 4px; }
    .s8-plabels li::before, .s8-plabels li::after { display: none; }
    .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; grid-template-rows: 1fr 1fr; }
    .s8-tile { padding: 16px 14px; }
    .s8-tile b { font-size: 26px; }
	.dt-text{display: none;}
	.mb-text{display: block;}
    #section4 .panel-right li { gap: 4px 6px; padding: 4px 6px; flex-wrap: wrap; }
    #section4 .panel-right .comp-flag { width: 24px !important; height: auto !important; }
    #section4 .panel-right .comp-name { flex: 1 1 100%; }
    #section4 .panel-right li .people { flex: 1 1 auto; }
    #section4 .panel-right .person { width: 14px !important; height: 26px !important; }
    #section4 .panel-right li > b {min-width: 46px; flex-shrink: 0; }
    #section3 .panel-right .s3-comp-row { flex-wrap: wrap; gap: 6px 12px; }
    #section3 .panel-right .comp-name { flex: 1 1 100%; }
    #section3 .panel-right .s3-comp-bar { flex: 1 1 auto; }
    #section3 .panel-right .s3-comp-pct { flex-shrink: 0; }
	.msgcon {width: 75%;}
	.ebook-banner h3{text-align: center;}
	.download-button{width: 100%;text-align: center;}
    #section4 .s4-detect-badge { color: #F5A800; font-size: 40px; background: none; }
    #section4 .s4-detect-aside b { color: #F5A800; font-size: 40px; }
    .s3-big-pct{font-size: 112px;}
    /* pressure chart — reduce bar height, hide top labels to avoid overlap */
    .s5nl-pressure .s5nl-top-lbls { display: none; }
    .s5nl-pressure .s5nl-bot-lbls { height: 72px; }
    .s5nl-pressure .s5nl-lbl { width: 80px; font-size: 0.68em; }
    .s5nl-pressure .s5nl-lbl-bot:nth-child(1) { left: 5%; }
    .s5nl-pressure .s5nl-lbl-bot:nth-child(3) { left: 93%; }
    /* rv-bar at 650px */
    .s5nl-segwrap { display: none; }
    .s5nl-rv-bar .s5nl-lbl { width: 70px; font-size: 0.68em; }
    .s5nl-rv-bar .s5nl-lbl-bot:nth-child(3) { left: 92%; }
    .s5nl-rv-bar .s5nl-lbl-bot:nth-child(4) { left: 97%; }
    /* review at 650px */
    .s5nl-review .s5nl-segbar { height: 36px; }
    .s5nl-review .s5nl-top-lbls { height: 72px; }
    .s5nl-review .s5nl-bot-lbls { height: 72px; }
    .s5nl-review .s5nl-lbl-top:nth-child(2) { left: 88%; }
    /* stack rv-wrap columns vertically */
    .s5nl-rv-wrap { display: block; }
    .s5nl-rv-col { display: block; width: 100%; padding: 0; border-left: none; }
    .s5nl-rv-col + .s5nl-rv-col { padding: 0; border-left: none; border-top: 1px solid rgba(191,77,2,0.3); margin-top: 32px; padding-top: 32px; }
    /* Read more — mobile only */
    .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: #BF4B00;
        font-weight:600;
        font-size: 1em;
        cursor: pointer;
        text-decoration: underline !important;
    }
    .stat-vbars.s5-prd-stats p{font-size: 13px !important;}
    .s5nl-last-note{margin-bottom: 0 !important;}
    .stat-vbars p {font-size: 13px !important;}
    .s4nl-bot-lbls, .s3-box.s3-top3{margin-bottom: 0;}
}
@media only screen and (max-width: 450px) {
	#section3 .panel-left .person { height: 12px; }
	#section4 .panel-left .person{ height: 10px;}
   .stat-vbars{gap: 0;}
}