/*-----------------------------------------------------------------------------------
	Smartometric Pro
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

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

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

.btn-rd{
	border-radius: 40px;
}
.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;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



/* = 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%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Urbanist";
	color:var(--swatch-var-5983)!important;
}
.container{
	max-width:1140px;
}
.smart-qtext{
	text-align:center;
	font-weight:bold;
	color:var(--swatch-var-5626)!important;
	font-size:25px;
}
.smart-qbutton-sd{
	background-image:url("img/strongly-disagree-button-mask.svg");
	background-size:length;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-logo-text{
	color:var(--swatch-var-6254)!important;
	font-size:164px;
	font-weight:900;
	text-align:center;
}
.smart-paragraph{
	font-family:"Urbanist";
	font-size:18px;
	color:var(--swatch-var-5983)!important;
}
.smart-qbutton-d{
	background-image:url("img/disagree-button-mask.svg");
}
.smart-qbutton-nand{
	background-image:url("img/neither-agree-nor-disagree-button-mask.svg");
}
.smart-qbutton-a{
	background-image:url("img/agree-button-mask.svg");
}
.smart-qbutton-sa{
	background-image:url("img/strongly-agree-button-mask.svg");
}
.smart-qb-sa{
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/strongly-agree-button-mask.svg");
	min-height:70px;
}
.smart-qb-a{
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/agree-button-mask.svg");
	min-height:70px;
}
.smart-qb-nand{
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/neither-agree-nor-disagree-button-mask.svg");
	min-height:70px;
}
.smart-qb-d{
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/disagree-button-mask.svg");
	min-height:70px;
}
.smart-qb-sd{
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/strongly-disagree-button-mask.svg");
	min-height:70px;
}
.smart-btn-feedback{
	font-family:"Urbanist";
	font-size:12px;
	color:var(--swatch-var-5626)!important;
	text-decoration:underline!important;
}
.smart-btn-feedback:hover{
	color:var(--swatch-var-6021)!important;
	font-family:"Urbanist";
	font-size:12px;
}
.smart-btn-feedback:focus{
	color:var(--swatch-var-5626)!important;
}
.smart-btn-feedback:active{
	color:var(--swatch-var-6021)!important;
}
.smart-btn-feedback:visited{
	color:var(--swatch-var-6021)!important;
}
.headline{
	font-size:24px;
}
.smart-rating{
	background:linear-gradient(90deg, var(--swatch-var-4512) 0%, var(--swatch-var-6021) 100%);
}
.smart-self-left{
	font-family:"Urbanist";
	font-size:16px;
	color:#000000;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	background:linear-gradient(90deg, var(--swatch-var-1519) 0%, #FEFFFF 100%);
}
.smart-self-right{
	font-family:"Urbanist";
	font-size:16px;
	color:#000000;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	font-weight:bold;
	background:linear-gradient(90deg, #FEFFFF  0%, var(--swatch-var-1519) 100%);
}
.smart-kw-div{
	border-style:solid;
	border-color:var(--swatch-var-6254)!important;
	border-width:2px 2px 2px 2px;
}
.img-goal-style{
	width:75px;
	height:75px;
}
.img-smartabilitybl-style{
	height:197px;
}
.img-52-style{
	height:197px;
}
.smart-goals-list{
	font-family:"Urbanist";
	font-size:20px;
}
.black{
	color:var(--swatch-var-5626)!important;
	font-size:18px;
}
.black:hover{
	font-size:20px;
	color:var(--swatch-var-1519)!important;
}
.smart-button-link{
	font-size:16px;
	color:var(--swatch-var-5626)!important;
	font-family:"Urbanist";
	text-decoration:underline!important;
}
.smart-button-link:hover{
	font-size:16px;
	color:var(--swatch-var-1519)!important;
	font-family:"Urbanist";
	text-decoration:underline!important;
}
.smart-self-btn{
	width:50px;
}
.smart-btn-wellbeing{
	width:200px;
	height:200px;
	background-size:200px 200px;
	background-image:url("img/9e_wellbeing%20blob%20label.svg");
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-situational{
	height:200px;
	width:200px;
	background-image:url("img/9d_situational%20blob%20label.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-connections{
	background-image:url("img/9c_connections%20blob%20label.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
	width:200px;
	height:200px;
}
.smart-btn-talent{
	height:200px;
	width:200px;
	background-image:url("img/9b_talent%20blob%20label.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-mindset{
	width:200px;
	height:200px;
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/9a_mindset%20blob%20label.svg");
}
.smart-blob{
	height:200px;
	width:200px;
}
.smart-btn-mindset:hover{
	background-image:url("img/10a_mindset%20blob.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-talent:hover{
	background-image:url("img/10b_talent%20blob.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-connections:hover{
	background-image:url("img/10c_connections%20blob.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-situational:hover{
	background-image:url("img/10d_situational%20blob.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-wellbeing:hover{
	background-image:url("img/10e_wellbeing%20blob.svg");
	background-size:200px 200px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-element{
	font-family:"Urbanist";
	font-size:64px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.smart-flex{
	flex-direction:row;
	flex-wrap:wrap;
	display:flex;
	align-items:end;
	justify-content:space-between;
	background-color:var(--swatch-var-6254);
}
.tapas-f-banner{
	display:flex;
	flex-wrap:wrap-reverse;
	align-content:space-around;
	flex-direction:row;
	align-items:center;
}
.smart-factor-h1{
	font-weight:bold;
}
.smart-div-shade{
	background-color:var(--swatch-var-1519);
}
.centre{
	text-align:center;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.smart-btn-smartometricpa{
	width:250px;
	height:75px;
	background-image:url("img/spa.png");
	background-size:250px 75px;
	background-position:center center;
	background-repeat:no-repeat;
}
.smart-btn-smartometricpa:hover{
	background-size:250px 75px;
}
.smart-div-flex{
	display:flex;
	align-items:center;
}
.img-vouch-style{
	height:200px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-2720)!important;
	fill:var(--swatch-var-2720)!important;
}
.menu-icon-bloc-0-stroke{
	stroke:transparent!important;
	fill:transparent!important;
}
.menu-icon-0-stroke{
	stroke:var(--swatch-var-2720)!important;
	fill:var(--swatch-var-2720)!important;
}
.smart-div-selfrating{
	width:100%;
	margin:20px 20px 20px 20px;
	padding:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-6254)!important;
}
.smart-report-cover{
	width:90%;
	height:90%;
}
.img-extraversion-style{
	width:50px;
	height:50px;
}
.smart-report-facetsof{
	font-family:"Urbanist";
	font-size:28px;
	color:var(--swatch-var-2872)!important;
	padding-top:5px;
}
h3{
	color:var(--swatch-var-5626)!important;
	font-family:"Urbanist";
	font-size:30px;
	font-weight:bold;
}
.smart-report-para{
	font-family:"Urbanist";
	color:var(--swatch-var-5626)!important;
	font-size:18px;
}
.smart-report-h3{
	font-family:"Urbanist";
	font-size:30px;
	color:#000000!important;
	font-weight:bold;
}
.smart-report-factor{
	font-family:"Urbanist";
	font-size:32px;
	color:var(--swatch-var-1188)!important;
	font-weight:bold;
	padding-left:15px;
}
.smart-report-divider{
	background-color:var(--swatch-var-2872);
	height:3px;
}
.smart-report-short{
	font-family:"Urbanist";
	font-size:18px;
	color:var(--swatch-var-5626)!important;
	font-weight:bold;
}
.smart-report-img-facetsof{
	width:80%;
}
.smart-report-brk{
	background-color:var(--swatch-var-3828);
}
.text-span-style{
	font-weight:bold;
}
.img-bloc-81-style{
	width:200px;
}
.navbar-brand img{
	width:40px;
	height:40px;
}
.smart-report-subhead{
	font-family:"Urbanist";
	color:var(--swatch-var-5626)!important;
	font-size:26px;
	font-weight:bold;
}
.smart-report-facet{
	padding-left:15px;
	font-family:"Urbanist";
	font-size:32px;
	color:var(--swatch-var-495)!important;
}
.smart-report-facet-divider{
	height:3px;
	background-color:var(--swatch-var-495);
}
.report-div-box{
	border-style:solid;
	border-color:var(--swatch-var-1188)!important;
	border-top-left-radius:0px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	padding:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
	margin-top:10px;
}
.smart-report-factor-divider{
	border-style:solid;
	border-color:var(--swatch-var-1188)!important;
	height:3px;
}
.smart-report-factor_small{
	font-size:22px;
	color:var(--swatch-var-1188)!important;
	font-family:"Urbanist";
	padding-left:15px;
}
.smart-o-report-factor{
	padding-left:15px;
	font-size:18px;
	color:var(--swatch-var-1188)!important;
	font-weight:bold;
	font-family:"Urbanist";
}
.smart-o-report-facet{
	padding-left:15px;
	font-size:16px;
	color:var(--swatch-var-495)!important;
	font-weight:bold;
	font-family:"Urbanist";
}
.img-lazyload--style{
	width:100px;
	height:100px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5626:rgba(0,0,0,1.00);
	
	--swatch-var-4512:rgba(255,204,255,1.00);
	
	--swatch-var-3917:rgba(0,53,0,1.00);
	
	--swatch-var-1519:rgba(0,174,239,1.00);
	
	--swatch-var-6021:rgba(153,102,255,1.00);
	
	--swatch-var-5983:rgba(0,0,0,1.00);
	
	--swatch-var-6254:rgba(35,57,99,1.00);
	
	--swatch-var-1371:rgba(37,67,108,1.00);
	
	--swatch-var-2720:rgba(246,148,108,1.00);
	
	--swatch-var-4008:rgba(252,231,102,1.00);
	
	--swatch-var-1768:rgba(255,255,255,1.00);
	
	--swatch-var-3828:rgba(35,57,99,0.30);
	
	--swatch-var-1084:rgba(143,122,39,1.00);
	
	--swatch-var-1159:rgba(94,48,25,1.00);
	
	--swatch-var-5280:rgba(12,140,233,1.00);
	
	--swatch-var-4028:rgba(23,143,81,1.00);
	
	--swatch-var-5634:rgba(168,85,247,1.00);
	
	--swatch-var-4178:rgba(182,223,233,1.00);
	
	--swatch-var-2872:rgba(0,163,218,1.00);
	
	--swatch-var-4576:rgba(0,170,220,1.00);
	
	--swatch-var-1202:rgba(233,84,121,1.00);
	
	--swatch-var-1188:rgba(0,174,239,1.00);
	
	--swatch-var-6367:rgba(226,255,255,1.00);
	
	--swatch-var-495:rgba(255,31,128,1.00);
	
	--swatch-var-592:rgba(255,116,0,1.00);
	
}


/* Background colour styles */

