

/****M2M SALES PAGE START****/
/**Header Section Start**/
header {
	background: #fff;
	position: fixed;
	width: 100%;
	/*max-width: 1800px;*/
	top: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 99;
	padding: 10px 25px; padding: 0;
	height: 150px; height: auto;
	border-bottom: 1px solid #F5F5F5;
	-webkit-box-shadow: 0 2px 43px 0 rgba(214,214,230,0.19);
	box-shadow: 0 2px 43px 0 rgba(214,214,230,0.19);
}
header .hello.ticker{
	background: #000; color: #fff;
	padding: 8px 0;
}
header .hello.ticker .inner{
	text-align: center; max-width: 98%;
	width: 720px; margin: 0 auto;
}
header .hello.ticker .inner p{
	margin-bottom: 0;
}
header .navbar {
	padding: 0px; padding: 0 14px;
	max-width: 1800px;
    margin: 0 auto;
}
header .logo {
	display: inline-block;
	/*width: 320px;*/
	vertical-align: middle;
}
header .date-contain{
	margin-left: 30px;
}
header .navbar .nav-item {
	margin: 0 15px;
}
header .navbar .nav-item a {
	font-family: 'Oswald'; font-size: 16px;
    font-weight: 400; letter-spacing: 1.6px;
}
section:target {
  padding-top: 90px;
}
header .right-block {
    position: absolute;
    display: flex;
    align-items: center;
    right: 20px;
    top: 44px;
}
header .mr-auto, header .mx-auto {
    margin-right: 0 !important;
    margin-left: auto;
}
header .cta-btn {
	font-size: 16px;
	letter-spacing: 2.37px;
	font-weight: 400;
	padding: 11px 60px 11px 18px;
	margin: 0;
	display: inline-block;
}
header .cta-btn:before {
	width: 11.5px;
	height: 11.5px;
	right: 16px;
}
header .cta-btn:after {
	width: 72px;
}
header .navbar .navbar-toggler {
    border: none;
    padding: 0px;
}
/**Header Section End**/

