 
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: 120px;
	font-family: 'Montserrat';
}
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%;
}


main {
    max-width: 100%;
    overflow: hidden;
}


.only-mobile {
    display: none;
}

.container {
    max-width: 1260px;
}

.section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    /* background: white; */
    padding: 30px 0px;
    transition: 0.2s all ease;
    box-shadow: 0px 16px 11px rgba(0, 0, 0, 0.04);
}
.logo img {
    max-height: 80px;
}

.header-container {
    max-width: 1230px;
    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 270px;
    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: center;
    /* margin-left: 23%; */
}

nav.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto;
}
 
div#features-carousel .feature-item-icon img {
    width: auto;
}

h1.main-title {
    font-size: 45px;
    line-height: calc(70/45);
    color: #1355E9;
}

h1.main-title span {color: #012169;}div#features-carousel .feature-item-icon img {
    width: auto;
}

h1.main-title {
    font-size: 45px;
    line-height: calc(70/45);
    color: #1355E9;
}

h1.main-title span {color: #012169;}
.sub-title {
    margin: 40px 0px 50px;
    max-width: 557px;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.1px;
}
.sub-title span {
    font-weight: 600;
}

a.button { 
    color: white; 
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
a.button:hover {
    text-decoration: none;
    background: #1355E9;
}

body nav.menu ul li.menu-button a:after {
    display: none !important;
}
  
.header-bottom {
    font-size: 19px;
    margin-top: 20px;
    color: white;
}

nav.menu ul li a {
    position: relative;
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.6px;
    display: block;
    padding: 7px 10px;
    margin: auto 5px;
}

nav.menu ul li.menu-button {
    height: 60px;
    margin: auto 0px;
    margin-left: auto;
    transition: 0s all ease;
    line-height: 60px;
}


li.menu-button.link-to-api a:after {
    display: none !important;
}
nav.menu ul li {
    margin: auto 0px;
}

nav.menu ul li.menu-button a {
    height: 100%;
    line-height: inherit;
    display: block;
    padding: 0px 31px;
    background-color: #1355E9;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0;
}

nav.menu ul li a:hover {
    /* color: #30519e; */
    text-decoration: none;
}

nav.menu ul li.menu-button a:hover {
    color: white;
    background: #276de2;
}




nav.menu ul li a:after {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;display: block;background: #1355E9;max-width: 0%;transition: 0.3s all ease;}

nav.menu ul li a:hover:after {
    max-width: 100%;
}
nav.menu ul li:first-child {
    margin-left: auto;
}


.main-title {
    font-size: 37px;
    color: #1355E9;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

.main-title span {
    color: 1355E9;
}

div#home {
    padding: 40px 0px;
    position: relative;
    margin-bottom: 180px;
}

.button {
    background-color: #1355E9;
    display: table;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    min-width: 270px;
    line-height: 55px;
    padding: 0px 30px;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    text-align: center;
}
.home-price {
    color: #121212;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.48px;
    color: #1355E9;
    margin-bottom: -120px;
}

.home-price span {
    color: #121212;
}

.home-right {
    position: relative;
    width: 100%;
}
 
.home-right-price {
    position: absolute;
    border: 7px solid #30519e;
    background-color: #ffffff;
    display: block;
    width: 200px;
    height: 200px;
    display: flex;
    border-radius: 130px;
    text-align: center;
    top: 155px;
    right: -20px;
}

.home-arrow {
    position: absolute;
    bottom: 26%;
    left: -32%;
}
 
.home-right-price .p {
    color: #28bbe7;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.48px;
    display: block;
}

.home-right-price span.m {
    color: #121212;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.48px;
}



.home-img {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    text-align: left;
}

.sub-title strong {
    font-weight: 600;
}

.home-img img {
    max-width: inherit;
}
 

.avatar-card {
    position: absolute;
    left: 0;
    bottom: 18%;
    margin: auto;
    display: table;
    z-index: 2;
    background: white;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0px;
    width: 200px;
    left: -100px;
    box-shadow: 0px -8px 34px rgba(200, 201, 213, 0.58);
}
.avatar-img img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: center;
    border-radius: 60px;
}
.avatar-name {
    color: #1355E9;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin: 10px 0px 10px;
}

.avatar-role {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.54px;
    padding: 0px 8px;
}










.linearrow-image {
    position: absolute;
    top: -311px;
    left: 54%;
}

.program-image-1 {
    margin-left: 0px;
}

 
.circle {
    position: absolute;
    background: #1355E9;
    width: 212px;
    height: 212px;
    display: flex;
    top: 50%;
    text-align: center;
    left: -45%;
    border-radius: 430px;
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
/* or 154% */
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
div#impact .impact-img-1 {
    position: absolute;
    left: -10%;
    right: 0;
    margin: auto;
    display: table;
    width: 58%;
    top: -3%;
    z-index: 2;
}
 
div#impact .home-right {
    min-height: 480px;
    position: relative;
    display: table;
    left: 20%;
}

div#impact .home-right-price.pos-2 {
    right: auto;
    left: -30px;
    z-index: 2;
    top: 160px;
}

