/*-----------------------------------------------------------------------------------
	P
	About: Blank Hormones
	Author: AnasHyeee
	Version: 1.2
	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-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


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

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

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

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn-icon-e{
	direction:rtl;
}
.btn-icon-e .icon-spacer{
	margin-right:0;
	margin-left:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

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

/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}


/* = 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%;
}
}


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

.hide-indicators{
	display:none;
}

.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;
}
.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:"Helvetica";
	color:var(--swatch-var-6932)!important;
}
.container{
	max-width:1140px;
}
p{
	font-size:18px;
	line-height:30px;
	color:var(--swatch-var-7922)!important;
	font-weight:500;
}
.p-md{
	font-size:16px;
	line-height:26px;
}
.p-sm{
	font-size:14px;
	line-height:24px;
}
.p-xs{
	font-size:12px;
	line-height:24px;
}
.display-sm{
	font-size:38px;
	line-height:48px;
}
.display-md{
	font-size:40px;
	line-height:50px;
}
.display-lg{
	font-size:44px;
	line-height:54px;
}
.display-xl{
	font-size:48px;
	line-height:58px;
}
.display-xl2{
	font-size:56px;
	line-height:66px;
}
.text-orientation{
	writing-mode:vertical-rl;
}
.text-capitalize{
	text-transform:capitalize;
}
.text-lowercase{
	text-transform:lowercase;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-line-through{
	text-decoration:line-through!important;
}
.text-overline{
	text-decoration:overline!important;
}
.text-underline{
	text-decoration:underline!important;
}
.text-weight-bolder{
	font-weight:900;
}
.text-weight-bold{
	font-weight:bold;
}
.text-weight-lighter{
	font-weight:lighter;
}
.text-indent-sm{
	text-indent:12px;
}
.text-indent-md{
	text-indent:20px;
}
.text-indent-lg{
	text-indent:30px;
}
.text-direction-right{
	direction:rtl;
	text-align:right;
}
.text-direction-left{
	text-align:left;
}
.text-align-center{
	text-align:center;
}
.box-shadow-sm{
	box-shadow:0.00px -0.00px 12px #E7E7E7;
}
.box-shadow-md{
	box-shadow:0.00px -0.00px 18px #E7E7E7;
}
.box-shadow-lg{
	box-shadow:0.00px -0.00px 28px #E7E7E7;
}
.box-shadow-xl{
	box-shadow:0.00px -0.00px 40px #E7E7E7;
}
.xs-icon{
	width:16px;
	height:16px;
	font-size:16px;
	line-height:26px;
}
.sm-icon{
	font-size:20px;
	line-height:30px;
	width:20px;
	height:20px;
}
.md-icon{
	font-size:32px;
	width:32px;
	height:32px;
}
.lg-icon{
	font-size:44px;
	width:44px;
	height:44px;
}
.xl-icon{
	font-size:64px;
	width:64px;
	height:64px;
}
.xxl-icon{
	font-size:84px;
	width:84px;
	height:84px;
}
.xxxl-icon{
	font-size:100px;
	width:100px;
	height:100px;
}
.p-lg{
	font-size:19px;
	line-height:29px;
}
.text-xs{
	font-size:10px;
	line-height:20px;
}
.text-sm{
	font-size:12px;
	line-height:22px;
}
.text-md{
	font-size:14px;
	line-height:24px;
}
.text-lg{
	font-size:16px;
	line-height:26px;
}
.text-xl{
	font-size:18px;
	line-height:28px;
}
.text-xl2{
	font-size:20px;
	line-height:30px;
}
.text-caption-x1{
	font-size:10px;
	line-height:20px;
	font-weight:normal;
	letter-spacing:2px;
}
.headline-xs{
	font-size:22px;
	line-height:32px;
}
.headline-sm{
	font-size:24px;
	line-height:34px;
}
.headline-md{
	font-size:26px;
	line-height:36px;
}
.headline-lg{
	font-size:28px;
	line-height:38px;
}
.headline-xl{
	font-size:30px;
	line-height:40px;
}
.display-xs{
	font-size:36px;
	line-height:46px;
}
.display-xl3{
	font-size:60px;
	line-height:78px;
}
.display-xl4{
	font-size:72px;
	line-height:90px;
}
.hugeword-x1{
	font-size:100px;
}
.hugeword-x2{
	font-size:120px;
}
.hugeword-x3{
	font-size:140px;
}
.numberdigit-x1{
	font-size:70px;
}
.numberdigit-x2{
	font-size:100px;
}
.numberdigit-x3{
	font-size:120px;
}
.iconx-xs￼{
	width:12px;
	height:12px;
	stroke-width:12;
	font-size:12px;
}
.iconx-s{
	height:16px;
	stroke-width:16;
	width:16px;
	font-size:16px;
}
.iconx-sm{
	width:24px;
	stroke-width:24;
	font-size:24px;
	height:24px;
}
.iconx-lg{
	font-size:40px;
	width:40px;
	height:40px;
	stroke-width:40;
}
.iconx-xl{
	font-size:48px;
	height:48px;
	width:48px;
	stroke-width:48;
}
.iconx-xl2{
	width:56px;
	height:56px;
	font-size:56px;
	stroke-width:56;
}
.iconx-m{
	width:32px;
	height:32px;
	font-size:32px;
	stroke-width:32;
}
.iconx-xl3{
	font-size:64px;
	height:64px;
	width:64px;
	stroke-width:64;
}
.iconx-xl4{
	font-size:70px;
	width:70px;
	height:70px;
	stroke-width:70;
}
.iconx-xl5{
	font-size:78px;
	width:78px;
	height:78px;
	stroke-width:78;
}
.iconx-xl6{
	font-size:86px;
	height:86px;
	width:86px;
	stroke-width:86;
}
.iconx-xl7{
	font-size:94px;
	width:94px;
	height:94px;
	stroke-width:94;
}
.iconx-xl8{
	font-size:124px;
	width:124px;
	height:124px;
	stroke-width:124;
}
.text-caption-x2{
	letter-spacing:2px;
}
.text-caption-x3{
	letter-spacing:4px;
}
.text-caption-x4{
	letter-spacing:6px;
}
.text-caption-x5{
	letter-spacing:8px;
}
.text-caption-x6{
	letter-spacing:10px;
}
.text-weight-normal{
	font-weight:normal;
}
.text-style-italic{
	font-style:italic;
}
.text-align-left{
	text-align:left;
}
.text-align-right{
	text-align:right;
}
.button-01{
	background-color:var(--swatch-var-1416);
	color:var(--swatch-var-1586)!important;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	padding:12px 22px 12px 22px;
	box-shadow:0.00px 4.00px 10px rgba(0,0,0,0.50);
	transition:all 0.5s ease 0s;
}
.label-01{
	background-color:var(--swatch-var-1416);
	font-size:18px;
	color:var(--swatch-var-1586)!important;
	line-height:28px;
	padding:6px 22px 6px 22px;
	text-transform:uppercase;
	font-weight:bold;
	transform:rotate(-6deg);
	transition:all 0.5s ease 0s;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-1586);
	height:40px;
}
.label-01:hover{
	transform:rotate(0deg);
}
.button-01:hover{
	box-shadow:0.00px 0.00px 2px #424242;
	background-color:var(--swatch-var-1416);
}
.label-02{
	background-color:var(--swatch-var-5251);
	font-size:18px;
	color:var(--swatch-var-1586)!important;
	line-height:28px;
	padding:6px 22px 6px 22px;
	text-transform:uppercase;
	font-weight:bold;
	transform:rotate(-6deg);
	transition:all 0.5s ease 0s;
}
.label-02:hover{
	transform:rotate(0deg);
}
.button-02{
	background-color:var(--swatch-var-5251);
	color:var(--swatch-var-1586)!important;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	padding:12px 22px 12px 22px;
	box-shadow:0.00px 4.00px 10px rgba(0,0,0,0.50);
	transition:all 0.5s ease 0s;
}
.button-02:hover{
	box-shadow:0.00px 0.00px 2px rgba(0,0,0,0.50);
	background-color:var(--swatch-var-5251);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1586);
	width:100%;
	height:40px;
}
.svg-icon-fill{
	fill:var(--swatch-var-1586)!important;
}
.grid-style{
	grid-template-rows:auto;
	grid-template-columns:1fr 1fr;
}
.bloc-divider-t-style{
	height:40px;
	fill:var(--swatch-var-1416);
}
.bloc-divider-b-style{
	height:40px;
	fill:var(--swatch-var-1416);
}
.grid-0-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	column-gap:50px;
	row-gap:50px;
}
.bloc-divider-b-bloc-10-fill{
	fill:var(--swatch-var-1586);
	height:40px;
}
.vibe-col-price{
	grid-template-rows:auto;
	grid-template-columns:1fr 1fr;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.vibe-price-base{
	background-color:var(--swatch-var-1416);
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	row-gap:14px;
	padding:40px 40px 40px 40px;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
}
.svg-icon-bloc-12-fill{
	fill:var(--swatch-var-1586)!important;
	width:18px!important;
}
.vibe-price-base-tag{
	display:flex;
	flex-direction:row;
	align-items:baseline;
	justify-content:flex-start;
	column-gap:4px;
}
.vibe-price-base-head{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.footer-svg-icon{
	width:20px!important;
	height:20px!important;
	fill:var(--swatch-var-5251)!important;
	transition:all 0.5s ease 0s;
	transform:translateY(0px);
}
.img-style{
	width:64px;
	height:64px;
}
.vibe-client-base{
	background-color:var(--swatch-var-1416);
	padding:28px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	row-gap:18px;
}
.vibe-client-head{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	column-gap:10px;
	width:100%;
}
.grid-bloc-14-style{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
}
.accordion-card-heading{
	border-width:0px 0px 0px 0px;
	padding:14px 14px 14px 14px;
}
.accordion-base{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	row-gap:30px;
}
.accordion-card{
	background-color:var(--swatch-var-1416);
	border-width:0px 0px 0px 0px;
	width:100%;
	border-radius:18px 18px 18px 18px;
}
.accordion-links{
	font-weight:bold;
	color:var(--swatch-var-1586)!important;
	font-size:20px;
	text-decoration:none;
	line-height:30px;
}
.grid-23388-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
}
.vibe-brand-logo{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	column-gap:8px;
}
.footer-links{
	color:var(--swatch-var-1586)!important;
	text-decoration:none;
	font-size:16px;
	line-height:26px;
	transform:translateY(0px);
}
.footer-links:hover{
	color:var(--swatch-var-1586)!important;
	font-size:16px;
	line-height:26px;
	transform:translateY(2px);
	transition:all 0.5s ease 0s;
}
.svg-icon-bloc-4-fill{
	fill:var(--swatch-var-810)!important;
}
.vibe-brand-trusted{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	column-gap:38px;
}
.vibe-profile-img{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.vibe-profile-a{
	width:50px;
	height:50px;
}
.vibe-profile-b{
	width:50px;
	height:50px;
	margin-left:-20px;
}
.footer-base-bottom{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	column-gap:20px;
}
.footer-base-contents{
	grid-column-start:1;
	grid-column-end:3;
}
.carousel-base{
	border-width:0px 0px 0px 0px;
	border-radius:24px 24px 24px 24px;
	overflow:hidden;
	width:100%;
	height:100%;
}
.span-highlight-light{
	color:var(--swatch-var-1416)!important;
}
.span-highlight-dark{
	color:var(--swatch-var-5251)!important;
}
.footer-svg-icon:hover{
	transform:translateY(2px);
}
.scrollToTop{
	background-color:var(--swatch-var-5251);
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	transform:rotate(0deg);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.scrollToTop:hover{
	background-color:var(--swatch-var-5251);
	transform:rotate(-4deg);
}
.scroll-to-top-btn-icon{
	margin:auto auto auto auto;
}
.nav-tabs{
	display:flex;
	align-items:center;
	flex-direction:row;
	justify-content:center;
	margin:auto auto auto auto;
	width:300px;
	height:auto;
	border-width:0px 0px 0px 0px;
	border-radius:28px 28px 28px 28px;
	background-color:var(--swatch-var-5891);
	column-gap:20px;
	padding:0px 10px 0px 10px;
}
.nav-tabs .nav-link{
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
	background-color:var(--swatch-var-7924);
	font-weight:bold;
}
.nav-tabs .nav-link.active{
	background-color:var(--swatch-var-1416);
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
	color:var(--swatch-var-1586)!important;
	font-weight:bold;
}
.nav-tabs .nav-link.active:hover{
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
}
.vibe-base-card{
	grid-template-columns:1fr 1fr 1fr;
}
.vibe-base-card-a{
	background-color:var(--swatch-var-1416);
	overflow:hidden;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
	padding:14px 14px 14px 14px;
	transition:all 0.5s ease 0s;
	transform:rotate(0deg);
}
.grid-31366-style{
	grid-template-rows:auto;
	grid-template-columns:1fr 1fr;
	align-self:center;
	width:100%;
	height:100%;
	align-items:center;
}
.vibe-base-card-fullweidth{
	grid-column-start:2;
	grid-column-end:4;
	padding:14px 14px 14px 14px;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-1416);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:auto;
}
.bloc-divider-b-0-style{
	height:40px;
	fill:var(--swatch-var-1586);
}
.vibe-base-video{
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
	overflow:hidden;
}
.bloc-divider-t-0-style{
	height:40px;
	fill:var(--swatch-var-1586);
}
.bloc-divider-b-6162-style{
	height:40px;
	fill:var(--swatch-var-1586);
}
.grid-38667-style{
	grid-template-columns:1fr 1fr 1fr;
	column-gap:50px;
	row-gap:50px;
}
.grid-20511-style{
	grid-template-columns:1fr 1fr 1fr;
}
.vibe-base-team-div{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:space-between;
}
.vibe-base-contact-div{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:flex-start;
	column-gap:18px;
}
.form-control{
	border-width:0px 0px 2px 0px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-1586)!important;
	background-color:var(--swatch-var-7924);
	color:var(--swatch-var-6213)!important;
}
.form-control:hover{
	background-color:var(--swatch-var-5197);
}
.form-control:active{
	background-color:var(--swatch-var-5197);
}
.form-control:focus{
	background-color:var(--swatch-var-5197);
}
.form-control:visited{
	background-color:var(--swatch-var-7924);
}
.form-check-input:checked{
	background-color:var(--swatch-var-5251);
	border-color:var(--swatch-var-5251)!important;
}
.vibe-base-contact-form{
	grid-template-columns:1fr 1fr;
	column-gap:20px;
	row-gap:20px;
}
.vibe-contact-form-space{
	grid-column-start:1;
	grid-column-end:3;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-7922)!important;
}
.bloc-divider-t-25379-style{
	height:40px;
	fill:var(--swatch-var-1586);
}
.svg-icon-bloc-17-fill{
	fill:var(--swatch-var-5251)!important;
	width:42px!important;
	height:42px!important;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	color:var(--swatch-var-6932)!important;
	font-weight:bold;
}
.vibe-footer-social{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	width:100%;
	column-gap:18px;
}
.vibe-menu-social{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	width:100%;
	column-gap:18px;
	align-items:center;
}
.button-03{
	background-color:var(--swatch-var-1416);
	color:var(--swatch-var-1586)!important;
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	padding:7px 14px 7px 14px;
	box-shadow:0.00px 4.00px 10px rgba(0,0,0,0.50);
	transition:all 0.5s ease 0s;
}
.button-03:hover{
	box-shadow:0.00px 0.00px 2px #424242;
	background-color:var(--swatch-var-1416);
}
.vibe-menu-link{
	text-transform:capitalize;
	margin-left:5px;
	margin-right:5px;
	font-size:17px;
	font-weight:bold;
	color:var(--swatch-var-6932)!important;
}
.menu-svg-icon{
	width:16px!important;
	height:16px!important;
	fill:var(--swatch-var-5251)!important;
	transition:all 0.5s ease 0s;
	transform:translateY(0px);
}
.menu-svg-icon:hover{
	transform:translateY(2px);
}
.grid-46491-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	align-items:center;
}
.vibe-menu-link:hover{
	color:var(--swatch-var-1416)!important;
}
.vibe-menu-side{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.vibe-menu-center{
	grid-column-start:2;
	grid-column-end:4;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-6932)!important;
	fill:var(--swatch-var-6932)!important;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-1416);
}
.button-04{
	font-size:16px;
	color:var(--swatch-var-1586)!important;
	fill:var(--swatch-var-1586);
	transform:translateY(0px);
	transition:all 0.5s ease 0s;
}
.button-04:hover{
	color:var(--swatch-var-1586)!important;
	fill:var(--swatch-var-5251);
	transform:translateY(2px);
}
.vibe-modal-base{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.vibe-modal-conents{
	padding:14px 14px 14px 14px;
}
.vibe-model-footer{
	background-color:var(--swatch-var-1586);
	border-width:0px 0px 0px 0px;
	padding:14px 14px 14px 14px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.close{
	color:var(--swatch-var-810)!important;
}
.close:hover{
	color:var(--swatch-var-6932)!important;
}
.vibe-footer{
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	display:flex;
}
.section-container{
	position:relative;
	display:grid;
	align-items:center;
}
.slide-1{
	transition:all 0.5s ease-in-out 0.5s;
	grid-column-start:1;
	grid-row-start:1;
}
.slide-2{
	transform:translateY(-50px);
	transition:all 0.2s ease-in-out 0s;
	grid-column-start:1;
	grid-row-start:1;
	opacity:0;
}
.small-icon{
	width:50px;
}
.black-text{
	color:var(--swatch-var-810)!important;
}
.expand-icon{
	transition:all 0.5s ease 0s;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-1586)!important;
	border-width:2px 2px 2px 2px;
	width:35px;
	stroke:var(--swatch-var-1586);
}
.expand-icon:hover{
	background-color:var(--swatch-var-1586);
	transition:all 0.5s ease 0s;
	stroke:var(--swatch-var-1416);
}
.alt-state .expand-icon{
	transition:all 0.2s ease-in-out 0s;
	transform:rotate(45deg);
}
.alt-state .slide-1{
	opacity:0;
	transition:all 0.5s ease-in-out 0s;
}
.alt-state .slide-2{
	opacity:1;
	transform:translateY(0%);
	transition:all 0.5s ease-in-out 0.5s;
}
.grid-display-bloc-style{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
}
.bloc-divider-b-team-bloc-style{
	height:40px;
	fill:var(--swatch-var-1586);
}
.vibe-base-img-move{
	transition:all 0.5s ease 0s;
	transform:rotate(0deg);
}
.vibe-base-card-a:hover{
	transform:rotate(-1deg);
}
.vibe-base-img-move:hover{
	transition:all 0.5s ease 0s;
	transform:rotate(-2deg);
}
.svg-icon-style{
	width:22px!important;
	fill:var(--swatch-var-1586)!important;
}
.vibe-price-footer{
	display:flex;
	flex-direction:row;
	align-items:flex-end;
	justify-content:space-between;
	width:100%;
}
.vibe-modal-note{
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
	padding-left:18px;
	padding-right:18px;
}
.vibe-modal-note-header{
	background-color:var(--swatch-var-7924);
	border-width:0px 0px 0px 0px;
	padding-bottom:0px;
}
.vibe-modal{
	overflow:hidden;
}
.alert-warning{
	color:var(--swatch-var-2326)!important;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	font-size:14px;
	background-color:var(--swatch-var-7924);
}
.alert-danger{
	color:var(--swatch-var-6251)!important;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	font-size:14px;
	background-color:var(--swatch-var-7924);
}
.alert-success{
	color:var(--swatch-var-2242)!important;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	font-size:14px;
	background-color:var(--swatch-var-7924);
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-466:rgba(231,231,231,1.00);
	
	--swatch-var-7924:rgba(0,0,0,0.00);
	
	--swatch-var-810:#000000;
	
	--swatch-var-1586:#FEFFFF;
	
	--swatch-var-335:#FBFCFC;
	
	--swatch-var-7442:#F7F9F9;
	
	--swatch-var-5891:#F0F3F4;
	
	--swatch-var-6932:rgba(33,33,33,1.00);
	
	--swatch-var-7922:rgba(66,66,66,1.00);
	
	--swatch-var-59:#919191;
	
	--swatch-var-6213:#D5D5D5;
	
	--swatch-var-1416:rgba(51,51,153,1.00);
	
	--swatch-var-5251:rgba(255,126,121,1.00);
	
	--swatch-var-1820:#D5D5D5;
	
	--swatch-var-6669:rgba(66,66,66,1.00);
	
	--swatch-var-3583:rgba(0,0,0,0.50);
	
	--swatch-var-5197:rgba(49,51,126,1.00);
	
	--swatch-var-3434:#FBFBFB;
	
	--swatch-var-2326:rgba(255,252,121,1.00);
	
	--swatch-var-6251:rgba(174,30,44,1.00);
	
	--swatch-var-2242:rgba(0,145,147,1.00);
	
}


/* Background colour styles */

