/*-----------------------------------------------------------------------------------
	cognito[one]
	About: cognito.one landing 2.0
	Author: cognito.one
	Version: 2.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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Roundo-Regular';
	src: url('./fonts/Roundo-Regular/Roundo-Regular.woff');
	src: url('./fonts/Roundo-Regular/Roundo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roundo-SemiBold';
	src: url('./fonts/Roundo-SemiBold/Roundo-SemiBold.woff');
	src: url('./fonts/Roundo-SemiBold/Roundo-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roundo-Medium';
	src: url('./fonts/Roundo-Medium/Roundo-Medium.woff');
	src: url('./fonts/Roundo-Medium/Roundo-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'FontAwesome6Free-Solid';
	src: url('./fonts/FontAwesome6Free-Solid/fa-solid-900.woff2');
	src: url('./fonts/FontAwesome6Free-Solid/fa-solid-900.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'FontAwesome6Brands-Regular';
	src: url('./fonts/FontAwesome6Brands-Regular/fa-brands-400.woff2');
	src: url('./fonts/FontAwesome6Brands-Regular/fa-brands-400.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

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


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


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


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

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

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

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

.btn-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;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}



/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}


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




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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roundo-Regular";
	color:var(--swatch-var-4186)!important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:26px;
	font-family:"Roundo-SemiBold";
}
.row-style{
	width:100%;
}
.link-padding-top{
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Roundo-SemiBold";
	text-decoration:none;
	text-align:right;
	color:var(--swatch-var-2869)!important;
	font-size:20px;
	width:65.23%;
}
.menu-item{
	font-family:"Roundo-Regular";
	font-size:18px;
	color:var(--swatch-var-2628)!important;
}
.link-test-style{
	width:100%;
}
.h4-style{
	font-size:14px;
	font-family:"Roundo-Regular";
}
.h4-terms-policies-style{
	font-size:14px;
	font-family:"Roundo-Regular";
}
.logo-span{
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-6286)!important;
}
.logo-link{
	font-family:"Roundo-SemiBold";
	text-decoration:none;
	font-size:26px;
	color:var(--swatch-var-2869)!important;
}
.logo-b-link{
	font-size:26px;
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-6286)!important;
	text-decoration:none;
}
.brand-icon-logo{
	font-family:"FontAwesome6Brands-Regular";
	font-size:26px;
	text-decoration:none;
}
.term-policies-style-link{
	text-decoration:none;
}
.h2-style{
	font-family:"Roundo-SemiBold";
	font-size:40px;
}
.p-style{
	font-size:20px;
	width:100%;
}
.cognito-span{
	font-family:"Roundo-Medium";
}
.logo-braket{
	font-family:"Roundo-Medium";
	color:var(--swatch-var-6286)!important;
}
.logo-one{
	color:var(--swatch-var-2628)!important;
	font-family:"Roundo-Medium";
}
.logo-span-main{
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-4186)!important;
}
.logo-bracket{
	color:var(--swatch-var-6286)!important;
	font-family:"Roundo-SemiBold";
}
.link-menu-item{
	font-size:18px;
	color:var(--swatch-var-2628)!important;
	font-family:"Roundo-Medium";
	font-weight:500;
}
.link-menu-item:hover{
	font-size:18px;
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-6286)!important;
	font-weight:bold;
}
.link-style-footer-icon{
	font-family:"FontAwesome6Brands-Regular";
	text-decoration:none;
	color:var(--swatch-var-2628)!important;
	font-size:22px;
}
.link-style-footer-icon:hover{
	color:var(--swatch-var-4186)!important;
}
.link--style{
	width:5.91%;
}
.link--style{
	width:5.11%;
}
.link--style{
	width:7.53%;
}
.link--style{
	width:6.72%;
}
.logo-link:hover{
	color:var(--swatch-var-4186)!important;
}
.link-padding-top:hover{
	color:var(--swatch-var-6286)!important;
}
.menu-list-style{
	font-family:"Roundo-Medium";
	font-size:18px;
}
.nav-cont-style{
	font-family:"Roundo-Bold";
}
.link-arrow{
	font-family:"FontAwesome6Free-Solid";
	font-size:17px;
	color:var(--swatch-var-6286)!important;
	font-weight:lighter;
}
.link-arrow:hover{
	font-size:18px;
	color:var(--swatch-var-6286)!important;
	font-weight:bold;
}
.link-purple-arrow{
	text-decoration:none;
	color:var(--swatch-var-6286)!important;
	font-family:"FontAwesome6Free-Solid";
	font-size:18px;
}
.link-purple-arrow:hover{
	font-family:"FontAwesome6Free-Solid";
	font-size:18px;
	color:var(--swatch-var-6286)!important;
}
.link-purple{
	text-decoration:none;
	font-family:"Roundo-Medium";
	font-size:20px;
	color:var(--swatch-var-6286)!important;
}
.link-purple:hover{
	color:var(--swatch-var-6286)!important;
	font-size:20px;
	font-family:"Roundo-Medium";
	font-weight:600;
}
.linkpurple-arrow-download{
	font-size:18px;
	font-family:"FontAwesome6Free-Solid";
	text-decoration:none;
	color:var(--swatch-var-6286)!important;
	font-weight:lighter;
}
.linkpurple-arrow-download:hover{
	font-weight:500;
}
.header-tos{
	font-size:32px;
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-2628)!important;
}
.p-bloc-4-style{
	font-size:14px;
}
.paragraph-header{
	font-family:"Roundo-SemiBold";
	font-size:16px;
	text-transform:uppercase;
	color:var(--swatch-var-2628)!important;
}
.p-5-style{
	font-size:14px;
}
.tab-item-tos:visited{
	background-size:length;
}
.link-tab-style:hover{
	background-color:var(--swatch-var-1645);
}
.text-sub-header{
	font-family:"Roundo-Medium";
}
.p-26-style{
	font-size:14px;
}
.paragrpah-header-sub{
	font-size:14px;
	font-family:"Roundo-Medium";
	text-transform:none;
	color:var(--swatch-var-4186)!important;
}
.p-36-style{
	font-size:14px;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr;
	row-gap:2px;
	column-gap:24px;
	grid-template-rows:24px 24px 24px 24px 24px 24px 24px 24px 24px 24px 24px 24px;
	width:75.88%;
}
.h6-style{
	font-size:14px;
}
.h6-cloud-service-style{
	font-size:14px;
}
.h6-bloc-4-style{
	font-size:14px;
}
.h6-7-style{
	font-size:14px;
}
.h6-8-style{
	font-size:14px;
}
.h6-9-style{
	font-size:14px;
}
.h6-10-style{
	font-size:14px;
}
.h6-11-style{
	font-size:14px;
}
.h6-12-style{
	font-size:14px;
}
.h6-13-style{
	font-size:14px;
}
.h6-14-style{
	font-size:14px;
}
.h6-15-style{
	font-size:14px;
}
.h6-16-style{
	font-size:14px;
}
.h6-17-style{
	font-size:14px;
}
.h6-18-style{
	font-size:14px;
}
.h6-19-style{
	font-size:14px;
}
.h6-20-style{
	font-size:14px;
}
.h6-21-style{
	font-size:14px;
}
.h6-22-style{
	font-size:14px;
}
.h6-23-style{
	font-size:14px;
}
.h6-24-style{
	font-size:14px;
}
.h6-25-style{
	font-size:14px;
}
.h6-26-style{
	font-size:14px;
}
.h6-27-style{
	font-size:14px;
}
.h6-28-style{
	font-size:14px;
}
.h6-29-style{
	font-size:14px;
}
.h6-30-style{
	font-size:14px;
}
.h6-31-style{
	font-size:14px;
}
.h6-32-style{
	font-size:14px;
}
.h6-33-style{
	font-size:14px;
}
.h6-34-style{
	font-size:14px;
}
.h6-35-style{
	font-size:14px;
}
.h6-36-style{
	font-size:14px;
}
.grid-bloc-4-style{
	grid-template-rows:auto;
	grid-template-columns:0.15fr 1fr;
	column-gap:10px;
	row-gap:9px;
	min-height:24px;
}
.h6-start-date-style{
	font-size:14px;
}
.h6-2-style{
	font-size:14px;
}
.h6-3-style{
	font-size:14px;
}
.h6-4-style{
	font-size:14px;
}
.h6-5-style{
	font-size:14px;
}
.h6-6-style{
	font-size:14px;
}
.h6-7-bloc-4-style{
	font-size:14px;
}
.h6-8-bloc-4-style{
	font-size:14px;
}
.h1-style{
	width:100%;
	font-size:60px;
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-4186)!important;
}
.p-bloc-1-style{
	width:100%;
	font-size:20px;
	font-family:"Roundo-Medium";
	text-transform:none;
}
.h3-style{
	width:100%;
	font-family:"Roundo-Medium";
	font-size:28px;
}
.button-scroll-next:hover{
	font-family:"Roundo-Medium";
}
.h2-the-challenge-style{
	font-size:30px;
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-7346)!important;
}
.p-bloc-challenge-style{
	font-size:20px;
}
.button-call{
	font-family:"Roundo-SemiBold";
	color:var(--swatch-var-6286)!important;
	font-size:32px;
}
.button-call:hover{
	color:var(--swatch-var-3386)!important;
}
.img-style{
	width:1100px;
}
.img-bloc-challenge-style{
	width:600px;
}
.p-bloc-404-style{
	font-size:20px;
}
.h3--404--style{
	font-size:40px;
}
.h3-page-not-found-style{
	font-size:32px;
}
.toggle-button{
	height:100%;
	position:absolute;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-5632);
	width:50%!important;
	border-radius:8px 8px 8px 8px;
	z-index:0;
}
.toggle-switch{
	display:flex;
	width:180px;
	border-radius:8px 8px 8px 8px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-5632);
	border-style:solid;
	height:40px;
	justify-content:flex-start;
	align-items:center;
	position:relative;
}
.container-div-min-height{
	width:100%;
	min-height:133px;
}
.toggle-column{
	height:50px;
	width:100%;
	justify-content:center;
	align-items:center;
	position:relative;
	display:flex;
}
.toggle-text{
	width:50%;
	height:100%;
	z-index:1;
	position:relative;
	justify-content:center;
	align-content:center;
	cursor:pointer;
}
.h3-standard-style{
	font-family:"Roundo-Medium";
}
.button-pricing:hover{
	font-family:"Roundo-Medium";
}
.h2-bloc-11-style{
	font-family:"Roundo-SemiBold";
	font-size:40px;
}
.p-bloc-11-style{
	font-size:18px;
}
.h3-bloc-11-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.h3-starter-style{
	font-family:"Roundo-Medium";
}
.h3-organisation-style{
	font-family:"Roundo-Medium";
}
.list-price-month{
	font-size:22px;
	font-family:"Roundo-Medium";
	color:var(--swatch-var-4186)!important;
}
.small-price-month{
	font-size:12px;
}
.list-switch-item{
	justify-content:center;
}
.list-item-switch{
	display:flex;
	justify-content:center;
}
.small-price-year{
	font-size:12px;
	display:none;
}
.list-price-year{
	font-size:22px;
	font-family:"Roundo-Medium";
	color:var(--swatch-var-4186)!important;
	display:none;
}
.check-mark{
	font-family:"FontAwesome6Free-Solid";
	color:var(--swatch-var-6286)!important;
	font-size:16px;
}
.p-30-style{
	font-family:"Roundo-Medium";
}
.p-38-style{
	font-family:"Roundo-Medium";
}
.h2-pricing-style{
	font-size:40px;
	font-family:"Roundo-SemiBold";
}
.h3-7-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.container-engine{
	margin-bottom:0px;
}
.p-15-style{
	font-size:18px;
}
.p-bloc-engine-style{
	font-size:18px;
}
.h4-bloc-engine-style{
	font-size:20px;
}
.h4-4-style{
	font-size:20px;
}
.h4-2-style{
	font-size:20px;
}
.h4-5-style{
	font-size:20px;
}
.h4-3-style{
	font-size:20px;
}
.h4-feature-title-style{
	font-size:20px;
}
.p-53-style{
	font-size:18px;
	width:100%;
}
.column-full{
	width:100%;
}
.h2-bloc-15-style{
	font-size:40px;
	font-family:"Roundo-SemiBold";
}
.h3-bloc-15-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.h2-key-benefits-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.h2-15-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.p-bloc-sds-style{
	font-size:18px;
}
.p-55-style{
	font-size:18px;
}
.p-56-style{
	font-size:18px;
}
.p-57-style{
	font-size:18px;
}
.img-prici-style{
	width:325px;
}
.img-placeholder-us-style{
	width:75px;
	height:75px;
}
.img-18-style{
	width:75px;
	height:75px;
}
.img-14-placeholder-us-style{
	width:75px;
	height:75px;
}
.img-17-style{
	width:75px;
	height:75px;
}
.img-13-style{
	width:75px;
	height:75px;
}
.img-16-style{
	width:75px;
	height:75px;
}
.img-bloc-sds-style{
	width:350px;
}
.bloc-style{
	opacity:0.6;
}
.bloc-bloc-engine-style{
	opacity:1.0;
}
.img-cognitoabo-style{
	width:600px;
}
.form-container{
	display:block;
	flex-wrap:nowrap;
}
.label-style{
	width:40.98%;
}
.row-bloc-contact-style{
	width:95.53%;
}
.form-column{
	display:flex;
}
.field-style{
	width:89.24%;
}
.form-style{
	display:flex;
	flex-wrap:wrap;
	width:73.26%;
}
.field-bloc-contact-style{
	width:89.68%;
}
.container-div-style{
	width:50.08%;
}
.container-div-bloc-contact-style{
	width:46.68%;
}
.container-div-0-style{
	width:49.92%;
}
.field-0-style{
	width:95.52%;
}
.container-div-0-bloc-contact-style{
	width:100%;
}
.h2-bloc-contact-style{
	font-family:"Roundo-SemiBold";
	font-size:40px;
}
.text-area-style{
	width:95.02%;
	font-family:"Roundo-Light";
}
.link-text:hover{
	color:var(--swatch-var-6286)!important;
	font-weight:500;
}
.h3-bloc-features-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h3-4-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.p-bloc-features-style{
	font-size:18px;
}
.p-6-style{
	font-size:18px;
}
.h3-5-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h3-6-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.img-small-on-style{
	width:169px;
}
.img-small-u-style{
	width:150px;
	height:150px;
}
.img-small-d-style{
	width:150px;
}
.img-small-co-style{
	width:182px;
}
.p-7-style{
	font-size:18px;
}
.p-8-style{
	font-size:18px;
}
.img-cognitovisi-style{
	width:558px;
}
.h2-17-style{
	font-size:40px;
	font-family:"Roundo-Medium";
}
.h2-feature-title-style{
	font-family:"Roundo-Medium";
	font-size:40px;
}
.img-book-squa-style{
	width:336px;
}
.p-bloc-19-style{
	font-size:20px;
	width:100%;
}
.p-bloc-20-style{
	font-size:20px;
}
.video-styled{
	opacity:40%;
}
.h1-2-style{
	font-family:"Roundo-Medium";
}
.h3-24-style{
	font-family:"Roundo-Medium";
}
.h3-38205-style{
	font-family:"FontAwesome6Free-Solid";
	font-size:90px;
}
.h6-vision-style{
	font-family:"Roundo-Medium";
	font-size:20px;
}
.fa-link-purple{
	font-family:"FontAwesome6Brands-Regular";
	font-size:28px;
	text-decoration:none;
	color:#8080E8!important;
}
.fa-link-purple:hover{
	color:#5F5FAD!important;
}
.h1-try-now--style{
	font-family:"Roundo-SemiBold";
	font-size:52px;
}
.video-logo{
	width:100%;
}
.hover-textbox-class{
	color:var(--swatch-var-6286)!important;
}
.hover-textbox-class:hover{
	color:#5F5FAD!important;
}
.h2-bloc-sds-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.ontology-video{
	width:90%;
}
.column-vid{
	justify-content:flex-start;
	align-items:center;
}
.text-focused{
	font-family:"Roundo-Medium";
}
.button-animated{
	background-size:length;
	font-family:"Roundo-Medium";
}
.button-animated:hover{
	background-size:auto auto;
	font-family:"Roundo-Medium";
}
.button-animated-big{
	font-family:"Roundo-SemiBold";
}
.button-animated-big:hover{
	font-family:"Roundo-SemiBold";
}
.sticky-navsticky{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	box-shadow:0.00px -0.00px 0px #000000;
	z-index:10;
	position:fixed;
}
.img-book-cicr-style{
	width:324px;
}
.h1-latest-style{
	font-size:px;
	font-family:"Roundo-Medium";
}
.h2-blog-style{
	font-family:"Roundo-Medium";
}
.container-title{
	margin-top:0px;
}
.h3-16-06-2025-style{
	font-size:16px;
}
.h3-15-06-2025-style{
	font-size:16px;
}
.h4-bloc-23-style{
	font-size:18px;
	font-family:"Roundo-Medium";
}
.h4-bloc-25-style{
	font-size:18px;
	font-family:"Roundo-Medium";
}
.h2-bloc-25-style{
	font-family:"Roundo-Medium";
	font-size:28px;
}
.h2-21-style{
	font-size:28px;
	font-family:"Roundo-Medium";
}
.h3-bloc-28-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h6-bloc-28-style{
	font-family:"Roundo-Medium";
}
.h6-09-june-2025-style{
	font-size:14px;
}
.h3-feature-title-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h3-33-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h3-bloc-27-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h3-31-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h3-30-style{
	font-size:22px;
	font-family:"Roundo-Medium";
}
.h2-23-style{
	font-family:"Roundo-Medium";
}
.h4-9-style{
	font-family:"Roundo-Medium";
}
.p-bloc-29-style{
	font-size:18px;
	line-height:30px;
	font-family:"Roundo-Regular";
}
.arrow-left{
	font-family:"FontAwesome6Free-Solid";
	font-weight:lighter;
	font-size:18px;
	color:var(--swatch-var-6286)!important;
}
.arrow-left:hover{
	font-weight:normal;
}
.h3-bloc-29-style{
	width:100%;
}
.grayed-out{
	color:var(--swatch-var-2628)!important;
	text-transform:none;
	text-decoration:none;
	font-family:"Roundo-Regular";
}
.grayed-out-arrow{
	font-family:"FontAwesome6Free-Solid";
	color:var(--swatch-var-2628)!important;
	text-transform:none;
	text-decoration:none;
}
.img-breakthrou-style{
	width:1139px;
}
.p-173-style{
	font-family:"Roundo-Regular";
	font-size:18px;
}
.p-174-style{
	font-size:18px;
}
.p-175-style{
	font-size:18px;
}
.p-177-style{
	font-size:18px;
}
.hashtag-color{
	color:var(--swatch-var-6286)!important;
}
.p-181-style{
	font-size:18px;
}
.p-182-style{
	font-size:18px;
}
.p-183-style{
	font-size:18px;
}
.p-184-style{
	font-size:18px;
}
.p-181-bloc-29-style{
	font-size:18px;
}
.p-182-bloc-29-style{
	font-size:18px;
}
.p-183-bloc-29-style{
	font-size:18px;
}
.p-184-bloc-29-style{
	font-size:18px;
}
.h3-bloc-3-style{
	font-size:20px;
	text-indent:px;
	line-height:30px;
}
.h3-7002-style{
	font-size:20px;
	line-height:30px;
}
.h3-45604-style{
	font-size:20px;
	line-height:30px;
	width:100%;
}
.sub-heading-style{
	font-size:34px;
}
.h3-46696-style{
	font-size:20px;
	line-height:30px;
}
.title-high{
	color:var(--swatch-var-6286)!important;
}
.img-4-style{
	width:80px;
}
.img-5-style{
	width:80px;
}
.img-6-style{
	width:80px;
}
.h3-bloc-visitors-style{
	font-size:26px;
	font-family:"Roundo-Medium";
}
.p-bloc-visitors-style{
	font-size:18px;
}
.p-5-bloc-visitors-style{
	font-size:18px;
}
.p-6-bloc-visitors-style{
	font-size:18px;
}
.column-hover{
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
.column-hover:hover{
	color:var(--swatch-var-1238)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1238)!important;
	border-radius:8px 8px 8px 8px;
	background-color:var(--swatch-var-45);
}
.link-blue{
	color:var(--swatch-var-5825)!important;
	font-weight:500;
	font-family:"Roundo-Medium";
	font-size:20px;
}
.link-blue:hover{
	font-weight:600;
	font-family:"Roundo-Medium";
	color:#80A1E7!important;
}
.arrow-blue{
	color:#80A1E7!important;
}
.arrow-blue:hover{
	color:#80A1E7!important;
	font-weight:bold;
}
.link-green{
	color:#84DEB0!important;
	font-family:"Roundo-Medium";
}
.link-green:hover{
	color:#84DEB0!important;
	font-family:"Roundo-Medium";
	font-weight:600;
}
.arrow-green{
	color:#84DEB0!important;
}
.arrow-green:hover{
	color:#84DEB0!important;
	font-weight:600;
}
.container-div-bloc-action-style{
	width:100%;
}
.container-div-0-bloc-action-style{
	width:100%;
}
.dropdown-style{
	opacity:100%;
	background-color:var(--swatch-var-1238);
}
.list-item-hover:hover{
	background-color:var(--swatch-var-45);
}
.menu-item-hover{
	font-family:"Roundo-Regular";
}
.menu-item-hover:hover{
	font-weight:500;
	font-family:"Roundo-Medium";
}
.p-222-style{
	font-size:18px;
}
.p-223-style{
	font-size:18px;
}
.p-224-style{
	font-size:18px;
}
.p-228-style{
	font-size:18px;
}
.p-229-style{
	font-size:18px;
}
.p-230-style{
	font-size:18px;
}
.p-228-bloc-29-style{
	font-size:18px;
}
.p-229-bloc-29-style{
	font-size:18px;
}
.p-230-bloc-29-style{
	font-size:18px;
}
.p-240-style{
	font-size:18px;
}
.p-238-style{
	font-size:18px;
}
.p-239-style{
	font-size:18px;
}
.p-241-style{
	font-size:18px;
}
.p-242-style{
	font-size:18px;
}
.p-243-style{
	font-size:18px;
}
.img-brainthi-style{
	width:472px;
}
.h3-bloc-16-style{
	font-size:30px;
}
.p-bloc-16-style{
	font-size:20px;
}
.p-16-style{
	font-size:20px;
}
.l-column:hover{
	background-color:var(--swatch-var-3386);
}
.r-column:hover{
	background-color:#CCFCCF;
}
.p-bloc-17-style{
	font-size:20px;
}
.p-19-style{
	font-size:20px;
}
.h4-49842-style{
	font-family:"Roundo-Medium";
}
.h4-32048-style{
	font-family:"Roundo-Medium";
}
.p-20-style{
	font-size:20px;
}
.p-bloc-18-style{
	font-size:20px;
}
.h4-bloc-18-style{
	font-family:"Roundo-Medium";
}
.spam-label-style{
	font-family:"Helvetica";
	background-color:#E9EEF6;
}
.img-20-style{
	width:150px;
}
.img-21-style{
	width:150px;
}
.img-22-style{
	width:150px;
}
.img-23-style{
	width:150px;
}
.h3-radical-speed-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.h3-advantages-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.h3-24-advantages-style{
	font-family:"Roundo-Medium";
	font-size:24px;
}
.h3-25-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.h5-style{
	width:100%;
}
.h5-on---style{
	width:100%;
}
.container-div-bloc-22-style{
	width:100%;
}
.h3-bloc-22-style{
	font-family:"Roundo-Medium";
}
.img-asset-12-style{
	width:360px;
	height:567px;
}
.img-asset-14-style{
	width:400px;
}
.img-asset-15-style{
	width:400px;
}
.img-asset-18-style{
	width:450px;
}
.h3-cognito-one--style{
	width:63.3%;
}
.purple-text{
	color:var(--swatch-var-6286)!important;
}
.h2-maze-style{
	font-size:24px;
	font-family:"Roundo-Medium";
}
.img-asset-28-style{
	width:450px;
}
.img-asset-30-style{
	width:450px;
}
.img-91-style{
	width:450px;
}
.h4-bloc-visitors-style{
	font-size:20px;
	font-family:"Roundo-Medium";
}
.text-purple{
	color:var(--swatch-var-6286)!important;
	font-weight:500;
}
.text-purple-h2{
	color:var(--swatch-var-6286)!important;
}
.text-span-style{
	font-weight:bold;
}
.img-asset-41-style{
	width:450px;
}
.text-span-digital-twin-style{
	font-weight:bold;
}
.img-asset-43-style{
	width:850px;
}
.img-asset-44-style{
	width:450px;
}
.img-asset-45-style{
	width:450px;
}
.img-asset-47-style{
	width:800px;
}
.text-span-advantages-style{
	font-weight:bold;
}
.img-enterprize-style{
	width:100px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-6286:rgba(128,128,232,1.00);
	
	--swatch-var-3386:rgba(252,207,204,1.00);
	
	--swatch-var-1645:rgba(232,213,128,1.00);
	
	--swatch-var-5632:rgba(129,231,167,1.00);
	
	--swatch-var-5825:rgba(128,161,231,1.00);
	
	--swatch-var-1238:rgba(245,244,241,1.00);
	
	--swatch-var-2628:rgba(118,113,121,1.00);
	
	--swatch-var-45:rgba(249,249,249,1.00);
	
	--swatch-var-4186:rgba(50,52,57,1.00);
	
	--swatch-var-4470:rgba(209,207,215,1.00);
	
	--swatch-var-3038:rgba(162,153,173,1.00);
	
	--swatch-var-2221:rgba(159,158,155,1.00);
	
	--swatch-var-3550:rgba(239,238,235,1.00);
	
	--swatch-var-7346:rgba(51,51,79,1.00);
	
	--swatch-var-2158:rgba(255,255,255,1.00);
	
	--swatch-var-7757:#EDE8E2;
	
}



/* Text colour styles */

