body{
		margin:0px;
		padding:0px;

		font-family: 'Nunito Sans',sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 23px;
}		
content{
		position: relative;
		margin-top: 80px;


		display: block;
	}

	
h1{

	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 38px;
}





h2{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 31px;
	line-height: 30px;
	/* or 97% */

	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
}
.layout-child h3{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 21px;
	/* identical to box height, or 78% */

	display: flex;
	align-items: center;

	color: #FFFFFF;

	opacity: 0.4;
}
.IsItForYou{
	position: relative;
	display: flex;
	width: 100%;
	height: 680px;
	font-weight: 300;
	background-color: #121212;
}
.IsItForYou .floatboxLeft{
	flex:1;
	width: 40%;
	
	margin-top: 12em;
	margin-left: 6.6em;
	margin-bottom: 14em;



}
.WriteUp {
	width: 600px;
}

.ExplorePrograms{
	margin-top: 30px;
	
	letter-spacing: 0.13em;
}

.floatboxLeft h1{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 58px;
	/* identical to box height, or 60% */

	display: flex;
	/*align-items: center;
	text-align: center;*/

	/* Skipper Gradient */

	background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	
}

.IsItForYou .WriteUp{
	margin-top:2em;
	color: white;
	font-size: 16px;
}

.IsItForYou .floatboxRight{
	flex:1;
	float: right;

	

}

.IsItForYou .floatboxRight img{
	float: right;
	height:680px;
}
.ExplorePrograms{
	
	color: white;
	display: flex;
}
.ExplorePrograms p{
	display: inline;
	font-weight: 600;
}

.ExplorePrograms button{
	height: 30px;
	width: 40px;
	color: white;
	font-size: 120%;

	background: linear-gradient(86.04deg, #E65865 -17.64%, #D11C9E 90.09%);
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);


	border-width: 0px;
	margin-left: 20px;
	
	margin-top:-2px;
	font-weight: 600;

}
.ExplorePrograms button div{
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	
}



/*IMPORTANT*/