div#impact .impact-img-2 {
    position: absolute;
    left: 42%;
    right: 0;
    margin: auto;
    display: table;
    width: 55%;
    top: 10%;
}

div#impact .home-right:after {
    top: 10%;
    height: 70%;
}
 
.circle > span {
    margin: auto;
}

.main-title span {
    /* color: #0072BC; */
}
div#impact .main-title {
    margin-bottom: 40px;
}
div#impact .impact-padding {
    padding-left: 0px;
    /* margin-top: -30px; */
}
div#impact {
    padding: 70px 0px 80px;
}

.strip-title {
    color: #1355E9;
    font-size: 45px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 0.67px;
    /* text-transform: uppercase; */
    position: relative;
    padding: 15px 0px 60px;
    left: -50%;
    width: calc(160%);
}

 
.strip-title-1 { 
    margin-bottom: 30px;
}
.strip-title-1 span {
    /* color: #1355E9; */
}
.program-text {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 47px;
    letter-spacing: 0.05em;
}

.program-text strong {
    font-weight: 700;
}

.program-image-2 {
    position: relative;
    z-index: -1;
    transform: translate(41%, -47%);
    margin-bottom: -120px;
}

div#features {
    max-width: 1220px;
    margin: auto;
    background: #E8EFF9;
    width: 100%;
    margin-bottom: 20px;
}



.strip-title-b {
    font-size: 45px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 0.67px;
    /* text-transform: uppercase; */
    position: relative;
    padding: 45px 0px 20px;
    text-align: center;
    color: #1355E9;
 }
 

.features-carousel {
    margin: -30px 0px 50px;
}

div#features-carousel .feature-item {
    /* background-color: #ffffff; */
    padding: 30px;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.8px;
    /* box-shadow: 0 10px 30px rgb(18 18 18 / 10%); */
    margin: 40px  30px 10px;
}

div#features-carousel .feature-item-icon {
    width: 130px;
    display: flex;
    margin: auto auto 20px;
    height: 140px;
}

div#features-carousel .feature-item-icon img {
    margin: auto;
    /* width: 136px !important; */
}
 
div#features-carousel .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 180px);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 33px;
    left: -90px;
    max-width: 100vw;
    right: -90px;
    padding: 0px 20px;
}
 
div#features-carousel .owl-carousel .owl-nav button {outline: none!important;border: 0!important;}
 






 
body.is-sticky .section-header {
    padding: 10px 15px;
    background: #fff;
} 

body.is-sticky nav.menu ul li.menu-button {
    height: 50px;
    line-height: 50px;
}


.bottom-copyrights {
    display: block;
    background: #1355E9;
    color: #7c7c81;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.9px;
    /* text-align: center; */
    color: #fff;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6; /* 187.5% */
    padding: 50px 10px 30px;
}
img.footer-logo {
    /* mix-blend-mode: multiply; */
    max-width: 250px;
    margin-bottom: 20px;
}

footer#bottom-copyrights p {
    /* font-size: 14px; */
    /* line-height: 1.7; */
    margin-bottom: 20px;
}

.hide-desktop {
    display: none;
}