/**Banner Section Start**/
.banner-section {
	/*background: url(../images/banner--bg.png) bottom center no-repeat;
	background-size: cover;*/
	padding: 86px 0px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.banner-section .container {
	max-width: 1175px;
}
.banner-section h1 {
	/*font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size: 55px;
	letter-spacing: -2.22px;
	text-transform: inherit;*/
	margin: 46px 0px;
}
.banner-section h1 em {
	/*font-family: 'FuturaPT-BookObl';
	font-weight: 400;
	font-style: normal;*/
}
.banner-section .video-box {
	max-width: 700px;
	margin: 0px auto;
	border-radius: 8px;
	margin-bottom: 50px;
	overflow: hidden;
}
.banner-section h5 {
	max-width: 82%;
	margin: 0px auto;
	margin-bottom: 20px; padding-bottom: 26px;
}

.collage-lyml{
	position: relative; z-index: 5 !important;
}
.collage-lyml:before{
	content:"";	position: absolute;
	left:0; right:0; bottom: 60px;
	height: 112px; width: 100%;
	background: url(../png/collage-lyml-v3-rs-tp.png) repeat-x center center;
}
.collage-lyml .image-block{
	position: relative; margin: 0 auto;
	width: 776px; max-width: 100%; z-index: 3;
}

/**Banner Section End**/

/**Information Section Start**/
.always-working{ background: #000; color: #fff; margin-top: -60px; }
.information-section {
	padding: 100px 0px 64px 0px;
	position: relative;
	z-index: 2;
}
.information-section:after {
	/*content: "";
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: -55px;
	right: 0;
	background: #fff;
	transform-origin: bottom right;
	-ms-transform: skew(0deg, 1deg);
	-webkit-transform: skew(0deg, 1deg);
	transform: skew(0deg, 1deg);*/
}
.information-section .container {
	max-width: 1105px;
}
.information-section .text-block, .information-6-section .text-block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 48%;
	padding: 0px 35px;
	position: relative;
	z-index: 1;
}
.information-section h1 em {
	font-family: 'Oswald-RegularItalic';
	color: #1BA415;
	font-style: normal;
}
.information-section p {
	font-size: 17px;
	max-width: 100%; width: 768px;
    margin-left: auto; margin-right: auto;
}
/**Information Section End**/

/**Information 2 Section Start**/
.information-2-section {
	position: relative;
	z-index: 1;
}
.information-2-section .container {
	max-width: 1065px;
}
.information-2-section .content-block {
	position: relative;
	padding: 69px 0px 48px 0px;
	background: #2454FF;
}
.information-2-section .content-block:before {
	content: "";
	position: absolute;
	background: url(../png/marisa.png) bottom right no-repeat;
	background-position: right calc(100% + 12px);
	top:0; bottom: 0; left: 0;
	height: 100%; width: 47%;
	background-size: 850px;
	background-size: 690px;
	background-size: cover;
	z-index: 1;
}
.information-2-section .content-block:after {
	/*content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	right: 0;
	background: #4F4ED3;
	transform-origin: bottom right;
	-ms-transform: skew(0deg, -0.87deg);
	-webkit-transform: skew(0deg, -0.87deg);
	transform: skew(0deg, -0.87deg);*/
}
.information-2-section .content-block .text-block {
	padding-left: 50%;
	position: relative;
	z-index: 2;
	color: #fff;
}
.information-2-section .content-block .text-block h2, .information-3-section .text-block h2, .information-4-section h2 {
	color: #fff;
	margin-bottom: 30px;
}
/**Information 2 Section End**/

/**Information 3 Section Start**/
.information-3-section {
	position: relative; background: #fff; color: #000; box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.information-3-section .text-block, .information-3-section .image-block {
	display: inline-block;
	width: 52%;
	vertical-align: middle;
	text-align: left;
	padding: 40px 75px 40px 0px;
}
.information-3-section .text-block h2, .information-3-section .text-block h3{ color: #000; }
.information-3-section .text-block h2 em, .to-do-list-section h1 em, .information-4-section h2 em, .information-5-section h1 em, .information-7-section .text-block h1 em, .testimonials-section h1 em {
	font-family: 'Oswald-RegularItalic';
	font-style: normal;
}
.information-3-section .text-block p:last-child {
	margin-bottom: 0px;
}
.information-3-section .image-block {
	width: 47.4%;
	padding: 0px;
}
/**Information 3 Section End**/

/**Information 3.2 Section Start**/
.information-3-2-section {
	position: relative; padding: 77px 0 50px;
}
.information-3-2-section .block-img{
	max-width: 100%; width: 969px; margin: 40px auto;
}
.information-3-2-section p {
	max-width: 100%; width: 768px;
    margin-left: auto; margin-right: auto;
}

/**Information 3.2 Section End**/

/*Collage 2*/
.group-image-section.collage2{
	
}

/**To Do List Section Start**/
.to-do-list-section {
	position: relative;
	padding: 70px 0px;
	text-align: center;
	z-index: 1;
}
.to-do-list-section:before, .to-do-list-section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	right: 0;
	background: #fff;
	transform-origin: top right;
	-ms-transform: skew(0deg, 1deg);
	-webkit-transform: skew(0deg, 1deg);
	transform: skew(0deg, 1deg);
}
.to-do-list-section:after {
	top: inherit;
	bottom: 0;
	transform-origin: bottom right;
	-ms-transform: skew(0deg, -1deg);
	-webkit-transform: skew(0deg, -1deg);
	transform: skew(0deg, -1deg);
}
.to-do-list-section .container {
	max-width: 1050px;
}
.to-do-list-section .header-block {
	max-width: 830px;
	margin: 0px auto;
	margin-bottom: 50px;
}
.to-do-list-section ul {
	margin-bottom: 30px;
	list-style-type: none;
}
.to-do-list-section ul li {
	display: inline-block;
	max-width: 370px;
	position: relative;
	z-index: 2;
}
.to-do-list-section ul li:nth-child(2) {
	margin-left: -80px;
	margin-right: -80px;
	position: relative;
	z-index: 1;
}
.to-do-list-section .text-block {
	max-width: 768px;
	margin: 0px auto;
}
.to-do-list-section h2 {
	position: relative;
	display: inline-block;
	padding-left: 65px;
	margin-bottom: 40px;
}
.to-do-list-section h2:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../png/green-circle.png) no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
}
.to-do-list-section p {
	text-align: left;
}
/**To Do List Section End**/