.MyPrograms{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 5.375em;
	padding-bottom: 2.125em;
	padding-left:4rem; 
	padding-right:4rem;
}
.MyPrograms h1:first-child	{	
		text-align: center;
}
.grid-parent{
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	

	margin-left: auto;
	margin-right: auto;

	overflow-x: auto;
	overflow-wrap: nowrap;

}
.grid-parent .child{
	padding-top: 2.6rem;
	background-image:url('myProgramBkg.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	color: #121212;
	padding-left:6.3em; 

	height:573px;
	opacity: 0.8;
	width: 100%;

}
.gradient-line{
	height: 3px;
	width: 33px;
	background-color: #121212;
	margin-top: 14px;
	margin-bottom: 12px;
	opacity: 0.7;
}


.grid-parent .child p{
	width:290px;

	

}

.child h3{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	/* identical to box height */

	display: flex;
	align-items: center;
	letter-spacing: 0.02em;

}
.child .planCost{
	font-family: 'Clash Display', sans-serif;
	font-weight: 400;
	font-size: 31px;
	line-height: 38px;


}
.child:hover .planCost{
	font-weight: 600;
}
.child h4{
	font-family: 'Nunito Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	align-items: center;
	letter-spacing: 0.13em;

	
}

.grid-parent .child:hover{
	background-image:url('myPrgBkgCont.svg');
	color: white;
	opacity: 1.0;

}
.grid-parent .child:hover{
	background-image:url('myPrgBkgCont.svg');
	color: white;
	opacity: 1.0;

}
.grid-parent .child hr{
	width: 10%;
	margin-left:-0.1%;
	color: #121212;
	background-color: #121212;
	height: 2px;
	opacity: 0.8;

	
}

.grid-parent .child:hover .gradient-line{
	background: linear-gradient(86.04deg, #E65865 -17.64%, #D11C9E 90.09%);
	opacity: 1;


}
.grid-parent .child:hover hr{
	color: white;
	background-color: white;
}


.grid-parent .child:hover button{
	background-color: #121212;
	background-image: url('programButton.svg');	
}

.child h2{
		font-family: 'Nunito Sans', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 28px;
		line-height: 33px;
		/* identical to box height */
		letter-spacing: 0.03em;

		color: #121212;

		opacity: 0.7;

}
.child:hover h2{
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 33px;
	/* identical to box height */

	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	opacity: 2.0;
	/* Skipper Gradient */

	background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;



}
.child h1{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 107px;
	line-height: 132px;
	/* identical to box height */

	
	letter-spacing: 0.03em;

}
.child h4{
	display: inline;
}
.child button{
	background-color: #E5E5E5;
	background-image:url('grayVector.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-size: 100%;
	width: 50px;
	color: white;
	border-width: 0px;
}

.One-Time-Consult{
	position: relative;
	display: block;
	background-image:url('onetimebkg.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 15rem;
	padding: 1%;
	width: 100%;
	margin-top: 5px;
	padding-left: 100px;
	padding-right: 90px;	
	padding-top: 40px;
	margin-bottom: 0;
}
.One-Time-Consult:hover{
	background-image:url('onetime_bkg.svg');
	background-repeat: no-repeat;
	background-size: cover;

	color: white;
	opacity: 1.0;

}
.One-Time-Consult:hover .gradient-line{
	background: linear-gradient(86.04deg, #E65865 -17.64%, #D11C9E 90.09%);
	opacity: 1;


}
.One-Time-Consult:hover .part2 h3{
		background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	opacity: 1.0;


}
.Floatbox{

}
.part1{
	position: absolute;
	left: 8%;
	
	display: inline-block;
}
.part2{
	position: absolute;
	right:20%;
	display: inline-block;
	flex-direction: column;
}
.FloatBox hr{
	
	margin-left:-0.1%;
	color: #121212;
	background-color: #121212;
	opacity: 0.8;
	height: 1px;

	
}
.One-Time-Consult:hover .FloatBox hr{
	
	background-color: white;
}

.part1 h2{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 80.9985px;

	/* identical to box height */


	letter-spacing: 0.01em;

	color: #121212;

	opacity: 0.8;
}
.part1 h3{
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 21.8478px;
	line-height: 22px;
	/* or 100% */

letter-spacing: 0.02em;

color: #121212;

opacity: 0.8;
}

.part1 hr{
	width: 20%;
}
.part1 p{
font-family: 'Clash Display', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 31px;
line-height: 38px;


color: #121212;

}
.part2 h3{
font-family: 'Nunito Sans', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
/* identical to box height */

letter-spacing: 0.03em;

color: #121212;

opacity: 0.7;
}
.part2 hr{
	width: 5%;

}
.part2 p{
	
	font-weight: 400;
font-size: 15px;
line-height: 23px;
}
.part2 h4{
	font-weight: 600;
font-size: 17px;
line-height: 23px;

letter-spacing: 0.13em;

/* Skipper Gradient */

background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}
.One-Time-Consult:hover .part1 h2{
	color: white;
}
.One-Time-Consult:hover .part1 h3{
	color: white;
}

.One-Time-Consult:hover .part1 p{
	color: white;
}
.One-Time-Consult:hover .part2 h3{
	color: white;
}


/*
.FloatBox{
	margin: 0 4.8rem;
}
.FloatBox .left h2{
	color: white;
}
.FloatBox .left h3{
	color: white;
}
.FloatBox .left p{
	color: white;
}
.FloatBox .right h3{
	color: white;
}
.FloatBox .right p{
	color: white;
}*/




#paymentdetail{
	position: absolute;
	height: 46px;
	width: 100%;
	margin-top: 0;
	font-family: 'Nunito Sans'; sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 23px;
	color: #121212;
	padding-left: 90px;
}
.cont1{
	font-weight: 700;

}
.cont2{
	font-weight: 400;
}

.WhatDoesItInclude{
	position: relative;
	display: block;
	width: 100%;


}
.comeGetSome{
		margin-top: 4rem;
		width: 100%;
		padding-top: 5rem;
		padding-bottom: 7.75rem;
		position: relative;
		
	}
	.comeGetSome h1{

		text-align: center;
		width: 100%;

		font-family: 'Clash Display', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 56px;
		line-height: 69px;
		text-align: center;
		letter-spacing: 0.01em;





	}

	#icon_container{
		position: relative;
		padding-top: 3.7%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 85%;
		overflow-x: auto;
		margin: 0 auto;
		padding-left: 1rem;
		justify-content: space-between;		
	}
	#icon_container::-webkit-scrollbar{
		height: 0;
		width: 0;
	}
	
	
	.icon{
		
  		height:19rem;
  		width: 420px;
		
	}
	
	.icon1{
		background-image: url('online_icon1.svg');
		background-repeat: no-repeat;
		background-size: auto;
		
	}
	.icon2{
		background-image: url('online_icon2.svg');
		background-repeat: no-repeat;
		background-size: auto;
		
	}
	.icon3{
		background-image: url('online_icon3.svg');
		background-repeat: no-repeat;
		background-size: auto;
		
	}
	.icon4{
		background-image: url('online_icon4.svg');
		background-repeat: no-repeat;
		background-size: auto;
		
	}
	.icon5{
		background-image: url('online_icon5.svg');
		background-repeat: no-repeat;
		background-size: auto;
		
	}
	
	.iconWriteUp1 p{
		margin-top: 3%;	
		color: #D11C9E;
		font-family: 'Nunito Sans', sans-serif;
		text-align: center;
		/* identical to box height, or 128% */

		font-weight: 700;
		font-size: 18px;
		line-height: 23px;

		/* Skipper Primary */
		letter-spacing: 0.03em;
		color: #D11C9E;

		margin-left: -2rem;
		padding-bottom: 0;
		margin-bottom: 0;
		
	}
	.iconWriteUp p{
		padding-top: 0;
		margin-top: 0;

		font-family: 'Nunito Sans', sans-serif;
		text-align: center;

		font-weight: 300;
		font-size: 16px;
		line-height: 23px;

		color: black;
		margin-left: 3rem;
		max-width: 310px;
		
	}

	.Arrow{

		width: 9.05px;
		height: 22.36px;
		
		cursor: pointer;

	}
	#leftArrow{
		position: absolute;
		top:22rem;
		left:60px;
		
	}
	#rightArrow{
		position: absolute;
		top:22rem;
		right:60px;
	}



