/*-----------------------------------------------------------------------------------
	1RIBH
	Author: iMac
	Version: 1.0
	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;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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;
}
.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);
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* 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;
}

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

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.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;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	border-style:none;
	width:307px;
	height:60px;
}
.img-8-style{
	width:1450px;
}
.img-banner-coro-style{
	width:1450px;
}
.img-9-style{
	width:1450px;
}
.p-color{
	color:#2033ab;
}
.text-span-color{
	color:#009d00;
}
.h4-style{
	font-size:23px;
}
.p-106-style{
	font-size:17px;
}
.blocs-card-width{
	width:25%;
}
.container-div-style{
	width:51.3%;
}
.container-div-0-style{
	width:100%;
	flex-direction:row;
	align-items:baseline;
	justify-content:space-around;
}
.link-bloc-18-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-0-bloc-18-style{
	font-weight:bold;
}
.p-121-style{
	font-size:11px;
	width:100%;
}
.row-style{
	width:100%;
}
.img-1ribh-lo-style{
	border-radius:0px 0px 0px 0px;
	height:80px;
}
.p-123-style{
	font-size:12px;
}
.p-124-style{
	font-size:12px;
}
.h3-style{
	font-size:25px;
}
.p-142-style{
	opacity:1.0;
}
.card-body-2-style{
	height:153px;
}
.p-bloc-3-style{
	font-size:12px;
	width:100%;
}
.h5-style{
	font-size:20px;
	width:100%;
}
.p-18-style{
	font-size:15px;
}
.p-17-style{
	font-size:15px;
}
.checkbox-style{
	width:100%;
}
.h6-style{
	font-size:36px;
}
.h4-downloads-style{
	font-size:35px;
}
.h3-bloc-20-style{
	font-size:23px;
}
.h3-bloc-22-style{
	font-size:24px;
}
.p-bloc-25-style{
	width:100%;
}
.p-333-style{
	width:100%;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.p-16-style{
	font-size:12px;
}
.p-20-style{
	font-size:12px;
}
.card-body-bloc-3-style{
	height:352px;
}
.card-body-13-style{
	height:352px;
}
.card-body-15-style{
	height:352px;
}
.card-body-17-style{
	height:352px;
}
.card-body-5-style{
	height:352px;
}
.menu-icon-stroke{
	stroke:transparent!important;
	fill:transparent!important;
	align-items:center;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-7044)!important;
	fill:var(--swatch-var-7044)!important;
}
.h6-24-style{
	font-size:42px;
	width:100%;
}
.card-body-8-style{
	height:120px;
}
.card-body-16-style{
	height:120px;
}
.card-body-6-style{
	height:120px;
}
.card-body-18-style{
	height:120px;
}
.card-body-14-style{
	height:120px;
}
.card-body-4-style{
	height:120px;
}
.text-white{
	color:var(--swatch-var-7809)!important;
	text-align:left;
	text-transform:none;
	text-decoration:none;
	border-radius:25px 25px 25px 25px;
	font-size:15px;
}
.h4-bloc-13-style{
	font-size:28px;
}
.card-body-3-style{
	height:352px;
}
.img-bloc-2-style{
	border-radius:25px 25px 25px 25px;
	height:355px;
	width:507px;
}
.container-div-bloc-3-style{
	flex-direction:row!important;
	min-width:1200px;
	min-height:400px;
	max-width:1200px;
	max-height:400px;
}
.w-full{
	min-width:1200px;
	min-height:400px;
	max-width:999999px;
	max-height:999999px;
	height:400px;
}
.p-bloc-6-style{
	font-size:11px;
}
.p-2-style{
	font-size:11px;
}
.img-bloc-3-style{
	height:207px;
	width:200px;
}
.img-7-style{
	width:200px;
	height:207px;
}
.img-11-style{
	height:207px;
	width:200px;
}
.img-13-style{
	height:207px;
	width:200px;
}
.text-white:hover{
	background-color:var(--swatch-var-4332);
}
.btn-bloc-4-style{
	border-radius:0px 0px 0px 0px;
}
.img-bloc-24-style{
	width:241px;
	height:169px;
}
.img-6-style{
	width:200px;
}
.p-20-bloc-3-style{
	font-size:12px;
}
.p-25-style{
	font-size:12px;
}
.p-27-style{
	font-size:12px;
}
.h1-style{
	font-size:28px;
	width:100%;
}
.img-85-style{
	width:300px;
	height:210px;
}
.h2-style{
	font-size:28px;
}
.h2-missão-style{
	font-size:28px;
}
.h2-visão-style{
	font-size:28px;
}
.h3-segurança-style{
	font-size:24px;
}
.img-23129-style{
	width:300px;
	height:210px;
}
.h2-valores-style{
	font-size:28px;
	width:42.58%;
}
.p-107-style{
	width:100%;
}
.h4-segurança-style{
	width:61.91%;
}
.p-bloc-24-style{
	width:100%;
	line-height:21px;
}
.img-83-style{
	width:241px;
	height:169px;
}
.img-84-style{
	width:241px;
	height:169px;
}
.img-ativamen-style{
	width:241px;
	height:169px;
}
.row-bloc-0-style{
	width:100%;
}
.divider-background-color{
	background-color:var(--swatch-var-7809);
	height:2px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.h3-22-style{
	font-size:12px;
}
.h1-bloc-23-style{
	font-size:32px;
}
.h1-o-ofícial-style{
	font-size:22px;
	width:100%;
}
.h3-23-style{
	font-size:12px;
	width:100%;
}
.h3-bloc-24-style{
	font-size:32px;
}
.team-card{
	min-height:350px;
}
.h5-bloc-3-style{
	font-size:20px;
}
.card-body-23-style{
	height:350px;
}
.img-bloc-23-style{
	width:420px;
}
.img-placeholder-us-style{
	width:221px;
}
.divider-style{
	width:68.77%;
	background-color:var(--swatch-var-5256);
	height:4px;
}
.h3-24-style{
	font-size:31px;
}
.img-21642-style{
	width:151px!important;
	height:151px!important;
}
.link-style{
	width:209px;
}
.img-11352-style{
	width:241px!important;
	height:241px!important;
}
.row-45-style{
	width:55.62%;
}
.divider-bloc-26-style{
	width:31.45%;
	height:4px;
	background-color:var(--swatch-var-5256);
}
.divider-bloc-27-style{
	width:12.79%;
	height:4px;
	background-color:var(--swatch-var-5256);
}
.divider-0-style{
	width:16.11%;
	height:4px;
	background-color:var(--swatch-var-5256);
}
.card-style{
	width:25.05%;
}
.img-bloc-25-style{
	width:149px;
	height:149px!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-bloc-26-style{
	height:194px!important;
	width:194px!important;
}
.p-bloc-13-style{
	line-height:18px;
}
.p-73-style{
	line-height:18px;
}
.img-revista-20-style{
	height:230px;
	width:212px;
}
.img-19-style{
	height:230px;
	width:212px;
}
.img-orçamen-style{
	width:200px;
	height:207px;
	border-radius:20px 20px 20px 20px;
}
.img-style{
	height:400px;
}
.h5-9-style{
	font-size:19px;
}
.foot-image{
	max-width:800px;
	max-height:162px;
	min-width:400px;
	min-height:162px;
}
.img-bloc-7-style{
	width:670px;
}
.container-services{
	min-width:1200px;
	max-width:1200px;
}
.img-certificad-style{
	width:400px;
}
.h-full-page{
	min-height:600px;
}
.w-400{
	min-height:400px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7044:rgba(0,94,165,1.00);
	
	--swatch-var-2017:rgba(19,54,70,1.00);
	
	--swatch-var-7343:rgba(0,0,0,1.00);
	
	--swatch-var-5035:#EAEAEA;
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-1439:rgba(0,94,165,1.00);
	
	--swatch-var-5256:rgba(71,154,191,1.00);
	
	--swatch-var-6248:#171D9A;
	
	--swatch-var-1830:rgba(0,0,255,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-1932:rgba(242,237,237,1.00);
	
	--swatch-var-1468:rgba(212,214,214,1.00);
	
	--swatch-var-7809:rgba(255,255,255,1.00);
	
	--swatch-var-1413:rgba(3,123,132,1.00);
	
	--swatch-var-1394:#000000;
	
	--swatch-var-275:rgba(242,242,242,1.00);
	
}


/* Background colour styles */