.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-4186{
	color:var(--swatch-var-4186)!important;
}
.tc-2628{
	color:var(--swatch-var-2628)!important;
}
.tc-6286{
	color:var(--swatch-var-6286)!important;
}
.tc-1645{
	color:var(--swatch-var-1645)!important;
}

/* Link colour styles */

.ltc-2628{
	color:var(--swatch-var-2628)!important;
}
.ltc-2628:hover{
	color:#433E46!important;
}

/* Bloc image backgrounds */


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


/* = Additional CSS
-------------------------------------------------------------- */
.button-animated {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #8080E8 !important; /* Initial text color */
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent; /* Initial transparent background */
  border: 2px solid #8080E8 !important; /* Initial border */
  cursor: pointer;
}

.button-animated::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8080E8; /* Background color on hover */
  border-radius: 10rem;
  z-index: -1;
  transform: scaleX(0); /* Initially hidden */
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.button-animated:hover {
  color: #fff !important; /* Text color on hover */
}

.button-animated:hover::before {
  transform: scaleX(1); /* Expand on hover */
}

.button-animated::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 10rem;
  z-index: -2;
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out;
}

.button-animated-big {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 10rem;
  color: #8080E8 !important;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  border: 2px solid #8080E8 !important;
  cursor: pointer;
}