/**Information 4 Section Start**/
.information-4-section {
	position: relative;
	background: #fff;
	padding: 212px 0px 80px 0px;
}

.information-4-section:before{
	content:"";	position: absolute;
	left:0; right:0; top: 0;
	height: 112px; width: 100%;
	background: url(../png/collage-lyml-2-v2-tp.png) repeat-x center center;
}
.information-4-section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	right: 0;
	background: #068C00;
	transform-origin: bottom left;
	-ms-transform: skew(0deg, 0.6deg);
	-webkit-transform: skew(0deg, 0.6deg);
	transform: skew(0deg, 0.6deg);
	opacity: 0;
}
.information-4-section .text-block, .information-4-section .image-block {
	color: #000;
	display: inline-block;
	width: 54%;
	vertical-align: top;
	padding: 0px 0px 0px 90px;
}
.information-4-section h2{ color: #000; }
.information-4-section .image-block {
	width: 43%;
	padding: 0px;
}
/**Information 4 Section End**/

/**Information 5 Section Start**/
.information-5-section {
	background: url(../png/marisa-live-virtual-bg-rs2-tp.png) top center no-repeat;
	background-size: cover; position: relative;
}
.information-5-section:before{
	content:"";	position: absolute; height: 29px;
	left:-100px; right:-100px; top: 0;
    background: rgba(76,76,76,.2);
	background: -moz-linear-gradient(180deg, rgba(76,76,76,0.2) 0%, rgba(76,76,76,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(76,76,76,0.2) 0%, rgba(76,76,76,0) 100%);
	background: linear-gradient(180deg, rgba(76,76,76,0.2) 0%, rgba(76,76,76,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c",endColorstr="#4c4c4c",GradientType=1);
}
.information-5-section .content-block {
	background: #fff;
	margin-left: 30px;
	padding: 60px 70px;
	max-width: 565px;
}
.information-5-section h1 {
	margin-bottom: 30px;
}
.information-5-section .content-block p:last-child {
	margin-bottom: 0px;
}
/**Information 5 Section End**/

/**Register CTA Section Start**/
.register-cta-section {
	position: relative;	padding: 70px 0px 44px;
	text-align: center;	background: #2454FF;
	color: #fff; z-index: 2;
}
.register-cta-section:before {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #2454ff;
}
.register-cta-section h3{
	padding-bottom: 42px;
}
.register-cta-section h1{
	padding-bottom: 30px; color: #fff;
	font-family: Indigo Blue; text-transform: none;
	font-size: 101px; line-height: 54px;
}
/**Register CTA Section End**/

/**What You Learn Section Start**/
.what-you-learn-section {
	background: url(../png/m2m-live-2-tp.png) bottom center no-repeat #000;
	background-size: cover;
	padding: 69px 0px;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.what-you-learn-section .container {
	max-width: 1030px;
}
.what-you-learn-section .header-block {
	text-align: center;
	margin-bottom: 90px;
}
.what-you-learn-section .header-block h2 {
	color: #fff;
}
.what-you-learn-section .content-block {
	background: #25252E;
	display: inline-block;
	width: 100%;
	margin-bottom: -8px;
}
.what-you-learn-section .content-block .text-block, .what-you-learn-section .content-block .image-block {
	float: left;
	width: 50%;
}
.what-you-learn-section .content-block .text-block {
	padding: 40px 42px;
}
.what-you-learn-section .content-block .text-block h3 {
	color: #fff; margin-bottom: 20px;
	max-width: 100%; width: 360px;
}
.what-you-learn-section .content-block .text-block p:last-child {
	margin-bottom: 0px;
}
/**What You Learn Section End**/

/**Information 6 Section Start**/
.information-6-section {
	position: relative;
	background: #065F51;
	padding: 172px 0px 25px 0px;
	color: #fff;
}
.information-6-section:before{
	content:"";	position: absolute;
	left:0; right:0; top: 0;
	height: 112px; width: 100%;
	background: url(../png/collage-lyml-3-v2-tp.png) repeat-x center center;
}
.information-6-section .container {
	max-width: 1180px;
}
.information-6-section h2 {
	color: #fff; text-transform: none;
	/*font-weight: 400; letter-spacing: 1px;*/
}
.information-6-section .content-block:after {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #065F51;
	z-index: 2;
}
/**Information 6 Section End**/

/**Join Us Start**/
.join-us{
	background: #000; color: #fff;
	padding: 75px 0 50px; text-align: center;
}
.join-us h1{
	font-family: "Indigo Blue"; text-transform: none;
	font-size: 92px; line-height: 39px;
	font-weight: 400; text-align: center;
	letter-spacing: -4.9942856px; padding-bottom: 10px;
}
.join-us h4{
	padding-bottom: 28px; font-weight: 300;
}
/**Join Us End**/

/**Transformational Event Section Start**/
.transformational-event-section {
	background: url(../jpg/content-bg-img.jpg) top center no-repeat;
	background: #fff;
	background-size: cover;
	text-align: center;
	padding: 76px 0px 30px;
	color: #000;
}
.transformational-event-section .header-block {
	max-width: 810px;
	margin: 0px auto;
	margin-bottom: 50px;
}
.transformational-event-section .header-block h2 {
	margin-bottom: 25px;
}
.transformational-event-section h1 {
	font-family: "Indigo Blue";
	font-size: 74px; font-weight: 400;
	line-height: 35px; text-align: center;
	letter-spacing: 1.082857px; text-transform: none;
	padding: 24px 0 44px;
}
.transformational-event-section .content-block {
	display: table;
	width: 100%;
	border-spacing: 35px 0px;
	margin-bottom: 70px;
}
.transformational-event-section .content-row {
	display: table-row;
}
.transformational-event-section .content-box {
	display: table-cell;
	width: 33.3333%;
	background: #068C00;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	overflow: hidden;
}
.transformational-event-section .content-box .text-block {
	position: relative;
	padding: 35px 25px;
}
.transformational-event-section .content-box .text-block:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	background: #068C00;
	transform-origin: top left;
	-ms-transform: skew(0deg, -3deg);
	-webkit-transform: skew(0deg, -3deg);
	transform: skew(0deg, -3deg);
}
.transformational-event-section .content-box .text-block h4 {
	margin-bottom: 8px;
}
.transformational-event-section .content-box .text-block h3 {
	color: #fff; margin-bottom: 16px;
}
.transformational-event-section .content-box .text-block h6 {
	color: #fff; text-transform: uppercase;
	margin-bottom: 20px;
}
.transformational-event-section .content-box .text-block p {
	font-size: 17px; color: #fff;
}
.transformational-event-section .content-box .text-block p:last-child {
	margin-bottom: 10px;
}
.transformational-event-section .day-2, .transformational-event-section .day-2 .text-block:before {
	background: #465FD7;
}
.transformational-event-section .day-3, .transformational-event-section .day-3 .text-block:before {
	background: #1B1B1B;
}
/**Transformational Event Section End**/

/**Video Testimonials Section Start**/
.video-testimonials-section {
	position: relative;
	z-index: 1;
	padding: 80px 0px;
	background: #16171A;
	color: #fff;
	text-align: center;
}
.video-testimonials-section .header-block {
	margin-bottom: 60px;
}
.video-testimonials-section .header-block h2 {
	color: #fff;
}
.video-testimonials-section .header-block p {
	font-size: 17px;
}
.video-testimonials-section .video-box {
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	width: 22.5%;
	vertical-align: top;
	margin: 0% 1.5%;
	margin-bottom: 35px;
}
.video-testimonials-section .bottom-block {
	margin-top: -130px;
}
.video-testimonials-section .bottom-block .video-box {
	vertical-align: bottom;
}
.video-testimonials-section .bottom-block-2 {
	display: flex;
    justify-content: space-between;
}
.video-testimonials-section .video-box .image-block {
	height: 148px;
	overflow: hidden;
	position: relative;
}
.video-testimonials-section .video-box .image-block a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0px auto;
	background: url(../png/play-icon.png) no-repeat;
	background-size: 100%;
	width: 65px;
}
.video-testimonials-section .video-box .image-block a:hover{}
.video-testimonials-section .video-box .image-block a:hover img{ transform: scale(1.2); }
.video-testimonials-section .video-box .text-block {
	background: #3F509E;
	padding: 20px 30px;
}
.video-testimonials-section .video-box .text-block h6 {
	color: #fff;
	margin: 0px;
}
.video-testimonials-section .video-box .text-block p {
	font-size: 17px;
	margin: 12px 0px 0px 0px;
}
.video-testimonials-section .video-box-lg {
	width: 45%;
}
.video-testimonials-section .video-box-lg .image-block {
	height: 260px;
}
.video-testimonials-section .video-box-md {
	width: 39%;
}
.video-testimonials-section .video-box-md .image-block {
	height: 250px;
}
.video-testimonials-section .video-box-sm {
	width: 28.5%;
}
.video-testimonials-section .video-box-sm .image-block {
	height: 180px;
}
/**Video Testimonials Section End**/

/**Information 7 Section Start**/
.information-7-section {
	position: relative;
	background: #2454FF;
	padding: 110px 0px 60px 0px;
	color: #fff;
}
.information-7-section .container {
	max-width: 1070px;
}
.information-7-section .text-block, .information-7-section .image-block {
	display: inline-block;
	vertical-align: top;
	width: 49%; width: 50%;
	padding-right: 60px;
}
.information-7-section .text-block h1 {
	color: #fff;
	margin-bottom: 25px;
}
.information-7-section .image-block {
	width: 49.8%; width: 48.8%;
	padding: 0px;
}
/**Information 7 Section End**/

/**Testimonials Section Start**/
.testimonials-section {
	padding: 100px 0px 50px 0px;
	position: relative;
}
.testimonials-section:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	z-index: 2;
}
.testimonials-section .container {
	max-width: 1120px;
}
.testimonials-section .header-block {
	max-width: 840px; max-width: 100%;
	width: 920px; margin: 0px auto;
	margin-bottom: 70px;
	text-align: center;
}
.testimonials-section .testimonial-block {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.testimonials-section .testimonial-block .writer-block {
	float: left;
	width: 20%;
	padding: 0px 40px 0px 0px;
}
.testimonials-section .testimonial-block-right .writer-block {
	padding: 0px 0px 0px 40px;
}
.testimonials-section .testimonial-block .writer-block.float-right{
	float: right; padding: 0px 0px 0px 40px;
}
.testimonials-section .testimonial-block .writer-block img {
	max-width: 149px;
	border-radius: 100%;
	margin-bottom: 30px;
}
.testimonials-section .testimonial-block .writer-block .text-block{
	text-align: center;
}
.testimonials-section .testimonial-block .writer-block p {
	font-size: 17px;
	color: #363446;
	margin-bottom: 0px;
}
.testimonials-section .testimonial-block .text-block {
	float: left;
	width: 80%;
}
.testimonials-section .testimonial-block .text-block h4 {
	text-transform: none; letter-spacing: 0; margin-bottom: 8px;
}
.testimonials-section .testimonial-block .text-block .header-box {
	background: #109F0B;
	padding: 30px 35px;
	border-radius: 13px 13px 0px 0px;
	position: relative;
}
.testimonials-section .testimonial-block .text-block .header-box:before, .testimonials-section .testimonial-block-right .text-block .header-box:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: -16px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 20px solid #109F0B;
	border-bottom: 14px solid transparent;
}
.testimonials-section .testimonial-block .text-block.float-left .header-box:before{
	right:-16px; left: auto; border-left: 20px solid #109F0B; border-right: 0;
}
.testimonials-section .testimonial-block-right .text-block .header-box:before {
	left: inherit;
	right: -16px;
	border-right: none;
	border-left: 20px solid #109F0B;
}
.testimonials-section .testimonial-block .text-block .header-box h4 {
	color: #fff;
	margin: 0;
	line-height: 1.2;
    letter-spacing: -.668px;
    text-transform: none;
}
.testimonials-section .testimonial-block .text-block .details-box {
	padding: 30px 35px;
	border: 1px solid #CFD3D9;
	border-top: none;
	-webkit-border-radius: 0px 0px 13px 13px;
	border-radius: 0px 0px 13px 13px;
}
/**Testimonials Section End**/

/**Features Section Start**/
.features-section {
	position: relative;
}
.features-section:after, .features-section .header-block:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;

	margin: 0px auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	z-index: 2;
}
.features-section .header-block {
	background: #4446c7;
	position: relative;
	text-align: center;
	padding: 16px 0px;
}
.features-section .header-block:after {
	bottom: -16px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4446c7;
}
.features-section .header-block h4 {
	color: #fff; margin: 0px;
	font-weight: 400; text-transform: none;
}
.features-section .content-block {
	padding: 50px 0px;
}
.features-section .content-block .row {
	margin-right: -19px;
	margin-left: -19px;
}
.features-section .content-block .col-sm-4 {
	padding-right: 19px;
	padding-left: 19px;
}
.features-section .content-block .content-box {
	margin: 30px 0px;
}
.features-section .content-block .content-box .image-block {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}
.features-section .content-block .content-box .image-block:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border-top: 65px solid #1BA415;
	border-left: 65px solid transparent;
}
.features-section .content-block .content-box .image-block:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 8px;
	background: url(../png/tick-white.png) no-repeat;
	background-size: 100%;
	width: 23px;
	height: 18px;
}
.features-section .content-block .content-box .text-block p {
	color: #363446;
	font-size: 17px;
}
/**Features Section End**/