.animate-in {
	-webkit-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	-o-transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	transition: 0.7s all cubic-bezier(0.25, 0.69, 0.46, 0.83) ;
	opacity: 0 !important; 
}
.animate-in.animate-in-right
{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	    transform: translateX(50px);
	
}
.animate-in.animate-in-left
{
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	    transform: translateX(-50px);
	
}
.animate-in.animate-in-up
{
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	    transform: translateY(50px); 
}
.animate-in.animate-in-down
{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	    transform: translateY(-50px); 
}
.animate-in.animate-in-down-2
{
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	    transform: translateY(-25px); 
}

.animate-in.animate-in-done {
    opacity: 1!important;
    -ms-transform: translateX(0px)!important;
        transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
}
button.mobile-toggler {
    display: none;
}

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;
}

div#videosection {
    padding: 30px 0px 0;
    max-width: 100%;
    margin: auto;
    background: #E8EFF9;
    width: 100%;
    margin-top: 10px;
}

div#videosection .video-cont {
    /* background: #E8EFF9; */
    position: relative;
    padding: 50px 5%;
}

.video-cont > a {
    display: table;
    position: relative;
    margin: auto;
}

.video-cont > a > img:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    max-width: 22%;
}

.video-cont > a > img {
    display: table;
}

.video-quote {
    max-width: 980px;
    margin: auto;
    background: #E8EFF9;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.quote {
    flex: 1;
    padding-inline-start: 40px;
    padding-top: 20px;
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
/* or 141% */
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
    z-index: 2;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px; /* 200% */
    letter-spacing: 0.6px;
}

