/*-----------------------------------------------------------------------------------
	fa
	Author: Faria
	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;}}

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

@font-face {
	font-family:'Poppins-Bold';
	src: url('./fonts/Poppins-Bold/poppins-v20-latin-700.woff2');
	src: url('./fonts/Poppins-Bold/poppins-v20-latin-700.woff2') format('woff2'),
	url('./fonts/Poppins-Bold/poppins-v20-latin-700.woff') format('woff'),
	url('./fonts/Poppins-Bold/poppins-v20-latin-700.ttf') format('truetype');
	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-xxl{
	padding:200px 20px;
}
.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;
}

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


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


/* Background Textures */

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


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

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

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

/* = Text & Icon Styles
-------------------------------------------------------------- */
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


.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%;
}
}


/* Additional Aspect Ratios */

.ratio-4x4::before{
	padding-top:100%}.ratio-9x16::before{
	padding-top:106.25%}
.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Ubuntu";
}
.container{
	max-width:1140px;
}
.navbar-brand{
	font-family:"Oleo Script";
	line-height:38px;
	color:#FEFFFF!important;
	font-size:30px;
}
.navbar-brand:hover{
	color:#FCDB00!important;
}
.navbar-nav li a{
	font-family:"Open Sans";
	font-weight:600;
	text-transform:capitalize;
	font-size:13px;
	line-height:23px;
	margin-right:3px;
	margin-left:3px;
	color:#FEFFFF!important;
}
.navbar-nav li a:hover{
	color:#FCDB00!important;
}
.creativity-navigation-button{
	font-family:"Open Sans";
	font-size:14px;
	text-transform:uppercase;
	line-height:24px;
	font-weight:600;
	background-color:#FCDB00;
	color:#000000!important;
	border-color:#FCDB00!important;
	border-style:solid;
	padding-right:28px;
	padding-left:28px;
	border-width:2px 2px 2px 2px;
}
.creativity-navigation-button:hover{
	background-color:transparent;
	color:#FCDB00!important;
}
.creativity-special-heading{
	font-family:"Oleo Script";
	color:#FCDB00!important;
}
.creativity-special-heading:hover{
	color:#FEFFFF!important;
}
.creativity-wire-button{
	padding-right:28px;
	padding-left:28px;
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.03rem;
	line-height:23px;
	border-style:solid;
	border-color:#FEFFFF!important;
	color:#FEFFFF!important;
	background-color:transparent;
	border-width:2px 2px 2px 2px;
}
.creativity-wire-button:hover{
	border-color:#FCDB00!important;
	background-color:#FCDB00;
	color:#FEFFFF!important;
	text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.creativity-button{
	font-family:"Open Sans";
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
	line-height:24px;
	background-color:#FCDB00;
	color:#000000!important;
	padding-right:28px;
	padding-left:28px;
	border-style:solid;
	border-color:#FCDB00!important;
	border-width:2px 2px 2px 2px;
}
.creativity-button:hover{
	color:#FCDB00!important;
	border-color:#FCDB00!important;
}
.navbar-brand img{
	height:20px;
	width:70px;
}
.row-34-style{
	width:58.38%;
}
.freedom-modal{
	background-color:transparent;
	margin-right:auto;
	margin-left:auto;
	max-width:72vw;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.business-header{
	z-index:9999;
	height:90px;
	display:flex;
	align-items:center;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	padding-right:28px;
	padding-left:28px;
}
.business-logo-column{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.business-logo{
	width:60px;
}
.business-logo:hover{
	filter:brightness(1.1);
}
.business-menu-no-padding{
	padding:0px 0px 0px 0px;
}
.business-navb-links{
	text-transform:uppercase;
	color:#FEFFFF!important;
	margin-right:8px;
	margin-left:8px;
	font-family:"Poppins-Bold";
	font-size:0.95em;
	text-decoration:none;
	line-height:1em;
	letter-spacing:1px;
}
.business-navb-links:hover{
	color:#D5D5D5!important;
}
.business-right-nav{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.business-nav-login{
	margin-right:20px;
}
.business-white-button{
	text-transform:uppercase;
	font-size:1em;
	background-color:#FEFFFF;
	color:#000000!important;
	font-family:"Poppins-Bold";
	border-width:0px 0px 0px 0px;
}
.business-white-button:hover{
	background-color:#D5D5D5;
	color:#000000!important;
}
.img-bloc-6-style{
	width:159px;
	filter:brightness(1.0);
}
.freedom-scroll-column{
	display:flex;
	flex-direction:row;
	overflow:scroll;
	min-width:100vw;
}
.freedom-scroll-div{
	max-width:380px;
	min-width:380px;
	margin:28px 14px 28px 14px;
}
.freedom-scroll-img{
	border-top-left-radius:28px;
	border-top-right-radius:28px;
}
.freedom-scroll-text{
	background-color:#F9F9F9;
	border-bottom-right-radius:28px;
	border-bottom-left-radius:28px;
	padding:28px 28px 28px 28px;
}
.freedom-bold{
	font-family:"Ubuntu";
}
.business-mobile-header{
	padding-top:7px;
	padding-bottom:7px;
	background-color:transparent;
	display:block;
}
.business-logo-text{
	font-size:1.4em;
	font-family:"Poppins-ExtraLight";
	margin-left:7px;
	line-height:1em;
}
.business-list{
	justify-content:flex-end;
	flex-direction:row;
	align-items:center;
}
.offcanvas-top{
	display:block;
	position:fixed;
	z-index:9998;
	left:0px;
	right:0px;
	padding-bottom:28px;
	top:0px;
	min-height:400px;
	padding-top:60px;
}
.business-menu-card{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#A9A9A9!important;
	border-style:solid;
	border-color:#A9A9A9!important;
	flex-direction:column;
	position:relative;
	min-height:228px;
	box-shadow:-1.49px 1.34px 28px rgba(0,0,0,0.50);
	padding:28px 6% 28px 6%;
	border-width:1px 1px 1px 1px;
}
.business-menu-card:hover{
	color:#FEFFFF!important;
	border-color:#000000!important;
	background-color:#000000;
	box-shadow:0.00px -0.00px 0px transparent;
}
.business-menu-icon{
	width:90px;
}
.business-menu-title{
	text-transform:uppercase;
	letter-spacing:auto;
	color:#FEFFFF!important;
	font-size:0.88em;
	text-align:center;
	font-family:"Poppins-Bold";
}
.business-menu-title:hover{
	color:#FEFFFF!important;
}
.business-small-text{
	font-size:1em;
	line-height:1.4em;
}
.business-nav-links{
	line-height:28px;
	color:#FEFFFF!important;
	text-align:center;
	font-size:1.1em;
	font-family:"Poppins-Regular";
}
.business-nav-links:hover{
	color:#009AFF!important;
}
.business-course-card{
	background-size:cover;
	background-repeat:no-repeat;
	height:228px;
	background-position:center bottom;
}
.business-course{
	background-image:url("img/bm-training.webp");
}
.business-menu-course-title{
	height:100%;
	justify-content:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	background-color:rgba(0,0,0,0.90);
	position:relative;
	opacity:0;
	background-size:length;
	padding:20px 20px 20px 20px;
}
.business-menu-course-title:hover{
	opacity:1;
}
.business-course-title{
	color:#FEFFFF!important;
	font-family:"Poppins-Bold";
}
.business-course-title:hover{
	color:#FEFFFF!important;
}
.business-button{
	font-family:"Ubuntu";
	text-transform:uppercase;
	padding-right:28px;
	padding-left:28px;
	box-shadow:0.00px 0.00px 28px rgba(0,0,0,0.10);
	font-size:1em;
	line-height:1.8em;
	letter-spacing:0.03rem;
	color:#FFFFFF!important;
	background:linear-gradient(228deg, #005392 0%, #0096FF   100%);
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.business-button:hover{
	background:linear-gradient(228deg, #0096FF  0%, #0096FF 99%);
	box-shadow:0.00px 0.00px 28px rgba(0,0,0,0.15);
	color:#FFFFFF!important;
}
.business-button:active{
	background:linear-gradient(0deg, #0096FF 0%, #0096FF 100%);
}
.business-blocs-column{
	padding-top:50px;
	padding-bottom:50px;
}
.business-custom-icon{
	max-height:80px;
	max-width:100px;
}
.business-bold{
	font-family:"Poppins-Bold";
}
.business-blocs-col{
	margin-top:28px;
	margin-bottom:28px;
}
.business-thumb:hover{
	opacity:0.8;
}
.business-thin{
	font-family:"Poppins-ExtraLight";
}
.business-h-column{
	max-width:328px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.business-training-icon{
	max-width:100px;
	margin-top:50px;
	margin-bottom:28px;
}
.business-home-links{
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-family:"Poppins-Bold";
}
.business-home-links:hover{
	color:#009AFF!important;
}
.business-hero-top-row{
	margin-top:215px;
}
.business-small-logo{
	width:150px;
}
.business-reviews{
	background-color:#171717;
	padding:28px 28px 28px 28px;
}
.business-access-title{
	font-size:2.8em;
	font-family:"Poppins-Bold";
}
.business-footer-link{
	color:#929292!important;
	line-height:2em;
	font-size:0.8em;
	text-transform:none;
	font-family:"Poppins-SemiBold";
}
.business-footer-link:hover{
	color:#FEFFFF!important;
}
.img-style{
	width:558px;
}
.img-bloc-24-style{
	width:305px;
}
.img-vertical-opp9v-style{
	width:334px;
}
.img-31-style{
	width:290px;
}
.img-32-style{
	width:290px;
}
.img-vertical-dd32-style{
	width:325px;
}
.creativity-black-button{
	background-color:#000000;
	border-color:#000000!important;
	color:#FEFFFF!important;
	font-family:"Open Sans";
	font-weight:600;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0.03rem;
	padding-right:28px;
	padding-left:28px;
	border-width:2px 2px 2px 2px;
}
.creativity-black-button:hover{
	background-color:transparent;
	color:#000000!important;
}
.creativity-wire-black-button{
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	color:#000000!important;
	background-color:transparent;
	border-style:solid;
	border-color:#000000!important;
	padding-right:28px;
	padding-left:28px;
	border-radius:0px 0px 0px 0px;
	border-width:2px 2px 2px 2px;
}
.creativity-wire-black-button:hover{
	background-color:#000000;
	color:#FEFFFF!important;
}
.creativity-social-icon{
	color:#FEFFFF!important;
	margin-right:3px;
	margin-left:3px;
}
.creativity-social-icon:hover{
	color:#FCDB00!important;
	margin-right:3px;
	margin-left:3px;
}
.invest-shadow{
	box-shadow:0px 0px 50px rgba(89,52,254,0.15);
}
.invest-bold{
	font-weight:bold;
	font-family:"Ubuntu";
}
.invest-home-icon{
	width:80px;
	height:80px;
	background-color:#212121;
	font-size:35px;
	color:#FEFFFF!important;
	display:flex;
	text-align:center;
	padding-top:22px;
	border-radius:14px 14px 14px 14px;
}
.invest-custom-bg{
	background:linear-gradient(0deg, var(--swatch-var-6989)  0%, var(--swatch-var-5220) 0%, var(--swatch-var-7203)  34%);
}
.bloc-divider-t-bloc-1-style{
	height:0px;
	fill:#FEFFFF;
	background:linear-gradient(0deg, #08050D 0%, transparent 100%);
	width:100%;
}
.invest-gradient-text{
	color:transparent!important;
	background:linear-gradient(90deg, #00EBFF 0%, var(--swatch-var-1155) 73%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-family:"Ubuntu";
}
.img-47-style{
	width:386px;
	border-radius:43px 43px 43px 43px;
}
.crea-nav-link{
	text-transform:uppercase;
	font-size:1em;
	color:#FFFFFF!important;
	margin-right:7px;
	margin-left:7px;
}
.crea-nav-link:hover{
	color:#FFCC00!important;
}
.crea-nav-button{
	margin-left:28px;
	margin-top:-5px;
}
.crea-button{
	background:linear-gradient(128deg, #FFCC00  0%, #FF8433 100%);
	padding-right:28px;
	padding-left:28px;
	color:#000000!important;
	font-weight:600;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:2em;
	border-width:0px 0px 0px 0px;
}
.crea-button:hover{
	background:linear-gradient(0deg, #FFCC00 0%, #FFCC00 100%);
	color:#000000!important;
}
.crea-hero-title{
	color:transparent!important;
	background:linear-gradient(228deg, #FF7D33 0%, #FFCC00  100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.crea-down{
	margin-top:28px;
	margin-bottom:28px;
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, #FFCC00  0%, #FFFF33 100%);
}
.img-46-style{
	width:348px;
}
.invest-hero-buttons{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
	max-width:350px;
	margin-right:auto;
	margin-left:auto;
}
.invest-wire-button{
	font-weight:bold;
	font-size:14px;
	border-style:solid;
	border-color:#8DDBB6!important;
	line-height:28px;
	padding-right:28px;
	padding-left:28px;
	border-width:1px 1px 1px 1px;
}
.invest-wire-button:hover{
	border-color:#5833FD!important;
}
.invest-grey-button{
	font-size:16px;
	background-color:rgba(121,121,121,0.50);
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
}
.invest-grey-button:hover{
	background-color:#9B3FD1;
}
.invest-main-image{
	box-shadow:0px 2px 50px rgba(89,52,254,0.28);
	max-width:900px;
	border-radius:28px 28px 28px 28px;
}
.img-invest-lo-margin-top{
	margin-top:-309px;
	position:relative;
	z-index:123;
	width:56px;
}
.img-margin-top{
	margin-top:-833px;
	position:relative;
	z-index:132;
	width:60px;
}
.h4-bloc-1-style{
	width:100%;
}
.img-45-style{
	width:345px;
}
.link-style{
	width:20px;
	font-family:Helvetica;
	font-size:20px;
}
.freedom-macbook{
	max-width:800px;
}
.freedom-more-button{
	background:linear-gradient(28deg, #0096FF 0%, #005392 100%);
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:2em;
	padding-top:10px;
	color:#FFFFFF!important;
	margin-left:auto;
	border-radius:100px 100px 100px 100px;
	border-width:0px 0px 0px 0px;
}
.freedom-more-button:hover{
	background:linear-gradient(128deg, #0096FF 0%, #007BD2 100%);
	color:#FFFFFF!important;
}
.freedom-button{
	background:linear-gradient(128deg, #0096FF 0%, #005392 100%);
	font-family:"Poppins-SemiBold";
	font-size:1em;
	text-transform:uppercase;
	color:#FFFFFF!important;
	padding:12px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
}
.freedom-button:hover{
	background:linear-gradient(128deg, #0096FF 0%, #0078D5 100%);
	color:#FFFFFF!important;
}
.freedom-button:active{
	background:linear-gradient(128deg, #0096FF 0%, #0078D6 100%);
}
.invest-custom-bg-2{
	background:radial-gradient(#3F23B7 0%, #000000 75%, #130F18 100%);
}
.bloc-divider-b-style{
	height:20px;
	fill:var(--swatch-var-1504);
	background:linear-gradient(0deg, #000004 0%, transparent 100%);
}
.invest-home-card{
	background-color:rgba(0,0,0,0.50);
	margin-top:14px;
	margin-bottom:14px;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
}
.crea-black-column{
	background-color:rgba(0,0,0,0.39);
	caret-color:transparent;
	border-color:#000000!important;
}
.crea-full-div{
	max-width:328px;
	margin:128px auto 128px auto;
}
.crea-column-icon{
	font-size:80px;
	margin-bottom:14px;
	color:#FFCC00!important;
	text-shadow:0px 2px 2px #FF3333,0px -2px 2px #0097FF,2px 0px 2px #008E00,-2px 0px 1px #FFFFFF;
}
.crea-bold{
	font-weight:600;
	font-family:"Ubuntu";
}
.invest-row-card{
	background-color:rgba(0,0,0,0.80);
	margin-right:auto;
	margin-left:auto;
	box-shadow:7px -6px 50px rgba(89,52,254,0.50);
	padding:50px 50px 50px 50px;
	border-radius:28px 28px 28px 28px;
}
.invest-row-card:hover{
	box-shadow:7px -6px 50px rgba(148,55,255,0.50);
}
.invest-two-buttons{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
}
.bloc-divider-t-style{
	height:20px;
	fill:var(--swatch-var-1504);
	background:linear-gradient(0deg, #000004 0%, transparent 100%);
}
.bloc-divider-b-bloc-6-style{
	height:300px;
	fill:transparent;
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.invest-getting-card{
	background-color:rgba(121,121,121,0.20);
	border-radius:28px 28px 28px 28px;
}
.invest-getting-content{
	margin-right:auto;
	margin-left:auto;
	max-width:350px;
}
.invest-getting-number{
	font-size:40px;
	font-weight:bold;
	color:#FEFFFF!important;
	text-shadow:2px -2px 0px #BC4E76;
	background-color:rgba(121,121,121,0.15);
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:14px;
	border-radius:14px 14px 14px 14px;
}
.invest-getting-image{
	border-top-right-radius:28px;
	border-bottom-right-radius:28px;
}
.img-bloc-16-style{
	width:134px;
}
.img-bloc-17-style{
	width:137px;
}
.freedom-more-row{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	margin-top:10%;
}
.freedom-close-button{
	background:linear-gradient(28deg, #0096FF 0%, #005392 100%);
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:2em;
	padding-top:10px;
	color:#FFFFFF!important;
	margin-left:auto;
	position:fixed;
	left:50px;
	bottom:50px;
	border-radius:100px 100px 100px 100px;
	border-width:0px 0px 0px 0px;
}
.freedom-close-button:hover{
	background:linear-gradient(128deg, #0096FF 0%, #007BD2 100%);
	color:#FFFFFF!important;
}
.center-carrocel{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
.apple-hero-intro{
	max-width:690px;
	margin-right:auto;
	margin-left:auto;
}
.apple-white-link{
	font-family:"Lato";
	font-weight:700;
	color:#FEFFFE!important;
}
.apple-white-link:hover{
	text-decoration:underline!important;
}
.estilo{
	font-size:20px;
	width:100%;
	line-height:43px;
}
.a5g-gradient{
	color:transparent!important;
	background:linear-gradient(90deg, #EAEAEA 0%, #FFFFFF 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.celular{
	background-image:url("img/iphone-bg.jpg");
	background-size:cover;
	max-width:600px;
	margin-right:auto;
	margin-left:auto;
	padding-top:60px;
	padding-right:28px;
	padding-left:28px;
}
.apple-iphone-tv{
	max-width:480px;
	margin-top:14px;
	margin-bottom:14px;
}
.img-parede32no-style{
	width:328px;
}
.img-10-style{
	width:1000px;
}
.p-bloc-1-style{
	font-family:"Josefin Sans";
}
.p-3-style{
	font-family:"Ubuntu";
	font-size:14px;
}
.p-bloc-3-style{
	font-family:"Josefin Sans";
}
.h4-bloc-5-style{
	font-family:"Josefin Sans";
}
.p-bloc-5-style{
	font-family:"Josefin Sans";
	font-size:16px;
}
.p-6-style{
	font-family:"Josefin Sans";
}
.crea-home-values{
	max-width:350px;
	margin-right:auto;
	margin-left:auto;
}
.p-bloc-4-style{
	font-size:36px;
}
.p-5-style{
	font-size:16px;
}
.p-7-style{
	font-size:36px;
}
.p-11-style{
	font-size:36px;
}
.h4-bloc-31-style{
	width:95.76%;
	font-family:"Josefin Sans";
}
.img-bloc-10-style{
	width:80px;
}
.h6-bloc-4-style{
	font-family:"Josefin Sans";
}
.p-2-style{
	font-family:"Josefin Sans";
}
.p-4-style{
	font-family:"Josefin Sans";
}
.p-6-bloc-4-style{
	font-family:"Josefin Sans";
}
.p-8-style{
	font-family:"Josefin Sans";
}
.p-9-style{
	font-size:36px;
}
.img-gtboxlo-style{
	width:199px;
}
.img-flat24verdere-style{
	width:162px;
}
.p-14-style{
	font-size:36px;
}
.invest-side-bg{
	background:linear-gradient(228deg, #4D1972 0%, #000000   50%, #3A22A7  100%, #130F18  100%);
}
.invest-carousel{
	padding-right:100px;
	padding-left:100px;
}
.invest-review-card{
	min-height:300px;
	display:flex;
	height:300px;
	flex-direction:row;
	align-items:center;
}
.invest-carousel-arrows{
	width:80px;
	background-color:rgba(89,52,254,0.28);
	height:80px;
	margin-top:auto;
	margin-bottom:auto;
	border-radius:28px 28px 28px 28px;
}
.invest-blog-post{
	background-color:rgba(33,33,33,0.80);
	filter:saturate(80%);
	margin:28px 14px 28px 14px;
	border-radius:28px 28px 28px 28px;
}
.invest-blog-post:hover{
	background-color:rgba(33,33,33,0.70);
	filter:saturate(128%);
}
.invest-blog-image{
	border-top-left-radius:28px;
	border-top-right-radius:28px;
}
.invest-blog-div{
	padding:28px 28px 28px 28px;
}
.invest-read-more-button{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:space-between;
	width:135px;
	font-weight:bold;
	font-size:18px;
	border-color:rgba(66,66,66,0.50)!important;
	color:#EAEAEA!important;
	padding-bottom:3px;
	border-width:0px 0px 3px 0px;
}
.invest-read-more-button:hover{
	border-color:#8D27B6!important;
	color:#FEFFFF!important;
	text-shadow:0px 0px 10px rgba(148,55,255,0.50);
	padding-bottom:3px;
}
.p-13-style{
	font-size:36px;
}
.h4-bloc-7-style{
	font-family:"Josefin Sans";
}
.crea-far-question{
	font-size:1.3em;
	color:#FFFEFE!important;
	padding-top:28px;
	padding-bottom:28px;
}
.carousel-style{
	width:76.34%;
}
.h1-style{
	font-family:"Josefin Sans";
	width:100%;
}
.h4-bloc-27-style{
	font-family:"Josefin Sans";
}
.h4-bloc-28-style{
	font-family:"Josefin Sans";
}
.h4-bloc-30-style{
	font-family:"Josefin Sans";
}
.p-bloc-30-style{
	font-family:"Josefin Sans";
}
.p-50-style{
	font-family:"Josefin Sans";
}
.h4-style{
	font-family:"Ubuntu";
}
.h1-5-style{
	font-family:"Josefin Sans";
}
.h4-15-style{
	font-family:"Josefin Sans";
}
.h3-style{
	font-family:"Josefin Sans";
}
.p-19-style{
	font-size:36px;
}
.p-21-style{
	font-size:36px;
}
.img-bloc-18-style{
	width:140px;
}
.img-teste-style{
	width:800px;
}
.carousel-bloc-5-style{
	width:66.84%;
}
.h5-style{
	font-family:"Josefin Sans";
}
.p-bloc-7-style{
	font-size:16px;
}
.h5-bloc-19-style{
	font-family:"Josefin Sans";
}
.h5-bloc-5-style{
	font-family:"Josefin Sans";
}
.p-bloc-27-style{
	font-family:"Josefin Sans";
}
.p-50-bloc-27-style{
	font-family:"Josefin Sans";
}
.p-bloc-24-style{
	font-family:"Josefin Sans";
}
.p-52-style{
	font-family:"Josefin Sans";
}
.h1-2-style{
	font-family:"Josefin Sans";
}
.img-9-style{
	width:283px;
}
.img-bloc-4-style{
	width:196px;
}
.photograph-menu{
	position:fixed;
	overflow:scroll;
	left:0px;
	top:0px;
	bottom:0px;
	width:245px;
	display:block;
	z-index:28;
}
.photograph-menu-sidebar{
	min-height:100vh;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start;
	display:flex;
	padding:28px 28px 28px 28px;
}
.photograph-logo{
	font-size:1.8em;
	font-family:"Poppins-SemiBold";
	text-transform:none;
	color:#000000!important;
}
.photograph-logo:hover{
	color:#3F3F3F!important;
}
.photograph-menu-category{
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:1.8em;
	color:#000000!important;
	font-size:1em;
}
.photograph-dropdown{
	border-style:solid;
	border-color:#D5D5D5!important;
	padding-left:14px;
	border-width:0px 0px 0px 2px;
}
.photograph-menu-item{
	line-height:2em;
	text-transform:none;
	color:#5E5E5E!important;
	font-size:1em;
}
.photograph-menu-item:hover{
	color:#000000!important;
}
.photograph-menu-icons{
	display:flex;
	flex-direction:row;
	border-style:_popUpItemAction:;
	border-color:transparent!important;
	margin-top:28px;
	align-items:center;
}
.photograph-social{
	padding-right:7px;
	color:#000000!important;
	width:35px;
}
.photograph-social:hover{
	filter:invert(28%);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-1504);
	height:20px;
	width:%;
}
.bloc-divider-b-bloc-4-fill{
	fill:var(--swatch-var-1504);
	height:0px;
}
.bloc-divider-b-bloc-2-style{
	width:0%;
	height:0px;
	fill:var(--swatch-var-1504);
}
.p-55-style{
	font-size:36px;
}
.p-53-style{
	font-size:36px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-b-bloc-23-fill{
	fill:var(--swatch-var-1504);
	height:0px;
}
.bloc-divider-t-bloc-24-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-t-bloc-27-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-t-bloc-29-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.bloc-divider-t-bloc-4-fill{
	fill:var(--swatch-var-3964);
	height:20px;
}
.img-vertical-dt-style{
	width:267px;
}
.p-43-style{
	font-size:36px;
}
.p-47-style{
	font-size:36px;
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.img-4-style{
	width:207px;
}
.creativity-icon{
	padding-bottom:14px;
}
.img-13-style{
	width:312px;
}
.business-top-margin{
	margin-top:28px;
}
.business-hero-img{
	box-shadow:0.00px -2.00px 28px rgba(0,0,0,0.50);
	border-radius:7px 7px 7px 7px;
}
.business-overlay{
	position:relative;
	z-index:2;
	margin-top:-400px;
}
.btn-saiba-mais-style{
	width:35.88%;
}
.bloc-divider-t-bloc-40-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.p-47-bloc-24-style{
	font-size:36px;
}
.p-49-style{
	font-size:36px;
}
.img-bloc-3-style{
	width:313px;
}
.img-lousa-50-0-style{
	width:313px;
	border-radius:11px 11px 11px 11px;
}
.img-cloudte-style{
	width:313px;
}
.img-bloc-2-style{
	width:558px;
	border-radius:0px 0px 0px 0px;
}
.bloc-fill{
	fill:var(--swatch-var-1964);
}
.h3-slim-style{
	font-family:"Josefin Sans";
}
.h3-mini-style{
	font-family:"Josefin Sans";
}
.h3-wide-style{
	font-family:"Josefin Sans";
}
.h3-self-style{
	font-family:"Josefin Sans";
}
.h3-panel-style{
	font-family:"Josefin Sans";
}
.h3-product-name-style{
	font-family:"Josefin Sans";
}
.h3-micro-style{
	font-family:"Josefin Sans";
}
.h3-drive-style{
	font-family:"Josefin Sans";
}
.h3-self-rfid-style{
	font-family:"Josefin Sans";
}
.h3-desk-style{
	font-family:"Josefin Sans";
}
.invest-logo{
	font-family:"Poppins";
	font-weight:600;
	color:#FEFFFE!important;
	text-transform:none;
	font-size:28px;
	max-width:70px;
	filter:brightness(1.4);
}
.invest-logo:hover{
	color:#FF40FF!important;
	filter:brightness(1.6) saturate(130%);
}
.invest-navigation{
	color:#FEFFFF!important;
	margin-right:8px;
	margin-left:8px;
	text-transform:capitalize;
	font-size:18px;
}
.invest-navigation:hover{
	color:#D700CD!important;
}
.invest-header{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#08060E;
}
.h4-feature-title-style{
	font-family:"Ubuntu";
}
.h4-8-style{
	font-family:"Ubuntu";
}
.h4-9-style{
	font-family:"Ubuntu";
}
.bloc-divider-t-a2-fill{
	fill:var(--swatch-var-1504);
	height:0px;
}
.p-253-style{
	font-family:"Ubuntu";
	font-size:20px;
}
.p-bloc-159-style{
	font-size:14px;
}
.invest-nav-column{
	padding:0px 0px 0px 0px;
}
.bloc-divider-t-bloc-7-style{
	height:500px;
	fill:transparent;
	background:linear-gradient(0deg, #000003 0%, transparent 100%);
}
.invest-footer-link{
	color:#FEFFFF!important;
}
.invest-footer-link:hover{
	color:#9437FF!important;
}
.invest-footer-newsletter{
	margin-bottom:14px;
}
.invest-footer-news-field{
	margin:0px 0px 0px 0px;
}
.invest-form-field{
	color:#FEFFFF!important;
	background-color:rgba(33,33,33,0.80);
	font-weight:normal;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.invest-form-field:hover{
	background-color:rgba(33,33,33,0.60);
}
.invest-form-field:active{
	background-color:transparent;
}
.h4-28-style{
	font-family:"Josefin Sans";
}
.h4-bloc-29-style{
	font-family:"Josefin Sans";
}
.p-style{
	font-family:"Josefin Sans";
	font-size:20px;
}
.p-51-style{
	font-family:"Josefin Sans";
}
.p-bloc-29-style{
	font-family:"Josefin Sans";
}
.p-53-bloc-29-style{
	font-family:"Josefin Sans";
}
.h4-34-style{
	font-family:"Josefin Sans";
}
.p-39365-style{
	font-size:36px;
}
.p-52-bloc-27-style{
	font-size:36px;
}
.p-54-style{
	font-size:36px;
}
.p-56-style{
	font-size:36px;
}
.p-bloc-28-style{
	font-size:36px;
}
.p-60-style{
	font-size:36px;
}
.p-bloc-26-style{
	font-size:36px;
}
.p-62-style{
	font-size:36px;
}
.h1-bloc-31-style{
	font-family:"Josefin Sans";
}
.h4-bloc-26-style{
	font-family:"Josefin Sans";
}
.bloc-divider-t-bloc-9-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-t-bloc-11-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-1964);
	height:30px;
}
.img-44-style{
	width:325px;
}
.img-opp9h-vermelho-style{
	width:287px;
}
.img-logo100-az-style{
	width:307px;
}
.img-bloc-26-style{
	width:400px;
}
.row-style{
	width:100%;
}
.bloc-divider-t-bloc-22-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-t-bloc-23-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.business-feature{
	font-size:1.3em;
}
.business-row{
	border-style:solid;
	border-color:rgba(146,146,146,0.28)!important;
	padding-top:14px;
	padding-bottom:14px;
	border-width:0px 0px 1px 0px;
}
.business-hosting-column{
	margin-top:50px;
	margin-bottom:50px;
}
.business-black-wire-button{
	background-color:transparent;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:1px;
	border-style:solid;
	border-color:#000000!important;
	color:#000000!important;
	padding:7px 20px 7px 20px;
	border-width:1px 1px 1px 1px;
}
.business-black-wire-button:hover{
	color:#009AFF!important;
	border-color:#009AFF!important;
	background-color:transparent;
}
.h3-bloc-36-style{
	font-family:"Josefin Sans";
}
.h1-service-title-style{
	font-family:"Josefin Sans";
}
.p-bloc-37-style{
	font-family:"Josefin Sans";
}
.p-84-style{
	font-family:"Josefin Sans";
}
.p-87-style{
	font-family:"Josefin Sans";
}
.p-90-style{
	font-family:"Josefin Sans";
}
.p-93-style{
	font-family:"Josefin Sans";
}
.p-96-style{
	font-family:"Josefin Sans";
}
.h4-bloc-37-style{
	font-family:"Josefin Sans";
}
.p-99-style{
	font-family:"Josefin Sans";
}
.img-telachama-style{
	width:104px;
}
.img-bloc-37-style{
	width:119px;
}
.img-62-style{
	width:119px;
}
.img-64-style{
	width:133px;
}
.img-62-bloc-37-style{
	width:108px;
}
.img-monitora-sup-style{
	width:134px;
}
.p-bloc-32-style{
	width:100%;
}
.img-burn-in-style{
	width:226px;
}
.img-aris-frontal-style{
	width:267px;
}
.img-sala-limpa2-style{
	width:253px;
}
.img-bloc-35-style{
	width:254px;
}
.img-51-style{
	width:448px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-3845)!important;
	fill:var(--swatch-var-3845)!important;
}
.hero-title{
	margin-top:280px;
}
.hero-column{
	margin-bottom:100px;
}
.divider{
	height:3px;
	background-color:#FEFFFF;
	margin-bottom:14px;
}
.animation{
	padding-top:500px;
	margin-top:-500px;
}
.section-title{
	font-family:"Oxygen";
	font-weight:700;
	text-decoration:none;
	border-style:solid;
	border-color:#6F97CE!important;
	color:#6F97CE!important;
	padding-top:10px;
	border-width:2px 0px 0px 0px;
}
.processor-feature{
	margin-bottom:80px;
}
.blue-text{
	font-family:"Oxygen";
	font-weight:400;
	font-size:35px;
	line-height:53px;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, #5C82BB, #7EA2DF);
	color:transparent!important;
}
.p-34-style{
	font-size:35px;
}
.mac-processor-feature{
	margin-bottom:80px;
}
.p-35-style{
	font-size:35px;
}
.img-33-style{
	width:557px;
}
.p-36-style{
	font-size:35px;
}
.p-37-style{
	font-size:35px;
}
.p-40-style{
	font-size:35px;
}
.p-41-style{
	font-size:35px;
}
.p-44-style{
	font-size:35px;
}
.p-45-style{
	font-size:35px;
}
.img-selftelasup-style{
	border-radius:28px 28px 28px 28px;
	width:565px;
}
.list{
	;
}
.carousel-caption{
	margin-top:-180px;
	background-color:transparent;
}
.img-bloc-57-style{
	width:1160px;
}
.crea-shortcut-div{
	max-width:328px;
	margin:100px auto 100px auto;
}
.img-249-style{
	width:293px;
}
.p-bloc-195-style{
	width:100%;
}
.img-bloc-195-style{
	width:285px;
}
.h3-bloc-41-style{
	font-family:"Josefin Sans";
}
.h5-bloc-41-style{
	font-family:"Josefin Sans";
}
.h5-19-style{
	font-family:"Josefin Sans";
}
.h5-20-style{
	font-family:"Josefin Sans";
}
.h2-style{
	font-family:"Josefin Sans";
}
.p-bloc-42-style{
	font-family:"Josefin Sans";
}
.h5-bloc-42-style{
	font-family:"Josefin Sans";
}
.h5-24-style{
	font-family:"Josefin Sans";
}
.h5-26-style{
	font-family:"Josefin Sans";
}
.h5-impressora-style{
	font-family:"Josefin Sans";
}
.h5-câmera-style{
	font-family:"Josefin Sans";
}
.h5-28-style{
	font-family:"Josefin Sans";
}
.h2-bloc-43-style{
	font-family:"Josefin Sans";
}
.p-bloc-43-style{
	font-family:"Josefin Sans";
}
.h5-bloc-44-style{
	font-family:"Josefin Sans";
}
.h5-32-style{
	font-family:"Josefin Sans";
}
.h2-bloc-45-style{
	font-family:"Josefin Sans";
}
.p-bloc-45-style{
	font-family:"Josefin Sans";
}
.h2-ergonômico-style{
	font-family:"Josefin Sans";
}
.h2-bloc-47-style{
	font-family:"Josefin Sans";
}
.h2-bloc-48-style{
	font-family:"Josefin Sans";
}
.h1-bloc-40-style{
	font-family:"Josefin Sans";
}
.h3-bloc-40-style{
	font-family:"Josefin Sans";
}
.p-bloc-48-style{
	font-family:"Josefin Sans";
}
.h5-profundidade-style{
	font-family:"Josefin Sans";
}
.h5-compacto-style{
	font-family:"Josefin Sans";
}
.h5-largura-style{
	font-family:"Josefin Sans";
}
.h5-bloc-45-style{
	font-family:"Josefin Sans";
}
.h5-37-style{
	font-family:"Josefin Sans";
}
.h5-altura-style{
	font-family:"Josefin Sans";
}
.mac-hero-title{
	margin-top:280px;
}
.mac-hero-column{
	margin-bottom:100px;
}
.mac-divider{
	height:3px;
	background-color:#FEFFFF;
	margin-bottom:14px;
}
.mac-section-title{
	font-family:"Oxygen";
	font-weight:700;
	text-decoration:none;
	border-style:solid;
	border-color:#6F97CE!important;
	color:#6F97CE!important;
	padding-top:10px;
	border-width:2px 0px 0px 0px;
}
.mac-blue-text{
	font-family:"Oxygen";
	font-weight:400;
	font-size:45px;
	line-height:53px;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, #5C82BB, #7EA2DF);
	color:transparent!important;
}
.mac-gradient-in{
	height:300px;
	background:linear-gradient(0deg, rgba(11,11,16,0.0), #0B0B10);
	margin-top:-100px;
}
.mac-bold{
	font-family:"Oxygen";
	font-weight:700;
}
.mac-list{
	;
}
.mac-carousel-caption{
	margin-top:-180px;
}
.img-f32rostote-style{
	border-radius:37px 37px 37px 37px;
	width:558px;
}
.p-57-style{
	opacity:1.0;
}
.p-61-style{
	font-size:40px;
}
.p-63-style{
	font-size:40px;
}
.p-64-style{
	font-size:40px;
}
.p-65-style{
	font-size:40px;
}
.p-66-style{
	font-size:40px;
}
.p-68-style{
	font-size:40px;
	font-family:"Josefin Sans";
}
.img-f32te-style{
	border-radius:27px 27px 27px 27px;
	width:435px;
}
.p-bloc-53-style{
	font-size:40px;
	font-family:"Josefin Sans";
}
.p-71-style{
	font-size:40px;
	font-family:"Josefin Sans";
}
.img-f32azulfundobo-style{
	border-radius:12px 12px 12px 12px;
	width:399px;
}
.img-opp9-smart-style{
	width:1136px;
}
.img-drivethrupiz-style{
	width:1075px;
}
.img-deskp-style{
	width:801px;
}
.img-76-style{
	width:1160px;
}
.h5-bloc-52-style{
	font-family:"Josefin Sans";
}
.h5-48-style{
	font-family:"Josefin Sans";
}
.h5-49-style{
	font-family:"Josefin Sans";
}
.h5-50-style{
	font-family:"Josefin Sans";
}
.p-125-style{
	font-size:25px;
	font-family:"Josefin Sans";
}
.p-126-style{
	font-size:25px;
	font-family:"Josefin Sans";
}
.img-camerairte-style{
	width:466px;
	border-radius:17px 17px 17px 17px;
}
.img-75-style{
	width:955px;
}
.img-bloc-52-style{
	width:256px;
}
.img-opp19verdegran-style{
	width:254px;
}
.img-opp19-espec-style{
	border-radius:60px 60px 60px 60px;
	width:735px;
}
.img-235-style{
	width:1150px;
}
.img-82-style{
	width:731px;
}
.img-238-style{
	width:1160px;
}
.h5-bloc-72-style{
	font-family:"Josefin Sans";
}
.h5-95-style{
	font-family:"Josefin Sans";
}
.h5-96-style{
	font-family:"Josefin Sans";
}
.h5-97-style{
	font-family:"Josefin Sans";
}
.img-bloc-48-style{
	border-radius:37px 37px 37px 37px;
}
.img-lousatou-style{
	width:559px;
	border-radius:43px 43px 43px 43px;
}
.img-cpupositi-style{
	border-radius:49px 49px 49px 49px;
}
.img-133-style{
	width:558px;
}
.img-149-bloc-52-style{
	width:752px;
}
.img-g9horizont-style{
	width:490px;
}
.h5-143-style{
	font-family:"Josefin Sans";
}
.h5-144-style{
	font-family:"Josefin Sans";
}
.h5-145-style{
	font-family:"Josefin Sans";
}
.h5-bloc-84-style{
	font-family:"Josefin Sans";
}
.h5-123-style{
	font-family:"Josefin Sans";
}
.h5-124-style{
	font-family:"Josefin Sans";
}
.h5-125-style{
	font-family:"Josefin Sans";
}
.h2-bloc-86-style{
	font-family:"Josefin Sans";
}
.p-bloc-86-style{
	font-family:"Josefin Sans";
}
.h2-bloc-88-style{
	font-family:"Josefin Sans";
}
.p-bloc-88-style{
	font-family:"Josefin Sans";
}
.h2-bloc-89-style{
	font-family:"Josefin Sans";
}
.p-bloc-89-style{
	font-family:"Josefin Sans";
}
.h2-bloc-90-style{
	font-family:"Josefin Sans";
}
.p-bloc-90-style{
	font-family:"Josefin Sans";
}
.h2-bloc-91-style{
	font-family:"Josefin Sans";
}
.p-bloc-91-style{
	font-family:"Josefin Sans";
}
.h3-bloc-51-style{
	font-family:"Josefin Sans";
}
.h3-aris-slim-style{
	font-family:"Josefin Sans";
}
.h1-bloc-71-style{
	font-family:"Josefin Sans";
}
.h3-bloc-83-style{
	font-family:"Josefin Sans";
}
.h3-bloc-94-style{
	font-family:"Josefin Sans";
}
.h1-bloc-94-style{
	font-family:"Josefin Sans";
}
.img-self4x4rf-style{
	border-radius:37px 37px 37px 37px;
	width:565px;
}
.p-bloc-51-style{
	font-size:23px;
	font-family:"Josefin Sans";
}
.img-produtosfun-style{
	border-radius:71px 71px 71px 71px;
	width:565px;
}
.img-siteselfconso-style{
	border-radius:49px 49px 49px 49px;
	width:387px;
}
.h5-bloc-105-style{
	font-family:"Josefin Sans";
}
.h5-175-style{
	font-family:"Josefin Sans";
}
.h5-176-style{
	font-family:"Josefin Sans";
}
.h5-177-style{
	font-family:"Josefin Sans";
}
.h2-bloc-106-style{
	font-family:"Josefin Sans";
}
.p-bloc-106-style{
	font-family:"Josefin Sans";
}
.h2-bloc-107-style{
	font-family:"Josefin Sans";
}
.p-bloc-107-style{
	font-family:"Josefin Sans";
}
.h2-bloc-109-style{
	font-family:"Josefin Sans";
}
.p-bloc-109-style{
	font-family:"Josefin Sans";
}
.h2-ergonomia-style{
	font-family:"Josefin Sans";
}
.p-bloc-110-style{
	font-family:"Josefin Sans";
}
.h2-bloc-111-style{
	font-family:"Josefin Sans";
}
.p-bloc-111-style{
	font-family:"Josefin Sans";
}
.h2-bloc-112-style{
	font-family:"Josefin Sans";
}
.p-bloc-112-style{
	font-family:"Josefin Sans";
}
.h5-80-style{
	font-family:"Josefin Sans";
}
.h2-bloc-64-style{
	font-family:"Josefin Sans";
}
.p-bloc-64-style{
	font-family:"Josefin Sans";
}
.h2-bloc-65-style{
	font-family:"Josefin Sans";
}
.p-bloc-65-style{
	font-family:"Josefin Sans";
}
.h2-bloc-67-style{
	font-family:"Josefin Sans";
}
.p-bloc-67-style{
	font-family:"Josefin Sans";
}
.h2-bloc-68-style{
	font-family:"Josefin Sans";
}
.p-bloc-68-style{
	font-family:"Josefin Sans";
}
.img-bloc-73-style{
	width:297px;
}
.h3-aris-desk-style{
	font-family:"Josefin Sans";
}
.h1-bloc-104-style{
	font-family:"Josefin Sans";
}
.h2-bloc-85-style{
	font-family:"Josefin Sans";
}
.h3-aris-mini-style{
	font-family:"Josefin Sans";
}
.img-13-bloc-3-style{
	width:560px;
	border-radius:28px 28px 28px 28px;
}
.img-mini-tela-style{
	width:304px;
}
.img-mini-desk-style{
	width:400px;
}
.h5-bloc-57-style{
	font-family:"Josefin Sans";
}
.h5-bandeja-style{
	font-family:"Josefin Sans";
}
.h5-revestimento-style{
	font-family:"Josefin Sans";
}
.h5-76-style{
	font-family:"Josefin Sans";
}
.h5-rodízios-style{
	font-family:"Josefin Sans";
}
.h5-78-style{
	font-family:"Josefin Sans";
}
.h2-bloc-58-style{
	font-family:"Josefin Sans";
}
.p-bloc-58-style{
	font-family:"Josefin Sans";
}
.h5-bloc-58-style{
	font-family:"Josefin Sans";
}
.h5-80-impressora-style{
	font-family:"Josefin Sans";
}
.p-146-style{
	font-family:"Josefin Sans";
}
.h5-bloc-64-style{
	font-family:"Josefin Sans";
}
.h5-dimensões-style{
	font-family:"Josefin Sans";
}
.p-147-style{
	font-family:"Josefin Sans";
}
.h5-83-style{
	font-family:"Josefin Sans";
}
.h5-computador-style{
	font-family:"Josefin Sans";
}
.p-145-style{
	font-family:"Josefin Sans";
}
.h5-79-style{
	font-family:"Josefin Sans";
}
.h5-77-style{
	font-family:"Josefin Sans";
}
.p-144-style{
	font-family:"Josefin Sans";
}
.h5-bloc-66-style{
	font-family:"Josefin Sans";
}
.h5-85-style{
	font-family:"Josefin Sans";
}
.h5-86-style{
	font-family:"Josefin Sans";
}
.h5-bloc-67-style{
	font-family:"Josefin Sans";
}
.p-153-style{
	font-family:"Josefin Sans";
}
.h5-resistente-style{
	font-family:"Josefin Sans";
}
.h5-leve-style{
	font-family:"Josefin Sans";
}
.p-154-style{
	font-family:"Josefin Sans";
}
.h5-90-style{
	font-family:"Josefin Sans";
}
.h5-interatividade-style{
	font-family:"Josefin Sans";
}
.h5-bloc-73-style{
	font-family:"Josefin Sans";
}
.h5-99-style{
	font-family:"Josefin Sans";
}
.p-bloc-73-style{
	font-family:"Josefin Sans";
}
.h5-100-style{
	font-family:"Josefin Sans";
}
.h5-101-style{
	font-family:"Josefin Sans";
}
.p-160-style{
	font-family:"Josefin Sans";
}
.h5-102-style{
	font-family:"Josefin Sans";
}
.h5-estrutura -style{
	font-family:"Josefin Sans";
}
.p-158-style{
	font-family:"Josefin Sans";
}
.h5-98-style{
	font-family:"Josefin Sans";
}
.h5-bloc-75-style{
	font-family:"Josefin Sans";
}
.p-bloc-75-style{
	font-family:"Josefin Sans";
}
.h5-104-style{
	font-family:"Josefin Sans";
}
.p-162-style{
	font-family:"Josefin Sans";
}
.p-164-style{
	font-family:"Josefin Sans";
}
.h5-105-style{
	font-family:"Josefin Sans";
}
.h2-bloc-76-style{
	font-family:"Josefin Sans";
}
.p-bloc-76-style{
	font-family:"Josefin Sans";
}
.h5-personalize-style{
	font-family:"Josefin Sans";
}
.p-166-style{
	font-family:"Josefin Sans";
}
.h5-bloc-76-style{
	font-family:"Josefin Sans";
}
.h5-flexível-style{
	font-family:"Josefin Sans";
}
.p-167-style{
	font-family:"Josefin Sans";
}
.h5-109-style{
	font-family:"Josefin Sans";
}
.h5-bloc-78-style{
	font-family:"Josefin Sans";
}
.h2-bloc-80-style{
	font-family:"Josefin Sans";
}
.p-bloc-80-style{
	font-family:"Josefin Sans";
}
.h5-bloc-106-style{
	font-family:"Josefin Sans";
}
.h5-tela-style{
	font-family:"Josefin Sans";
}
.p-210-style{
	font-family:"Josefin Sans";
}
.h5-pagamento-style{
	font-family:"Josefin Sans";
}
.p-212-style{
	font-family:"Josefin Sans";
}
.h5-177-bloc-106-style{
	font-family:"Josefin Sans";
}
.h5-178-style{
	font-family:"Josefin Sans";
}
.p-213-style{
	font-family:"Josefin Sans";
}
.h5-179-style{
	font-family:"Josefin Sans";
}
.h5-175-bloc-106-style{
	font-family:"Josefin Sans";
}
.h5-174-style{
	font-family:"Josefin Sans";
}
.p-211-style{
	font-family:"Josefin Sans";
}
.h5-bloc-108-style{
	font-family:"Josefin Sans";
}
.p-bloc-108-style{
	font-family:"Josefin Sans";
	font-size:23px;
}
.h5-181-style{
	font-family:"Josefin Sans";
}
.h5-econômico--style{
	font-family:"Josefin Sans";
}
.h5-opcional-style{
	font-family:"Josefin Sans";
}
.p-219-style{
	font-family:"Josefin Sans";
}
.h5-de-conferência-style{
	font-family:"Josefin Sans";
}
.h5-185-style{
	font-family:"Josefin Sans";
}
.p-220-style{
	font-family:"Josefin Sans";
}
.h5-bloc-109-style{
	font-family:"Josefin Sans";
}
.h5-bloc-110-style{
	font-family:"Josefin Sans";
}
.p-222-style{
	font-family:"Josefin Sans";
}
.h5-188-style{
	font-family:"Josefin Sans";
}
.h5-tela-vertical-style{
	font-family:"Josefin Sans";
}
.p-224-style{
	font-family:"Josefin Sans";
}
.h5-192-style{
	font-family:"Josefin Sans";
}
.h5-versão-style{
	font-family:"Josefin Sans";
}
.p-225-style{
	font-family:"Josefin Sans";
}
.h5-na-horizontal-style{
	font-family:"Josefin Sans";
}
.h5-bloc-111-style{
	font-family:"Josefin Sans";
}
.h5-bloc-77-style{
	font-family:"Josefin Sans";
}
.h5-112-style{
	font-family:"Josefin Sans";
}
.p-bloc-77-style{
	font-family:"Josefin Sans";
}
.h5-113-style{
	font-family:"Josefin Sans";
}
.p-168-style{
	font-family:"Josefin Sans";
}
.h5-107-style{
	font-family:"Josefin Sans";
}
.h2-resistente-style{
	font-family:"Josefin Sans";
}
.p-165-style{
	font-family:"Josefin Sans";
}
.h5-sem-rodízios--style{
	font-family:"Josefin Sans";
}
.h2-bloc-78-style{
	font-family:"Josefin Sans";
}
.p-bloc-78-style{
	font-family:"Josefin Sans";
}
.h2-bloc-73-style{
	font-family:"Josefin Sans";
}
.p-156-style{
	font-family:"Josefin Sans";
}
.p-bloc-85-style{
	font-family:"Josefin Sans";
}
.h5-bloc-87-style{
	font-family:"Josefin Sans";
}
.h5-129-style{
	font-family:"Josefin Sans";
}
.h5-130-style{
	font-family:"Josefin Sans";
}
.p-bloc-87-style{
	font-family:"Josefin Sans";
}
.p-180-style{
	font-family:"Josefin Sans";
}
.row-35-style{
	width:81.65%;
}
.bloc-divider-t-0-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.h6-style{
	width:100%;
}
.bloc-divider-t-bloc-23-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-t-4261-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.img-mini-torre-p-style{
	width:380px;
	border-radius:11px 11px 11px 11px;
}
.img-opp9hlob-style{
	width:261px;
}
.img-opp9vvermel-style{
	width:261px;
}
.img-bloc-passar-style{
	width:352px;
}
.img-drive-thru-style{
	width:352px;
}
.img-dd50direi-style{
	width:352px;
}
.img-bloc-12-style{
	width:352px;
}
.img-mesa-rfid-style{
	width:352px;
}
.img-balca-style{
	width:352px;
}
.img-self-uva-style{
	width:352px;
}
.img-self-loja-style{
	width:352px;
}
.img-43-style{
	width:352px;
}
.bloc-divider-t-1888-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.h5-14-style{
	font-family:"Josefin Sans";
}
.h6-bloc-25-style{
	width:92.13%;
}
.bloc-divider-t-bloc-25-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.h6-versão-painel-style{
	font-family:"Josefin Sans";
}
.bloc-divider-t-bloc-26-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.bloc-divider-t-3380-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.p-bloc-23-style{
	font-family:"Ubuntu";
}
.p-16-style{
	font-family:"Josefin Sans";
}
.p-17-style{
	font-family:"Josefin Sans";
}
.img-bloc-13-style{
	width:300px;
}
.img-g9horizontaz-style{
	width:138px;
}
.img-15-style{
	width:350px;
	border-radius:21px 21px 21px 21px;
}
.img-22-style{
	width:486px;
	border-radius:12px 12px 12px 12px;
}
.img-29870-style{
	width:752px;
}
.bloc-divider-t-38187-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.img-terminal1-style{
	width:261px;
}
.container-div-style{
	width:100%;
	min-height:118px;
}
.bloc-divider-t-bloc-4-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.bloc-divider-t-bloc-5-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.img-13-bloc-4-style{
	width:328px;
}
.img-bloc-5-style{
	width:328px;
}
.img-site-opp19-style{
	width:328px;
}
.bloc-divider-t-bloc-2-fill{
	fill:var(--swatch-var-1504);
}
.bloc-divider-t-bloc-3-style{
	height:20px;
}
.container-div-bloc-3-style{
	width:100%;
	min-height:273px;
}
.row-bloc-3-style{
	width:100%;
}
.bloc-divider-t-bloc-3-fill{
	fill:var(--swatch-var-6892);
	height:30px;
}
.h3-bloc-3-style{
	width:16.44%;
}
.bloc-divider-t-30802-fill{
	fill:var(--swatch-var-1964);
	height:30px;
}
.crea-map-bug{
	margin-bottom:-7px;
}
.crea-contact-div{
	max-width:550px;
	margin-right:auto;
	margin-left:auto;
	padding:28px 28px 28px 28px;
}
.crea-contact-icon{
	margin-right:14px;
	background:linear-gradient(228deg, #FFCC00  0%, #FF8033 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.img-14-style{
	width:337px;
	border-radius:38px 38px 38px 38px;
}
.bloc-divider-t-4038-style{
	height:30px;
	fill:var(--swatch-var-1964);
}
.h1-service-header-style{
	font-family:"Poppins-Regular";
}
.crea-column-service{
	padding-right:28px;
	padding-left:28px;
}
.crea-service-icon{
	font-size:70px;
	margin-bottom:20px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.feature-col-mt{
	margin-top:29px;
}
.bloc-divider-t-bloc-8-fill{
	fill:var(--swatch-var-1504);
}
.img-wide-tele-style{
	border-radius:0px 0px 0px 0px;
}
.h3-bloc-2-style{
	width:100%;
}
.bloc-divider-t-bloc-12-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-b-bloc-11-style{
	height:20px;
}
.bloc-divider-b-bloc-12-style{
	height:20px;
}
.bloc-divider-b-bloc-5-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.bloc-divider-b-bloc-8-style{
	height:20px;
	fill:var(--swatch-var-1504);
}
.bloc-divider-b-bloc-15-style{
	height:20px;
}
.bloc-divider-b-bloc-12-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.bloc-divider-b-bloc-15-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.container-div-min-height{
	min-height:569px;
}
.grid-style{
	grid-template-columns:0.25fr 1fr;
	grid-template-rows:105px 72px 118px;
}
.img-33-opp9vvermel-style{
	width:290px;
}
.img-34-style{
	width:290px;
}
.img-35-style{
	width:290px;
}
.img-36-style{
	width:290px;
}
.img-37-style{
	width:290px;
}
.img-38-style{
	width:290px;
}
.img-39-style{
	width:290px;
}
.img-40-style{
	width:290px;
}
.img-opp9h-wide-p-style{
	width:325px;
}
.img-37259-style{
	width:366px;
}
.img-opp19azulbolin-style{
	width:307px;
}
.bloc-divider-t-8779-fill{
	fill:var(--swatch-var-1964);
	height:30px;
}
.img-38804-style{
	width:387px;
}
.img-bloc-86-style{
	width:104px;
}
.bloc-divider-t-minitotem-fill{
	fill:#000000;
}
.bloc-divider-t-slim-style{
	height:20px;
	fill:var(--swatch-var-1964);
}
.h1-bloc-135-style{
	font-family:"Open Sans";
}
.img-logo100-doura-style{
	width:173px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-wide-caixa-style{
	border-radius:7px 7px 7px 7px;
	width:380px;
}
.img-bloc-27-style{
	border-radius:12px 12px 12px 12px;
}
.blocs-card-width{
	width:25%;
}
.img-11-style{
	width:597px;
}
.photograph-overlay-button{
	margin-top:-253px;
	height:228px;
	background-color:#000000;
	background-size:auto auto;
	width:100%;
	background:linear-gradient(0deg, rgba(148,17,0,0.7), rgba(148,17,0,0.0));
	padding-top:180px;
	opacity:0;
	border-width:0px 0px 0px 0px;
}
.photograph-overlay-button:hover{
	opacity:1;
	background:linear-gradient(0deg, rgba(148,17,0,0.7), rgba(148,17,0,0.0));
}
.img-7-style{
	width:752px;
}
.photograph-fixed{
	background-attachment:fixed;
}
.photograph-home{
	text-transform:uppercase;
	letter-spacing:10px;
	font-size:5rem;
	font-family:"Poppins-Thin";
	color:#FFFFFF!important;
	text-shadow:0.47px -0.88px 1px rgba(0,0,0,0.28);
}
.photograph-home:hover{
	color:#EAEAEA!important;
}
.row-bloc-2-style{
	width:100%;
}
.bloc-divider-t-7066-fill{
	fill:var(--swatch-var-3964);
	height:20px;
}
.apple-center-video{
	padding-left:80px;
}
.bloc-divider-t-15668-fill{
	fill:var(--swatch-var-1504);
	height:20px;
}
.img-recepçãodd-style{
	border-radius:27px 27px 27px 27px;
}
.p-3-bloc-2-style{
	font-size:16px;
	line-height:24px;
}
.img-19165-style{
	width:333px;
	border-radius:43px 43px 43px 43px;
}
.img-bloc-141-style{
	width:533px;
}
.h1-bloc-78-style{
	font-size:40px;
}
.img-bloc-79-style{
	width:752px;
	border-radius:50px 50px 50px 50px;
}
.img-65-style{
	width:867px;
}
.img-atendimentotot-style{
	width:367px;
}
.img-d32ca-style{
	width:329px;
}
.row-bloc-84-style{
	width:59.91%;
}
.desk{
	background-image:url("img/mesa%20azul%20pequeno.png");
	background-size:contain;
	height:900px;
	display:flex;
	flex-direction:column-reverse;
	background-position:right top;
	background-repeat:no-repeat;
}
.wire-button{
	font-size:16px;
	line-height:20px;
	border-style:solid;
	border-color:#017D93!important;
	color:#FEFFFF!important;
	border-width:2px 2px 2px 2px;
}
.wire-button:hover{
	border-color:#FFFFFF!important;
	background-color:#FFFFFF;
	color:#000000!important;
}
.sga{
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, #006881 0%, #09A6BE  100%);
	font-family:"Lato";
	font-weight:700;
}
.apple-grey{
	color:#929292!important;
}
.p-bloc-15-style{
	font-size:11px;
	letter-spacing:px;
}
.img-logo-style{
	width:138px;
}
.img-self-farma2-style{
	width:252px;
}
.p-bloc-6-style{
	font-size:16px;
}
.img-bloc-93-style{
	width:822px;
}
.img-bloc-101-style{
	width:558px;
}
.img-bloc-135-style{
	width:900px;
}
.img-bloc-136-style{
	width:800px;
}
.img-143-style{
	width:799px;
}
.img-140-style{
	width:900px;
}
.img-141-style{
	width:900px;
}
.p-136-style{
	font-size:25px;
}
.p-137-style{
	font-size:25px;
}
.p-138-style{
	font-size:25px;
}
.p-bloc-52-style{
	width:100%;
}
.img-111-style{
	width:565px;
}
.img-112-style{
	width:565px;
}
.h3-43-style{
	font-family:"Josefin Sans";
}
.h1-13-style{
	font-family:"Josefin Sans";
}
.h3-aris-farma-style{
	font-family:"Josefin Sans";
}
.h5-240-style{
	font-family:"Josefin Sans";
}
.img-52-style{
	width:811px;
}
.row-bloc-16-style{
	width:10.18%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1155:rgba(0,253,255,0.64);
	
	--swatch-var-3845:rgba(242,242,242,1.00);
	
	--swatch-var-5648:#003333;
	
	--swatch-var-4758:rgba(21,21,21,1.00);
	
	--swatch-var-3720:#FDDC00;
	
	--swatch-var-7970:rgba(32,87,206,0.61);
	
	--swatch-var-1907:rgba(206,227,92,1.00);
	
	--swatch-var-3964:rgba(23,23,23,1.00);
	
	--swatch-var-7203:rgba(17,17,17,1.00);
	
	--swatch-var-3606:rgba(29,29,31,1.00);
	
	--swatch-var-1028:rgba(213,213,213,1.00);
	
	--swatch-var-3836:#929292;
	
	--swatch-var-2107:rgba(71,66,66,0.70);
	
	--swatch-var-6873:rgba(0,0,0,1.00);
	
	--swatch-var-683:rgba(0,0,4,1.00);
	
	--swatch-var-1869:rgba(0,0,0,0.70);
	
	--swatch-var-942:rgba(141,86,139,1.00);
	
	--swatch-var-7631:rgba(192,192,192,1.00);
	
	--swatch-var-7740:rgba(157,153,250,0.58);
	
	--swatch-var-2317:#00FDFF;
	
	--swatch-var-4259:rgba(47,84,172,1.00);
	
	--swatch-var-155:rgba(82,27,146,1.00);
	
	--swatch-var-6989:rgba(9,85,214,1.00);
	
	--swatch-var-1964:rgba(234,234,234,1.00);
	
	--swatch-var-5493:rgba(111,161,255,0.61);
	
	--swatch-var-6892:rgba(248,248,248,1.00);
	
	--swatch-var-4760:rgba(86,51,255,0.1);
	
	--swatch-var-1504:rgba(255,255,255,1.00);
	
	--swatch-var-4214:rgba(0,110,254,0.45);
	
	--swatch-var-2266:#A8A9A9;
	
	--swatch-var-5220:rgba(11,11,16,1.00);
	
	--swatch-var-3267:#72A1EE;
	
	--swatch-var-5486:rgba(17,17,17,0.8);
	
	--swatch-var-1930:#0432FF;
	
	--swatch-var-7234:rgba(0,120,0,0.66);
	
	--swatch-var-4786:#FFCC00;
	
	--swatch-var-5293:#FF3333;
	
	--swatch-var-5280:#0066CC;
	
	--swatch-var-6378:#424242;
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-620:#A9A9A9;
	
	--swatch-var-487:rgba(255,204,0,0.7);
	
	--swatch-var-7341:rgba(0,143,0,0.7);
	
}


/* Background colour styles */

.bgc-4758{
	background-color:var(--swatch-var-4758);
}
.bgc-6873{
	background-color:var(--swatch-var-6873);
}
.bgc-3720{
	background-color:var(--swatch-var-3720);
}
.bgc-2107{
	background-color:var(--swatch-var-2107);
}
.bgc-5648{
	background-color:var(--swatch-var-5648);
}
.bgc-683{
	background-color:var(--swatch-var-683);
}
.bgc-7203{
	background-color:var(--swatch-var-7203);
}
.bgc-1504{
	background-color:var(--swatch-var-1504);
}
.bgc-5220{
	background-color:var(--swatch-var-5220);
}
.bgc-2266{
	background-color:var(--swatch-var-2266);
}
.bgc-7970{
	background-color:var(--swatch-var-7970);
}
.bgc-3845{
	background-color:var(--swatch-var-3845);
}

/* Text colour styles */

.tc-1504{
	color:var(--swatch-var-1504)!important;
}
.tc-1028{
	color:var(--swatch-var-1028)!important;
}
.tc-1964{
	color:var(--swatch-var-1964)!important;
}
.tc-1155{
	color:var(--swatch-var-1155)!important;
}
.tc-4758{
	color:var(--swatch-var-4758)!important;
}
.tc-5648{
	color:var(--swatch-var-5648)!important;
}
.tc-2317{
	color:var(--swatch-var-2317)!important;
}
.tc-3720{
	color:var(--swatch-var-3720)!important;
}
.tc-3964{
	color:var(--swatch-var-3964)!important;
}
.tc-7203{
	color:var(--swatch-var-7203)!important;
}
.tc-3845{
	color:var(--swatch-var-3845)!important;
}
.tc-3836{
	color:var(--swatch-var-3836)!important;
}
.tc-2107{
	color:var(--swatch-var-2107)!important;
}
.tc-4786{
	color:var(--swatch-var-4786)!important;
}
.tc-2266{
	color:var(--swatch-var-2266)!important;
}
.tc-3267{
	color:var(--swatch-var-3267)!important;
}
.tc-6873{
	color:var(--swatch-var-6873)!important;
}
.tc-620{
	color:var(--swatch-var-620)!important;
}

/* Button colour styles */

.btn-c-7234{
	background:var(--swatch-var-7234);
	color:#FFFFFF!important;
}
.btn-c-7234:hover{
	background:rgba(0,69,0,0.66)!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-3267{
	color:var(--swatch-var-3267)!important;
}
.ltc-3267:hover{
	color:#3F6EBB!important;
}

/* Icon colour styles */

.icon-3720{
	color:var(--swatch-var-3720)!important;
	border-color:var(--swatch-var-3720)!important;
}
.icon-5648{
	color:var(--swatch-var-5648)!important;
	border-color:var(--swatch-var-5648)!important;
}

/* Bloc image backgrounds */

.bg-fabprod{
	background-image:url("img/fabprod.png");
}
.bg-selffarma1{
	background-image:url("img/selffarma1.png");
}
.bg-DESKFUNDOAMBIENTEpao{
	background-image:url("img/DESKFUNDOAMBIENTEpao.png");
}
.bg-mad1280{
	background-image:url("img/mad1280-1.jpg");
}
.bg-wide-20marron{
	background-image:url("img/wide%20marron.png");
}
.bg-wide-20oop9-20horizontal{
	background-image:url("img/wide%20oop9%20horizontal.png");
}
.bg-terraco1{
	background-image:url("img/terraco1.webp");
}
.bg-PHOTO-2024-07-03-17-26-53-202{
	background-image:url("img/PHOTO-2024-07-03-17-26-53%202.jpg");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-siteselflojasemfundo{
	background-image:url("img/siteselflojasemfundo.png");
}
.bg-bg{
	background-image:url("img/bg-7.jpg");
}
.bg-f32-20black{
	background-image:url("img/f32%20black.png");
}
.bg-wide-20fastfood{
	background-image:url("img/wide%20fastfood.png");
}
.bg-wide-20self{
	background-image:url("img/wide%20self.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-site-20produtos-2001{
	background-image:url("img/site%20produtos%2001.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-wide-20lobby-20dd50{
	background-image:url("img/wide%20lobby%20dd50.png");
}
.bg-opp9h-20wide-20logo{
	background-image:url("img/opp9h%20wide%20logo.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-wide-20desk{
	background-image:url("img/wide%20desk.png");
}
.bg-wide-20desk-20mini{
	background-image:url("img/wide%20desk%20mini.png");
}
.bg-wide-20op9v-20verde{
	background-image:url("img/wide%20op9v%20verde.png");
}
.bg-wide-20side-20mini{
	background-image:url("img/wide%20side%20mini.png");
}
.bg-tele-20com-20teclado{
	background-image:url("img/tele%20com%20teclado.png");
}
.bg-tele-20frontal{
	background-image:url("img/tele%20frontal.png");
}
.bg-ds-20ambiente{
	background-image:url("img/ds%20ambiente.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-senha-20banco{
	background-image:url("img/senha%20banco.png");
}
.bg-ultrawide-20mini-20totem{
	background-image:url("img/ultrawide%20mini%20totem.png");
}
.bg-tele-20caneta-202{
	background-image:url("img/tele%20caneta%202.png");
}
.bg-caixa-20invertido{
	background-image:url("img/caixa%20invertido.png");
}
.bg-banner-20apresenta{
	background-image:url("img/banner%20apresenta.png");
}
.bg-loja-20fashion-20dd50{
	background-image:url("img/loja%20fashion%20dd50.png");
}
.bg-dd50-20wide-20site{
	background-image:url("img/dd50%20wide%20site.png");
}
.bg-minitotem1{
	background-image:url("img/minitotem1.png");
}
.bg-computador{
	background-image:url("img/computador.png");
}
.bg-pulserinha-20conceito{
	background-image:url("img/pulserinha%20conceito.png");
}
.bg-hospital-20pulseira-20senha{
	background-image:url("img/hospital%20pulseira%20senha.png");
}
.bg-farmacia-203{
	background-image:url("img/farmacia%203.png");
}
.bg-farmacia-202-20selfcheckout{
	background-image:url("img/farmacia%202%20selfcheckout.png");
}
.bg-farmacia-204{
	background-image:url("img/farmacia%204.png");
}
.bg-tele-20presença-20mesa{
	background-image:url("img/tele%20presenc%CC%A7a%20mesa.png");
}
.bg-super-20frente-20lateral{
	background-image:url("img/super%20frente%20lateral.png");
}



/* = 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){
	.navbar-brand{
		font-size:25px;
		line-height:33px;
	}
	.navbar-nav li a{
		margin-right:1px;
		margin-left:1px;
		font-size:12px;
		line-height:22px;
	}
	.creativity-navigation-button{
		padding-right:14px;
		padding-left:14px;
	}
	.freedom-modal{
		max-width:85vw;
	}
	.business-header{
		height:70px;
	}
	.business-logo{
		width:55px;
	}
	.business-navb-links{
		font-size:0.75em;
		margin-right:3px;
		margin-left:3px;
	}
	.business-right-nav{
		justify-content:flex-end;
		flex-direction:row;
	}
	.business-white-button{
		font-size:0.8em;
	}
	.freedom-scroll-div{
		min-width:350px;
		max-width:350px;
	}
	.offcanvas-top{
		min-height:650px;
		padding-top:50px;
	}
	.business-menu-card{
		margin-top:12px;
		margin-bottom:12px;
	}
	.business-menu-icon{
		width:80px;
	}
	.business-menu-title{
		font-size:0.9em;
	}
	.business-menu-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.business-nav-links{
		margin-right:3px;
		margin-left:3px;
	}
	.business-course-card{
		margin-top:12px;
		margin-bottom:12px;
		height:228px;
	}
	.business-blocs-column{
	}
	.business-blocs-col{
		margin-top:14px;
		margin-bottom:14px;
	}
	.business-h-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.business-hero-top-row{
		margin-top:150px;
	}
	.business-small-logo{
		width:140px;
	}
	.business-reviews{
		margin-top:14px;
		margin-bottom:14px;
	}
	.business-access-title{
		font-size:2.28em;
	}
	.crea-nav-link{
		font-size:0.9em;
		margin-right:3px;
		margin-left:3px;
	}
	.crea-nav-button{
		margin-left:0px;
		margin-top:-5px;
	}
	.crea-button{
		font-size:1.1em;
		padding-right:20px;
		padding-left:20px;
	}
	.invest-hero-buttons{
		flex-direction:row;
		min-height:110px;
		justify-content:space-around;
	}
	.invest-main-image{
		max-width:100%;
	}
	.img-invest-lo-margin-top{
		width:173px;
		position:relative;
		z-index:123;
	}
	.img-margin-top{
		width:154px;
		margin-top:-433px;
		z-index:123;
		position:relative;
	}
	.freedom-macbook{
		max-width:600px;
	}
	.invest-row-card{
	}
	.invest-two-buttons{
		flex-direction:column;
		min-height:110px;
		justify-content:space-around;
	}
	.invest-getting-card{
		margin-top:50px;
	}
	.freedom-more-row{
		margin-top:20%;
	}
	.freedom-close-button{
		left:28px;
		bottom:28px;
		width:60px;
		height:60px;
	}
	.center-carrocel{
		padding-left:70px;
	}
	.celular{
		max-width:500px;
		background-size:cover;
	}
	.apple-iphone-tv{
		max-width:400px;
	}
	.invest-carousel{
		padding-right:50px;
		padding-left:50px;
	}
	.invest-carousel-arrows{
		width:60px;
		height:60px;
	}
	.invest-blog-post{
		margin-right:0px;
		margin-left:0px;
	}
	.invest-read-more-button{
		font-size:17px;
	}
	.crea-far-question{
		padding-top:20px;
		padding-bottom:20px;
	}
	.photograph-menu{
		width:228px;
	}
	.photograph-logo{
		font-size:1.6em;
	}
	.photograph-menu-category{
		font-size:0.9em;
		line-height:1.7em;
	}
	.photograph-menu-item{
		font-size:0.9em;
		line-height:1.9em;
	}
	.photograph-menu-icons{
		align-items:center;
	}
	.photograph-social{
		width:28px;
	}
	.business-top-margin{
		margin-top:28px;
	}
	.business-overlay{
		margin-top:-300px;
	}
	.invest-logo{
		max-width:60px;
	}
	.invest-footer-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.invest-footer-newsletter{
		margin-bottom:0px;
	}
	.business-feature{
		font-size:1.2em;
	}
	.blue-text{
		font-size:35px;
		line-height:43px;
	}
	.mac-blue-text{
		font-size:35px;
		line-height:43px;
	}
	.crea-contact-div{
		margin-top:28px;
		margin-bottom:28px;
	}
	.crea-column-service{
		padding:14px 0px 14px 0px;
	}
	.blocs-card-width{
		width:50%;
	}
	.photograph-overlay-button{
		margin-top:-273px;
		height:248px;
	}
	.photograph-fixed{
		background-attachment:scroll;
	}
	.photograph-home{
		font-size:4rem;
		letter-spacing:8px;
	}
	.apple-center-video{
		padding-left:70px;
	}
	.desk{
		background-position:right top;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
		.voffset-md-md{
		margin-top:50px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand{
		font-size:24px;
		line-height:32px;
	}
	.freedom-modal{
		max-width:90vw;
	}
	.business-logo{
		width:50px;
	}
	.business-right-nav{
		justify-content:center;
		margin-top:14px;
	}
	.freedom-scroll-div{
		min-width:340px;
		max-width:340px;
	}
	.business-mobile-header{
	}
	.business-toggle{
		text-align:right;
	}
	.business-list{
		height:80vh;
		justify-content:center;
		flex-direction:column;
	}
	.business-login{
		margin-top:28px;
	}
	.offcanvas{
	}
	.offcanvas-top{
	}
	.business-menu-card{
		padding:20px 20px 20px 20px;
	}
	.business-menu-icon{
		width:70px;
	}
	.business-menu-column{
		margin-top:20px;
		margin-bottom:20px;
	}
	.business-nav-links{
		text-align:center;
	}
	.business-course-card{
		height:200px;
	}
	.business-blocs-col{
		margin-top:7px;
		margin-bottom:7px;
	}
	.business-hero-top-row{
		margin-top:50px;
	}
	.business-small-logo{
		width:120px;
	}
	.business-reviews{
		padding:28px 28px 28px 28px;
	}
	.business-access-title{
		font-size:2em;
	}
	.invest-feature-row{
		margin-bottom:28px;
	}
	.crea-nav-link{
		text-align:center;
	}
	.crea-nav-button{
		margin-right:auto;
		margin-left:auto;
		margin-top:14px;
	}
	.invest-hero-buttons{
		flex-direction:row;
		max-width:290px;
	}
	.invest-wire-button{
		padding-right:20px;
		padding-left:20px;
		line-height:22px;
		font-size:14px;
	}
	.invest-grey-button{
		font-size:14px;
	}
	.img-invest-lo-margin-top{
		margin-top:-209px;
		width:150px;
	}
	.img-margin-top{
		margin-top:-333px;
	}
	.freedom-macbook{
		max-width:100%;
	}
	.invest-row-card{
		padding-bottom:28px;
	}
	.invest-two-buttons{
		flex-direction:row;
		max-width:280px;
		margin-right:auto;
		margin-left:auto;
	}
	.invest-getting-card{
		margin-top:50px;
	}
	.invest-getting-content{
		margin-top:28px;
		margin-bottom:28px;
	}
	.invest-getting-number{
		margin-right:auto;
		margin-left:auto;
	}
	.invest-getting-image{
		border-top-right-radius:0px;
		border-bottom-left-radius:28px;
	}
	.freedom-more-row{
		margin-top:20%;
		flex-wrap:nowrap;
	}
	.freedom-close-button{
		left:20px;
		bottom:20px;
	}
	.center-carrocel{
		padding-left:50px;
	}
	.celular{
		max-width:428px;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.apple-iphone-tv{
		max-width:328px;
	}
	.invest-carousel{
		padding-right:0px;
		padding-left:0px;
	}
	.invest-carousel-arrows{
		width:40px;
		height:40px;
	}
	.invest-blog-post{
		margin-right:28px;
		margin-left:28px;
	}
	.invest-read-more-button{
		font-size:16px;
	}
	.photograph-logo{
		font-size:1.4em;
	}
	.business-overlay{
		margin-top:-200px;
	}
	.invest-logo{
		max-width:55px;
	}
	.business-feature{
		font-size:1em;
	}
	.business-row{
		padding-top:12px;
		padding-bottom:12px;
	}
	.hero-column{
		margin-bottom:50px;
	}
	.mobile-bg{
		background-color:rgba(0,0,0,0.6);
	}
	.carousel-caption{
		margin-top:-80px;
	}
	.mac-hero-column{
		margin-bottom:50px;
	}
	.mac-mobile-bg{
		background-color:rgba(0,0,0,0.6);
	}
	.mac-carousel-caption{
		margin-top:-80px;
	}
	.crea-column-service{
		margin-bottom:40px;
		margin-top:40px;
		padding-top:0px;
		padding-bottom:0px;
	}
	.blocs-card-width{
		width:50%;
	}
	.photograph-overlay-button{
		height:228px;
		margin-top:-253px;
	}
	.photograph-fixed{
		background-attachment:scroll;
	}
	.photograph-home{
		font-size:3rem;
		letter-spacing:7px;
	}
	.apple-center-video{
		padding-left:50px;
	}
	.desk{
		background-position:right top;
	}
	.sga{
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
		.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.navbar-brand{
		font-size:23px;
		line-height:31px;
	}
	.creativity-wire-button{
	}
	.freedom-modal{
		max-width:95vw;
	}
	.business-logo{
		width:45px;
	}
	.business-right-nav{
		justify-content:center;
	}
	.freedom-scroll-div{
		min-width:300px;
		max-width:300px;
	}
	.business-mobile-header{
		padding-top:5px;
		padding-bottom:5px;
	}
	.business-list{
		height:90vh;
	}
	.business-menu-card{
		padding:15px 15px 15px 15px;
	}
	.business-menu-icon{
		width:60px;
	}
	.business-menu-title{
		font-size:1em;
	}
	.business-menu-column{
		margin-top:14px;
		margin-bottom:14px;
	}
	.business-course-card{
		height:228px;
	}
	.business-blocs-column{
		padding-top:28px;
		padding-bottom:28px;
	}
	.business-blocs-col{
		margin-top:0px;
		margin-bottom:0px;
	}
	.business-hero-top-row{
		margin-top:40px;
	}
	.business-small-logo{
		width:100px;
	}
	.business-reviews{
		padding:15px 15px 15px 15px;
	}
	.business-access-title{
		font-size:1.8em;
	}
	.creativity-black-button{
		font-family:"Open Sans";
		font-weight:600;
		text-transform:uppercase;
		font-size:14px;
		line-height:24px;
		padding-right:28px;
		padding-left:28px;
		background-color:#000000;
		color:#FEFFFF!important;
		border-style:solid;
		border-color:#000000!important;
		border-width:2px 2px 2px 2px;
	}
	.creativity-black-button:hover{
		background-color:transparent;
		border-color:#000000!important;
		color:#000000!important;
	}
	.invest-shadow{
	}
	.invest-feature-row{
	}
	.invest-bold{
	}
	.invest-gradient-text{
		display:inline-block;
	}
	.crea-button{
		font-size:1em;
	}
	.invest-hero-buttons{
		flex-direction:column;
	}
	.invest-wire-button{
		padding-right:20px;
		padding-left:20px;
	}
	.img-invest-lo-margin-top{
		width:82px;
		margin-top:-109px;
	}
	.img-margin-top{
		width:98px;
		margin-top:-180px;
	}
	.freedom-macbook{
		max-width:100%;
	}
	.freedom-more-button{
		width:60px;
		height:60px;
	}
	.invest-row-card{
		padding:28px 15px 28px 15px;
	}
	.invest-two-buttons{
		flex-direction:column;
	}
	.invest-getting-card{
		margin-top:50px;
	}
	.invest-getting-content{
		padding-top:28px;
		margin-right:15px;
		margin-left:15px;
		padding-bottom:28px;
	}
	.invest-getting-number{
		margin-right:auto;
		margin-left:auto;
	}
	.invest-getting-image{
		border-top-right-radius:0px;
		border-bottom-left-radius:28px;
	}
	.freedom-more-row{
		margin-top:10%;
		max-height:100vh;
	}
	.freedom-close-button{
		left:15px;
		bottom:15px;
		width:50px;
		height:50px;
	}
	.center-carrocel{
		padding-left:30px;
	}
	.celular{
		background-size:contain;
		max-width:280px;
		padding:28px 14px 28px 14px;
	}
	.apple-iphone-tv{
		max-width:229px;
	}
	.invest-carousel{
		padding:0px 0px 0px 0px;
	}
	.invest-carousel-arrows{
		background-color:transparent;
	}
	.invest-blog-post{
		margin:28px 0px 28px 0px;
	}
	.invest-blog-div{
		padding:14px 14px 20px 14px;
	}
	.invest-read-more-button{
		font-size:15px;
	}
	.photograph-logo{
		font-size:1.3em;
	}
	.bloc-divider-b-style{
		height:100px;
	}
	.business-overlay{
		margin-top:-100px;
	}
	.invest-logo{
		max-width:50px;
	}
	.invest-footer-newsletter{
		margin-bottom:28px;
	}
	.invest-footer-news-field{
		margin-bottom:14px;
	}
	.business-feature{
		font-size:0.75em;
	}
	.business-row{
		padding-top:10px;
		padding-bottom:10px;
	}
	.business-hosting-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.processor-feature{
		margin-bottom:30px;
	}
	.mac-processor-feature{
		margin-bottom:30px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.blocs-card-width{
		width:100%;
	}
	.photograph-overlay-button{
		margin-top:-273px;
		height:248px;
	}
	.photograph-fixed{
	}
	.photograph-home{
		font-size:2rem;
		letter-spacing:5px;
	}
	.apple-center-video{
		padding-left:30px;
	}
	.desk{
		height:500px;
		background-position:right top;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
		.voffset-lg-xs{
		margin-top:80px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