/**Make It Happen Section Start**/
.make-it-happen-section {
	background: url(../jpg/lyml-marisa-virtual-bg-tp.jpg) top center no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
	color: #fff; position: relative;
}
.make-it-happen-section:before{
	content:""; position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition: all .5s;
}
.make-it-happen-section .container{ position: relative; }
.make-it-happen-section .content-block {
	max-width: 100%; width: 960px;
    margin: 0 auto 400px;
}
.make-it-happen-section h1 {
	color: #fff; font-family: "Indigo Blue";
    font-size: 141px; font-weight: 400;
    line-height: 69px; letter-spacing: 3.11443px;
    text-align: center; text-transform: none;
	margin-bottom: 28px;
}
.make-it-happen-section h1 span {
	color: #2454FF;
}
.make-it-happen-section h2 {
	color: #fff;
	line-height: 1.1;
	margin-bottom: 40px;
}
.make-it-happen-section h3 {
	font-family: Averta; font-size: 35px;
	font-weight: 600; line-height: 39px;
	text-align: center; letter-spacing: -1.9px;
	text-transform: none;
}
.make-it-happen-section h5 {
	color: #fff;
	max-width: 85%;
	margin: 0px auto;
	margin-bottom: 30px;
}
/**Make It Happen Section End**/

