/*-----------------------------------------------------------------------------------
	SuperYou
	About: A shiny new Blocs website.
	Author: x
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	color:#FEFFFF!important;
}
.container{
	max-width:1140px;
}
.hero-header-text{
	font-size:96px;
	font-weight:bold;
	width:100%;
	line-height:90px;
}
.hero-subheader{
	font-size:27px;
	font-weight:normal;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(314deg, #000000 1%, #FFD700 16%);
	color:transparent!important;
	background-blend-mode:screen;
}
.p-style{
	width:100%;
	font-size:16px;
}
.img-style{
	width:424px;
	border-radius:0px 0px 0px 0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	height:600px;
}
.row-style{
	width:101.24%;
}
.img-bloc-0-style{
	width:1050px;
}
.h3-style{
	font-size:17px;
}
.btn-padding-top{
	padding-top:4px;
	padding-bottom:4px;
	width:63.79%;
}
.but{
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.but:active{
	border-style:solid;
	border-width:4px 4px 4px 4px;
	border-color:#00F900!important;
}
.btn-contact-padding-top{
	padding-top:22px;
	padding-bottom:22px;
}
.btn-bloc-0-padding-top{
	padding-top:22px;
	padding-bottom:22px;
}
.btn-press-kit-padding-top{
	padding-top:22px;
	padding-bottom:22px;
}
.btn-8-padding-top{
	padding-top:22px;
	padding-bottom:22px;
}
.btn-1-padding-top{
	padding-top:34px;
	padding-bottom:34px;
}
.btn-book-details-padding-top{
	padding-top:34px;
	padding-bottom:34px;
}
.btn-3-padding-top{
	padding-top:32px;
	padding-bottom:32px;
}
.btn-ed-resources-padding-top{
	padding-top:22px;
	padding-bottom:22px;
}
.butlight:hover{
	border-style:solid;
	border-color:var(--swatch-var-6901)!important;
}
.butlight2{
	border-style:solid;
}
.butlight2:hover{
	border-style:solid;
	border-color:#FF9200!important;
}
.h1-style{
	font-size:80px;
}
.link-super-you-style{
	font-weight:bold;
	opacity:0.9;
}
.green-bg-gradient{
	background:linear-gradient(68deg, #61E1A3, #49AFFF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, var(--swatch-var-1542) 0%, var(--swatch-var-1542) 100%);
	color:transparent!important;
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, var(--swatch-var-3936) 0%, #3D6B4E 100%);
	color:transparent!important;
}
.container-div-min-height{
	min-height:73px;
}
.btn-4-padding-top{
	padding-top:22px;
	padding-bottom:22px;
}
.p-198-style{
	font-size:16px;
}
.p-199-style{
	font-size:16px;
}
.p-200-style{
	font-size:16px;
}
.p-201-style{
	font-size:16px;
}
.p-186-bloc-0-style{
	font-size:16px;
	width:100%;
}
.btn-style{
	width:100%;
}
.img-bloc-5-style{
	width:99px;
}
.bloc-style{
	opacity:0.3;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.btn-join-now-style{
	border-radius:5px 5px 5px 5px;
}
.link-0-super-you-style{
	font-weight:bold;
	width:100%;
}
.h5-follow-us-style{
	font-size:16px;
}
.row-bloc-0-style{
	width:100%;
}
.btn-52-style{
	border-radius:0px 0px 0px 0px;
}
.img-bloc-4-style{
	width:300px;
}
.btn-guides-style{
	width:100%;
}
.container-div-style{
	width:100%;
}
.btn-button-style{
	width:100%;
}
.h5-style{
	font-size:16px;
}
.h5-whats-next--style{
	font-size:16px;
}
.p-210-style{
	font-size:16px;
}
.pbacking{
	background-color:rgba(0,0,0,0.58);
}
.p-bloc-17-style{
	opacity:0.9;
	margin-top:-15px;
}
.btn-71-style{
	border-radius:0px 0px 0px 0px;
}
.btn-1-style{
	border-radius:0px 0px 0px 0px;
}
.link-super-you-2™-style{
	font-weight:bold;
}
.link-bloc-14-style{
	font-weight:bold;
}
.btn-subscribe-style{
	border-radius:0px 0px 0px 0px;
}
.blocs-card-width{
	width:25%;
}
.primary-gradient{
	background:linear-gradient(90deg, var(--swatch-var-2676) 31%, var(--swatch-var-5366) 100%);
}
.bloc-fill{
	fill:rgba(255,255,255,0.08);
}
.link-style{
	font-family:"Poppins";
	font-weight:700;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-6715);
	fill:var(--swatch-var-6715);
}
.book-container{
	box-shadow:0.00px 26.00px 25px rgba(0,0,0,0.32);
	min-height:600px;
	background-color:var(--swatch-var-6715);
	background:linear-gradient(0deg, #000000 0%, #000000 100%);
	position:relative;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	min-width:20%;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	padding:20px 20px 20px 20px;
}
.container-div-padding-right{
	padding:0px 0px 0px 0px;
}
.hero-heading{
	font-weight:bold;
	font-size:60px;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:200px;
}
.white-btn{
	color:var(--swatch-var-2676)!important;
}
.book-container::after{
	content:"";
	position:absolute;
	min-height:100%;
	left:0px;
	background:linear-gradient(270deg, rgba(0,0,0,0.23)    0%, transparent 48%, transparent 77%, rgba(0,0,0,0.46)  100%);
	min-width:20px;
	bottom:0px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	box-shadow:1.00px 0.00px 0px rgba(255,255,255,0.77);
}
.primary-dot::after{
	content:".";
	color:var(--swatch-var-2676)!important;
	position:absolute;
}
.sample-chapter-p::first-letter{
	color:var(--swatch-var-3578)!important;
	line-height:45px;
	font-size:50px;
}
.img-226-style{
	width:424px;
	opacity:1.0;
	height:600px;
}
.img-bloc-26-style{
	width:392px;
	border-radius:9px 9px 9px 9px;
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.p-bloc-26-style{
	width:82.67%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-1815:#0432FF;
	
	--swatch-var-2676:rgba(255,38,0,1.00);
	
	--swatch-var-5902:rgba(0,0,0,0.73);
	
	--swatch-var-6715:rgba(255,255,255,1.00);
	
	--swatch-var-6901:rgba(255,251,0,1.00);
	
	--swatch-var-7260:rgba(0,164,230,0.79);
	
	--swatch-var-1542:rgba(255,147,0,1.00);
	
	--swatch-var-6521:rgba(255,255,255,0.498039);
	
	--swatch-var-3936:rgba(255,251,0,1.00);
	
	--swatch-var-3793:rgba(40,134,0,1.00);
	
	--swatch-var-4743:#333333;
	
	--swatch-var-5366:rgba(0,0,0,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-3578:#141414;
	
	--swatch-var-417:#269DEB;
	
}


/* Background colour styles */

