 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-top: 90px;
	font-family: "Elevance Sans";
	/* padding-bottom: 30px; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

.only-mobile {
    display: none;
}

.container {
    max-width: 1410px;
}

.section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background: white;
    padding: 20px 10px;
    box-shadow: 0px 16px 11px 0px rgba(0, 0, 0, 0.04);
}
.logo img {
    height: 32px;
    width: auto;
}

.header-container {
    max-width: 1210px;
    width: 100%;
    margin: auto;
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 240px;
    margin: auto 0px;
}

nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    margin-left: 15%;
    gap: 17px;
}

nav.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.title, h1 {
    font-weight: 700;
}

.title {
    color: var(--BLUE23Re-1355E9, #1355E9);
    text-align: center;
    font-family: "Elevance Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 144% */
}

.hero-video {
    /* height: 900px; */
    /* max-height: 100vh; */
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 0;
}

.section-video {
    position: relative;
    width: 100%;
    /* height: 650px; */
    /* max-height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
}
.col-md-6.col-video-left {
    background: var(--BLUE23Re-f5f5f5, #F5F5F5);
    display: flex;
}

.col-video-right {
    min-height: 700px;
}
 

nav.menu ul li.current {
    background: #eee;
    border-radius: 30px;
}

nav.menu ul li:not(.menu-button):hover {
    box-shadow: inset 0px 0px 0px 1px #1355E9;
}

h2.title.color-blue {
    color: white;
}
.hero-video:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;/* background: linear-gradient(90deg, #683DEA 0%, #276DE2 51.114439964294434%, #18E0FF 100%); */display: block;}

.hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: table;
    /* opacity: 0.25; */
}

.section-video > .container {
    margin: auto;
    position: relative;
    z-index: 1;
}