.bgc-1188{
	background-color:var(--swatch-var-1188);
}
.bgc-6367{
	background-color:var(--swatch-var-6367);
}
.bgc-1519{
	background-color:var(--swatch-var-1519);
}

/* Text colour styles */

.tc-1768{
	color:var(--swatch-var-1768)!important;
}
.tc-4008{
	color:var(--swatch-var-4008)!important;
}

/* Button colour styles */

.btn-c-1188{
	background:var(--swatch-var-1188);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1188:hover{
	background:#007BBC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-592{
	background:var(--swatch-var-592);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-592:hover{
	background:#CC4100!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-495{
	background:var(--swatch-var-495);
	color:#FFFFFF!important;
}
.btn-c-495:hover{
	background:#CC004D!important;
	color:#FFFFFF!important;
}
.btn-c-4576{
	background:var(--swatch-var-4576);
	color:#FFFFFF!important;
}
.btn-c-4576:hover{
	background:#0077A9!important;
	color:#FFFFFF!important;
}
.wire-btn-c-1188{
	color:var(--swatch-var-1188)!important;
	border-color:var(--swatch-var-1188)!important;
}

/* Bloc image backgrounds */

.bg-IMG-1470{
	background-image:url("img/IMG_1470.jpg");
}
.bg-ChatGPT-20Image-20Jun-206-202025-20at-2004-11-20-20PM{
	background-image:url("img/sma.png?timestamp=6479");
}
.bg-voucher{
	background-image:url("img/voucher.png");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.faqprowrapper {
	margin-bottom: 1em}.verfaqpro {
	  display: inline-block;
	  position: absolute;
	  width: 50px;
	  height: 50px;
	  right: 0;
	  top: 5px;
	  margin: 0 5px 0 0;
	  padding: .75em .5em 0 .45em;
	  text-align: center;
	  font-size: 1.0em;
	  border-radius: 50%;
	  color: #ffffff;
	  background-color: #008ef2}  .faqprowrapper .qline {
	  display: block;
	  position: relative;
	  text-align: left;
	  cursor: pointer}  .faqprowrapper .qline.hide {
	display: none}.faqprowrapper .qline .qtemp {
	  display: block;
	  position: relative;
	  width: calc(100% - 75px);
	  margin-bottom: 1.5em;
	  padding-left: 0.4em;
	  font-size: 1.25em}  .faqprowrapper .qline .aborder {
	  display: block;
	  position: absolute;
	  left: 50%;
	  right: 0;
	  bottom: 0;
	  margin-bottom: 2px;
	  border-bottom: 2px solid transparent;
	  border-top-width: 0px}  .faqprowrapper .faq-q {
	  display: inline-flex;
	  position: relative;
	  margin-bottom: 0;
	  padding-right: .32em;
	  padding-left: .4em;
	  width: calc(100% - 30px);
	  border-top-left-radius: 0.6em;
	  border-top-right-radius: 0.6em;
	  font-size: 2em;
	  line-height: 120%;
	  color: #616161;
	  border: 2px solid transparent;
	  border-bottom-width: 0px;
	  transition: color 0.3s ease-out}.faqprowrapper .faq-q:hover, .faqprowrapper .faq-q.hover {
	color: #1c5184}  .faqprowrapper .faq-q.bold {
	font-weight: bold}  .faqprowrapper .faq-q.italic, .faqprowrapper .qtemp.italic {
	font-style: italic}  .faqprowrapper .faq-q.txtwd {
	width: inherit}  .faqprowrapper .fas {
	  display: inline;
	  position: relative;
	  right: 0;
	  top: 0;
	  margin-left: .12em;
	  line-height: 120%;
	  color: #616161;
	  transition: color 0.3s ease-out}  .faqprowrapper .fas.temp {
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 60px}  .faqprowrapper .fas:hover, .faqprowrapper .faq-q:hover + .fas {
	color: #1c5184}  .faqprowrapper .aline {
	  display: block;
	  position: relative;
	  margin-top: 0px;
	  text-align: left;
	  padding-top: 0em;
	  padding-right: .75em;
	  padding-left: .75em;
	  border-bottom-left-radius: 0.6em;
	  border-bottom-right-radius: 0.6em;
	  border: 2px solid transparent;
	  border-top-width: 0px}  .faqprowrapper .aline.hide {
	  padding-top: 0em !important;
	  border-bottom-width: 0px}.faqprowrapper .aline.dhide {
	display: none}.faqprowrapper .aline .atemp {
	font-size: 1.25em}.faqwrapper .aline div.hide {
	  display: none;
	  padding-bottom: 0}.faqprowrapper .aline .faq-a {
	  position: relative;
	  margin-bottom: 0;
	  padding-bottom: .5em;
	  font-size: 1.3em;
	  line-height: 100%;
	  color: #616161}  .faqprowrapper .aline .faq-a.gradient-text, .faqprowrapper .aline .atemp.gradient-text, .faqprowrapper div[custom-bric-container="true"].gradient-text {
	  display: block;
	  position: relative;
	  height: inherit;
	  color: transparent;
	  background: linear-gradient(180deg, #616161, #ffffff);
	  background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  cursor: pointer}.faqprowrapper .faqprobutton, .faqprowrapper .tempfaqprobutton {
	  display: block;
	  position: relative;
	  width: fit-content;
	  margin: .5em auto 0 auto;
	  padding: .5em;
	  cursor: pointer;
	  text-align: center;
	  background-color: #5d5d5d;
	  color: #ffffff;
	  border-radius: .6em;
	  border: 1px solid transparent;
	  z-index: 100}  .faqprowrapper .aline .faq-a  ~ .faqptooltip, .faqprowrapper .aline div[custom-bric-container="true"] .faqptooltip {
	  opacity: 0;
	  display: block;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: fit-content;
	  height: fit-content;
	  margin: auto auto}  .faqprowrapper .aline div[custom-bric-container="true"] {
	opacity: 1}      .faqprowrapper .aline .faq-a  ~ .tooltipshow, .faqprowrapper .aline div[custom-bric-container="true"] .tooltipshow {
	animation: tipfadeinout 3.0s linear forwards}    @keyframes tipfadeinout {
	  30%,60% {
	opacity: 1}}    .faqprowrapper .aline .faq-a.reveal:hover ~ .tooltiptext {
	visibility: visible}    .faqprowrapper .faqprobutton.hide, .faqprowrapper .tempfaqprobutton.hide {
	display: none}  .faqprowrapper .faqprobutton.bold, .faqprowrapper .tempfaqprobutton.bold {
	font-weight: bold}  .faqprowrapper .faqprobutton.italic, .faqprowrapper .tempfaqprobutton.italic {
	font-style: italic}    .faqprowrapper .left {
	text-align: left}  .faqprowrapper .center {
	text-align: center}  .faqprowrapper .aline.center {
	padding-left: 0em}    .faqprowrapper .right {
	text-align: right}  .faqprowrapper .justify {
	text-align: justify}    .faqprowrapper .aline.right {
	padding-right: 2.25em}    .faqprowrapper .aline .faq-a.hide {
	display: none}  .faqprowrapper .aline .faq-a.reveal {
	display: block}  .faqprowrapper .aline .atemp.bold, .faqprowrapper .aline .faq-a.bold {
	font-weight: bold}  .faqprowrapper .aline .atemp.italic, .faqprowrapper .aline .faq-a.italic {
	font-style: italic}     

/* = 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;}
.object-hidden{display:none;}


/* = 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){
	.smart-logo-text{
		font-family:"Urbanist";
		font-size:110px;
		text-align:center;
		font-weight:bold;
	}
	.smart-paragraph{
		font-size:24px;
	}
	
}

@media (max-width: 767px){
	.smart-logo-text{
		font-family:"Urbanist";
		font-size:72px;
		font-weight:bold;
		text-align:center;
	}
	.smart-paragraph{
		font-size:20px;
	}
	.smart-qb-sd{
		background-position:center center;
		background-repeat:no-repeat;
		background-image:url("img/strongly-disagree-button-mask.svg");
	}
	.smart-qb-d{
		background-position:center center;
		background-repeat:no-repeat;
		background-image:url("img/disagree-button-mask.svg");
	}
	.smart-qb-nand{
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url("img/neither-agree-nor-disagree-button-mask.svg");
	}
	.smart-qb-a{
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url("img/agree-button-mask.svg");
	}
	.smart-qb-sa{
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url("img/strongly-agree-button-mask.svg");
	}
	.link-style{
		width:100px;
	}
	.smart-self-btn{
		width:40px;
	}
	
}

@media (max-width: 575px){
	.proto-div-main{
		height:500px;
		overflow:scroll;
	}
	.smart-qbutton-sd{
		font-size:6px;
		text-align:center;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border-width:2px 2px 2px 2px;
		border-radius:5px 5px 5px 5px;
		background-image:url("img/strongly-disagree-button-mask.svg");
		background-size:auto auto;
		background-position:center center;
		background-repeat:no-repeat;
		width:80px;
		height:35px;
		max-width:95%;
	}
	.img-smartabili-style{
		width:40px;
		height:40px;
	}
	.smart-logo-text{
		font-family:"Urbanist";
		font-size:42px;
		font-weight:bold;
		text-align:center;
	}
	.smart-paragraph{
		font-size:16px;
	}
	.smart-qbutton-d{
		width:80px;
		height:35px;
		background-size:80px 35px;
		background-position:center center;
		background-repeat:no-repeat;
		max-width:95%;
	}
	.smart-qbutton-nand{
		height:35px;
		width:80px;
		background-size:80px 35px;
		background-position:center center;
		background-repeat:no-repeat;
		background-image:url("img/neither-agree-nor-disagree-button-mask.svg");
		max-width:95%;
	}
	.smart-qbutton-a{
		width:80px;
		height:35px;
		background-image:url("img/agree-button-mask.svg");
		background-size:80px 35px;
		background-position:center center;
		background-repeat:no-repeat;
		max-width:95%;
	}
	.smart-qbutton-sa{
		height:35px;
		width:80px;
		background-image:url("img/strongly-agree-button-mask.svg");
		background-size:80px 35px;
		background-position:center center;
		background-repeat:no-repeat;
		max-width:95%;
	}
	.smart-qbutton-sd:hover{
		width:80px;
		height:35px;
		background-size:80px 35px;
		background-position:center center;
		background-repeat:no-repeat;
		background-image:url("img/strongly-disagree-button-mask.svg");
	}
	.smart-qbutton-d:hover{
		height:35px;
		width:80px;
		background-image:url("img/disagree-button-mask.svg");
		background-size:80px 35px;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.smart-qbutton-nand:hover{
		background-position:center center;
		background-repeat:no-repeat;
		background-size:80px 35px;
		width:80px;
		height:35px;
	}
	.smart-qbutton-a:hover{
		background-size:80px 35px;
		background-repeat:no-repeat;
		background-position:center center;
		height:35px;
		width:80px;
	}
	.smart-qbutton-sa:hover{
		background-size:80px 35px;
		background-repeat:no-repeat;
		background-position:center center;
		width:80px;
		height:35px;
	}
	.smart-qb-sd{
		background-image:url("img/strongly-disagree-button-mask.svg");
		background-position:center center;
		background-repeat:no-repeat;
		background-size:auto auto;
	}
	.smart-qb-d{
		background-image:url("img/disagree-button-mask.svg");
		background-repeat:no-repeat;
		background-position:center center;
	}
	.smart-qb-nand{
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url("img/neither-agree-nor-disagree-button-mask.svg");
	}
	.smart-qb-a{
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url("img/agree-button-mask.svg");
	}
	.smart-qb-sa{
		background-position:center center;
		background-repeat:no-repeat;
		background-image:url("img/strongly-agree-button-mask.svg");
	}
	.smart-factor-score{
		font-size:20px;
		color:#002FA7!important;
		text-align:center;
		font-weight:bold;
	}
	.smart-report{
		font-family:"Urbanist";
		font-size:12px;
	}
	.bold{
		font-weight:bold;
	}
	.smart-button-link:hover{
	}
	.smart-btn-mindset{
		width:200px;
		height:200px;
		background-size:contain;
	}
	.smart-btn-wellbeing{
		background-size:contain;
	}
	.smart-btn-situational{
		background-size:contain;
	}
	.smart-btn-connections{
		background-size:contain;
	}
	.smart-btn-feedback{
		background-size:contain;
	}
	.smart-blob{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:var(--swatch-var-5983)!important;
	}
	
}