.bgc-2017{
	background-color:var(--swatch-var-2017);
}
.bgc-7809{
	background-color:var(--swatch-var-7809);
}
.bgc-1468{
	background-color:var(--swatch-var-1468);
}
.bgc-5035{
	background-color:var(--swatch-var-5035);
}
.bgc-1932{
	background-color:var(--swatch-var-1932);
}
.bgc-275{
	background-color:var(--swatch-var-275);
}

/* Text colour styles */

.tc-7809{
	color:var(--swatch-var-7809)!important;
}
.tc-2017{
	color:var(--swatch-var-2017)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}
.tc-5035{
	color:var(--swatch-var-5035)!important;
}
.tc-1394{
	color:var(--swatch-var-1394)!important;
}
.tc-7044{
	color:var(--swatch-var-7044)!important;
}
.tc-1439{
	color:var(--swatch-var-1439)!important;
}
.tc-1830{
	color:var(--swatch-var-1830)!important;
}

/* Button colour styles */

.btn-c-7809{
	background:var(--swatch-var-7809);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7809:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2017{
	background:var(--swatch-var-2017);
	color:#FFFFFF!important;
}
.btn-c-2017:hover{
	background:#000313!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7809{
	color:var(--swatch-var-7809)!important;
}
.ltc-7809:hover{
	color:#CCCCCC!important;
}
.ltc-6248{
	color:var(--swatch-var-6248)!important;
}
.ltc-6248:hover{
	color:#000067!important;
}
.ltc-7044{
	color:var(--swatch-var-7044)!important;
}
.ltc-7044:hover{
	color:#002B72!important;
}
.ltc-1830{
	color:var(--swatch-var-1830)!important;
}
.ltc-1830:hover{
	color:#0000CC!important;
}
.ltc-1439{
	color:var(--swatch-var-1439)!important;
}
.ltc-1439:hover{
	color:#002B72!important;
}

/* Icon colour styles */

.icon-7809{
	color:var(--swatch-var-7809)!important;
	border-color:var(--swatch-var-7809)!important;
}
.icon-7343{
	color:var(--swatch-var-7343)!important;
	border-color:var(--swatch-var-7343)!important;
}

/* Bloc image backgrounds */




/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.blocs-card-width{
		width:50%;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-4332)!important;
		fill:var(--swatch-var-4332)!important;
	}
	.text-white{
		width:63.71%;
	}
	.img-bloc-2-style{
		height:255px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:50%;
	}
	.p-16-style{
		font-size:15px;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-4332)!important;
		fill:var(--swatch-var-4332)!important;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.blocs-card-width{
		width:100%;
	}
	.container-div-bloc-7-style{
		width:57.01%;
	}
	.container-div-bloc-3-style{
		width:100%;
	}
	.navbar-logo{
		font-size:18px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-7044)!important;
		fill:var(--swatch-var-7044)!important;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-7809)!important;
		fill:var(--swatch-var-7809)!important;
	}
	.text-white{
		width:98.54%;
	}
	.btn-size{
		width:270px;
		height:100px;
		text-align:center;
	}
	.btn-size:hover{
	}
	.text-white:hover{
		color:var(--swatch-var-7809)!important;
	}
	.container-div-style{
	}
	.centered-button{
	}
	.img-style{
		height:200px;
	}
	.img-bloc-7-style{
	}
	.foot-image{
		min-width:200px;
		min-height:162px;
		max-width:800px;
		max-height:162px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
}