h1 {
    color: var(--BLUE23Re-1A3673, #1A3673);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 144% */
    letter-spacing: 0.5px;
    max-width: 500px;
}


.sub-title {
    font-size: 22px;
    color: black;
    font-weight: 400;
    line-height: 1.5;
    margin: 30px 0px 30px;
    max-width: 530px;
    color: var(--BLUE23Re-231E33, #231E33);
    font-family: "Elevance Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
}

a.button {
    display: table;
    line-height: 73px;
    padding: 0px 60px;
    color: #1A3673;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.72px;
    border-radius: 40px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    border-radius: 55px;
    background: var(--BLUE23Re-9ee110, #9EE110);
}

a.button.white {
    background: white;
    color: #0079c2;

}
 
a.button:hover {
    background: white;
    box-shadow: inset 0px 0px 0px 5px var(--BLUE23Re-9ee110, #9EE110);
}
a.button.white:hover {
    color: #084398;
    background: white;
}
.header-bottom {
    font-size: 18px;
    margin-top: 20px;
    color: #084398;
    font-weight: 600;
}

nav.menu ul li a {
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    color: var(--BLUE23Re-1A3673, #1A3673);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 136.364% */
    letter-spacing: 0.22px;
}

nav.menu ul li.menu-button {
    height: 60px;
    margin: auto 0px;
}

nav.menu ul li {
    margin: auto 0px;
    padding: 0px 10px;
    transition: 0.2s all ease;
    border-radius: 20px;
}

nav.menu ul li.menu-button a {
    border: 5px solid #9EE110;
    height: 100%;
    line-height: 51px;
    font-size: 24px;
    display: block;
    color: #1a3673;
    border-radius: 40px;
    padding: 0px 31px;
    background: var(--BLUE23Re-9ee110, #9EE110);
    font-weight: 600;
}

nav.menu ul li:not(.menu-button):hover a {
    color: #1355e9;
    text-decoration: none;
    /* box-shadow: inset 0px 0px 0px 1px #1355E9; */
}

nav.menu ul li.menu-button a:hover {
    background: white;
    /* background: #276de2; */
    text-decoration: none;
}

.section-box {
    text-align: center;
    padding: 90px 0px;
    background: #ffffff;
}

.section-navigate {
    padding: 90px 0px;
    background: var(--BLUE23Re-1355E9, #1355E9);
}

.section-personalized {
    padding: 0px 0px;
    background: #F6F6F6;
    /* min-height: 620px; */
}

*.color-white {
    /* color: white; */
}

.blue-box {
    /* background: #276de2; */
    border-radius: 13px;
    /* padding: 140px 0px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.blue-box-inner {
    margin: auto;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
}

.blue-boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1230px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blue-box-small {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px 20px;
    position: relative;
    padding: 20px 0px;
    margin-top: 60px;
    color: var(--BLUE23Re-231E33, #231E33);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px; /* 150% */
    letter-spacing: 0.3px;
}

.blue-box-small .icon {
    height: 125px;
    margin-bottom: 30px;
    /* margin-top: -50px; */
}

.blue-box-small .icon img {
    /* object-fit: scale-down; */
    /* height: 75px; */
    margin: auto auto 30px;
    object-position: center;
}
.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 0;
    z-index: 2;
}

div#features-carousel {
    max-width: 1210px;
    margin: auto;
}

div#features-carousel + hr {
    height: 2px;
    border: 0;
    max-width: 990px;
    width: 90%;
    background: #69B3E7;
    margin: 30px auto auto;
}
.boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 600px; */
    /* max-width: 100%; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.box-small {
    /* background: #276de2; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin: 0px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 15px;
    border-radius: 10px;
}
 
.box-small .icon {
    height: 150px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.box-small .icon img {width: auto;margin: auto;}

.box-small .label {
    color: var(--WHITE, #FFF);
    text-align: center;
    font-family: "Elevance Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 150% */
    letter-spacing: 0.3px;
}

.box-small.b-1 {
    /* background: #001D4B; */
}

.box-small.b-2 {
    /* background: #042D6A; */
}

.box-small.b-3 {
    /* background: #084398; */
}

.box-small.b-5 {
    /* background: #1c7db1; */
}



.section-navigate a.button {
    margin: 70px auto 0px;
}
.section-personalized .text p {
    color: var(--BLUE23Re-231E33, #231E33);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 175% */
    letter-spacing: 0.4px;
}

.section-personalized .text {
    margin: 30px auto 40px;
    max-width: 489px;
}
div#expert a.button {
    margin: auto;
    margin-bottom: 40px;
}
.pers-image img {
    /* border-radius: 13px; */
}

.section-better {
    padding: 90px 0px;
}

.prcnt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 600px; */
    /* max-width: 100%; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 50px;
    justify-content: center;
    margin-top: 90px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prcnt-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 340px;
    margin: 0px 3px 0px;
    padding: 40px 20px;
    /* background: #003A96; */
    /* border-radius: 13px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.prcnt-text {
    margin: auto;
    width: 100%;
    color: var(--BLUE23Re-1A3673, #1A3673);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 120% */
    letter-spacing: 0.25px;
    margin-bottom: auto;
}

.prcnt-number {
    margin: 41px auto 0px;
    color: var(--BLUE23Re-1355E9, #1355E9);
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px; /* 100% */
    letter-spacing: 1px;
    text-align: center;
}

.prcnt-box.box-2 {
    background: var(--BLUE23Re-f5f5f5, #F5F5F5);
}

.prcnt-box.box-3 {
    background: var(--BLUE23Re-e1edff, #E1EDFF);
}
 

.section-better a.button {
    margin: 110px auto 0px;
}

.section-blue {
    padding: 90px 0px;
    margin-bottom: 0px;
    background: var(--BLUE23Re-f5f5f5, #F5F5F5);
}

.blue-images {
    position: relative;
    width: 100%;
    height: 610px;
}
img.play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    right: 0;
    cursor: pointer;
}

.video-holder {
    left: -15px;
    position: relative;
    text-align: center;
}
 
div#expert h2.title {
    margin-top: 30px;
}

img.thumb {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
}

.prcnt-box.box-1 {
    border: 1px solid #69B3E7;
    background: var(--WHITE, #FFF);
}
.bimg-1 {
    /* position: absolute; */
    /* left: -14%; */
    /* top: -15%; */
    text-align: center;
}

.bimg-2 {
    position: absolute;
    left: 30%;
    top: 10%;
}

.bimg-s {
    position: absolute;
    bottom: -11%;
    left: -30%;
}
 

.bimg-1 img {
    max-width: 100%;
}
 

.section-blue .title.color-white {
    font-size: 50px;
    max-width: 410px;
    margin-bottom: 35px;
    text-align: start;
}






.bb-svg-aqua_tab {
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    z-index: 2;
    position: absolute;
    margin: auto;
    background: #084398;
    padding: 25px 18px 15px;
    border-radius: 0px 0px 30px 30px;
}

.bb-svg-aqua_tab img {width: 100%;}

.bb-svg-aqua_plus {
    top: 45px;
    left: 0;
    right: -90px;
    width: 12px;
    z-index: 2;
    position: absolute;
    margin: auto;
}

.svg-bulb {
    position: absolute;
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 28px;
    left: 30%;
    top: -14%;
    z-index: 2;
}

.svg-ex {
    position: absolute;
    right: 34%;
    bottom: -14%;
    width: 30px;
}



.col-video-left-cont {
    max-width: 600px;
    margin: auto;
    margin-left: auto;
    /* min-height: 760px; */
    padding: 70px 10px;
    margin-right: 50px;
}

h1 strong {
    color: #084398;
}

.blue-box-small--tophalf {content: '';position: absolute;width: 100%;height: 0;left: 0;top: 0;padding-top: 80%;line-height: 1;background: white;border-radius: 50%;z-index: -1;transform: translateY(-47%);}

.section-blue .header-bottom {
    color: white;
}




.hide-desktop {
    display: none;
}



button.mobile-toggler {
    display: none;
}


.section-blue .title {
    text-align: start;
    margin-bottom: 61px;
}
.hero-image {
    background: url(../images/hero.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

footer.footer {
    background-color: #1355E9;
    padding: 50px 15px 40px;
    /* margin-bottom: 15px; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    color: white;
}

.footer-content p {
    margin-top: 20px;
    /* color: #ffffff; */
    /* font-size: 16px; */
    /* font-weight: 300; */
    /* line-height: 1.3; */
    /* letter-spacing: 1px; */
}


.footer-content img {
    max-width: 270px;
}

.footer-content img {
    margin: auto 0px;
    align-items: center;
    height: 30px;
}

.footer-content p {
    /* margin: auto 40px; */
    /* font-weight: 400; */
    /* font-style: italic; */
}

.footer-content-2 {
    /* color: #ffffff; */
    /* font-size: 16px; */
    /* font-weight: 300; */
    /* line-height: 1.3; */
    /* letter-spacing: 1px; */
    /* font-weight: 500; */
    margin: auto;
    /* font-style: italic; */
    margin-top: 40px;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 40px;
}


.footer-content {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.img-carets-quotes {
    position: relative;
    font-size: 40px;
}

.img-carets-quotes:before {content: '<"';left: 0;transform: translateX(-100%);}
.img-carets-quotes:after {content: '">';right: 0;transform: translateX(100%);}
.img-carets-quotes:before,
.img-carets-quotes:after {
    position:absolute;
    top:0;
    bottom:0;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 0px 10px;
    display: none;
}

.img-carets {
    position: relative;
    font-size: 40px;
    display: table;
}

.img-carets:before {content: '<';left: 0;transform: translateX(-100%);}
.img-carets:after {content: '>';right: 0;transform: translateX(100%);}
.img-carets:before,
.img-carets:after {
    position:absolute;
    top:0;
    bottom:0;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 0px 10px;
    display: none;
}


@media (max-width:1240px) and (min-width:768px) {
    nav.menu ul {
        margin-left: 30px;
    }
    
    nav.menu ul li.menu-button a {
        padding: 0px 10px;
        line-height: 40px;
        font-size: 20px;
    }
    
    nav.menu ul li.menu-button {
        height: 50px;
    }
     
    .section-header {
        /* padding: 10px; */
    }
    
    .section-video {
        height: auto;
    }
    
    h1 {
        font-size: clamp(30px, 6vw, 50px);
    }
    
    .logo {
        flex: 0 0 auto;
    }
    
    .box-small {
        margin: 10px;
    }
    
    .section-navigate {
        padding: 50px 0px 50px;
    }
    
    .blue-box {
        padding: 100px 0px;
    }
    
    .section-personalized {
        padding: 0px 0px;
    }
    
    h2.title {
        font-size: 38px;
    }
    
    .prcnt-box {
        margin: 6px 7px;
    }
    
}
@media (max-width:767px)
{ 
 

	.hero-image {
		position: relative;
		height: 85vw;
		margin: 0px -15px;
		width: calc(100% + 30px);
	}
	.wrapper {
		overflow-x: hidden;
	}
	.blue-images {
		/* overflow: hidden; */
		height: auto;
		margin-bottom: 40px;
	}
	.mobile-order-2 {
		order: -1;
		min-height: auto;
	}

	.hero-video {
		position: relative;
		margin: 0 -15vw;
		width: 130vw;
	}

	.blue-box-small .icon {
		margin-bottom: 10px;
	}
	nav.menu {
		position: fixed;
		/* display: none; */
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.4s all ease;
		-o-transition: 0.4s all ease;
		transition: 0.4s all ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background: white;
		height: calc(100vh - 64px);
		top: 64px;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 10% 10%  160px;
	}

	.section-header {
		padding: 12px 15px;
	}

	.logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90px;
		flex: 0 0 250px;
		/* min-height: 50px; */
	}

	.only-mobile {
		display: block;
		margin: auto;
	}

	button.mobile-toggler {
		background:none; 
		border:0px;
		padding:0px;
		margin: auto 0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}

	.mobile-toggler span {
		height: 2px;
		background: #30519e;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}

	body {
		padding-top: 64px;
	}

	a.mobile-enroll {
		/* border: 3px solid #276de2; */
		height: 100%;
		line-height: 48px;
		display: block;
		/* color: #276de2; */
		border-radius: 40px;
		padding: 0px 13px;
		margin: auto;
		font-size: 14px;
		font-weight: 800;
		text-decoration: none;
		display: none;
	}

	h1 {
		font-size: 37px;
		/* max-width: 257px; */
		line-height: 1.2;
	}

	div#home {
		padding: 0px 0px 0px;
		height: auto;
		max-height: initial;
	}

	.blue-box {
		/* padding: 100px 0px 0px; */
	}

	.title {
		font-size: 30px;
		line-height: 1.3;
	}

	.blue-box-small {
		margin: 10px 10px 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2 - 40px);
		flex: 0 0 calc(100% / 2 - 20px);
		font-size: 20px;
		line-height: 1.4;
	}

	div#program {
		padding: 50px 0px;
	}

	div#features {
		padding: 40px 0px 70px;
	}

	.box-small {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100%  / 2 - 10px);
		flex: 0 0 calc(100%  / 2 - 10px);
		margin-bottom: 8px;
		padding: 20px 0px;
	}
 
	.col-video-left-cont {
	    max-width: 100%;
	    margin: 0;
	    padding: 30px 15px;
	}
	
	.blue-boxes-row {
	    margin: 0px auto;
	}
	
	.owl-nav {
	    top: 80px;
	    bottom: auto;
	}
	
	div#features-carousel + hr {
	    margin-top: 0px;
	}
	 
	div#expert .col-md-6.mr-auto.my-auto {
	    order: -1;
	}
	
	.video-holder {
	    left: auto;
	    width: 100vw;
	    left: -30px;
	    height: 160vw;
	}
	
	img.thumb {
	    min-height: auto;
	    margin: auto 0px;
	    width: 100vw;
	    height: 160vw;
	}
	div#expert {
		padding: 50px 15px;
	}

	
	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.pers-image {
		margin-bottom: 30px;
	}

	div#expert a.button {
		margin: 60px auto 30px;
	}

	.prcnt-box {
		padding: 40px 20px;
		margin-bottom: 5px;
		max-width: calc(100% - 30px);
	}

	.svg-bulb {
		left: -4%;
		top: 27%;
	}

	.svg-ex {
		bottom: -24px;
		background: white;
		padding: 17px;
		width: 60px;
		border-radius: 40px;
		right: 23%;
		z-index: 2;
	}

	.section-better a.button {
		margin-top: 70px;
	}

	div#impact {
		padding: 50px 0px;
	}

	.prcnt-row {
		margin-top: 50px;
	}

	.section-blue .title.color-white {
		font-size: 35px;
	}

	.section-blue {
		padding: 50px 15px;
		overflow: hidden;
		margin-bottom: 0px;
	}

	.bimg-1 {
		width: 100%;
		left: -26%;
		top: 16%;
	}

	.bimg-2 {
		left: 26%;
		width: 100%;
		top: 3%;
	}

	.bimg-s {
		left: -13%;
		bottom: 0;
	}

	.logo img {
		height: 30px;
	}
	 

	body.mobile-menu-open nav.menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	nav.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: auto;
		line-height: 3.7;
	}

	nav.menu ul li.menu-button {
		display: none;
	}

	nav.menu ul li a {
		font-size: 22px;
	}
	.prcnt-number {
	    margin: 20px auto 0px;
	    font-size: 80px;
	}
	
	footer.footer > .container {
	    text-align: center;
	    text-align-last: center;
	    font-size: 12px;
	}

	body.mobile-menu-open span.hm-1 {
		-webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
		    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
		        transform: rotate(45deg) translateX(6px) translateY(6px);
	}

	body.mobile-menu-open span.hm-3 {-webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);-ms-transform: rotate(-45deg) translateX(6px) translateY(-6px);transform: rotate(-45deg) translateX(6px) translateY(-6px);}

	body.mobile-menu-open span.hm-2 {
		-webkit-transform: rotate(445deg);
		    -ms-transform: rotate(445deg);
		        transform: rotate(445deg);
		opacity: 0;
	}

}	
.visually-hidden{
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
}


footer.footer  a {color:white !important;}
a.skip-to-content-link {
	font-size: 1rem;
    font-weight: 500;
    height: 0.0625rem;
    left: -62.4375rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0.0625rem;
    z-index: -999;}

a.skip-to-content-link:active, a.skip-to-content-link:focus {
    background-color: #ffffff;
    border: 0.25rem solid #276DE2;
    border-radius: 0.9375rem;
    color: #000000;
    height: auto;
    left: auto;
    margin: 0.625rem 35%;
    overflow: auto;
    padding: 0.3125rem;
    text-align: center;
    top: auto;
    width: 30%;
    z-index: 999;
}
a:focus {
    /* border: 1px solid red; */
}

video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important; 
}

.video-holder {
    height: 100%;
}