.bgc-1416{
	background-color:var(--swatch-var-1416);
}
.bgc-5251{
	background-color:var(--swatch-var-5251);
}

/* Text colour styles */

.tc-1586{
	color:var(--swatch-var-1586)!important;
}
.tc-6213{
	color:var(--swatch-var-6213)!important;
}
.tc-5891{
	color:var(--swatch-var-5891)!important;
}
.tc-335{
	color:var(--swatch-var-335)!important;
}
.tc-5251{
	color:var(--swatch-var-5251)!important;
}
.tc-59{
	color:var(--swatch-var-59)!important;
}
.tc-7922{
	color:var(--swatch-var-7922)!important;
}
.tc-6932{
	color:var(--swatch-var-6932)!important;
}

/* Bloc image backgrounds */

.bg-Serene-20Work-from-Home{
	background-image:url("img/Serene%20Work-from-Home.jpeg");
	background-image: -webkit-image-set(url("img/Serene%20Work-from-Home.webp") 1x,
url("img/Serene%20Work-from-Home.webp") 2x);background-image: image-set(url("img/Serene%20Work-from-Home.jpeg") 1x,
url("img/Serene%20Work-from-Home.jpeg") 2x,url("img/Serene%20Work-from-Home.webp") 1x,
url("img/Serene%20Work-from-Home.webp") 2x);
}
.bg-photo-hor-01{
	background-image:url("img/photo-hor-01.jpg");
	background-image: -webkit-image-set(url("img/photo-hor-01.webp") 1x,
url("img/photo-hor-01.webp") 2x);background-image: image-set(url("img/photo-hor-01.jpg") 1x,
url("img/photo-hor-01.jpg") 2x,url("img/photo-hor-01.webp") 1x,
url("img/photo-hor-01.webp") 2x);
}
.bg-photo-hor-03{
	background-image:url("img/photo-hor-03.jpeg");
	background-image: -webkit-image-set(url("img/photo-hor-03.webp") 1x,
url("img/photo-hor-03.webp") 2x);background-image: image-set(url("img/photo-hor-03.jpeg") 1x,
url("img/photo-hor-03.jpeg") 2x,url("img/photo-hor-03.webp") 1x,
url("img/photo-hor-03.webp") 2x);
}