.author {
    all: unset;
    display: block;
    font-style: normal;
    /* font-weight: 700; */
    font-size: 20px;
    margin-top: 30px;
    line-height: 35px;
/* identical to box height, or 175% */
    letter-spacing: 0.05em;
    color: var(--Light-blie, #1355E9);
}

.author span {
    font-weight: 700;
}

div#beforevideo h2.strip-title-1b {
    color: var(--Light-blie, #1355E9);
}

@media (min-width:992px)
{	
	.animate-in.animate-in-delay-1 { -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
	.animate-in.animate-in-delay-2 { -webkit-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
	.animate-in.animate-in-delay-3 { -webkit-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }
	.animate-in.animate-in-delay-4 { -webkit-transition-delay:1.2s; -o-transition-delay:1.2s; transition-delay:1.2s; } 
	.animate-in.animate-in-delay-5 { -webkit-transition-delay:1.5s; -o-transition-delay:1.5s; transition-delay:1.5s; }
	.animate-in.animate-in-delay-6 { -webkit-transition-delay:1.8s; -o-transition-delay:1.8s; transition-delay:1.8s; }
}

@media (max-width:992px)
{ 
	.wrapper {
		overflow-x: hidden;
	} 
	.logo img {max-height: 40px;}
	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 - 57px);
		top: 57px;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 10% 10%  160px;
	}

	.section-header {
		padding: 10px 15px !important;
	}

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

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

	button.mobile-toggler {
		margin: auto 0px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		height: 35px;
		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;
		margin-left: auto;
		border:0px;
		background:none;
		
	}

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

	body {
		padding-top: 60px;
		overflow-x: hidden;
	}

	a.mobile-enroll {
		border: 3px solid #276de2;
		height: 100%;
		line-height: 48px;
		display: block;
		color: #276de2;
		border-radius: 40px;
		padding: 0px 23px;
		margin: auto;
		font-weight: 800;
	}

	h1 {
		font-size: 40px;
	}  

	
	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: table;
	} 
	 
 
	.button {
		font-size: 16px;
		padding: 0px 10px;
		margin: 30px auto;
	}

	div#impact .home-right {
		min-height: auto;
		height: 100vw;
		left: auto;
	}

	div#impact .impact-img-2 {
	}

	div#impact .home-right-price.pos-2 {
		left: 10px;
	}

	div#impact .main-title {
		font-size: 22px;
		line-height: 1.5;
		padding: 0px 10px;
	}

	.impact-padding button {
		position: absolute;
	} 

	.main-title {
		font-size: 26px;
		line-height: 1.5;
		margin-top: 30px;
	}

	div#home {
		padding: 15px;
		/* overflow-x: hidden; */
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.home-right:after {
		left: auto;
		width: calc(100% + 10px);
		transform: translateX(15px);
	}

	.home-img {
		margin: auto 0 auto auto;
		max-width: 100%;
		right: -30px;
		position: relative;
		left: auto;
	}

	div#home:before {
		height: 100%;
		bottom: 40px;
	}

	div#program {
		padding: 10px;
		padding-top: 50px;
	}
 

	div#impact .home-right {
		margin-top: 0px;
	}


	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;
		line-height: 1.8;
	}
	.home-right + .button {
		margin: auto auto 50px;
		padding: 0px 30px;
	}
	div#impact {
		overflow-x: hidden;
		padding: 0px;
	}


	h1.main-title br {content: ' ';}

	.avatar-card {
		/* position: relative; */
		/* left: 0; */
		/* right: 0; */
		/* margin: auto; */
		left: 0;
		padding: 20px 0px;
		width: 130px;
	}

	div#home .col-lg-7 {
		order: 2;
	}

	.avatar-name {
		font-size: 16px;
		margin: 3px auto;
	}

	.avatar-role {
		font-size: 14px;
		padding: 0px 4px;
		line-height: 1.3;
	}
	h1.main-title {
	    font-size: 26px;
	}
	.program-image-2 {
		position: relative;
		top: 0;
		/* margin-top: -40vw; */
		transform: translate(38%, -37%);
		margin-bottom: -110px;
		z-index: 0;
	}

	::before {}

	.strip-title:before {
		width: 100%;
		height: 35vw;
		width: 100vw;
		left: -20px;
		background-size: 100% 100%;
	}

	.strip-title {
		font-size: 27px;
		padding-top: 0px;
		line-height: 1.4;
		padding: 50px 0px 0px;
		width: 100%;
		left: auto;
	}

	.strip-title br {content: ' ';}

	.strip-title-1 {
		margin-bottom: 30px;
	}

	.strip-title-b {
		font-size: 27px;
		line-height: 1.3;
		padding: 30px 30px 0px;
	}

	.features-carousel {
		margin-bottom: 0px;
		padding: 0px 30px;
	}
	div#features-carousel .feature-item {
	    margin: 30px 0px;
	    font-size: 20px;
	}
	
	div#features-carousel .feature-item-icon {
	    width: 100px;
	    height: 100px;
	}
	
	div#impact .main-title > br {
	    content: ' ';
	}
	
	div#impact .main-title > span {
	    display: block;
	}
	div#impact {
		/* padding-top: 0px; */
		padding-bottom: 30px;
	}
	.linearrow-image {
	    display: none;
	}
	nav.menu ul li {
	    margin: auto;
	}
	
	.sub-title.--animate-in.animate-in-delay-4 {
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	
	.home-price.--animate-in.animate-in-delay-6 {
	    margin-bottom: 0px;
	    margin-top: -20px;
	}
	.program-image-1 img {
	    max-width: 70%;
	}
	
	.program-image-2 img {
	    max-width: 70%;
	}
	
	div#impact .impact-img-1 {
	    position: relative;
	    width: 60%;
	    left: 5%;
	}
	
	div#impact .col-lg-6.ml-auto {
	    order: 2;
	}
	
	.circle {
	    width: 150px;
	    height: 150px;
	    font-size: 18px;
	    line-height: 1.4;
	    left: -38%;
	}


	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;
	}
	.bottom-copyrights {
		font-size: 13px;
	}

	div#videosection {
	    max-width: calc(100% - 30px);
	    margin-top: 30px;
	    padding: 0px;
	}
	
	div#videosection .video-cont {
	    padding: 20px 10px;
	}
	 
	.bubble {
	    position: absolute;
	    width: 20%;
	    top: -40px;
	    z-index: 0;
	    left: 0px;
	}
	
	.quote {
	    font-size: 20px;
	    line-height: 1.5;
	    padding: 30px 12px 0px;
	}
	
}	



.skip-to-content-link {
  background: #e77e23;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  top: 0;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  z-index:2;
}
a:focus {
    border: 1px solid red;
}


.belowfooter {
	max-width: 1270px;
	margin:auto;
	width:100%;
	padding: 15px 20px;
	font-size:16px;
	color:#000;
	font-weight:500;
	display: none;
}