.button-animated-big::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8080E8;
  border-radius: 10rem;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.button-animated-big:hover {
  color: #FFFF !important; /* Changed hover text color */
}

.button-animated-big:hover::before {
  transform: scaleX(1);
}


/* = 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){
	.brand-icon-logo{
	}
	.h4-terms-policies-style{
		width:66.38%;
	}
	.logo-style{
	}
	.link-padding-top{
		padding-top:0px;
		padding-bottom:0px;
	}
	.term-policies-style-link{
		text-decoration:none;
		font-family:"Roundo-Regular";
		font-size:14px;
	}
	.link-menu-item{
		text-align:center;
		font-size:15px;
	}
	.menu-list-style{
		font-size:18px;
	}
	.row-style{
		width:100%;
	}
	.h1-style{
		width:92.04%;
	}
	.h3-style{
		width:100%;
	}
	.p-bloc-1-style{
		width:100%;
	}
	.button-call{
		font-size:22px;
		font-weight:normal;
		font-family:"Roundo-Medium";
	}
	.button-call:hover{
	}
	.img-small-u-style{
		width:164px;
		height:168px;
	}
	.img-small-on-style{
		height:168px;
	}
	.img-small-d-style{
		height:168px;
	}
	.p-style{
		font-size:16px;
	}
	
}

@media (max-width: 767px){
	.h4-style{
		width:100%;
		font-size:12px;
	}
	.link-padding-top{
		width:96%;
	}
	.menu-list-style{
		text-align:center;
	}
	.link-menu-item{
		text-align:center;
	}
	.grid-bloc-4-style{
		grid-template-columns:0.30fr 1fr;
	}
	.h3-style{
		width:98.88%;
		font-family:"Roundo-Medium";
		font-size:24px;
	}
	.h1-style{
		width:100%;
		font-size:px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.footer-link{
		text-align:center;
	}
	.link--style{
		width:10.32%;
	}
	.link--style{
		width:7.47%;
	}
	.link--style{
		width:7.83%;
	}
	.menu-list-style{
		text-align:center;
	}
	.grid-bloc-4-style{
		grid-template-columns:0.65fr 1fr;
		grid-template-rows:auto auto auto 139px;
		row-gap:9px;
	}
	.h1-style{
		font-size:36px;
	}
	.h3-style{
		font-size:20px;
	}
	.p-bloc-1-style{
		font-size:18px;
	}
	.button-call{
		font-size:28px;
	}
	.h2-the-challenge-style{
		font-size:28px;
	}
	.h1-try-now--style{
		font-size:40px;
	}
	.p-bloc-challenge-style{
		font-size:18px;
	}
	
}