.bgc-5902{
	background-color:var(--swatch-var-5902);
}
.bgc-5366{
	background-color:var(--swatch-var-5366);
}
.bgc-3578{
	background-color:var(--swatch-var-3578);
}

/* Text colour styles */

.tc-2676{
	color:var(--swatch-var-2676)!important;
}
.tc-6715{
	color:var(--swatch-var-6715)!important;
}
.tc-5783{
	color:var(--swatch-var-5783)!important;
}
.tc-6901{
	color:var(--swatch-var-6901)!important;
}

/* Button colour styles */

.btn-c-2676{
	background:var(--swatch-var-2676);
	color:#FFFFFF!important;
}
.btn-c-2676:hover{
	background:#CC0000!important;
	color:#FFFFFF!important;
}
.btn-c-6715{
	background:var(--swatch-var-6715);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6715:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6901{
	background:var(--swatch-var-6901);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6901:hover{
	background:#CCC800!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-3936{
	color:var(--swatch-var-3936)!important;
	border-color:var(--swatch-var-3936)!important;
}
.wire-btn-c-6715{
	color:var(--swatch-var-6715)!important;
	border-color:var(--swatch-var-6715)!important;
}
.wire-btn-c-1542{
	color:var(--swatch-var-1542)!important;
	border-color:var(--swatch-var-1542)!important;
}
.wire-btn-c-6901{
	color:var(--swatch-var-6901)!important;
	border-color:var(--swatch-var-6901)!important;
}
.wire-btn-c-2676{
	color:var(--swatch-var-2676)!important;
	border-color:var(--swatch-var-2676)!important;
}

/* Link colour styles */

.ltc-2676{
	color:var(--swatch-var-2676)!important;
}
.ltc-2676:hover{
	color:#CC0000!important;
}
.ltc-6901{
	color:var(--swatch-var-6901)!important;
}
.ltc-6901:hover{
	color:#CCC800!important;
}
.ltc-6715{
	color:var(--swatch-var-6715)!important;
}
.ltc-6715:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-6901{
	color:var(--swatch-var-6901)!important;
	border-color:var(--swatch-var-6901)!important;
}
.icon-6715{
	color:var(--swatch-var-6715)!important;
	border-color:var(--swatch-var-6715)!important;
}

/* Bloc image backgrounds */

.bg-k-stove-1174561637118787616-A-group-of-kids-age-10-12-years-old-2ff9d567-6af4-46cf-a7e3-ec36c560cafa{
	background-image:url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_2ff9d567-6af4-46cf-a7e3-ec36c560cafa.png");
}
.bg-k-stove-1174561637118787616-A-group-of-kids-age-10-12-years-old-40198ed9-b3e6-445a-9b86-9939c77acbb3{
	background-image:url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.png");
	background-image: -webkit-image-set(url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.webp") 1x,
url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.webp") 2x);background-image: image-set(url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.png") 1x,
url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.png") 2x,url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.webp") 1x,
url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_40198ed9-b3e6-445a-9b86-9939c77acbb3.webp") 2x);
}
.bg-k-stove-1174561637118787616-A-group-of-kids-age-10-12-years-old-e478b5f6-b7a4-4dab-be8d-576d33734c58{
	background-image:url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.png");
	background-image: -webkit-image-set(url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.webp") 1x,
url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.webp") 2x);background-image: image-set(url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.png") 1x,
url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.png") 2x,url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.webp") 1x,
url("img/k.stove_1174561637118787616_A_group_of_kids_age_10-12_years_old_e478b5f6-b7a4-4dab-be8d-576d33734c58.webp") 2x);
}
.bg-k-stove-Malik-12-year-old-black-boy-in-the-heart-of-the-urban-j-809a5cbf-b36b-4688-a9a8-cce7595606d1{
	background-image:url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.png");
	background-image: -webkit-image-set(url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.webp") 1x,
url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.webp") 2x);background-image: image-set(url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.png") 1x,
url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.png") 2x,url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.webp") 1x,
url("img/k.stove_Malik_12_year_old_black_boy_in_the_heart_of_the_urban_j_809a5cbf-b36b-4688-a9a8-cce7595606d1.webp") 2x);
}
.bg-k-stove-Malik-12-year-old-black-boy-addressing-his-classmates-a-1a21596c-aa0e-4070-acfb-21061c9530bb{
	background-image:url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.png");
	background-image: -webkit-image-set(url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.webp") 1x,
url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.webp") 2x);background-image: image-set(url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.png") 1x,
url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.png") 2x,url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.webp") 1x,
url("img/k.stove_Malik_12_year_old_black_boy_addressing_his_classmates_a_1a21596c-aa0e-4070-acfb-21061c9530bb.webp") 2x);
}
.bg-k-stove-Maliks-12-year-old-black-boy-fear-visualized-as-a-dark-0b386a82-eff1-4a55-b07a-f2d1a968b52f{
	background-image:url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.png");
	background-image: -webkit-image-set(url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.webp") 1x,
url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.webp") 2x);background-image: image-set(url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.png") 1x,
url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.png") 2x,url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.webp") 1x,
url("img/k.stove_Maliks_12_year_old_black_boy_fear_visualized_as_a_dark__0b386a82-eff1-4a55-b07a-f2d1a968b52f.webp") 2x);
}
.bg-k-stove-Jaydens-black-boy-between-6-12-years-old-cousin-black-b-55e988fc-c88c-479e-9a68-fb98b122e2c0{
	background-image:url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.png");
	background-image: -webkit-image-set(url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.webp") 1x,
url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.webp") 2x);background-image: image-set(url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.png") 1x,
url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.png") 2x,url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.webp") 1x,
url("img/k.stove_Jaydens_black_boy_between_6-12_years_old_cousin_black_b_55e988fc-c88c-479e-9a68-fb98b122e2c0.webp") 2x);
}
.bg-k-stove-Mia-11-year-old-black-girl-and-Evan-12-year-old-black-b-57ea239e-1226-473b-a2ad-521233ce70e3{
	background-image:url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.png");
	background-image: -webkit-image-set(url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.webp") 1x,
url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.webp") 2x);background-image: image-set(url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.png") 1x,
url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.png") 2x,url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.webp") 1x,
url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_57ea239e-1226-473b-a2ad-521233ce70e3.webp") 2x);
}
.bg-k-stove-Mia-11-year-old-black-girl-and-Evan-12-year-old-black-b-3f073ce1-4864-44a0-931e-c7f7f987a99c{
	background-image:url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.png");
	background-image: -webkit-image-set(url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.webp") 1x,
url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.webp") 2x);background-image: image-set(url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.png") 1x,
url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.png") 2x,url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.webp") 1x,
url("img/k.stove_Mia_11_year_old_black_girl_and_Evan_12_year_old_black_b_3f073ce1-4864-44a0-931e-c7f7f987a99c.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
/*quiz css*/
/* Style for the Quiz Container */
.quiz {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #2ecc71;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style for Quiz Title */
.quiz h1 {
    color: #333;
    text-align: center;
}

/* Style for Questions */
.question {
    margin-bottom: 20px;
}

/* Style for Question Title */
.question h2 {
    color: #555;
}

/* Style for Question Options */
.question input {
    margin-bottom: 5px;
    margin-right: 5px;
    color: #555;
    }

/* Style for Submit Button */
#submit {
    background-color: #000000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Style for Results */
#results {
    margin-top: 20px;
    color: #4caf50;
    font-weight: bold;
}

/* Style for Answer Options Text Color */
.question input {
    color: #555; /* Change this to your desired color */
    margin-bottom: 5px;
}

















body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.book {
    width: 800px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cover {
    background: url('cover-image.jpg') center/cover;
    text-align: center;
    padding: 100px 0;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 18px;
    color: #fff;
}

.contents {
    padding: 20px;
}

.page {
    padding: 20px;
}

.page img {
    max-width: 100%;
}
/* CSS for the placeholder shapes */
.image-placeholder {
    width: 200px;
    height: 200px;
    background-color: #ccc;
    margin: 10px auto;
}

.square {
    /* Placeholder for square image */
}

.circle {
    border-radius: 50%;
    /* Placeholder for circular image */
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-header-text{
		font-size:90px;
		line-height:110px;
		letter-spacing:px;
		text-indent:px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.img-bloc-0-style{
		width:581px;
	}
	.img-style{
		width:684px;
	}
	.row-bloc-0-style{
		width:100%;
	}
	.blocs-card-width{
		width:50%;
	}
	.book-container{
		min-height:450px;
	}
	.hero-heading{
		font-size:50px;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:77px;
		line-height:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.hold{
	}
	.hold:active{
		color:#FF2600!important;
	}
	.hold:visited{
		color:#FF2600!important;
		background-color:#FF2600;
	}
	.hold:focus{
	}
	.menu-icon-bloc-0-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.menu-icon-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.p-bloc-16-style{
		font-size:14px;
	}
	.menu-icon-0-bloc-0-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.pbacking{
		background-color:rgba(0,0,0,0.60);
	}
	.blocs-card-width{
		width:50%;
	}
	.book-container{
		min-height:440px;
	}
	.hero-heading{
		font-size:50px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:34px;
		line-height:35px;
		width:100%;
	}
	.p-bloc-0-style{
		font-size:12px;
	}
	.p-style{
		font-size:12px;
		width:100%;
	}
	.menu-icon-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.link-style{
		font-weight:bold;
	}
	.menu-icon-bloc-0-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.menu-icon-0-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.img-bloc-0-style{
		border-radius:10px 10px 10px 10px;
	}
	.footer-link{
		text-align:center;
	}
	.menu-icon-bloc-5-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.link-0-style{
		font-weight:bold;
	}
	.h1-style{
		font-size:48px;
		line-height:46px;
	}
	.menu-icon-bloc-6-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.menu-icon-bloc-8-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.text-purple-gradient{
		background:linear-gradient(256deg, #FF7D5A  34%, var(--swatch-var-1542) 100%);
	}
	.hero-subheader{
		font-size:14px;
	}
	.menu-icon-bloc-4-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.text-blue-gradient{
	}
	.btn-4-padding-top{
		padding-top:20px;
		padding-bottom:20px;
	}
	.btn-3-padding-top{
		padding-top:32px;
		padding-bottom:32px;
	}
	.btn-contact-padding-top{
		padding-top:34px;
		padding-bottom:34px;
	}
	.btn-8-padding-top{
		padding-top:22px;
		padding-bottom:22px;
	}
	.menu-icon-0-bloc-4-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.p-186-bloc-0-style{
		font-size:9px;
	}
	.p-187-style{
		font-size:9px;
	}
	.p-187-bloc-0-style{
		font-size:9px;
	}
	.p-188-style{
		font-size:9px;
	}
	.p-189-style{
		font-size:9px;
	}
	.p-190-style{
		font-size:9px;
	}
	.p-191-style{
		font-size:9px;
	}
	.p-192-style{
		font-size:9px;
	}
	.p-193-style{
		font-size:9px;
	}
	.p-193-bloc-0-style{
		font-size:9px;
	}
	.p-13493-style{
		font-size:9px;
	}
	.p-30517-style{
		font-size:9px;
	}
	.p-213-style{
		font-size:13px;
	}
	.p-214-style{
		font-size:12px;
	}
	.p-215-style{
		font-size:12px;
	}
	.p-216-style{
		font-size:12px;
	}
	.p-198-style{
		font-size:9px;
	}
	.p-199-style{
		font-size:9px;
	}
	.p-200-style{
		font-size:9px;
	}
	.p-201-style{
		font-size:9px;
	}
	.p-202-style{
		font-size:9px;
	}
	.p-203-style{
		font-size:9px;
	}
	.p-204-style{
		font-size:9px;
	}
	.p-205-style{
		font-size:9px;
	}
	.p-206-style{
		font-size:9px;
	}
	.p-207-style{
		font-size:8px;
	}
	.p-218-style{
		font-size:9px;
	}
	.p-217-style{
		font-size:9px;
	}
	.p-219-style{
		font-size:9px;
	}
	.p-209-style{
		font-size:9px;
	}
	.p-210-style{
		font-size:9px;
	}
	.p-211-style{
		font-size:9px;
	}
	.p-212-style{
		font-size:9px;
	}
	.p-213-bloc-0-style{
		font-size:9px;
	}
	.p-214-bloc-0-style{
		font-size:9px;
	}
	.p-215-bloc-0-style{
		font-size:9px;
	}
	.p-216-bloc-0-style{
		font-size:9px;
	}
	.menu-icon-bloc-12-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.p-17-style{
		font-size:16px;
	}
	.p-bloc-16-style{
		font-size:10px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.menu-icon-0-bloc-0-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.h5-style{
		font-size:12px;
	}
	.h5-follow-us-style{
		font-size:12px;
	}
	.h5-whats-next--style{
		font-size:12px;
		width:100%;
	}
	.link-0-super-you-style{
		width:100%;
		opacity:0.9;
	}
	.btn-join-now-style{
		width:100%;
	}
	.row-bloc-5-style{
		width:100%;
	}
	.img-34-style{
		width:270px;
	}
	.row-bloc-0-style{
		width:100%;
	}
	.p-256-style{
		font-size:9px;
	}
	.p-257-style{
		font-size:9px;
	}
	.p-258-style{
		font-size:9px;
	}
	.p-259-style{
		font-size:9px;
	}
	.p-260-style{
		font-size:9px;
	}
	.p-261-style{
		font-size:9px;
	}
	.p-262-style{
		font-size:9px;
	}
	.p-263-style{
		font-size:9px;
	}
	.p-264-style{
		font-size:9px;
	}
	.pbacking{
		background-color:var(--swatch-var-5902);
	}
	.menu-icon-bloc-22-stroke{
		stroke:#FEFFFF!important;
		fill:#FEFFFF!important;
	}
	.menu-icon-0-bloc-22-stroke{
		stroke:var(--swatch-var-6715)!important;
		fill:var(--swatch-var-6715)!important;
	}
	.btn-subscribe-style{
		border-radius:0px 0px 0px 0px;
	}
	.h3-bloc-22-style{
		font-size:20px;
	}
	.blocs-card-width{
		width:100%;
	}
	.book-container{
		min-height:350px;
	}
	.hero-heading{
		font-size:30px;
	}
	.hero-sub-heading{
		font-size:16px;
	}
	.hero-btn{
		width:100%;
	}
	.img-style{
		height:200px;
		width:170px;
	}
	.container-div-padding-right{
		width:62.96%;
	}
	.img-bloc-1-style{
		width:266px;
	}
	
}