/*what you get section*/
.box-section .row{
	margin-bottom: 50px;
}
.box-section .row h3, .box-section .row h6{
	margin-bottom: 6px;
}
.box-section .row p:last-child{
	margin-bottom: 4px;
}
.box-section .value-contain{
	max-width: 100%; width: 969px; margin: 0 auto 52px;
}
.box-section .value-contain h5, .box-section .value-contain h4{
	margin: 0; font-weight: 600; color: #fff;
}
.box-section .item-row{
	display: flex; justify-content: space-between; background: #666;
}
.box-section .item-row.grn{ background: #18B012; }
.box-section .item-row.forest-grn{ background: #042923; }
.box-section .item-row.blu{ background: #2454FF; }
.box-section .item-title{
	display: inline-block; margin: 0; padding: 14px; padding-left: 22px;
}
.box-section .item-value{
	display: inline-block; margin: 0; padding: 14px; padding-right: 22px;
}
.box-section .value-total{
	display: flex; align-items: center; justify-content: center; margin-bottom: 50px;
}
.box-section .value-total h2{
	margin: 0 12px;
}
.box-section .value-total p{
	margin: 0 12px;
}
/**Call To Action Section Start**/
.call-to-action-section {
	background: #000;
	padding: 85px 0px;
	text-align: center;
	position: relative;
}
.call-to-action-section .container {
	max-width: 1000px;
}
.call-to-action-section .logo-box {
	max-width: 330px;
	margin: 0px auto;
	margin-bottom: 20px;
}
.call-to-action-section .date {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #2454FF;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3.11px;
    margin-bottom: 20px;
}
.call-to-action-section h3 {
	color: #fff; font-family: Averta;
	font-size: 35px; font-weight: 600;
	line-height: 39px; text-align: center;
	letter-spacing: -1.9px; text-transform: none;
	padding-bottom: 36px;
}
/**Call To Action Section End**/

/**Footer Section Start**/
footer {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	padding: 70px 0px;
	text-align: center;
	background: #fff;
	color: #363446;
}
footer .container {
	max-width: 970px;
}
footer .logo-box .title, footer p {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #363446;
	margin-bottom: 5px;
}
footer .footer-logo {
	display: inline-block;
	max-width: 227px;
	margin-bottom: 25px;
}
footer p {
	margin-bottom: 25px;
}
footer .info {
	font-size: 12px;
	display: block;
	letter-spacing: -0.05px;
}
.footer-menu {
	margin: 35px 0px;
}
.footer-menu li {
	display: inline-block;
	letter-spacing: -0.06px;
}
.footer-menu li a {
	font-size: 14px;
	color: rgba(54,52,70,0.56);
}
.footer-menu li a:hover {
	color: rgba(54,52,70,1.0);
}
.footer-menu li:after {
	content: '|';
	font-size: 14px;
	color: rgba(54,52,70,0.56);
	margin: 0px 26px 0px 30px;
}
.footer-menu li:last-child:after {
	display: none;
}
.support {
	margin: 0px;
	list-style-type: none;
}
.support li {
	font-size: 16px;
	font-weight: 600;
	color: #363446;
	display: inline-block;
	margin: 0px 25px;
	padding-left: 35px;
	position: relative;
	letter-spacing: -0.07px;
}
.support li a {
	color: #363446;
	text-decoration: none;
}
.support li a:hover {
	color: #79797a;
}
.support li.support-site:after, .support li.support-mail:after, .support li.support-call:after {

	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	background: url(../png/icon-laptop-2.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 16px;
}
.support li.support-mail:after {
	background: url(../png/icon-mail-2.png) no-repeat;
	background-size: 100%;
	width: 20px;
	top: 5px;
	left: 2px;
}
.support li.support-call:after {
	background: url(../png/icon-iphone-2.png) no-repeat;
	background-size: 100%;
	width: 13px;
	height: 22px;
	top: 2px;
	left: 10px;
}
/**Footer Section End**/
/****M2M SALES PAGE END****/

.timer-area {
	color: #212129;
	text-align: center;
	margin-bottom: 30px;
}
.timer-text {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	margin-top: 5px;
}

.timer-area ul li {
	display: inline-block;
	position: relative;
	margin: 0px 10px;
	line-height: 1;
	font-size: 14px;
}
.timer-area ul li:after {
	content: ":";
	position: absolute;
	top: -6px;
	right: -18px;
	color: #212129;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
}
.timer-area ul li:last-child:after {
	display: none;
}
.timer-area ul li span.number-box {
	display: block;
	color: #212129;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.right-timer {
	margin-right: 12px;
}
.right-timer .timer-area {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-timer .timer-text {
	margin: 0px 7px;
}
.right-timer .timer-area ul {
	margin-bottom: 0px;
}
.right-timer .timer-area ul li {
	margin: 0px 5px;
	font-size: 12px;
}
.right-timer .timer-area ul li:after {
    top: -4px;
    right: -10px;
    font-size: 22px;
}
.right-timer .timer-area ul li span.number-box {
    font-size: 20px;
    margin-bottom: 8px;
}

.pop_contain{
    width: 940px;
    min-height: 200px;
    z-index: 10000;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pop_contain .pop_content {
    overflow: auto;
}

.pop_contain .pop_close{
	width: 37px;
    height: 37px;
    background: #fff;
    box-shadow: 0px 2px 2px #d5d8e4;
    border: dashed 1px #f7f7f7;
    border-radius: 100%;
    position: absolute;
    top: -18px;
    right: -18px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

.pop_contain .pop_close:before, .pop_contain .pop_close:after {
    position: absolute;
    content: "";
    display: block;
    height: 1.25px;
    width: 14px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .25s all;
}
.pop_contain .pop_close:hover:after {
    transform: rotate(45deg);
}

.pop_contain .pop_close:after {
    transform: rotate(-45deg);
}

.pop_contain .pop_close:hover:before {
    transform: rotate(135deg);
}

.modal-block.wait .modal-dialog .modal-content{ max-width: 92%; width: 720px; }

.modal-block.wait .modal-dialog .control input{ display: none; }

.modal-block.wait .modal-dialog .control__indicator {
    position: absolute; margin: auto; top: 0; bottom: 0; left: 15px; background: #fff;
	width: 34px; height: 34px; border-radius: 3px; border: solid 2px #e3e5d8; }
.modal-block.wait .modal-dialog .control input:checked ~ .control__indicator {
    /*background: #bfe31e;*/
    border: 4px solid #bfe31e;
}
.modal-block.wait .modal-dialog .control input:checked ~ .control__indicator:after{ display: block; }
.modal-block.wait .modal-dialog .control input:checked ~ .control_bg{ background: #f2fccd; }
.modal-block.wait .modal-dialog .control__indicator:after{ position: absolute; display: none; content: ''; }
.modal-block.wait .modal-dialog .control--checkbox .control__indicator:after{
	top: -15px; left: 2px; height: 38px; width: 38px; background: url(../svg/chk-big-grn.svg) no-repeat; background-size: auto;
}

.modal-block.wait .modal-dialog .form-group-check{ max-width: 100%; width: 520px; margin: 0 auto; }
.modal-block.wait .modal-dialog .form-group-check .control--checkbox{ position: relative; width: 100%; padding: 10px 10px 10px 50px; padding: 10px 10px 10px 60px; }
.modal-block.wait .modal-dialog .form-group-check .control--checkbox input{}
.modal-block.wait .modal-dialog .form-group-check .control--checkbox p{ padding: 0; margin: 0; }
.modal-block.wait .modal-dialog .form-group-check .control--checkbox .control__indicator{ width: 26px; height: 26px; transition: border-color .33s; }
.modal-block.wait .modal-dialog .form-group-check .control--checkbox input:checked ~ .control__indicator{}
.modal-block.wait .modal-dialog .form-group-check .control--checkbox .control_bg{ background: none; }
.modal-block.wait .modal-dialog .form-group-check .control--checkbox input:checked ~ .control_bg{}
.modal-block.wait .modal-dialog .form-group-check .control--checkbox .control__indicator:after{}
.modal-block.wait .modal-dialog .form-group-check .control--checkbox input:checked ~ .control__indicator:after{
	top: -11px; left: 0px; height: 30px; width: 30px; }
.modal-block.wait .modal-dialog .form-group-check .control--checkbox:hover .control__indicator{ border-color: #bfe31e; }

/*Modal for Workshop Optins - to match*/
.modal-block.wait .modal-dialog .modal-content .modal-body{ position: relative; /*padding-top: 216px;*/ 
	background: linear-gradient(180deg, rgb(219 221 240 / .409), #FFFFFF); }
.modal-block.wait .modal-dialog .modal-content .modal-body{ padding-top: 40px; }
.modal-block.wait .modal-dialog .modal-content .modal-body:before{ content: ""; position: absolute; 
	background-repeat: no-repeat; background-position: center top; background-size: 100%; top: 0; left: 0; right: 0; bottom: 0; }
.modal-block.wait .modal-dialog .modal-content .modal-body:before{
	/*background-image: url(../images/dopamine-button-v2-tp.png); background-size: 240px;*/ }

.modal-block.wait .modal-dialog .form-contain{ display: block; width: 515px; width: 586px; max-width: 100%; margin: 0 auto 4px; }
.modal-block.wait .modal-dialog .form-contain .btn{ width: 100%; }

.modal-block.wait .modal-dialog .form-contain .form-group{
	width: 420px; max-width: 100%;
    margin: 0 auto 1rem;
}