.HowDoesItWork{
	position: relative;
	display: block;
	width: 100%;
	background-color:  #121212;
	color: white;
	height: auto;
	padding: 6.1em 6.6em 2.1em 6.6em;
}
.HowDoesItWork h1{
	font-family: 'Clash Display';
	font-style: normal;
	font-weight: 600;
	font-size: 56px;
	line-height: 69px;
	letter-spacing: 0.01em;

	/* Skipper Gradient */

	background: linear-gradient(86.12deg, #E65865 0.64%, #D11C9E 82.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.grid-layout {
	padding:4em 0 2em 0;
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap:3rem;
	grid-row-gap: 2rem;
	}

.layout-child{
	padding:1em;
}
.layout-child h3{
	margin-bottom: 1rem;
	font-family: 'Clash Display', sans-serif;
}
.layout-child h2{
	font-family: 'Clash Display', sans-serif;
	margin-bottom: 1rem;
	font-weight: 600;
font-size: 32px;
line-height: 30px;
/* or 97% */

letter-spacing: 0.02em;

}
.layout-child p{
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	max-width: 360px;
	
}
.layout-child:nth-child(5){
	max-width: 360px;
	
}

.HaveQuestions{
	position: relative;
	display: block;
	width: 100%;
}

.getStarted{
	background-image: url('Quote.svg');
	background-repeat: no-repeat;
	background-origin: left;
	background-size:contain;
	display: block;
	width: 100%;
	position: relative;
	height: 223px;
	padding-top: 3.1rem;
	padding-bottom:4.2rem;
	
 	

	
	}
	.getStartedwriteUpFloatBox{
		margin:0 auto;
		
		width: 100%;
		
		display: block;
		padding-left:7em;
		position: relative;


	}
	.getStartedwriteUpHeader{
	
	font-family: 'Clash Display', sans-serif;
	font-style: normal;
	font-weight: 767;
	font-size: 54px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 10px;

	
	}
	.getStartedwriteUpHeader h2{
	
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	font-size: 56px;
	line-height: 69px;
	letter-spacing: 0.02em;
	color: #FFFFFF;

	
	}
	.getStartedwriteUpText{

	font-family: 'Nunito Sans',sans-serif;
	font-style: normal;
	
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	letter-spacing: 0.13em;
	color: #FFFFFF;
	display: "inline";
	

	}
	#contactButton2{
		font-size: 20px;
		padding: 0px;
		border-width: 0px;
		color: white;
		height:30px;
		width: 46px;
		font-family: 'Nunito Sans', sans-serif;
		background:url("contactButton2.svg");

	}


	#TnC .left{
		color: white;
	}
	button{
		cursor: pointer;
	}

		/* --- legal strip -------------------------------------------------------- */
	.legal-bar{
	    background:#f8f8f8;                 /* light-grey bar                */
	    color:#000;                         /* black text                    */

	    /* centre both ways */
	    display:flex;
	    justify-content:center;             /* horizontal centre             */
	    align-items:center;                 /* vertical centre               */

	    height:48px;                        /* bar thickness                 */
	    font:14px/1 'Nunito Sans',sans-serif;
	    letter-spacing:0.13em;              /* same spacing as T&C line      */
	    text-transform:none;                /* keep natural case             */
	}

	@media (max-width:699px){
	    .legal-bar{
	        height:40px;
	        font-size:12px;
	    }
	}