/* = 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){
	h1{
	}
	h2{
	}
	h3{
	}
	h4{
	}
	p{
		font-size:18px;
		line-height:30px;
	}
	.display-sm{
		font-size:35px;
		line-height:45px;
	}
	.display-md{
		font-size:38px;
		line-height:48px;
	}
	.display-lg{
		font-size:38px;
		line-height:48px;
	}
	.display-xl{
		font-size:42px;
		line-height:52px;
	}
	.display-xl2{
		font-size:48px;
		line-height:58px;
	}
	.text-weight-lighter{
		font-weight:lighter;
	}
	.text-weight-bold{
		font-weight:bold;
	}
	.text-weight-bolder{
		font-weight:900;
	}
	.text-underline{
		text-decoration:underline!important;
	}
	.text-overline{
		text-decoration:overline!important;
	}
	.text-line-through{
		text-decoration:line-through!important;
	}
	.text-uppercase{
		text-transform:uppercase;
	}
	.text-lowercase{
		text-transform:lowercase;
	}
	.text-capitalize{
		text-transform:capitalize;
	}
	.text-orientation{
		writing-mode:vertical-rl;
	}
	.lg-icon{
		width:42px;
		height:42px;
		font-size:42px;
	}
	.xl-icon{
		font-size:62px;
		width:62px;
		height:62px;
	}
	.xxl-icon{
		height:82px;
		width:82px;
		font-size:82px;
	}
	.xxxl-icon{
		font-size:94px;
		height:94px;
		width:94px;
	}
	.display-xs{
		font-size:33px;
		line-height:43px;
	}
	.display-xl3{
		font-size:54px;
		line-height:72px;
	}
	.display-xl4{
		font-size:68px;
		line-height:86px;
	}
	.hugeword-x1{
		font-size:80px;
	}
	.hugeword-x2{
		font-size:100px;
	}
	.hugeword-x3{
		font-size:120px;
	}
	.numberdigit-x1{
		font-size:68px;
	}
	.numberdigit-x2{
		font-size:96px;
	}
	.numberdigit-x3{
		font-size:110px;
	}
	.grid-style{
		grid-template-columns:1fr;
	}
	.vibe-price-base-head{
		flex-direction:column-reverse;
		align-items:flex-start;
	}
	.vibe-price-base{
		padding:28px 28px 28px 28px;
	}
	.grid-bloc-14-style{
		grid-template-columns:1fr;
	}
	.vibe-col-price{
		width:100%;
	}
	.vibe-base-card{
		grid-template-columns:1fr 1fr;
	}
	.vibe-base-card-fullweidth{
		grid-column-start:1;
		grid-column-end:3;
	}
	.grid-38667-style{
		grid-template-columns:1fr 1fr;
	}
	.grid-20511-style{
		grid-template-columns:1fr 1fr;
	}
	
}

@media (max-width: 767px){
	h1{
	}
	h2{
	}
	h3{
	}
	h4{
	}
	h5{
	}
	p{
		font-size:17px;
		line-height:29px;
	}
	.display-sm{
		font-size:28px;
		line-height:38px;
	}
	.display-md{
		font-size:34px;
		line-height:44px;
	}
	.display-lg{
		font-size:34px;
		line-height:44px;
	}
	.display-xl{
		font-size:36px;
		line-height:46px;
	}
	.display-xl2{
		font-size:38px;
		line-height:48px;
	}
	.lg-icon{
		font-size:40px;
		width:40px;
		height:40px;
	}
	.xl-icon{
		width:60px;
		height:60px;
		font-size:60px;
	}
	.xxl-icon{
		font-size:80px;
		width:80px;
		height:80px;
	}
	.xxxl-icon{
		font-size:92px;
		width:92px;
		height:92px;
	}
	.headline-xs{
		font-size:22px;
		line-height:32px;
	}
	.display-xs{
		font-size:28px;
		line-height:38px;
	}
	.display-xl3{
		font-size:44px;
		line-height:62px;
	}
	.display-xl4{
		font-size:54px;
		line-height:74px;
	}
	.hugeword-x1{
		font-size:72px;
	}
	.hugeword-x2{
		font-size:70px;
	}
	.hugeword-x3{
		font-size:80px;
	}
	.numberdigit-x1{
		font-size:64px;
	}
	.numberdigit-x2{
		font-size:94px;
	}
	.numberdigit-x3{
		font-size:100px;
	}
	.grid-style{
		grid-template-columns:1fr 1fr;
	}
	.grid-0-style{
		grid-template-columns:1fr 1fr;
	}
	.vibe-price-base{
		padding:20px 20px 20px 20px;
	}
	.vibe-col-price{
		grid-template-columns:1fr;
	}
	.grid-bloc-14-style{
		grid-template-columns:1fr;
	}
	.footer-base-bottom{
		justify-content:flex-start;
	}
	.grid-23388-style{
		grid-template-columns:1fr 1fr 1fr;
	}
	.footer-base-contents{
		grid-column-end:4;
	}
	.vibe-base-card{
		grid-template-columns:1fr 1fr;
	}
	.vibe-base-card-fullweidth{
		grid-column-end:3;
		grid-column-start:1;
	}
	.vibe-base-contact-form{
		grid-template-columns:1fr;
	}
	.vibe-contact-form-space{
		grid-column-end:2;
	}
	.grid-46491-style{
		grid-template-columns:1fr 1fr;
	}
	.vibe-menu-side{
		justify-content:flex-end;
	}
	.vibe-menu-center{
		grid-column-start:2;
		grid-column-end:3;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-1416);
	}
	.vibe-menu-link{
		color:var(--swatch-var-1586)!important;
	}
	.vibe-menu-link:hover{
		color:var(--swatch-var-5251)!important;
	}
	.grid-display-bloc-style{
		grid-template-columns:1fr;
	}
	
}

@media (max-width: 575px){
	h1{
	}
	h2{
	}
	h3{
	}
	h4{
	}
	h5{
	}
	p{
		line-height:29px;
	}
	.display-sm{
		font-size:26px;
		line-height:36px;
	}
	.display-md{
		font-size:28px;
		line-height:38px;
	}
	.display-lg{
		font-size:28px;
		line-height:38px;
	}
	.display-xl{
		font-size:30px;
		line-height:40px;
	}
	.display-xl2{
		font-size:30px;
		line-height:40px;
	}
	.xxxl-icon{
		width:90px;
		height:90px;
		font-size:90px;
	}
	.display-xs{
		font-size:26px;
		line-height:36px;
	}
	.display-xl3{
		font-size:30px;
		line-height:48px;
	}
	.display-xl4{
		font-size:32px;
		line-height:50px;
	}
	.hugeword-x1{
		font-size:40px;
	}
	.hugeword-x2{
		font-size:40px;
	}
	.hugeword-x3{
		font-size:40px;
	}
	.numberdigit-x1{
		font-size:60px;
	}
	.numberdigit-x2{
		font-size:90px;
	}
	.numberdigit-x3{
		font-size:98px;
	}
	.grid-style{
		grid-template-columns:1fr;
	}
	.grid-0-style{
		grid-template-columns:1fr;
	}
	.vibe-price-base{
		padding:16px 16px 16px 16px;
	}
	.grid-bloc-14-style{
		grid-template-columns:1fr;
	}
	.footer-base-bottom{
		justify-content:flex-start;
	}
	.grid-23388-style{
		grid-template-columns:1fr;
	}
	.footer-base-contents{
		grid-column-end:1;
	}
	.vibe-base-card{
		grid-template-columns:1fr;
	}
	.vibe-base-card-fullweidth{
		grid-column-end:2;
	}
	.grid-31366-style{
		grid-template-columns:1fr;
	}
	.vibe-base-card-fullwidth-c{
		grid-row-start:1;
		grid-row-end:1;
	}
	.grid-38667-style{
		grid-template-columns:1fr;
	}
	.grid-20511-style{
		grid-template-columns:1fr;
	}
	.navbar-logo{
		font-size:18px;
	}
	.grid-46491-style{
		grid-template-columns:1fr 1fr;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-1416);
	}
	.vibe-menu-link:hover{
	}
	.slide-2{
		max-height:300px;
		overflow:scroll;
	}
	.grid-display-bloc-style{
		grid-template-columns:1fr;
	}
	
}

