/*-----------------------------------------------------------------------------------
	PARDUS NEXT
	About: A shiny new Blocs website.
	Author: Nils Gruber
	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:'SpaceGrotesk-Medium';
	src: url('./fonts/SpaceGrotesk-Medium/SpaceGrotesk-Medium.woff2');
	src: url('./fonts/SpaceGrotesk-Medium/SpaceGrotesk-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

@font-face {
	font-family:'Lato-Black';
	src: url('./fonts/Lato-Black/lato.woff2');
	src: url('./fonts/Lato-Black/lato.woff2') format('woff2'),
	url('./fonts/Lato-Black/lato.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-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;
}


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


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

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


/* = 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-thick-bars{
	margin-top:4px!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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

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

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

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

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.text-justify{
	text-align: justify;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

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

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"SpaceGrotesk-Regular";
	font-size:18px;
}
.container{
	max-width:1140px;
}
a{
	font-size:22px;
	font-weight:400;
	letter-spacing:normalpx;
	line-height:22px;
}
h2{
	font-size:2.0em;
	font-weight:400;
	letter-spacing:normalpx;
}
h3{
	font-size:32px;
	font-weight:400;
	letter-spacing:normalpx;
}
p{
	font-size:19px;
	font-weight:300;
	letter-spacing:normalpx;
}
h4{
	font-size:1.5em;
	font-weight:500;
	letter-spacing:normalpx;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.navbar-brand img{
	height:40px;
}
.call-btn{
	text-transform:uppercase;
	font-weight:bold;
	background-color:var(--swatch-var-2905);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-2978)!important;
	border-radius:10px 10px 10px 10px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	padding:5px 60px 5px 60px;
	color:#000000!important;
}
h1{
	font-size:58px;
}
h5{
	font-size:1.4em;
}
h6{
	font-size:19px;
}
label{
	font-size:0.7em;
}
.navbar-nav li a{
	font-size:20px;
	font-family:"SpaceGrotesk-Medium";
	color:var(--swatch-var-2978)!important;
}
.untermenu{
	position:static;
	z-index:2;
	float:none;
}
.navcontainer{
	position:sticky;
}
.call-btn:hover{
	background-color:var(--swatch-var-2905);
	color:var(--swatch-var-2905)!important;
}
.nav-tile{
	text-transform:uppercase;
	position:sticky;
}
.feat-card-icon{
	width:50px;
	background:linear-gradient(0deg, #9809FF 0%, #8B45FD 100%);
	border-radius:10px 10px 10px 10px;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feat-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.feat-sub-header{
	font-size:20px;
}
.feat-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.feat-header{
	font-weight:bold;
}
.purple-gradient-bg{
	background:linear-gradient(274deg, #9809FF  0%, #8B74FD 100%);
}
.nav-tile:focus{
	font-family:"Lato-Black";
}
.active{
	font-family:"Lato-Black";
	font-weight:bold;
}
.top{
	z-index:1;
}
.hover:hover{
	font-weight:bold;
}
.img-style{
	width:628px;
}
.canvas_bklur{
	padding:10px 10px 10px 10px;
	border-radius:19px 19px 19px 19px;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
}
.pic-qua{
	background-size:cover;
	background-origin:border-box;
	background-position:center center;
	background-image:url("img/adobestock-353081466-copy.jpg");
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
}
.percentage{
	width:10vw;
	height:10vw;
	position:sticky;
}
.picbox{
	padding:20px 20px 20px 20px;
	background-size:cover;
}
.txtbox{
	padding:20px 20px 20px 20px;
	text-align:center!important;
}
.canv1{
	height:65vh;
}
.progres{
	font-weight:bold;
	background-size:length;
}
.h5-style{
	font-weight:bold;
}
.grid-style{
	grid-template-rows:auto 278px auto auto;
	grid-template-columns:1.00fr 1fr;
	column-gap:23px;
	row-gap:27px;
}
.cardquad{
	background-size:cover;
	background-image:url("img/adobestock-353081466-copy.jpg");
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
}
.quadro{
	background-image:url("img/adobestock-353081466-copy.jpg");
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-image: -webkit-image-set(url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);background-image: image-set(url("img/adobestock-353081466-copy.jpg") 1x,
url("img/adobestock-353081466-copy.jpg") 2x,url("img/adobestock-353081466-copy.webp") 1x,
url("img/adobestock-353081466-copy.webp") 2x);
	background-size:cover;
	background-position:left top;
	border-top-right-radius:66%;
}
.quadsize{
	width:100%;
	height:33vh;
}
.quaduli{
	background-image:url("img/photo_2025-03-08_00-25-59.jpg");
	background-image: -webkit-image-set(url("img/photo_2025-03-08_00-25-59.webp") 1x,
url("img/photo_2025-03-08_00-25-59.webp") 2x);background-image: image-set(url("img/photo_2025-03-08_00-25-59.jpg") 1x,
url("img/photo_2025-03-08_00-25-59.jpg") 2x,url("img/photo_2025-03-08_00-25-59.webp") 1x,
url("img/photo_2025-03-08_00-25-59.webp") 2x);
	background-image: -webkit-image-set(url("img/photo_2025-03-08_00-25-59.webp") 1x,
url("img/photo_2025-03-08_00-25-59.webp") 2x);background-image: image-set(url("img/photo_2025-03-08_00-25-59.jpg") 1x,
url("img/photo_2025-03-08_00-25-59.jpg") 2x,url("img/photo_2025-03-08_00-25-59.webp") 1x,
url("img/photo_2025-03-08_00-25-59.webp") 2x);
	background-size:cover;
	border-bottom-left-radius:66%;
}
.nabar{
	text-transform:uppercase;
}
.list-h5{
	font-weight:bold;
	text-transform:uppercase;
	color:var(--swatch-var-3582)!important;
	margin-top:10px;
	margin-bottom:10px!important;
	padding:0px 20px 0px 20px;
	background-size:length;
	text-shadow:0.00px 0.00px 8px rgba(0,0,0,0.20);
}
.grid-0-style{
	grid-template-rows:auto auto auto auto auto auto;
	justify-items:stretch;
	align-items:center;
	row-gap:0px;
	column-gap:0px;
	grid-template-columns:1.10fr 1.00fr;
}
.akkhead{
	text-align:left;
	text-transform:uppercase;
	color:var(--swatch-var-2630)!important;
	background-color:var(--swatch-var-6009);
	font-weight:bold;
	background:linear-gradient(34deg, var(--swatch-var-792)  20%, var(--swatch-var-2403) 100%);
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-radius:0px 0px 0px 0px;
}
.akkheader{
	font-weight:bold;
	background-size:length!important;
	text-decoration:none;
	text-align:left;
	text-shadow:0.00px 0.00px 1px rgba(0,0,0,0.20);
	color:var(--swatch-var-3582)!important;
}
.list-dist{
	display:block;
	line-height:15px;
}
.span-link{
	font-size:16px;
	text-transform:uppercase;
}
.project{
	background-image:url("img/drone.jpeg");
	background-image: -webkit-image-set(url("img/drone.webp") 1x,
url("img/drone.webp") 2x);background-image: image-set(url("img/drone.jpeg") 1x,
url("img/drone.jpeg") 2x,url("img/drone.webp") 1x,
url("img/drone.webp") 2x);
	background-image: -webkit-image-set(url("img/drone.webp") 1x,
url("img/drone.webp") 2x);background-image: image-set(url("img/drone.jpeg") 1x,
url("img/drone.jpeg") 2x,url("img/drone.webp") 1x,
url("img/drone.webp") 2x);
	background-size:cover;
}
.bold{
	font-weight:bold;
}
.cardtext{
	text-align:left;
	line-height:24px;
	text-decoration:none;
}
.cardhead{
	font-weight:bold;
}
.canvaswhite{
	background-color:var(--swatch-var-426);
	color:var(--swatch-var-2869)!important;
	margin:0px 0px 0px 0px;
	padding:7px 7px 7px 7px;
}
.canvasblur{
	backdrop-filter:blur(35px);
	-webkit-backdrop-filter:blur(35px);
	color:var(--swatch-var-7404)!important;
	padding-left:12px;
	margin:0px 0px 0px 0px;
	padding-top:5px;
	padding-bottom:5px;
}
.canvasrand{
	text-transform:uppercase;
	writing-mode:vertical-lr;
	direction:rtl;
	color:var(--swatch-var-6009)!important;
	background-color:var(--swatch-var-2869);
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px 0px 0px 0px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
}
.scroll-qoute-container{
	width:100%;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.carussel-place{
	bottom:40px;
}
.cardbox{
	margin:20px 10px 10px 10px;
	border-radius:0px 0px 0px 0px;
	box-shadow:1.99px 0.17px 11px #6F6F6F;
	border-style:solid;
	border-color:var(--swatch-var-2403)!important;
	border-width:2px 2px 2px 2px;
}
.whitebox{
	background-color:var(--swatch-var-327);
	border-style:solid;
	border-color:var(--swatch-var-7404)!important;
	border-width:6px 6px 6px 6px;
	color:var(--swatch-var-2630)!important;
	height:530px;
}
.whitebox-header{
	color:var(--swatch-var-2869)!important;
	height:100px;
	text-align:center;
	margin:5px 5px 5px 5px;
	font-weight:bold;
	font-size:25px;
	align-content:space-around;
}
.whiteboxtext{
	line-height:28px;
	text-align:left;
}
.h3-style{
	opacity:1.0;
}
.hero-header-text{
	font-size:187px;
	font-weight:bold;
}
.hero-subheader{
	font-size:47px;
	font-weight:normal;
}
.text-fire-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(166deg, #FF0072, #FFFF33);
	color:transparent!important;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-2869);
}
.h1-11-style{
	font-size:49px;
}
.bloc-divider-t-fill{
	fill:#FEFFFF;
}
.headerh1{
	font-weight:bold;
	text-shadow:0.00px -2.00px 3px #FEFFFF;
	backdrop-filter:blur(0px);
	-webkit-backdrop-filter:blur(0px);
	text-transform:uppercase;
	font-size:72px;
	color:var(--swatch-var-6707)!important;
}
.headerh3{
	font-size:33px;
	text-align:center;
	color:#FEFFFF!important;
	backdrop-filter:blur(0px);
	-webkit-backdrop-filter:blur(0px);
}
.headerblur{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.h1-style{
	font-size:50px;
}
.fhead{
	font-size:40px;
	border-radius:300px 300px 300px 300px;
	width:250px;
}
.h1-bloc-15-style{
	font-size:45px;
}
.headerh1-black{
	font-weight:bold;
	text-shadow:0.00px -2.00px 5px #000000;
	backdrop-filter:blur(0px);
	-webkit-backdrop-filter:blur(0px);
	text-transform:uppercase;
	font-size:72px;
	color:var(--swatch-var-6259)!important;
}
.headerh3-black{
	font-size:33px;
	text-align:center;
	color:#FEFFFF!important;
	backdrop-filter:blur(0px);
	-webkit-backdrop-filter:blur(0px);
	text-shadow:0.00px -2.00px 6px #000000;
}
.list-style{
	width:77.25%;
}
.legalbtn{
	text-align:right;
}
.navpic{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:sticky;
	text-align:center;
}
.h1-bloc-3-style{
	font-size:45px;
}
.container-div-style{
	width:100%;
}
.option-select-style{
	width:100%;
}
.label-style{
	font-size:0.7em;
}
.container-div-bloc-10-style{
	width:79.12%;
}
.label-bloc-10-style{
	width:43.22%;
	font-size:1em;
}
.text-span-style{
	font-weight:bold;
}
.text-span-bloc-3-style{
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
}
.cardhead-large{
	font-weight:bold;
	font-size:26px;
	letter-spacing:0px;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	margin-bottom:0px!important;
	margin-left:10px;
}
.navlink{
	text-transform:uppercase;
}
.bloc-fill{
	fill:var(--swatch-var-2978);
}
.text-span-bloc-15-21837-style{
	font-weight:bold;
}
.text-span-0-bloc-15-21837-style{
	font-weight:bold;
}
.text-span-3286-style{
	font-weight:bold;
}
.text-span-1350-style{
	font-weight:bold;
}
.h1-9-style{
	width:100%;
}
.list-h5-left{
	text-align:right!important;
	color:var(--swatch-var-7404)!important;
	text-transform:uppercase;
	background-size:length;
	margin:0px 0px 10px 0px!important;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	text-shadow:0.00px -2.00px 5px rgba(25,48,41,0.55);
}
.detail-list{
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	margin:20px 10px 20px 10px;
	background-color:var(--swatch-var-2403);
	background:repeating-linear-gradient(146deg, var(--swatch-var-3754) 0%, var(--swatch-var-7447) 100%);
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
	box-shadow:2.00px 0.00px 10px #808080;
	border-color:var(--swatch-var-2403)!important;
}
.icon{
	width:50px;
	height:50px;
	font-size:100px!important;
}
.icn{
	font-size:30px!important;
	width:40px;
	height:40px;
}
.headerh1-1{
	font-size:72px;
	text-transform:uppercase;
}
.number{
	font-family:"Lato-Black";
	font-size:60px;
	width:90px;
	height:90px;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-2403);
	background:linear-gradient(109deg, var(--swatch-var-2210)  16%, var(--swatch-var-2403) 43%, var(--swatch-var-792) 82%);
	color:var(--swatch-var-7404)!important;
	padding:6px 6px 6px 6px;
	margin-bottom:0px!important;
	margin-right:10px;
	box-shadow:1.15px 1.64px 5px #000000;
	text-shadow:0.00px -2.00px 2px #000000;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2978:rgba(0,0,0,0.55);
	
	--swatch-var-2905:rgba(255,255,255,0.84);
	
	--swatch-var-1048:rgba(25,48,41,1.00);
	
	--swatch-var-587:rgba(253,217,167,1.00);
	
	--swatch-var-6814:rgba(128,128,128,1.00);
	
	--swatch-var-6707:rgba(111,111,111,1.00);
	
	--swatch-var-7622:rgba(33,40,34,1.00);
	
	--swatch-var-4395:rgba(34,48,53,1.00);
	
	--swatch-var-2630:rgba(51,51,51,1.00);
	
	--swatch-var-7404:rgba(255,255,255,1.00);
	
	--swatch-var-792:rgba(213,222,222,1.00);
	
	--swatch-var-4120:rgba(124,124,124,1.00);
	
	--swatch-var-1554:rgba(19,41,65,1.00);
	
	--swatch-var-5441:rgba(247,131,24,1.00);
	
	--swatch-var-1428:rgba(5,77,113,1.00);
	
	--swatch-var-6009:rgba(239,239,239,1.00);
	
	--swatch-var-3202:rgba(0,0,0,0.03);
	
	--swatch-var-426:rgba(255,255,255,0.80);
	
	--swatch-var-753:rgba(213,222,222,1.00);
	
	--swatch-var-2403:rgba(132,177,172,0.72);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-327:rgba(255,255,255,0.81);
	
	--swatch-var-4564:rgba(255,255,255,1.00);
	
	--swatch-var-6259:rgba(255,255,255,0.80);
	
	--swatch-var-5783:rgba(0,0,0,0.20);
	
	--swatch-var-7196:rgba(255,146,7,0.79);
	
	--swatch-var-1938:rgba(239,241,244,1.00);
	
	--swatch-var-3898:rgba(255,255,255,0.8);
	
	--swatch-var-2210:rgba(126,199,172,0.80);
	
	--swatch-var-3754:rgba(202,209,209,1.00);
	
	--swatch-var-3582:rgba(25,48,41,0.55);
	
	--swatch-var-7447:rgba(132,177,172,0.15);
	
}


/* Background colour styles */

.bgc-4564{
	background-color:var(--swatch-var-4564);
}
.bgc-792{
	background-color:var(--swatch-var-792);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-7404{
	background-color:var(--swatch-var-7404);
}

/* Text colour styles */

.tc-2630{
	color:var(--swatch-var-2630)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-7404{
	color:var(--swatch-var-7404)!important;
}
.tc-6707{
	color:var(--swatch-var-6707)!important;
}
.tc-7622{
	color:var(--swatch-var-7622)!important;
}

/* Button colour styles */

.btn-c-7196{
	background:var(--swatch-var-7196);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7196:hover{
	background:rgba(204,95,0,0.79)!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1048{
	background:var(--swatch-var-1048);
	color:#FFFFFF!important;
}
.btn-c-1048:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}
.icon-6707{
	color:var(--swatch-var-6707)!important;
	border-color:var(--swatch-var-6707)!important;
}

/* Bloc image backgrounds */

.bg-home-bg-image-3{
	background-image:url("img/home-bg-image-3.webp");
}
.bg-drone{
	background-image:url("img/drone.jpeg");
	background-image: -webkit-image-set(url("img/drone.webp") 1x,
url("img/drone.webp") 2x);background-image: image-set(url("img/drone.jpeg") 1x,
url("img/drone.jpeg") 2x,url("img/drone.webp") 1x,
url("img/drone.webp") 2x);
	background-image: -webkit-image-set(url("img/drone.webp") 1x,
url("img/drone.webp") 2x);background-image: image-set(url("img/drone.jpeg") 1x,
url("img/drone.jpeg") 2x,url("img/drone.webp") 1x,
url("img/drone.webp") 2x);
}
.bg-Unbenannt-20-2827-29{
	background-image:url("img/Unbenannt%20%2827%29.png");
	background-image: -webkit-image-set(url("img/Unbenannt%20%2827%29.webp") 1x,
url("img/Unbenannt%20%2827%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%2827%29.png") 1x,
url("img/Unbenannt%20%2827%29.png") 2x,url("img/Unbenannt%20%2827%29.webp") 1x,
url("img/Unbenannt%20%2827%29.webp") 2x);
}
.bg-hg-2x{
	background-image:url("img/hg@2x.jpeg");
	background-image: -webkit-image-set(url("img/hg@2x.webp") 1x,
url("img/hg@2x.webp") 2x);background-image: image-set(url("img/hg@2x.jpeg") 1x,
url("img/hg@2x.jpeg") 2x,url("img/hg@2x.webp") 1x,
url("img/hg@2x.webp") 2x);
}
.bg-AdobeStock-164976699{
	background-image:url("img/AdobeStock_164976699.jpeg");
	background-image: -webkit-image-set(url("img/AdobeStock_164976699.webp") 1x,
url("img/AdobeStock_164976699.webp") 2x);background-image: image-set(url("img/AdobeStock_164976699.jpeg") 1x,
url("img/AdobeStock_164976699.jpeg") 2x,url("img/AdobeStock_164976699.webp") 1x,
url("img/AdobeStock_164976699.webp") 2x);
}
.bg-AdobeStock-245684278{
	background-image:url("img/AdobeStock_245684278.jpeg");
	background-image: -webkit-image-set(url("img/AdobeStock_245684278.webp") 1x,
url("img/AdobeStock_245684278.webp") 2x);background-image: image-set(url("img/AdobeStock_245684278.jpeg") 1x,
url("img/AdobeStock_245684278.jpeg") 2x,url("img/AdobeStock_245684278.webp") 1x,
url("img/AdobeStock_245684278.webp") 2x);
}
.bg-adobestock-481869177{
	background-image:url("img/adobestock_481869177.jpg");
	background-image: -webkit-image-set(url("img/adobestock_481869177.webp") 1x,
url("img/adobestock_481869177.webp") 2x);background-image: image-set(url("img/adobestock_481869177.jpg") 1x,
url("img/adobestock_481869177.jpg") 2x,url("img/adobestock_481869177.webp") 1x,
url("img/adobestock_481869177.webp") 2x);
}
.bg-adobestock-305698574{
	background-image:url("img/adobestock_305698574.jpg");
	background-image: -webkit-image-set(url("img/adobestock_305698574.webp") 1x,
url("img/adobestock_305698574.webp") 2x);background-image: image-set(url("img/adobestock_305698574.jpg") 1x,
url("img/adobestock_305698574.jpg") 2x,url("img/adobestock_305698574.webp") 1x,
url("img/adobestock_305698574.webp") 2x);
}
.bg-knochen-1{
	background-image:url("img/knochen-1.jpeg");
	background-image: -webkit-image-set(url("img/knochen-1.webp") 1x,
url("img/knochen-1.webp") 2x);background-image: image-set(url("img/knochen-1.jpeg") 1x,
url("img/knochen-1.jpeg") 2x,url("img/knochen-1.webp") 1x,
url("img/knochen-1.webp") 2x);
}
.bg-energygrid-1{
	background-image:url("img/energygrid-1.jpeg");
	background-image: -webkit-image-set(url("img/energygrid-1.webp") 1x,
url("img/energygrid-1.webp") 2x);background-image: image-set(url("img/energygrid-1.jpeg") 1x,
url("img/energygrid-1.jpeg") 2x,url("img/energygrid-1.webp") 1x,
url("img/energygrid-1.webp") 2x);
}
.bg-adobestock-550456541-copy{
	background-image:url("img/adobestock-550456541-copy.jpg");
	background-image: -webkit-image-set(url("img/adobestock-550456541-copy.webp") 1x,
url("img/adobestock-550456541-copy.webp") 2x);background-image: image-set(url("img/adobestock-550456541-copy.jpg") 1x,
url("img/adobestock-550456541-copy.jpg") 2x,url("img/adobestock-550456541-copy.webp") 1x,
url("img/adobestock-550456541-copy.webp") 2x);
}
.bg-adobestock-462509826{
	background-image:url("img/adobestock_462509826.jpg");
	background-image: -webkit-image-set(url("img/adobestock_462509826.webp") 1x,
url("img/adobestock_462509826.webp") 2x);background-image: image-set(url("img/adobestock_462509826.jpg") 1x,
url("img/adobestock_462509826.jpg") 2x,url("img/adobestock_462509826.webp") 1x,
url("img/adobestock_462509826.webp") 2x);
}

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

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
/**************************************************************** * * CSS Percentage Circle * Author: Andre Firchow ******************************************************************/.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
	  clip: rect(auto, auto, auto, auto);
}
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
	  position: absolute;
	  border: 0.08em solid #307bbb;
	  width: 0.84em;
	  height: 0.84em;
	  clip: rect(0em, 0.5em, 1em, 0em);
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
}
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
}
.c100 {
	  position: relative;
	  font-size: 120px;
	  width: 1em;
	  height: 1em;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  float: left;
	  margin: 0 0.1em 0.1em 0;
	  background-color: #cccccc;
}
.c100 *, .c100 *:before, .c100 *:after {
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
}
.c100.center {
	  float: none;
	  margin: 0 auto;
}
.c100.big {
	  font-size: 240px;
}
.c100.small {
	  font-size: 80px;
}
.c100 > span {
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	  left: 0;
	  top: 0;
	  width: 5em;
	  line-height: 5em;
	  font-size: 0.2em;
	  color: #cccccc;
	  display: block;
	  text-align: center;
	  white-space: nowrap;
	  -webkit-transition-property: all;
	  -moz-transition-property: all;
	  -o-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  -webkit-transition-timing-function: ease-out;
	  -moz-transition-timing-function: ease-out;
	  -o-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.c100:after {
	  position: absolute;
	  top: 0.08em;
	  left: 0.08em;
	  display: block;
	  content: " ";
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  background-color: whitesmoke;
	  width: 0.84em;
	  height: 0.84em;
	  -webkit-transition-property: all;
	  -moz-transition-property: all;
	  -o-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  -webkit-transition-timing-function: ease-in;
	  -moz-transition-timing-function: ease-in;
	  -o-transition-timing-function: ease-in;
	  transition-timing-function: ease-in;
}
.c100 .slice {
	  position: absolute;
	  width: 1em;
	  height: 1em;
	  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
	  -webkit-transform: rotate(3.6deg);
	  -moz-transform: rotate(3.6deg);
	  -ms-transform: rotate(3.6deg);
	  -o-transform: rotate(3.6deg);
	  transform: rotate(3.6deg);
}
.c100.p2 .bar {
	  -webkit-transform: rotate(7.2deg);
	  -moz-transform: rotate(7.2deg);
	  -ms-transform: rotate(7.2deg);
	  -o-transform: rotate(7.2deg);
	  transform: rotate(7.2deg);
}
.c100.p3 .bar {
	  -webkit-transform: rotate(10.8deg);
	  -moz-transform: rotate(10.8deg);
	  -ms-transform: rotate(10.8deg);
	  -o-transform: rotate(10.8deg);
	  transform: rotate(10.8deg);
}
.c100.p4 .bar {
	  -webkit-transform: rotate(14.4deg);
	  -moz-transform: rotate(14.4deg);
	  -ms-transform: rotate(14.4deg);
	  -o-transform: rotate(14.4deg);
	  transform: rotate(14.4deg);
}
.c100.p5 .bar {
	  -webkit-transform: rotate(18deg);
	  -moz-transform: rotate(18deg);
	  -ms-transform: rotate(18deg);
	  -o-transform: rotate(18deg);
	  transform: rotate(18deg);
}
.c100.p6 .bar {
	  -webkit-transform: rotate(21.6deg);
	  -moz-transform: rotate(21.6deg);
	  -ms-transform: rotate(21.6deg);
	  -o-transform: rotate(21.6deg);
	  transform: rotate(21.6deg);
}
.c100.p7 .bar {
	  -webkit-transform: rotate(25.2deg);
	  -moz-transform: rotate(25.2deg);
	  -ms-transform: rotate(25.2deg);
	  -o-transform: rotate(25.2deg);
	  transform: rotate(25.2deg);
}
.c100.p8 .bar {
	  -webkit-transform: rotate(28.8deg);
	  -moz-transform: rotate(28.8deg);
	  -ms-transform: rotate(28.8deg);
	  -o-transform: rotate(28.8deg);
	  transform: rotate(28.8deg);
}
.c100.p9 .bar {
	  -webkit-transform: rotate(32.4deg);
	  -moz-transform: rotate(32.4deg);
	  -ms-transform: rotate(32.4deg);
	  -o-transform: rotate(32.4deg);
	  transform: rotate(32.4deg);
}
.c100.p10 .bar {
	  -webkit-transform: rotate(36deg);
	  -moz-transform: rotate(36deg);
	  -ms-transform: rotate(36deg);
	  -o-transform: rotate(36deg);
	  transform: rotate(36deg);
}
.c100.p11 .bar {
	  -webkit-transform: rotate(39.6deg);
	  -moz-transform: rotate(39.6deg);
	  -ms-transform: rotate(39.6deg);
	  -o-transform: rotate(39.6deg);
	  transform: rotate(39.6deg);
}
.c100.p12 .bar {
	  -webkit-transform: rotate(43.2deg);
	  -moz-transform: rotate(43.2deg);
	  -ms-transform: rotate(43.2deg);
	  -o-transform: rotate(43.2deg);
	  transform: rotate(43.2deg);
}
.c100.p13 .bar {
	  -webkit-transform: rotate(46.8deg);
	  -moz-transform: rotate(46.8deg);
	  -ms-transform: rotate(46.8deg);
	  -o-transform: rotate(46.8deg);
	  transform: rotate(46.8deg);
}
.c100.p14 .bar {
	  -webkit-transform: rotate(50.4deg);
	  -moz-transform: rotate(50.4deg);
	  -ms-transform: rotate(50.4deg);
	  -o-transform: rotate(50.4deg);
	  transform: rotate(50.4deg);
}
.c100.p15 .bar {
	  -webkit-transform: rotate(54deg);
	  -moz-transform: rotate(54deg);
	  -ms-transform: rotate(54deg);
	  -o-transform: rotate(54deg);
	  transform: rotate(54deg);
}
.c100.p16 .bar {
	  -webkit-transform: rotate(57.6deg);
	  -moz-transform: rotate(57.6deg);
	  -ms-transform: rotate(57.6deg);
	  -o-transform: rotate(57.6deg);
	  transform: rotate(57.6deg);
}
.c100.p17 .bar {
	  -webkit-transform: rotate(61.2deg);
	  -moz-transform: rotate(61.2deg);
	  -ms-transform: rotate(61.2deg);
	  -o-transform: rotate(61.2deg);
	  transform: rotate(61.2deg);
}
.c100.p18 .bar {
	  -webkit-transform: rotate(64.8deg);
	  -moz-transform: rotate(64.8deg);
	  -ms-transform: rotate(64.8deg);
	  -o-transform: rotate(64.8deg);
	  transform: rotate(64.8deg);
}
.c100.p19 .bar {
	  -webkit-transform: rotate(68.4deg);
	  -moz-transform: rotate(68.4deg);
	  -ms-transform: rotate(68.4deg);
	  -o-transform: rotate(68.4deg);
	  transform: rotate(68.4deg);
}
.c100.p20 .bar {
	  -webkit-transform: rotate(72deg);
	  -moz-transform: rotate(72deg);
	  -ms-transform: rotate(72deg);
	  -o-transform: rotate(72deg);
	  transform: rotate(72deg);
}
.c100.p21 .bar {
	  -webkit-transform: rotate(75.6deg);
	  -moz-transform: rotate(75.6deg);
	  -ms-transform: rotate(75.6deg);
	  -o-transform: rotate(75.6deg);
	  transform: rotate(75.6deg);
}
.c100.p22 .bar {
	  -webkit-transform: rotate(79.2deg);
	  -moz-transform: rotate(79.2deg);
	  -ms-transform: rotate(79.2deg);
	  -o-transform: rotate(79.2deg);
	  transform: rotate(79.2deg);
}
.c100.p23 .bar {
	  -webkit-transform: rotate(82.8deg);
	  -moz-transform: rotate(82.8deg);
	  -ms-transform: rotate(82.8deg);
	  -o-transform: rotate(82.8deg);
	  transform: rotate(82.8deg);
}
.c100.p24 .bar {
	  -webkit-transform: rotate(86.4deg);
	  -moz-transform: rotate(86.4deg);
	  -ms-transform: rotate(86.4deg);
	  -o-transform: rotate(86.4deg);
	  transform: rotate(86.4deg);
}
.c100.p25 .bar {
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  transform: rotate(90deg);
}
.c100.p26 .bar {
	  -webkit-transform: rotate(93.6deg);
	  -moz-transform: rotate(93.6deg);
	  -ms-transform: rotate(93.6deg);
	  -o-transform: rotate(93.6deg);
	  transform: rotate(93.6deg);
}
.c100.p27 .bar {
	  -webkit-transform: rotate(97.2deg);
	  -moz-transform: rotate(97.2deg);
	  -ms-transform: rotate(97.2deg);
	  -o-transform: rotate(97.2deg);
	  transform: rotate(97.2deg);
}
.c100.p28 .bar {
	  -webkit-transform: rotate(100.8deg);
	  -moz-transform: rotate(100.8deg);
	  -ms-transform: rotate(100.8deg);
	  -o-transform: rotate(100.8deg);
	  transform: rotate(100.8deg);
}
.c100.p29 .bar {
	  -webkit-transform: rotate(104.4deg);
	  -moz-transform: rotate(104.4deg);
	  -ms-transform: rotate(104.4deg);
	  -o-transform: rotate(104.4deg);
	  transform: rotate(104.4deg);
}
.c100.p30 .bar {
	  -webkit-transform: rotate(108deg);
	  -moz-transform: rotate(108deg);
	  -ms-transform: rotate(108deg);
	  -o-transform: rotate(108deg);
	  transform: rotate(108deg);
}
.c100.p31 .bar {
	  -webkit-transform: rotate(111.6deg);
	  -moz-transform: rotate(111.6deg);
	  -ms-transform: rotate(111.6deg);
	  -o-transform: rotate(111.6deg);
	  transform: rotate(111.6deg);
}
.c100.p32 .bar {
	  -webkit-transform: rotate(115.2deg);
	  -moz-transform: rotate(115.2deg);
	  -ms-transform: rotate(115.2deg);
	  -o-transform: rotate(115.2deg);
	  transform: rotate(115.2deg);
}
.c100.p33 .bar {
	  -webkit-transform: rotate(118.8deg);
	  -moz-transform: rotate(118.8deg);
	  -ms-transform: rotate(118.8deg);
	  -o-transform: rotate(118.8deg);
	  transform: rotate(118.8deg);
}
.c100.p34 .bar {
	  -webkit-transform: rotate(122.4deg);
	  -moz-transform: rotate(122.4deg);
	  -ms-transform: rotate(122.4deg);
	  -o-transform: rotate(122.4deg);
	  transform: rotate(122.4deg);
}
.c100.p35 .bar {
	  -webkit-transform: rotate(126deg);
	  -moz-transform: rotate(126deg);
	  -ms-transform: rotate(126deg);
	  -o-transform: rotate(126deg);
	  transform: rotate(126deg);
}
.c100.p36 .bar {
	  -webkit-transform: rotate(129.6deg);
	  -moz-transform: rotate(129.6deg);
	  -ms-transform: rotate(129.6deg);
	  -o-transform: rotate(129.6deg);
	  transform: rotate(129.6deg);
}
.c100.p37 .bar {
	  -webkit-transform: rotate(133.2deg);
	  -moz-transform: rotate(133.2deg);
	  -ms-transform: rotate(133.2deg);
	  -o-transform: rotate(133.2deg);
	  transform: rotate(133.2deg);
}
.c100.p38 .bar {
	  -webkit-transform: rotate(136.8deg);
	  -moz-transform: rotate(136.8deg);
	  -ms-transform: rotate(136.8deg);
	  -o-transform: rotate(136.8deg);
	  transform: rotate(136.8deg);
}
.c100.p39 .bar {
	  -webkit-transform: rotate(140.4deg);
	  -moz-transform: rotate(140.4deg);
	  -ms-transform: rotate(140.4deg);
	  -o-transform: rotate(140.4deg);
	  transform: rotate(140.4deg);
}
.c100.p40 .bar {
	  -webkit-transform: rotate(144deg);
	  -moz-transform: rotate(144deg);
	  -ms-transform: rotate(144deg);
	  -o-transform: rotate(144deg);
	  transform: rotate(144deg);
}
.c100.p41 .bar {
	  -webkit-transform: rotate(147.6deg);
	  -moz-transform: rotate(147.6deg);
	  -ms-transform: rotate(147.6deg);
	  -o-transform: rotate(147.6deg);
	  transform: rotate(147.6deg);
}
.c100.p42 .bar {
	  -webkit-transform: rotate(151.2deg);
	  -moz-transform: rotate(151.2deg);
	  -ms-transform: rotate(151.2deg);
	  -o-transform: rotate(151.2deg);
	  transform: rotate(151.2deg);
}
.c100.p43 .bar {
	  -webkit-transform: rotate(154.8deg);
	  -moz-transform: rotate(154.8deg);
	  -ms-transform: rotate(154.8deg);
	  -o-transform: rotate(154.8deg);
	  transform: rotate(154.8deg);
}
.c100.p44 .bar {
	  -webkit-transform: rotate(158.4deg);
	  -moz-transform: rotate(158.4deg);
	  -ms-transform: rotate(158.4deg);
	  -o-transform: rotate(158.4deg);
	  transform: rotate(158.4deg);
}
.c100.p45 .bar {
	  -webkit-transform: rotate(162deg);
	  -moz-transform: rotate(162deg);
	  -ms-transform: rotate(162deg);
	  -o-transform: rotate(162deg);
	  transform: rotate(162deg);
}
.c100.p46 .bar {
	  -webkit-transform: rotate(165.6deg);
	  -moz-transform: rotate(165.6deg);
	  -ms-transform: rotate(165.6deg);
	  -o-transform: rotate(165.6deg);
	  transform: rotate(165.6deg);
}
.c100.p47 .bar {
	  -webkit-transform: rotate(169.2deg);
	  -moz-transform: rotate(169.2deg);
	  -ms-transform: rotate(169.2deg);
	  -o-transform: rotate(169.2deg);
	  transform: rotate(169.2deg);
}
.c100.p48 .bar {
	  -webkit-transform: rotate(172.8deg);
	  -moz-transform: rotate(172.8deg);
	  -ms-transform: rotate(172.8deg);
	  -o-transform: rotate(172.8deg);
	  transform: rotate(172.8deg);
}
.c100.p49 .bar {
	  -webkit-transform: rotate(176.4deg);
	  -moz-transform: rotate(176.4deg);
	  -ms-transform: rotate(176.4deg);
	  -o-transform: rotate(176.4deg);
	  transform: rotate(176.4deg);
}
.c100.p50 .bar {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
}
.c100.p51 .bar {
	  -webkit-transform: rotate(183.6deg);
	  -moz-transform: rotate(183.6deg);
	  -ms-transform: rotate(183.6deg);
	  -o-transform: rotate(183.6deg);
	  transform: rotate(183.6deg);
}
.c100.p52 .bar {
	  -webkit-transform: rotate(187.2deg);
	  -moz-transform: rotate(187.2deg);
	  -ms-transform: rotate(187.2deg);
	  -o-transform: rotate(187.2deg);
	  transform: rotate(187.2deg);
}
.c100.p53 .bar {
	  -webkit-transform: rotate(190.8deg);
	  -moz-transform: rotate(190.8deg);
	  -ms-transform: rotate(190.8deg);
	  -o-transform: rotate(190.8deg);
	  transform: rotate(190.8deg);
}
.c100.p54 .bar {
	  -webkit-transform: rotate(194.4deg);
	  -moz-transform: rotate(194.4deg);
	  -ms-transform: rotate(194.4deg);
	  -o-transform: rotate(194.4deg);
	  transform: rotate(194.4deg);
}
.c100.p55 .bar {
	  -webkit-transform: rotate(198deg);
	  -moz-transform: rotate(198deg);
	  -ms-transform: rotate(198deg);
	  -o-transform: rotate(198deg);
	  transform: rotate(198deg);
}
.c100.p56 .bar {
	  -webkit-transform: rotate(201.6deg);
	  -moz-transform: rotate(201.6deg);
	  -ms-transform: rotate(201.6deg);
	  -o-transform: rotate(201.6deg);
	  transform: rotate(201.6deg);
}
.c100.p57 .bar {
	  -webkit-transform: rotate(205.2deg);
	  -moz-transform: rotate(205.2deg);
	  -ms-transform: rotate(205.2deg);
	  -o-transform: rotate(205.2deg);
	  transform: rotate(205.2deg);
}
.c100.p58 .bar {
	  -webkit-transform: rotate(208.8deg);
	  -moz-transform: rotate(208.8deg);
	  -ms-transform: rotate(208.8deg);
	  -o-transform: rotate(208.8deg);
	  transform: rotate(208.8deg);
}
.c100.p59 .bar {
	  -webkit-transform: rotate(212.4deg);
	  -moz-transform: rotate(212.4deg);
	  -ms-transform: rotate(212.4deg);
	  -o-transform: rotate(212.4deg);
	  transform: rotate(212.4deg);
}
.c100.p60 .bar {
	  -webkit-transform: rotate(216deg);
	  -moz-transform: rotate(216deg);
	  -ms-transform: rotate(216deg);
	  -o-transform: rotate(216deg);
	  transform: rotate(216deg);
}
.c100.p61 .bar {
	  -webkit-transform: rotate(219.6deg);
	  -moz-transform: rotate(219.6deg);
	  -ms-transform: rotate(219.6deg);
	  -o-transform: rotate(219.6deg);
	  transform: rotate(219.6deg);
}
.c100.p62 .bar {
	  -webkit-transform: rotate(223.2deg);
	  -moz-transform: rotate(223.2deg);
	  -ms-transform: rotate(223.2deg);
	  -o-transform: rotate(223.2deg);
	  transform: rotate(223.2deg);
}
.c100.p63 .bar {
	  -webkit-transform: rotate(226.8deg);
	  -moz-transform: rotate(226.8deg);
	  -ms-transform: rotate(226.8deg);
	  -o-transform: rotate(226.8deg);
	  transform: rotate(226.8deg);
}
.c100.p64 .bar {
	  -webkit-transform: rotate(230.4deg);
	  -moz-transform: rotate(230.4deg);
	  -ms-transform: rotate(230.4deg);
	  -o-transform: rotate(230.4deg);
	  transform: rotate(230.4deg);
}
.c100.p65 .bar {
	  -webkit-transform: rotate(234deg);
	  -moz-transform: rotate(234deg);
	  -ms-transform: rotate(234deg);
	  -o-transform: rotate(234deg);
	  transform: rotate(234deg);
}
.c100.p66 .bar {
	  -webkit-transform: rotate(237.6deg);
	  -moz-transform: rotate(237.6deg);
	  -ms-transform: rotate(237.6deg);
	  -o-transform: rotate(237.6deg);
	  transform: rotate(237.6deg);
}
.c100.p67 .bar {
	  -webkit-transform: rotate(241.2deg);
	  -moz-transform: rotate(241.2deg);
	  -ms-transform: rotate(241.2deg);
	  -o-transform: rotate(241.2deg);
	  transform: rotate(241.2deg);
}
.c100.p68 .bar {
	  -webkit-transform: rotate(244.8deg);
	  -moz-transform: rotate(244.8deg);
	  -ms-transform: rotate(244.8deg);
	  -o-transform: rotate(244.8deg);
	  transform: rotate(244.8deg);
}
.c100.p69 .bar {
	  -webkit-transform: rotate(248.4deg);
	  -moz-transform: rotate(248.4deg);
	  -ms-transform: rotate(248.4deg);
	  -o-transform: rotate(248.4deg);
	  transform: rotate(248.4deg);
}
.c100.p70 .bar {
	  -webkit-transform: rotate(252deg);
	  -moz-transform: rotate(252deg);
	  -ms-transform: rotate(252deg);
	  -o-transform: rotate(252deg);
	  transform: rotate(252deg);
}
.c100.p71 .bar {
	  -webkit-transform: rotate(255.6deg);
	  -moz-transform: rotate(255.6deg);
	  -ms-transform: rotate(255.6deg);
	  -o-transform: rotate(255.6deg);
	  transform: rotate(255.6deg);
}
.c100.p72 .bar {
	  -webkit-transform: rotate(259.2deg);
	  -moz-transform: rotate(259.2deg);
	  -ms-transform: rotate(259.2deg);
	  -o-transform: rotate(259.2deg);
	  transform: rotate(259.2deg);
}
.c100.p73 .bar {
	  -webkit-transform: rotate(262.8deg);
	  -moz-transform: rotate(262.8deg);
	  -ms-transform: rotate(262.8deg);
	  -o-transform: rotate(262.8deg);
	  transform: rotate(262.8deg);
}
.c100.p74 .bar {
	  -webkit-transform: rotate(266.4deg);
	  -moz-transform: rotate(266.4deg);
	  -ms-transform: rotate(266.4deg);
	  -o-transform: rotate(266.4deg);
	  transform: rotate(266.4deg);
}
.c100.p75 .bar {
	  -webkit-transform: rotate(270deg);
	  -moz-transform: rotate(270deg);
	  -ms-transform: rotate(270deg);
	  -o-transform: rotate(270deg);
	  transform: rotate(270deg);
}
.c100.p76 .bar {
	  -webkit-transform: rotate(273.6deg);
	  -moz-transform: rotate(273.6deg);
	  -ms-transform: rotate(273.6deg);
	  -o-transform: rotate(273.6deg);
	  transform: rotate(273.6deg);
}
.c100.p77 .bar {
	  -webkit-transform: rotate(277.2deg);
	  -moz-transform: rotate(277.2deg);
	  -ms-transform: rotate(277.2deg);
	  -o-transform: rotate(277.2deg);
	  transform: rotate(277.2deg);
}
.c100.p78 .bar {
	  -webkit-transform: rotate(280.8deg);
	  -moz-transform: rotate(280.8deg);
	  -ms-transform: rotate(280.8deg);
	  -o-transform: rotate(280.8deg);
	  transform: rotate(280.8deg);
}
.c100.p79 .bar {
	  -webkit-transform: rotate(284.4deg);
	  -moz-transform: rotate(284.4deg);
	  -ms-transform: rotate(284.4deg);
	  -o-transform: rotate(284.4deg);
	  transform: rotate(284.4deg);
}
.c100.p80 .bar {
	  -webkit-transform: rotate(288deg);
	  -moz-transform: rotate(288deg);
	  -ms-transform: rotate(288deg);
	  -o-transform: rotate(288deg);
	  transform: rotate(288deg);
}
.c100.p81 .bar {
	  -webkit-transform: rotate(291.6deg);
	  -moz-transform: rotate(291.6deg);
	  -ms-transform: rotate(291.6deg);
	  -o-transform: rotate(291.6deg);
	  transform: rotate(291.6deg);
}
.c100.p82 .bar {
	  -webkit-transform: rotate(295.2deg);
	  -moz-transform: rotate(295.2deg);
	  -ms-transform: rotate(295.2deg);
	  -o-transform: rotate(295.2deg);
	  transform: rotate(295.2deg);
}
.c100.p83 .bar {
	  -webkit-transform: rotate(298.8deg);
	  -moz-transform: rotate(298.8deg);
	  -ms-transform: rotate(298.8deg);
	  -o-transform: rotate(298.8deg);
	  transform: rotate(298.8deg);
}
.c100.p84 .bar {
	  -webkit-transform: rotate(302.4deg);
	  -moz-transform: rotate(302.4deg);
	  -ms-transform: rotate(302.4deg);
	  -o-transform: rotate(302.4deg);
	  transform: rotate(302.4deg);
}
.c100.p85 .bar {
	  -webkit-transform: rotate(306deg);
	  -moz-transform: rotate(306deg);
	  -ms-transform: rotate(306deg);
	  -o-transform: rotate(306deg);
	  transform: rotate(306deg);
}
.c100.p86 .bar {
	  -webkit-transform: rotate(309.6deg);
	  -moz-transform: rotate(309.6deg);
	  -ms-transform: rotate(309.6deg);
	  -o-transform: rotate(309.6deg);
	  transform: rotate(309.6deg);
}
.c100.p87 .bar {
	  -webkit-transform: rotate(313.2deg);
	  -moz-transform: rotate(313.2deg);
	  -ms-transform: rotate(313.2deg);
	  -o-transform: rotate(313.2deg);
	  transform: rotate(313.2deg);
}
.c100.p88 .bar {
	  -webkit-transform: rotate(316.8deg);
	  -moz-transform: rotate(316.8deg);
	  -ms-transform: rotate(316.8deg);
	  -o-transform: rotate(316.8deg);
	  transform: rotate(316.8deg);
}
.c100.p89 .bar {
	  -webkit-transform: rotate(320.4deg);
	  -moz-transform: rotate(320.4deg);
	  -ms-transform: rotate(320.4deg);
	  -o-transform: rotate(320.4deg);
	  transform: rotate(320.4deg);
}
.c100.p90 .bar {
	  -webkit-transform: rotate(324deg);
	  -moz-transform: rotate(324deg);
	  -ms-transform: rotate(324deg);
	  -o-transform: rotate(324deg);
	  transform: rotate(324deg);
}
.c100.p91 .bar {
	  -webkit-transform: rotate(327.6deg);
	  -moz-transform: rotate(327.6deg);
	  -ms-transform: rotate(327.6deg);
	  -o-transform: rotate(327.6deg);
	  transform: rotate(327.6deg);
}
.c100.p92 .bar {
	  -webkit-transform: rotate(331.2deg);
	  -moz-transform: rotate(331.2deg);
	  -ms-transform: rotate(331.2deg);
	  -o-transform: rotate(331.2deg);
	  transform: rotate(331.2deg);
}
.c100.p93 .bar {
	  -webkit-transform: rotate(334.8deg);
	  -moz-transform: rotate(334.8deg);
	  -ms-transform: rotate(334.8deg);
	  -o-transform: rotate(334.8deg);
	  transform: rotate(334.8deg);
}
.c100.p94 .bar {
	  -webkit-transform: rotate(338.4deg);
	  -moz-transform: rotate(338.4deg);
	  -ms-transform: rotate(338.4deg);
	  -o-transform: rotate(338.4deg);
	  transform: rotate(338.4deg);
}
.c100.p95 .bar {
	  -webkit-transform: rotate(342deg);
	  -moz-transform: rotate(342deg);
	  -ms-transform: rotate(342deg);
	  -o-transform: rotate(342deg);
	  transform: rotate(342deg);
}
.c100.p96 .bar {
	  -webkit-transform: rotate(345.6deg);
	  -moz-transform: rotate(345.6deg);
	  -ms-transform: rotate(345.6deg);
	  -o-transform: rotate(345.6deg);
	  transform: rotate(345.6deg);
}
.c100.p97 .bar {
	  -webkit-transform: rotate(349.2deg);
	  -moz-transform: rotate(349.2deg);
	  -ms-transform: rotate(349.2deg);
	  -o-transform: rotate(349.2deg);
	  transform: rotate(349.2deg);
}
.c100.p98 .bar {
	  -webkit-transform: rotate(352.8deg);
	  -moz-transform: rotate(352.8deg);
	  -ms-transform: rotate(352.8deg);
	  -o-transform: rotate(352.8deg);
	  transform: rotate(352.8deg);
}
.c100.p99 .bar {
	  -webkit-transform: rotate(356.4deg);
	  -moz-transform: rotate(356.4deg);
	  -ms-transform: rotate(356.4deg);
	  -o-transform: rotate(356.4deg);
	  transform: rotate(356.4deg);
}
.c100.p100 .bar {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
}
.c100:hover {
	  cursor: default;
}
.c100:hover > span {
	  width: 3.33em;
	  line-height: 3.33em;
	  font-size: 0.3em;
	  color: #307bbb;
}
.c100:hover:after {
	  top: 0.04em;
	  left: 0.04em;
	  width: 0.92em;
	  height: 0.92em;
}
.c100.dark {
	  background-color: #777777;
}
.c100.dark .bar,.c100.dark .fill {
	  border-color: #c6ff00 !important;
}
.c100.dark > span {
	  color: #b5b5b5;
}
.c100.dark:after {
	  background-color: #666666;
}
.c100.dark:hover > span {
	  color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
	  border-color: #4db53c !important;
}
.c100.green:hover > span {
	  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
	  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
	  color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
	  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
	  color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
	  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
	  color: #e08833;
}
.text-overlay-light-text {
	  color:#cccccc !important;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
/**************************************************************** * * CSS Percentage Circle * Author: Andre Firchow ******************************************************************/.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
	  clip: rect(auto, auto, auto, auto);
}
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
	  position: absolute;
	  border: 0.08em solid #307bbb;
	  width: 0.84em;
	  height: 0.84em;
	  clip: rect(0em, 0.5em, 1em, 0em);
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
}
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
}
.c100 {
	  position: relative;
	  font-size: 120px;
	  width: 1em;
	  height: 1em;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  float: left;
	  margin: 0 0.1em 0.1em 0;
	  background-color: #cccccc;
}
.c100 *, .c100 *:before, .c100 *:after {
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
}
.c100.center {
	  float: none;
	  margin: 0 auto;
}
.c100.big {
	  font-size: 240px;
}
.c100.small {
	  font-size: 80px;
}
.c100 > span {
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	  left: 0;
	  top: 0;
	  width: 5em;
	  line-height: 5em;
	  font-size: 0.2em;
	  color: #cccccc;
	  display: block;
	  text-align: center;
	  white-space: nowrap;
	  -webkit-transition-property: all;
	  -moz-transition-property: all;
	  -o-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  -webkit-transition-timing-function: ease-out;
	  -moz-transition-timing-function: ease-out;
	  -o-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.c100:after {
	  position: absolute;
	  top: 0.08em;
	  left: 0.08em;
	  display: block;
	  content: " ";
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  background-color: whitesmoke;
	  width: 0.84em;
	  height: 0.84em;
	  -webkit-transition-property: all;
	  -moz-transition-property: all;
	  -o-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  -o-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  -webkit-transition-timing-function: ease-in;
	  -moz-transition-timing-function: ease-in;
	  -o-transition-timing-function: ease-in;
	  transition-timing-function: ease-in;
}
.c100 .slice {
	  position: absolute;
	  width: 1em;
	  height: 1em;
	  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
	  -webkit-transform: rotate(3.6deg);
	  -moz-transform: rotate(3.6deg);
	  -ms-transform: rotate(3.6deg);
	  -o-transform: rotate(3.6deg);
	  transform: rotate(3.6deg);
}
.c100.p2 .bar {
	  -webkit-transform: rotate(7.2deg);
	  -moz-transform: rotate(7.2deg);
	  -ms-transform: rotate(7.2deg);
	  -o-transform: rotate(7.2deg);
	  transform: rotate(7.2deg);
}
.c100.p3 .bar {
	  -webkit-transform: rotate(10.8deg);
	  -moz-transform: rotate(10.8deg);
	  -ms-transform: rotate(10.8deg);
	  -o-transform: rotate(10.8deg);
	  transform: rotate(10.8deg);
}
.c100.p4 .bar {
	  -webkit-transform: rotate(14.4deg);
	  -moz-transform: rotate(14.4deg);
	  -ms-transform: rotate(14.4deg);
	  -o-transform: rotate(14.4deg);
	  transform: rotate(14.4deg);
}
.c100.p5 .bar {
	  -webkit-transform: rotate(18deg);
	  -moz-transform: rotate(18deg);
	  -ms-transform: rotate(18deg);
	  -o-transform: rotate(18deg);
	  transform: rotate(18deg);
}
.c100.p6 .bar {
	  -webkit-transform: rotate(21.6deg);
	  -moz-transform: rotate(21.6deg);
	  -ms-transform: rotate(21.6deg);
	  -o-transform: rotate(21.6deg);
	  transform: rotate(21.6deg);
}
.c100.p7 .bar {
	  -webkit-transform: rotate(25.2deg);
	  -moz-transform: rotate(25.2deg);
	  -ms-transform: rotate(25.2deg);
	  -o-transform: rotate(25.2deg);
	  transform: rotate(25.2deg);
}
.c100.p8 .bar {
	  -webkit-transform: rotate(28.8deg);
	  -moz-transform: rotate(28.8deg);
	  -ms-transform: rotate(28.8deg);
	  -o-transform: rotate(28.8deg);
	  transform: rotate(28.8deg);
}
.c100.p9 .bar {
	  -webkit-transform: rotate(32.4deg);
	  -moz-transform: rotate(32.4deg);
	  -ms-transform: rotate(32.4deg);
	  -o-transform: rotate(32.4deg);
	  transform: rotate(32.4deg);
}
.c100.p10 .bar {
	  -webkit-transform: rotate(36deg);
	  -moz-transform: rotate(36deg);
	  -ms-transform: rotate(36deg);
	  -o-transform: rotate(36deg);
	  transform: rotate(36deg);
}
.c100.p11 .bar {
	  -webkit-transform: rotate(39.6deg);
	  -moz-transform: rotate(39.6deg);
	  -ms-transform: rotate(39.6deg);
	  -o-transform: rotate(39.6deg);
	  transform: rotate(39.6deg);
}
.c100.p12 .bar {
	  -webkit-transform: rotate(43.2deg);
	  -moz-transform: rotate(43.2deg);
	  -ms-transform: rotate(43.2deg);
	  -o-transform: rotate(43.2deg);
	  transform: rotate(43.2deg);
}
.c100.p13 .bar {
	  -webkit-transform: rotate(46.8deg);
	  -moz-transform: rotate(46.8deg);
	  -ms-transform: rotate(46.8deg);
	  -o-transform: rotate(46.8deg);
	  transform: rotate(46.8deg);
}
.c100.p14 .bar {
	  -webkit-transform: rotate(50.4deg);
	  -moz-transform: rotate(50.4deg);
	  -ms-transform: rotate(50.4deg);
	  -o-transform: rotate(50.4deg);
	  transform: rotate(50.4deg);
}
.c100.p15 .bar {
	  -webkit-transform: rotate(54deg);
	  -moz-transform: rotate(54deg);
	  -ms-transform: rotate(54deg);
	  -o-transform: rotate(54deg);
	  transform: rotate(54deg);
}
.c100.p16 .bar {
	  -webkit-transform: rotate(57.6deg);
	  -moz-transform: rotate(57.6deg);
	  -ms-transform: rotate(57.6deg);
	  -o-transform: rotate(57.6deg);
	  transform: rotate(57.6deg);
}
.c100.p17 .bar {
	  -webkit-transform: rotate(61.2deg);
	  -moz-transform: rotate(61.2deg);
	  -ms-transform: rotate(61.2deg);
	  -o-transform: rotate(61.2deg);
	  transform: rotate(61.2deg);
}
.c100.p18 .bar {
	  -webkit-transform: rotate(64.8deg);
	  -moz-transform: rotate(64.8deg);
	  -ms-transform: rotate(64.8deg);
	  -o-transform: rotate(64.8deg);
	  transform: rotate(64.8deg);
}
.c100.p19 .bar {
	  -webkit-transform: rotate(68.4deg);
	  -moz-transform: rotate(68.4deg);
	  -ms-transform: rotate(68.4deg);
	  -o-transform: rotate(68.4deg);
	  transform: rotate(68.4deg);
}
.c100.p20 .bar {
	  -webkit-transform: rotate(72deg);
	  -moz-transform: rotate(72deg);
	  -ms-transform: rotate(72deg);
	  -o-transform: rotate(72deg);
	  transform: rotate(72deg);
}
.c100.p21 .bar {
	  -webkit-transform: rotate(75.6deg);
	  -moz-transform: rotate(75.6deg);
	  -ms-transform: rotate(75.6deg);
	  -o-transform: rotate(75.6deg);
	  transform: rotate(75.6deg);
}
.c100.p22 .bar {
	  -webkit-transform: rotate(79.2deg);
	  -moz-transform: rotate(79.2deg);
	  -ms-transform: rotate(79.2deg);
	  -o-transform: rotate(79.2deg);
	  transform: rotate(79.2deg);
}
.c100.p23 .bar {
	  -webkit-transform: rotate(82.8deg);
	  -moz-transform: rotate(82.8deg);
	  -ms-transform: rotate(82.8deg);
	  -o-transform: rotate(82.8deg);
	  transform: rotate(82.8deg);
}
.c100.p24 .bar {
	  -webkit-transform: rotate(86.4deg);
	  -moz-transform: rotate(86.4deg);
	  -ms-transform: rotate(86.4deg);
	  -o-transform: rotate(86.4deg);
	  transform: rotate(86.4deg);
}
.c100.p25 .bar {
	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  transform: rotate(90deg);
}
.c100.p26 .bar {
	  -webkit-transform: rotate(93.6deg);
	  -moz-transform: rotate(93.6deg);
	  -ms-transform: rotate(93.6deg);
	  -o-transform: rotate(93.6deg);
	  transform: rotate(93.6deg);
}
.c100.p27 .bar {
	  -webkit-transform: rotate(97.2deg);
	  -moz-transform: rotate(97.2deg);
	  -ms-transform: rotate(97.2deg);
	  -o-transform: rotate(97.2deg);
	  transform: rotate(97.2deg);
}
.c100.p28 .bar {
	  -webkit-transform: rotate(100.8deg);
	  -moz-transform: rotate(100.8deg);
	  -ms-transform: rotate(100.8deg);
	  -o-transform: rotate(100.8deg);
	  transform: rotate(100.8deg);
}
.c100.p29 .bar {
	  -webkit-transform: rotate(104.4deg);
	  -moz-transform: rotate(104.4deg);
	  -ms-transform: rotate(104.4deg);
	  -o-transform: rotate(104.4deg);
	  transform: rotate(104.4deg);
}
.c100.p30 .bar {
	  -webkit-transform: rotate(108deg);
	  -moz-transform: rotate(108deg);
	  -ms-transform: rotate(108deg);
	  -o-transform: rotate(108deg);
	  transform: rotate(108deg);
}
.c100.p31 .bar {
	  -webkit-transform: rotate(111.6deg);
	  -moz-transform: rotate(111.6deg);
	  -ms-transform: rotate(111.6deg);
	  -o-transform: rotate(111.6deg);
	  transform: rotate(111.6deg);
}
.c100.p32 .bar {
	  -webkit-transform: rotate(115.2deg);
	  -moz-transform: rotate(115.2deg);
	  -ms-transform: rotate(115.2deg);
	  -o-transform: rotate(115.2deg);
	  transform: rotate(115.2deg);
}
.c100.p33 .bar {
	  -webkit-transform: rotate(118.8deg);
	  -moz-transform: rotate(118.8deg);
	  -ms-transform: rotate(118.8deg);
	  -o-transform: rotate(118.8deg);
	  transform: rotate(118.8deg);
}
.c100.p34 .bar {
	  -webkit-transform: rotate(122.4deg);
	  -moz-transform: rotate(122.4deg);
	  -ms-transform: rotate(122.4deg);
	  -o-transform: rotate(122.4deg);
	  transform: rotate(122.4deg);
}
.c100.p35 .bar {
	  -webkit-transform: rotate(126deg);
	  -moz-transform: rotate(126deg);
	  -ms-transform: rotate(126deg);
	  -o-transform: rotate(126deg);
	  transform: rotate(126deg);
}
.c100.p36 .bar {
	  -webkit-transform: rotate(129.6deg);
	  -moz-transform: rotate(129.6deg);
	  -ms-transform: rotate(129.6deg);
	  -o-transform: rotate(129.6deg);
	  transform: rotate(129.6deg);
}
.c100.p37 .bar {
	  -webkit-transform: rotate(133.2deg);
	  -moz-transform: rotate(133.2deg);
	  -ms-transform: rotate(133.2deg);
	  -o-transform: rotate(133.2deg);
	  transform: rotate(133.2deg);
}
.c100.p38 .bar {
	  -webkit-transform: rotate(136.8deg);
	  -moz-transform: rotate(136.8deg);
	  -ms-transform: rotate(136.8deg);
	  -o-transform: rotate(136.8deg);
	  transform: rotate(136.8deg);
}
.c100.p39 .bar {
	  -webkit-transform: rotate(140.4deg);
	  -moz-transform: rotate(140.4deg);
	  -ms-transform: rotate(140.4deg);
	  -o-transform: rotate(140.4deg);
	  transform: rotate(140.4deg);
}
.c100.p40 .bar {
	  -webkit-transform: rotate(144deg);
	  -moz-transform: rotate(144deg);
	  -ms-transform: rotate(144deg);
	  -o-transform: rotate(144deg);
	  transform: rotate(144deg);
}
.c100.p41 .bar {
	  -webkit-transform: rotate(147.6deg);
	  -moz-transform: rotate(147.6deg);
	  -ms-transform: rotate(147.6deg);
	  -o-transform: rotate(147.6deg);
	  transform: rotate(147.6deg);
}
.c100.p42 .bar {
	  -webkit-transform: rotate(151.2deg);
	  -moz-transform: rotate(151.2deg);
	  -ms-transform: rotate(151.2deg);
	  -o-transform: rotate(151.2deg);
	  transform: rotate(151.2deg);
}
.c100.p43 .bar {
	  -webkit-transform: rotate(154.8deg);
	  -moz-transform: rotate(154.8deg);
	  -ms-transform: rotate(154.8deg);
	  -o-transform: rotate(154.8deg);
	  transform: rotate(154.8deg);
}
.c100.p44 .bar {
	  -webkit-transform: rotate(158.4deg);
	  -moz-transform: rotate(158.4deg);
	  -ms-transform: rotate(158.4deg);
	  -o-transform: rotate(158.4deg);
	  transform: rotate(158.4deg);
}
.c100.p45 .bar {
	  -webkit-transform: rotate(162deg);
	  -moz-transform: rotate(162deg);
	  -ms-transform: rotate(162deg);
	  -o-transform: rotate(162deg);
	  transform: rotate(162deg);
}
.c100.p46 .bar {
	  -webkit-transform: rotate(165.6deg);
	  -moz-transform: rotate(165.6deg);
	  -ms-transform: rotate(165.6deg);
	  -o-transform: rotate(165.6deg);
	  transform: rotate(165.6deg);
}
.c100.p47 .bar {
	  -webkit-transform: rotate(169.2deg);
	  -moz-transform: rotate(169.2deg);
	  -ms-transform: rotate(169.2deg);
	  -o-transform: rotate(169.2deg);
	  transform: rotate(169.2deg);
}
.c100.p48 .bar {
	  -webkit-transform: rotate(172.8deg);
	  -moz-transform: rotate(172.8deg);
	  -ms-transform: rotate(172.8deg);
	  -o-transform: rotate(172.8deg);
	  transform: rotate(172.8deg);
}
.c100.p49 .bar {
	  -webkit-transform: rotate(176.4deg);
	  -moz-transform: rotate(176.4deg);
	  -ms-transform: rotate(176.4deg);
	  -o-transform: rotate(176.4deg);
	  transform: rotate(176.4deg);
}
.c100.p50 .bar {
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
}
.c100.p51 .bar {
	  -webkit-transform: rotate(183.6deg);
	  -moz-transform: rotate(183.6deg);
	  -ms-transform: rotate(183.6deg);
	  -o-transform: rotate(183.6deg);
	  transform: rotate(183.6deg);
}
.c100.p52 .bar {
	  -webkit-transform: rotate(187.2deg);
	  -moz-transform: rotate(187.2deg);
	  -ms-transform: rotate(187.2deg);
	  -o-transform: rotate(187.2deg);
	  transform: rotate(187.2deg);
}
.c100.p53 .bar {
	  -webkit-transform: rotate(190.8deg);
	  -moz-transform: rotate(190.8deg);
	  -ms-transform: rotate(190.8deg);
	  -o-transform: rotate(190.8deg);
	  transform: rotate(190.8deg);
}
.c100.p54 .bar {
	  -webkit-transform: rotate(194.4deg);
	  -moz-transform: rotate(194.4deg);
	  -ms-transform: rotate(194.4deg);
	  -o-transform: rotate(194.4deg);
	  transform: rotate(194.4deg);
}
.c100.p55 .bar {
	  -webkit-transform: rotate(198deg);
	  -moz-transform: rotate(198deg);
	  -ms-transform: rotate(198deg);
	  -o-transform: rotate(198deg);
	  transform: rotate(198deg);
}
.c100.p56 .bar {
	  -webkit-transform: rotate(201.6deg);
	  -moz-transform: rotate(201.6deg);
	  -ms-transform: rotate(201.6deg);
	  -o-transform: rotate(201.6deg);
	  transform: rotate(201.6deg);
}
.c100.p57 .bar {
	  -webkit-transform: rotate(205.2deg);
	  -moz-transform: rotate(205.2deg);
	  -ms-transform: rotate(205.2deg);
	  -o-transform: rotate(205.2deg);
	  transform: rotate(205.2deg);
}
.c100.p58 .bar {
	  -webkit-transform: rotate(208.8deg);
	  -moz-transform: rotate(208.8deg);
	  -ms-transform: rotate(208.8deg);
	  -o-transform: rotate(208.8deg);
	  transform: rotate(208.8deg);
}
.c100.p59 .bar {
	  -webkit-transform: rotate(212.4deg);
	  -moz-transform: rotate(212.4deg);
	  -ms-transform: rotate(212.4deg);
	  -o-transform: rotate(212.4deg);
	  transform: rotate(212.4deg);
}
.c100.p60 .bar {
	  -webkit-transform: rotate(216deg);
	  -moz-transform: rotate(216deg);
	  -ms-transform: rotate(216deg);
	  -o-transform: rotate(216deg);
	  transform: rotate(216deg);
}
.c100.p61 .bar {
	  -webkit-transform: rotate(219.6deg);
	  -moz-transform: rotate(219.6deg);
	  -ms-transform: rotate(219.6deg);
	  -o-transform: rotate(219.6deg);
	  transform: rotate(219.6deg);
}
.c100.p62 .bar {
	  -webkit-transform: rotate(223.2deg);
	  -moz-transform: rotate(223.2deg);
	  -ms-transform: rotate(223.2deg);
	  -o-transform: rotate(223.2deg);
	  transform: rotate(223.2deg);
}
.c100.p63 .bar {
	  -webkit-transform: rotate(226.8deg);
	  -moz-transform: rotate(226.8deg);
	  -ms-transform: rotate(226.8deg);
	  -o-transform: rotate(226.8deg);
	  transform: rotate(226.8deg);
}
.c100.p64 .bar {
	  -webkit-transform: rotate(230.4deg);
	  -moz-transform: rotate(230.4deg);
	  -ms-transform: rotate(230.4deg);
	  -o-transform: rotate(230.4deg);
	  transform: rotate(230.4deg);
}
.c100.p65 .bar {
	  -webkit-transform: rotate(234deg);
	  -moz-transform: rotate(234deg);
	  -ms-transform: rotate(234deg);
	  -o-transform: rotate(234deg);
	  transform: rotate(234deg);
}
.c100.p66 .bar {
	  -webkit-transform: rotate(237.6deg);
	  -moz-transform: rotate(237.6deg);
	  -ms-transform: rotate(237.6deg);
	  -o-transform: rotate(237.6deg);
	  transform: rotate(237.6deg);
}
.c100.p67 .bar {
	  -webkit-transform: rotate(241.2deg);
	  -moz-transform: rotate(241.2deg);
	  -ms-transform: rotate(241.2deg);
	  -o-transform: rotate(241.2deg);
	  transform: rotate(241.2deg);
}
.c100.p68 .bar {
	  -webkit-transform: rotate(244.8deg);
	  -moz-transform: rotate(244.8deg);
	  -ms-transform: rotate(244.8deg);
	  -o-transform: rotate(244.8deg);
	  transform: rotate(244.8deg);
}
.c100.p69 .bar {
	  -webkit-transform: rotate(248.4deg);
	  -moz-transform: rotate(248.4deg);
	  -ms-transform: rotate(248.4deg);
	  -o-transform: rotate(248.4deg);
	  transform: rotate(248.4deg);
}
.c100.p70 .bar {
	  -webkit-transform: rotate(252deg);
	  -moz-transform: rotate(252deg);
	  -ms-transform: rotate(252deg);
	  -o-transform: rotate(252deg);
	  transform: rotate(252deg);
}
.c100.p71 .bar {
	  -webkit-transform: rotate(255.6deg);
	  -moz-transform: rotate(255.6deg);
	  -ms-transform: rotate(255.6deg);
	  -o-transform: rotate(255.6deg);
	  transform: rotate(255.6deg);
}
.c100.p72 .bar {
	  -webkit-transform: rotate(259.2deg);
	  -moz-transform: rotate(259.2deg);
	  -ms-transform: rotate(259.2deg);
	  -o-transform: rotate(259.2deg);
	  transform: rotate(259.2deg);
}
.c100.p73 .bar {
	  -webkit-transform: rotate(262.8deg);
	  -moz-transform: rotate(262.8deg);
	  -ms-transform: rotate(262.8deg);
	  -o-transform: rotate(262.8deg);
	  transform: rotate(262.8deg);
}
.c100.p74 .bar {
	  -webkit-transform: rotate(266.4deg);
	  -moz-transform: rotate(266.4deg);
	  -ms-transform: rotate(266.4deg);
	  -o-transform: rotate(266.4deg);
	  transform: rotate(266.4deg);
}
.c100.p75 .bar {
	  -webkit-transform: rotate(270deg);
	  -moz-transform: rotate(270deg);
	  -ms-transform: rotate(270deg);
	  -o-transform: rotate(270deg);
	  transform: rotate(270deg);
}
.c100.p76 .bar {
	  -webkit-transform: rotate(273.6deg);
	  -moz-transform: rotate(273.6deg);
	  -ms-transform: rotate(273.6deg);
	  -o-transform: rotate(273.6deg);
	  transform: rotate(273.6deg);
}
.c100.p77 .bar {
	  -webkit-transform: rotate(277.2deg);
	  -moz-transform: rotate(277.2deg);
	  -ms-transform: rotate(277.2deg);
	  -o-transform: rotate(277.2deg);
	  transform: rotate(277.2deg);
}
.c100.p78 .bar {
	  -webkit-transform: rotate(280.8deg);
	  -moz-transform: rotate(280.8deg);
	  -ms-transform: rotate(280.8deg);
	  -o-transform: rotate(280.8deg);
	  transform: rotate(280.8deg);
}
.c100.p79 .bar {
	  -webkit-transform: rotate(284.4deg);
	  -moz-transform: rotate(284.4deg);
	  -ms-transform: rotate(284.4deg);
	  -o-transform: rotate(284.4deg);
	  transform: rotate(284.4deg);
}
.c100.p80 .bar {
	  -webkit-transform: rotate(288deg);
	  -moz-transform: rotate(288deg);
	  -ms-transform: rotate(288deg);
	  -o-transform: rotate(288deg);
	  transform: rotate(288deg);
}
.c100.p81 .bar {
	  -webkit-transform: rotate(291.6deg);
	  -moz-transform: rotate(291.6deg);
	  -ms-transform: rotate(291.6deg);
	  -o-transform: rotate(291.6deg);
	  transform: rotate(291.6deg);
}
.c100.p82 .bar {
	  -webkit-transform: rotate(295.2deg);
	  -moz-transform: rotate(295.2deg);
	  -ms-transform: rotate(295.2deg);
	  -o-transform: rotate(295.2deg);
	  transform: rotate(295.2deg);
}
.c100.p83 .bar {
	  -webkit-transform: rotate(298.8deg);
	  -moz-transform: rotate(298.8deg);
	  -ms-transform: rotate(298.8deg);
	  -o-transform: rotate(298.8deg);
	  transform: rotate(298.8deg);
}
.c100.p84 .bar {
	  -webkit-transform: rotate(302.4deg);
	  -moz-transform: rotate(302.4deg);
	  -ms-transform: rotate(302.4deg);
	  -o-transform: rotate(302.4deg);
	  transform: rotate(302.4deg);
}
.c100.p85 .bar {
	  -webkit-transform: rotate(306deg);
	  -moz-transform: rotate(306deg);
	  -ms-transform: rotate(306deg);
	  -o-transform: rotate(306deg);
	  transform: rotate(306deg);
}
.c100.p86 .bar {
	  -webkit-transform: rotate(309.6deg);
	  -moz-transform: rotate(309.6deg);
	  -ms-transform: rotate(309.6deg);
	  -o-transform: rotate(309.6deg);
	  transform: rotate(309.6deg);
}
.c100.p87 .bar {
	  -webkit-transform: rotate(313.2deg);
	  -moz-transform: rotate(313.2deg);
	  -ms-transform: rotate(313.2deg);
	  -o-transform: rotate(313.2deg);
	  transform: rotate(313.2deg);
}
.c100.p88 .bar {
	  -webkit-transform: rotate(316.8deg);
	  -moz-transform: rotate(316.8deg);
	  -ms-transform: rotate(316.8deg);
	  -o-transform: rotate(316.8deg);
	  transform: rotate(316.8deg);
}
.c100.p89 .bar {
	  -webkit-transform: rotate(320.4deg);
	  -moz-transform: rotate(320.4deg);
	  -ms-transform: rotate(320.4deg);
	  -o-transform: rotate(320.4deg);
	  transform: rotate(320.4deg);
}
.c100.p90 .bar {
	  -webkit-transform: rotate(324deg);
	  -moz-transform: rotate(324deg);
	  -ms-transform: rotate(324deg);
	  -o-transform: rotate(324deg);
	  transform: rotate(324deg);
}
.c100.p91 .bar {
	  -webkit-transform: rotate(327.6deg);
	  -moz-transform: rotate(327.6deg);
	  -ms-transform: rotate(327.6deg);
	  -o-transform: rotate(327.6deg);
	  transform: rotate(327.6deg);
}
.c100.p92 .bar {
	  -webkit-transform: rotate(331.2deg);
	  -moz-transform: rotate(331.2deg);
	  -ms-transform: rotate(331.2deg);
	  -o-transform: rotate(331.2deg);
	  transform: rotate(331.2deg);
}
.c100.p93 .bar {
	  -webkit-transform: rotate(334.8deg);
	  -moz-transform: rotate(334.8deg);
	  -ms-transform: rotate(334.8deg);
	  -o-transform: rotate(334.8deg);
	  transform: rotate(334.8deg);
}
.c100.p94 .bar {
	  -webkit-transform: rotate(338.4deg);
	  -moz-transform: rotate(338.4deg);
	  -ms-transform: rotate(338.4deg);
	  -o-transform: rotate(338.4deg);
	  transform: rotate(338.4deg);
}
.c100.p95 .bar {
	  -webkit-transform: rotate(342deg);
	  -moz-transform: rotate(342deg);
	  -ms-transform: rotate(342deg);
	  -o-transform: rotate(342deg);
	  transform: rotate(342deg);
}
.c100.p96 .bar {
	  -webkit-transform: rotate(345.6deg);
	  -moz-transform: rotate(345.6deg);
	  -ms-transform: rotate(345.6deg);
	  -o-transform: rotate(345.6deg);
	  transform: rotate(345.6deg);
}
.c100.p97 .bar {
	  -webkit-transform: rotate(349.2deg);
	  -moz-transform: rotate(349.2deg);
	  -ms-transform: rotate(349.2deg);
	  -o-transform: rotate(349.2deg);
	  transform: rotate(349.2deg);
}
.c100.p98 .bar {
	  -webkit-transform: rotate(352.8deg);
	  -moz-transform: rotate(352.8deg);
	  -ms-transform: rotate(352.8deg);
	  -o-transform: rotate(352.8deg);
	  transform: rotate(352.8deg);
}
.c100.p99 .bar {
	  -webkit-transform: rotate(356.4deg);
	  -moz-transform: rotate(356.4deg);
	  -ms-transform: rotate(356.4deg);
	  -o-transform: rotate(356.4deg);
	  transform: rotate(356.4deg);
}
.c100.p100 .bar {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
}
.c100:hover {
	  cursor: default;
}
.c100:hover > span {
	  width: 3.33em;
	  line-height: 3.33em;
	  font-size: 0.3em;
	  color: #307bbb;
}
.c100:hover:after {
	  top: 0.04em;
	  left: 0.04em;
	  width: 0.92em;
	  height: 0.92em;
}
.c100.dark {
	  background-color: rgba(0, 0, 0, 0);
}
.c100.dark .bar,.c100.dark .fill {
	  border-color: #c6ff00 !important;
}
.c100.dark > span {
	  color: rgba(255, 255, 255, 1);
}
.c100.dark:after {
	  background-color: rgba(0, 0, 0, 0);
}
.c100.dark:hover > span {
	  color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
	  border-color: #4db53c !important;
}
.c100.green:hover > span {
	  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
	  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
	  color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
	  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
	  color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
	  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
	  color: #e08833;
}
.text-overlay-light-text {
	  color:#cccccc !important;
}
/**************************************************** * Card Designer Bric * Made for Blocs app for Mac * Author: Whittfield Holmes * Last Modified Date: August 23, 2021 8:00am CST*****************************************************//* Helpers */.clearfix{
	clear:both}.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both}.static-pos{
	position:static !important;
}
.relative-pos{
	position:relative;
}
.cd-output{
	position:absolute;
	 top:0;
	 left:0;
	 z-index:999;
	 background-color:transparent;
	 color:rgba(0, 0, 0, 1);
}
.card-designer .floor{
	margin-bottom:0px !important;
}
.card-designer .roof{
	margin-top:0px !important;
}
.cd-container[onClick] {
	cursor: pointer;
}
/* BS5 Helpers */.cd-container a {
	text-decoration: none !important;
}
/* Base props */* {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
.cd-container{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.cd-data, .cd-swiper-container{
	-webkit-backface-visibility:hidden;
	 overflow:hidden;
}
.cd-gradient, .cd-background, .cd-data *, .cd-swiper-slide .custom-bric-img-item {
	transform:translateZ(.1px)}.cd-data .cd-content{
	padding:1.5em 1.58em 1.5em 1.5em;
	 position:relative;
	 z-index:99999}.cd-container[data-pad-value="false"] .card-designer{
	padding:0}.card-designer input[type=checkbox]{
	display:none}.card-designer input[type=checkbox]:checked+.link{
	-webkit-transform:translateY(-60px);
	transform:translateY(-60px);
	transition:opacity .3s ease}/* CD container  */.cd-container[data-border-color="transparent"]{
	border-color:transparent;
}
.cd-container[data-max-width="0"][data-center-card="false"]{
	margin:0;
}
.cd-container[data-max-width="100"][data-center-card="true"]{
	max-width:100%;
	 margin:0 auto}.cd-container[data-max-width="750"][data-center-card="true"]{
	max-width:750px;
	 margin:0 auto}.cd-container[data-max-width="400"][data-center-card="true"]{
	max-width:400px;
	 margin:0 auto}/* Title */.cd-title {
	transition:font-size .4s ease;
	 display:block;
	 margin-top:5px;
	 margin-bottom:20px;
	 margin-left: -2px;
}
.cd-title a {
	cursor:default;
	 opacity:1;
	 transition:opacity .6s ease-in-out, line-height .4s ease;
	 display:inline-block;
	 color:#FEFFFF;
}
.cd-title a[aria-disabled="false"][href], .cd-container[data-card-click="1"], .cd-container[data-modal="modal"] .cd-title a, .cd-container[data-transition-status="image-only"] .cd-title a, .cd-container[data-transition-status="image-only"] .cd-title a {
	cursor:pointer !important;
}
.cd-title a[aria-disabled="false"][href]:hover {
	opacity:.65;
	 transition:opacity .6s ease-in-out;
}
.cd-title.bold a {
	font-weight:bold;
}
.cd-container[data-align-caption="right"] .cd-title {
	margin-right: -6px;
	 margin-bottom:0;
	 display:block;
}
.cd-container[data-align-caption="right"][data-has-caption="false"] .cd-title {
	margin-bottom:20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cd-container[data-align-caption="right"] .cd-title {
	margin-right: 0px;
}
}/* Title fx */.cd-container[data-title-fx="Hard Shadow"] .cd-title {
	text-shadow:6px 6px 0 rgba(0,0,0,.2)}.cd-container[data-title-fx="Close Heavy"] .cd-title {
	text-shadow:0 4px 3px rgba(0,0,0,.4),0 8px 13px rgba(0,0,0,.1),0 18px 23px rgba(0,0,0,.1)}.cd-container[data-title-fx="Light Sources"] .cd-title {
	text-shadow:0 15px 5px rgba(0,0,0,.1),10px 20px 5px rgba(0,0,0,.05),-10px 20px 5px rgba(0,0,0,.05)}.cd-container[data-title-fx="Outline Dark"] .cd-title {
	text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
}
.cd-container[data-title-fx="Outline Light"] .cd-title {
	text-shadow: 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF;
}
.cd-container[data-title-fx="Very Subtle"] .cd-title {
	text-shadow: 2px 1px 2px rgba(206,89,55,0.65);
}
/* Title width */.cd-container[data-title-width="100%"] .cd-title a {
	max-width: 100%;
}
.cd-container[data-title-width="1080px"] .cd-title a {
	max-width: 1080px;
}
.cd-container[data-title-width="960px"] .cd-title a {
	max-width: 960px;
}
.cd-container[data-title-width="800px"] .cd-title a {
	max-width: 800px;
}
.cd-container[data-title-width="600px"] .cd-title a {
	max-width: 600px;
}
.cd-container[data-title-width="400px"] .cd-title a {
	max-width: 400px;
}
/* Tagline */.cd-container .cd-tagline {
	margin:0;
	padding:0;
	font-weight:normal;
}
.cd-container .cd-tagline span {
	color:#FEFFFF;
	 font-size:.67em;
	 font-weight:normal;
}
/* Height  */.cd-container[data-min-height="540"] .custom-bric-img-item,.cd-container[data-min-height="540"] .cd-gradient,.cd-container[data-min-height="540"] .cd-background,.cd-container[data-min-height="540"] .cd-wrapper {
	height:540px}.cd-container[data-min-height="400"] .custom-bric-img-item,.cd-container[data-min-height="400"] .cd-gradient,.cd-container[data-min-height="400"] .cd-background,.cd-container[data-min-height="400"] .cd-wrapper {
	height:400px}.cd-container[data-min-height="300"] .custom-bric-img-item,.cd-container[data-min-height="300"] .cd-gradient,.cd-container[data-min-height="300"] .cd-background,.cd-container[data-min-height="300"] .cd-wrapper {
	height:300px}.cd-container[data-min-height="200"] .custom-bric-img-item,.cd-container[data-min-height="200"] .cd-gradient,.cd-container[data-min-height="200"] .cd-background,.cd-container[data-min-height="200"] .cd-wrapper {
	height:200px}.cd-container[data-min-height="540"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="540"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:540px}.cd-container[data-min-height="400"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="400"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:400px}.cd-container[data-min-height="300"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="300"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:300px}.cd-container[data-min-height="200"][data-hover-mode="inactive"][data-caption-position="top"] .cd-data,.cd-container[data-min-height="200"][data-hover-mode="inactive"][data-caption-position="middle"] .cd-data {
	height:200px}.card-designer[data-height-short="0"][data-min-height="400"] .custom-bric-img-item,.card-designer[data-height-short="0"][data-min-height="540"]{
	height:400px}/* Data */.cd-data {
	transition:all .4s ease;
}
.cd-container[data-align-caption="center"] .cd-data{
	text-align:center;
}
.cd-container[data-align-caption="right"] .cd-data{
	text-align:right;
}
.cd-container[data-max-width="100"] .cd-data {
	max-width:100%;
}
.cd-container[data-max-width="400"] .cd-data {
	max-width:400px;
}
.cd-container[data-max-width="750"] .cd-data {
	max-width:750px;
}
.cd-container[data-hover-mode="inactive"][data-caption-position="top"] .cd-data{
	height:540px}.cd-container[data-hover-mode="inactive"][data-caption-position="middle"] .cd-data,.cd-container[data-hover-mode="inactive"][data-caption-position="end"] .cd-data,.cd-container[data-hover-mode="inactive"][data-caption-position="hover"] .cd-data{
	display:grid;
	height:540px}.cd-container[data-hover-mode="inactive"] .cd-data {
	background-color: transparent !important;
}
.cd-container .cd-data{
	display:block;
	position:absolute;
	bottom:0;
	 width:100%;
	height:auto;
	color:#fff;
	z-index:999;
}
.cd-container[data-caption-position="top"] .cd-data {
	align-items:top}.cd-container[data-caption-position="middle"] .cd-data {
	align-items:center}.cd-container[data-caption-position="hover"] .cd-data, .cd-container[data-caption-position="end"] .cd-data {
	align-items:end}/* Caption */.cd-container .cd-caption span {
	font-size:.9em;
	 line-height:1.4em;
}
.cd-container .cd-caption.bump span {
	font-size:1em;
}
.cd-container[data-align-caption="right"] .cd-caption {
	text-align:right;
	 display:block;
}
.cd-container[data-align-caption="right"] .cd-caption:after {
	content:'';
}
.cd-container[data-hover-mode="inactive"] .cd-caption{
	height:inherit}.cd-container[data-hover-mode="inactive"] .cd-caption {
	height:auto;
}
/* Caption links */.cd-container[data-caption-anchor="white"] .cd-caption a {
	color:rgba(255,255,255,1);
}
.cd-container[data-caption-anchor="gray"] .cd-caption a {
	color:rgba(94,94,94,1);
}
.cd-container[data-caption-anchor="black"] .cd-caption a {
	color:rgba(0,0,0,1);
}
.cd-container[data-caption-anchor="blue"] .cd-caption a {
	color:rgba(10,132,255,1);
}
.cd-container[data-caption-anchor="green"] .cd-caption a {
	color:rgba(48,209,88,1);
}
.cd-container[data-caption-anchor="red"] .cd-caption a {
	color:rgba(255,69,58,1);
}
.cd-container[data-caption-anchor="orange"] .cd-caption a {
	color:rgba(255,159,10,1);
}
.cd-container[data-caption-anchor="yellow"] .cd-caption a {
	color:rgba(255,214,10,1);
}
.cd-container .cd-caption a{
	opacity:1;
	 transition: opacity .3s ease}.cd-container .cd-caption a:hover{
	opacity:.5;
	 transition: opacity .3s ease}.cd-container[data-align-caption="center"] .cd-caption{
	text-align:center;
}
/* Radius */.cd-container[data-radius-value="1"] .cd-shell,.cd-container[data-radius-value="1"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 6px);
	 clip-path:inset(0% 0% 0% 0% round 6px);
}
.cd-container[data-radius-value="2"] .cd-shell,.cd-container[data-radius-value="2"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 12px);
	 clip-path:inset(0% 0% 0% 0% round 12px);
}
.cd-container[data-radius-value="3"] .cd-shell {
	-webkit-clip-path:inset(0% 0% 0% 0% round 18px);
	 clip-path:inset(0% 0% 0% 0% round 18px);
}
.cd-container[data-radius-value="3"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 17px);
	 clip-path:inset(0% 0% 0% 0% round 17px);
}
.cd-container[data-radius-value="4"] .cd-shell {
	-webkit-clip-path:inset(0% 0% 0% 0% round 24px);
	 clip-path:inset(0% 0% 0% 0% round 24px);
}
.cd-container[data-radius-value="4"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 20px);
	 clip-path:inset(0% 0% 0% 0% round 20px);
}
.cd-container[data-radius-value="5"] .cd-shell,.cd-container[data-radius-value="5"] .card-designer {
	-webkit-clip-path:inset(0% 0% 0% 0% round 30px);
	 clip-path:inset(0% 0% 0% 0% round 30px);
}
/* Gradient BG */.cd-container[data-gradient-color="Dim"] .cd-gradient{
	background:linear-gradient(to top,#000 0,hsla(0,0%,0%,.987) 8.1%,hsla(0,0%,0%,.951) 15.5%,hsla(0,0%,0%,.896) 22.5%,hsla(0,0%,0%,.825) 29%,hsla(0,0%,0%,.741) 35.3%,hsla(0,0%,0%,.648) 41.2%,hsla(0,0%,0%,.55) 47.1%,hsla(0,0%,0%,.45) 52.9%,hsla(0,0%,0%,.352) 58.8%,hsla(0,0%,0%,.259) 64.7%,hsla(0,0%,0%,.175) 71%,hsla(0,0%,0%,.104) 77.5%,hsla(0,0%,0%,.049) 84.5%,hsla(0,0%,0%,.013) 91.9%,hsla(0,0%,0%,0) 100%)}.cd-container[data-gradient-color="Bright"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.013) 8.1%,hsla(0,0%,100%,.049) 15.5%,hsla(0,0%,100%,.104) 22.5%,hsla(0,0%,100%,.175) 29%,hsla(0,0%,100%,.259) 35.3%,hsla(0,0%,100%,.352) 41.2%,hsla(0,0%,100%,.45) 47.1%,hsla(0,0%,100%,.55) 52.9%,hsla(0,0%,100%,.648) 58.8%,hsla(0,0%,100%,.741) 64.7%,hsla(0,0%,100%,.825) 71%,hsla(0,0%,100%,.896) 77.5%,hsla(0,0%,100%,.951) 84.5%,hsla(0,0%,100%,.987) 91.9%,#fff 100%)}.cd-container[data-gradient-color="Cool"] .cd-gradient{
	background:linear-gradient(to top,hsl(247.09,45.08%,47.84%) 0,hsla(247.09,45.08%,47.84%,.987) 8.1%,hsla(247.09,45.08%,47.84%,.951) 15.5%,hsla(247.09,45.08%,47.84%,.896) 22.5%,hsla(247.09,45.08%,47.84%,.825) 29%,hsla(247.09,45.08%,47.84%,.741) 35.3%,hsla(247.09,45.08%,47.84%,.648) 41.2%,hsla(247.09,45.08%,47.84%,.55) 47.1%,hsla(247.09,45.08%,47.84%,.45) 52.9%,hsla(247.09,45.08%,47.84%,.352) 58.8%,hsla(247.09,45.08%,47.84%,.259) 64.7%,hsla(247.09,45.08%,47.84%,.175) 71%,hsla(247.09,45.08%,47.84%,.104) 77.5%,hsla(247.09,45.08%,47.84%,.049) 84.5%,hsla(247.09,45.08%,47.84%,.013) 91.9%,hsla(247.09,45.08%,47.84%,0) 100%)}.cd-container[data-gradient-color="Warm"] .cd-gradient{
	background:linear-gradient(to top,hsl(52.38,54.78%,54.9%) 0,hsla(52.38,54.78%,54.9%,.987) 8.1%,hsla(52.38,54.78%,54.9%,.951) 15.5%,hsla(52.38,54.78%,54.9%,.896) 22.5%,hsla(52.38,54.78%,54.9%,.825) 29%,hsla(52.38,54.78%,54.9%,.741) 35.3%,hsla(52.38,54.78%,54.9%,.648) 41.2%,hsla(52.38,54.78%,54.9%,.55) 47.1%,hsla(52.38,54.78%,54.9%,.45) 52.9%,hsla(52.38,54.78%,54.9%,.352) 58.8%,hsla(52.38,54.78%,54.9%,.259) 64.7%,hsla(52.38,54.78%,54.9%,.175) 71%,hsla(52.38,54.78%,54.9%,.104) 77.5%,hsla(52.38,54.78%,54.9%,.049) 84.5%,hsla(52.38,54.78%,54.9%,.013) 91.9%,hsla(52.38,54.78%,54.9%,0) 100%)}.cd-container[data-gradient-color="Gray"] .cd-gradient{
	background:linear-gradient(to top,#898989 0,hsla(0,0%,54%,.987) 8.1%,hsla(0,0%,54%,.951) 15.5%,hsla(0,0%,54%,.896) 22.5%,hsla(0,0%,54%,.825) 29%,hsla(0,0%,54%,.741) 35.3%,hsla(0,0%,54%,.648) 41.2%,hsla(0,0%,54%,.55) 47.1%,hsla(0,0%,54%,.45) 52.9%,hsla(0,0%,54%,.352) 58.8%,hsla(0,0%,54%,.259) 64.7%,hsla(0,0%,54%,.175) 71%,hsla(0,0%,54%,.104) 77.5%,hsla(0,0%,54%,.049) 84.5%,hsla(0,0%,54%,.013) 91.9%,hsla(0,0%,54%,0) 100%)}.cd-container[data-gradient-color="Earthy"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(107.59,21.17%,26.86%,0) 0,hsla(107.59,21.17%,26.86%,.013) 8.1%,hsla(107.59,21.17%,26.86%,.049) 15.5%,hsla(107.59,21.17%,26.86%,.104) 22.5%,hsla(107.59,21.17%,26.86%,.175) 29%,hsla(107.59,21.17%,26.86%,.259) 35.3%,hsla(107.59,21.17%,26.86%,.352) 41.2%,hsla(107.59,21.17%,26.86%,.45) 47.1%,hsla(107.59,21.17%,26.86%,.55) 52.9%,hsla(107.59,21.17%,26.86%,.648) 58.8%,hsla(107.59,21.17%,26.86%,.741) 64.7%,hsla(107.59,21.17%,26.86%,.825) 71%,hsla(107.59,21.17%,26.86%,.896) 77.5%,hsla(107.59,21.17%,26.86%,.951) 84.5%,hsla(107.59,21.17%,26.86%,.987) 91.9%,hsl(107.59,21.17%,26.86%) 100%)}.cd-container[data-gradient-color="Royal"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(267.2,41.9%,35.1%,0) 0,hsla(267.2,41.9%,35.1%,.013) 8.1%,hsla(267.2,41.9%,35.1%,.049) 15.5%,hsla(267.2,41.9%,35.1%,.104) 22.5%,hsla(267.2,41.9%,35.1%,.175) 29%,hsla(267.2,41.9%,35.1%,.259) 35.3%,hsla(267.2,41.9%,35.1%,.352) 41.2%,hsla(267.2,41.9%,35.1%,.45) 47.1%,hsla(267.2,41.9%,35.1%,.55) 52.9%,hsla(267.2,41.9%,35.1%,.648) 58.8%,hsla(267.2,41.9%,35.1%,.741) 64.7%,hsla(267.2,41.9%,35.1%,.825) 71%,hsla(267.2,41.9%,35.1%,.896) 77.5%,hsla(267.2,41.9%,35.1%,.951) 84.5%,hsla(267.2,41.9%,35.1%,.987) 91.9%,hsl(267.2,41.9%,35.1%) 100%)}.cd-container[data-gradient-color="Energy"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(0,66.47%,33.92%,0) 0,hsla(0,66.47%,33.92%,.013) 8.1%,hsla(0,66.47%,33.92%,.049) 15.5%,hsla(0,66.47%,33.92%,.104) 22.5%,hsla(0,66.47%,33.92%,.175) 29%,hsla(0,66.47%,33.92%,.259) 35.3%,hsla(0,66.47%,33.92%,.352) 41.2%,hsla(0,66.47%,33.92%,.45) 47.1%,hsla(0,66.47%,33.92%,.55) 52.9%,hsla(0,66.47%,33.92%,.648) 58.8%,hsla(0,66.47%,33.92%,.741) 64.7%,hsla(0,66.47%,33.92%,.825) 71%,hsla(0,66.47%,33.92%,.896) 77.5%,hsla(0,66.47%,33.92%,.951) 84.5%,hsla(0,66.47%,33.92%,.987) 91.9%,hsl(0,66.47%,33.92%) 100%)}.cd-container[data-gradient-color="True Blue"] .cd-gradient{
	background:linear-gradient(to bottom,hsla(240,66.27%,50%,0) 0,hsla(240,66.27%,50%,.013) 8.1%,hsla(240,66.27%,50%,.049) 15.5%,hsla(240,66.27%,50%,.104) 22.5%,hsla(240,66.27%,50%,.175) 29%,hsla(240,66.27%,50%,.259) 35.3%,hsla(240,66.27%,50%,.352) 41.2%,hsla(240,66.27%,50%,.45) 47.1%,hsla(240,66.27%,50%,.55) 52.9%,hsla(240,66.27%,50%,.648) 58.8%,hsla(240,66.27%,50%,.741) 64.7%,hsla(240,66.27%,50%,.825) 71%,hsla(240,66.27%,50%,.896) 77.5%,hsla(240,66.27%,50%,.951) 84.5%,hsla(240,66.27%,50%,.987) 91.9%,hsl(240,66.27%,50%) 100%)}/* CD Wrapper & Hover Shadow */.cd-wrapper{
	position:relative;
	overflow:hidden;
}
.cd-container[data-max-width="100"] .cd-wrapper {
	max-width:100%;
}
.cd-container[data-max-width="400"] .cd-wrapper {
	max-width:400px;
}
.cd-container[data-max-width="750"] .cd-wrapper {
	max-width:750px;
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Small"] {
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.10));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Regular"] {
	filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="Large"] {
	filter: drop-shadow(0 1rem .9rem rgba(0,0,0,.35));
}
.cd-container[data-hover-shadow="false"][data-shadow-size="XL"] {
	filter: drop-shadow(0 1.25rem .9rem rgba(0,0,0,.6));
}
.cd-container[data-hover-shadow="true"]{
	transition:filter .6s ease-in-out;
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Small"]:hover {
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.10));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Regular"]:hover {
	filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="Large"]:hover {
	filter: drop-shadow(0 1rem .9rem rgba(0,0,0,.35));
}
.cd-container[data-hover-shadow="true"][data-shadow-size="XL"]:hover {
	filter: drop-shadow(0 1.25rem .9rem rgba(0,0,0,.6));
}
/* Custom Bric Image */.cd-container .custom-bric-img-item.cover.compat-object-fit {
	background-size:cover;
	 background-position:center center;
}
.cd-container .custom-bric-img-item{
	position:relative;
	transition: transform .5s ease;
}
.card-designer .swiper-slide-prev .custom-bric-img-item, .card-designer .swiper-slide-next .custom-bric-img-item {
	animation-play-state:paused;
}
.card-designer .swiper-slide-active .custom-bric-img-item {
	animation-play-state:running;
}
.cd-container .custom-bric-img-item.center.cover{
	background-position:center;
	object-position:center 50%;
	object-fit:cover;
}
.cd-container .custom-bric-img-item.left.cover{
	background-position:left;
	object-position:left 50%;
	object-fit:cover;
}
.cd-container .custom-bric-img-item.right.cover{
	background-position:right;
	object-position:right 50%;
	object-fit:cover;
}
.cd-container[data-hover-zoom="Basic Zoom"] .custom-bric-img-item{
	transform: scale(1);
	 transition: transform .6s ease;
}
.cd-container[data-hover-zoom="Basic Zoom"] .cd-wrapper:hover .custom-bric-img-item{
	transform: scale(1.15);
	 transition: transform .6s ease;
}
.cd-container[data-hover-zoom="Basic Zoom"] .cd-wrapper:hover .swiper-slide-active .custom-bric-img-item{
	transform: scale(1.15);
	 transition: transform .6s ease;
}
/* Swiper Container */.cd-container[data-visibility="0"] .cd-swiper-container{
	opacity:0;
}
.cd-container[data-visibility="1"] .cd-swiper-container{
	opacity:1;
}
.cd-container .cd-swiper-container{
	overflow:hidden;
	z-index:0;
	transition:opacity .4s ease-in-out;
}
/* Pagination */.cd-container[data-nav-position="top"] .swiper-pagination {
	top:0px;
	z-index:9999;
	height:40px;
	margin-bottom:-40px}.cd-container[data-nav-position="top"][data-transition-status="image-only"] .swiper-pagination{
	height:auto;
	margin-bottom:auto}.cd-container[data-nav-position="bottom"] .swiper-pagination{
	z-index:9999;
	align-content:end}.cd-container[data-nav-position="bottom"][data-transition-status="image-only"] .swiper-pagination{
	padding-top:490px}.cd-container[data-nav-position="top"][data-transition-status="image-only"] .ui-pagination {
	height:auto;
	margin-bottom:auto}.cd-container[data-nav-position="bottom"][data-transition-status="image-only"] .ui-pagination {
	padding-top:490px}.cd-container[data-nav-position="hide"] .swiper-pagination {
	visibility:hidden;
	 display:none;
}
.cd-container .swiper-pagination-fraction{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	margin-top:10px;
	padding:0 45% 20px 45%;
	font-size:14px}.cd-container .swiper-pagination-bullets, .cd-container .swiper-pagination-custom, .cd-container .swiper-pagination-fraction{
	color:#fff}.cd-container .swiper-pagination-bullet{
	margin:20px 10px!important;
	background:0 0;
	opacity:.5;
	width:auto;
	height:auto;
	font-size:12px;
	color:#fff}.cd-container .swiper-pagination-bullet-active{
	opacity:1}.cd-container .swiper-pagination-fraction {
	padding-top:15px;
}
.cd-container .swiper-pagination-lock {
	display:none;
}
/* Progress Bar */.swiper-pagination-progressbar-fill {
	background-color:transparent;
}
.cd-container[data-progress-fill="transparent"] .swiper-pagination-progressbar-fill {
	background-color:transparent;
}
.cd-container[data-progress-fill="white"] .swiper-pagination-progressbar-fill {
	background-color:rgba(255,255,255,.3);
}
.cd-container[data-progress-fill="gray"] .swiper-pagination-progressbar-fill {
	background-color:rgba(94,94,94,.3);
}
.cd-container[data-progress-fill="black"] .swiper-pagination-progressbar-fill {
	background-color:rgba(0,0,0,.3);
}
.cd-container[data-progress-fill="blue"] .swiper-pagination-progressbar-fill {
	background-color:rgba(10,132,255,.3);
}
.cd-container[data-progress-fill="green"] .swiper-pagination-progressbar-fill {
	background-color:rgba(76,111,86,.3);
}
.cd-container[data-progress-fill="red"] .swiper-pagination-progressbar-fill {
	background-color:rgba(148,17,0,.3);
}
.cd-container[data-nav-style="fade-progress"][data-min-height="540"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="540"] .swiper-pagination-progressbar {
	height:540px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="400"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="400"] .swiper-pagination-progressbar {
	height:400px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="300"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="300"] .swiper-pagination-progressbar {
	height:300px;
}
.cd-container[data-nav-style="fade-progress"][data-min-height="200"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-min-height="200"] .swiper-pagination-progressbar {
	height:200px;
}
.cd-container[data-nav-style="fade-progress"][data-progress-index="0"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-progress-index="0"] .swiper-pagination-progressbar {
	z-index:8;
}
.cd-container[data-nav-style="fade-progress"][data-progress-index="1"] .swiper-pagination-progressbar,.cd-container[data-nav-style="slide-progress"][data-progress-index="1"] .swiper-pagination-progressbar {
	z-index:9999;
}
/* BG & Gradient */.cd-container .grayscale::before{
	content:"grayscale(100%)"}.cd-container .grayscale{
	transition: filter .6s ease;
	 filter:grayscale(100%);
	filter:url(U+0022data:image/svg+xml;utf8,&lt;
	svg xmlns="http://www.w3.org/2000/svg"&gt;
	&lt;
	filter id="grayscale"&gt;
	&lt;
	feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/&gt;
	&lt;
	/filter&gt;
	&lt;
	/svg&gt;
	#grayscaleU+0022);
	filter:gray;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%)}.card-designer .contrast::before{
	content:U+0022contrast(60%)U+0022}.cd-container[data-filter-hover="true"]:hover .grayscale{
	filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	 transition: filter .6s ease;
}
.cd-container .contrast::before{
	content:U+0022contrast(60%)U+0022}.cd-container .contrast{
	transition: filter .6s ease;
	filter:contrast(60%);
	filter:url(U+0022data:image/svg+xml;utf8,<svg xmlns=U+0027http://www.w3.org/2000/svgU+0027 ><filter id=U+0027contrast60U+0027><feComponentTransfer><feFuncR type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027/><feFuncG type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027/><feFuncB type=U+0027linearU+0027 slope=U+00270.75U+0027 intercept=U+00270.125U+0027/></feComponentTransfer></filter></svg>#contrast75U+0022);
	filter:contrast(60%);
	-webkit-filter:contrast(60%)}.cd-container[data-filter-hover="true"]:hover .contrast{
	filter:none;
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	 transition: filter .6s ease;
}
.cd-gradient{
	opacity:.6;
	display:flex;
	position:absolute;
	bottom:0;
	z-index:9;
	width:100%;
	height:-webkit-calc(100% - 90px);
	height:-moz-calc(100% - 90px);
	height:-o-calc(100% - 90px);
	height:calc(100% - 90px);
	width:100%;
	-webkit-transform:translateY(calc(0));
	transform:translateY(calc(0));
	transition:-webkit-transform .5s ease-in;
	transition:all .5s ease}.cd-background{
	position:absolute;
	z-index:8;
	width:100%;
	height:calc(100%)}/* Button */.cd-button{
	white-space: nowrap;
	 visibility:visible;
	 opacity:1;
	 position:relative;
	display:inline-block;
	margin: 1.3em auto 1.2em 0;
	padding:6px 16px;
	width:auto;
	min-width:120px;
	line-height:1;
	text-align:center;
	font-weight:400;
	font-size:12px;
	transition:opacity .4s ease-in-out;
}
.cd-button.bump {
	position:relative;
	 top:2px;
	 font-size:1em;
}
.card-designer.sm .cd-button.remove-on-sml{
	visibility:hidden;
}
.cd-container[data-hover-mode="inactive"] .card-designer.sm .cd-button.remove-on-sml {
	display:none;
}
.cd-container[data-hover-mode="active"] .cd-button{
	min-height:15px}.cd-container[data-has-button="false"] .cd-button{
	visibility:hidden;
}
.opacity-fx{
	opacity:1;
}
.opacity-fx:hover{
	opacity:.5;
}
.fill-fx{
	opacity:1;
	background: linear-gradient(to left, transparent 50%, rgba(255,255,255,1) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all ease .3s;
}
.fill-fx:hover{
	opacity:1;
	 background-position: left bottom;
}
.cd-container[data-button-color="#FEFFFF"] .fill-fx:hover{
	opacity:1;
	 background-position:left bottom;
	 color:#444444;
}
.cd-container[data-button-shape="none"] .cd-button{
	min-width:auto;
	margin:2em 0 .9em 0;
	padding:6px 0;
	 border:1px solid transparent;
	 color:#FEFFFF;
}
.cd-container[data-button-shape="capsule-solid"] .cd-button,.cd-container[data-button-shape="capsule-outline"] .cd-button{
	border-radius:3em;
}
.cd-container[data-button-shape="squared-solid"] .cd-button,.cd-container[data-button-shape="squared-outline"] .cd-button{
	border-radius:2px;
}
.cd-container[data-button-shape="capsule-outline"] .cd-button,.cd-container[data-button-shape="squared-outline"] .cd-button {
	border:1px solid #FEFFFF;
	color:#FEFFFF;
	background-color:transparent;
}
.cd-container[data-button-shape="capsule-solid"] .opacity-fx,.cd-container[data-button-shape="squared-solid"] .cd-button.opacity-fx{
	background-color:#FEFFFF;
	color:#555555;
	border:1px solid transparent;
	content:""}.cd-container[data-button-shape="capsule-outline"][data-button-color="#FEFFFF"] .fill-fx:hover,.cd-container[data-button-shape="squared-outline"][data-button-color="#FEFFFF"] .fill-fx:hover{
	color:#444444;
}
.cd-container[data-hover-mode="inactive"] .cd-button {
	margin: 2em auto 1.2em 0}.cd-container[data-hover-mode="inactive"][data-align-caption="center"] .cd-button {
	margin: 2em auto 1.2em auto}.cd-container[data-align-caption="center"] .cd-button {
	margin: 1.3em auto 1.2em auto;
}
.cd-container[data-caption-position="hover"] .cd-button,.cd-container[data-caption-position="end"] .cd-button {
	margin: 1em auto 1.2em 0;
}
.cd-container[data-caption-position="hover"][data-align-caption="center"] .cd-button,.cd-container[data-caption-position="end"][data-align-caption="center"] .cd-button  {
	margin: 1em auto 1.2em auto;
}
/* Horizontal Rule */.cd-rule span{
	display:inline-block;
	 border-top:1px solid;
	 width:50px;
	 margin-bottom: 20px;
}
.cd-rule::after,.cd-title::after,.cd-caption::after,.cd-button::after,.cd-tagline::after {
	content: "";
	 display: block;
}
.cd-container[data-rule="0"] .cd-rule{
	display:none;
}
.cd-container[data-align-caption="left"] .cd-rule {
	text-align:left;
}
.cd-container[data-align-caption="center"] .cd-rule {
	text-align:center;
}
.cd-container[data-hover-mode="inactive"][data-has-button="false"][data-has-caption="true"] p.cd-caption {
	margin-bottom:0px !important;
}
.cd-container[data-hover-mode="inactive"][data-has-button="false"][data-has-caption="false"] .cd-title {
	margin-bottom:0px !important;
}
/* Active Hover */.cd-container[data-hover-mode="active"] .cd-gradient {
	-webkit-transform: translateY(calc(0px + 4.7em));
	 transform: translateY(calc(0px + 4.7em));
	 transition:all .4s ease;
}
.cd-container[data-hover-mode="active"] .cd-wrapper:hover .cd-gradient {
	-webkit-transform: translateY(calc(0px + 0em));
	 transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"] .cd-caption {
	height: 90px;
	 min-height: 90px;
}
.cd-container[data-hover-mode="active"][data-caption-height="60"] .cd-caption {
	height: 60px;
	 min-height: 60px;
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="false"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(-10px + 4.7em));
	    transform: translateY(calc(-10px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="true"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(75px + 4.7em));
	    transform: translateY(calc(75px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="true"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(20px + 4.7em));
	    transform: translateY(calc(20px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="60"][data-has-caption="false"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(20px + 0em));
	    transform: translateY(calc(20px + 0em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"][data-has-caption="true"][data-has-button="true"] .cd-data{
	    -webkit-transform: translateY(calc(105px + 4.7em));
	    transform: translateY(calc(105px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"][data-has-caption="true"][data-has-button="false"] .cd-data{
	    -webkit-transform: translateY(calc(50px + 4.7em));
	    transform: translateY(calc(50px + 4.7em));
}
.cd-container[data-hover-mode="active"][data-caption-height="90"] .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-caption-height="60"] .cd-wrapper:hover .cd-data{
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-min-height="450"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data,.cd-container[data-hover-mode="active"][data-min-height="400"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data {
	    -webkit-transform: translateY(calc(50px + 0em));
	    transform: translateY(calc(50px + 0em));
}
.cd-container[data-hover-mode="active"][data-min-height="300"][data-remove-button="true"] .card-designer.sm .cd-wrapper:hover .cd-data {
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"][data-disable-hover="Small"] .card-designer.sm .cd-data {
	    -webkit-transform: translateY(calc(0px + 0em));
	    transform: translateY(calc(0px + 0em));
}
.cd-container[data-hover-mode="active"] .card-designer.sm .cd-wrapper:hover .cd-caption,.cd-container[data-hover-mode="active"][data-disable-hover="Small"] .card-designer.sm .cd-caption {
	height:auto;
}
/* Responsive Title */.cd-container[data-responsive-title="1"][data-med-title="level 12"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 12"] .cd-title.sm {
	font-size:12em}.cd-container[data-responsive-title="1"][data-med-title="level 11"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 11"] .cd-title.sm {
	font-size:8em}.cd-container[data-responsive-title="1"][data-med-title="level 10"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 10"] .cd-title.sm {
	font-size:6em}.cd-container[data-responsive-title="1"][data-med-title="level 9"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 9"] .cd-title.sm {
	font-size:5.5em}.cd-container[data-responsive-title="1"][data-med-title="level 8"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 8"] .cd-title.sm {
	font-size:4.5em}.cd-container[data-responsive-title="1"][data-med-title="level 7"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 7"] .cd-title.sm {
	font-size:3.5em}.cd-container[data-responsive-title="1"][data-med-title="level 6"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 6"] .cd-title.sm {
	font-size:2.5em}.cd-container[data-responsive-title="1"][data-med-title="level 5"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 5"] .cd-title.sm {
	font-size:2.2em}.cd-container[data-responsive-title="1"][data-med-title="level 4"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 4"] .cd-title.sm {
	font-size:1.9em}.cd-container[data-responsive-title="1"][data-med-title="level 3"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 3"] .cd-title.sm {
	font-size:1.6em}.cd-container[data-responsive-title="1"][data-med-title="level 2"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 2"] .cd-title.sm {
	font-size:1.3em}.cd-container[data-responsive-title="1"][data-med-title="level 1"] .cd-title.md,.cd-container[data-responsive-title="1"][data-sml-title="level 1"] .cd-title.sm {
	font-size:1em}.cd-container[data-responsive-title="1"][data-med-title="level 12"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 12"] .cd-title.sm a{
	line-height:170px}.cd-container[data-responsive-title="1"][data-med-title="level 11"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 11"] .cd-title.sm a{
	line-height:130px}.cd-container[data-responsive-title="1"][data-med-title="level 10"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 10"] .cd-title.sm a{
	line-height:100px}.cd-container[data-responsive-title="1"][data-med-title="level 9"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 9"] .cd-title.sm a{
	line-height:85px}.cd-container[data-responsive-title="1"][data-med-title="level 8"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 8"] .cd-title.sm a{
	line-height:70px}.cd-container[data-responsive-title="1"][data-med-title="level 7"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 7"] .cd-title.sm a{
	line-height:55px}.cd-container[data-responsive-title="1"][data-med-title="level 6"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 6"] .cd-title.sm a{
	line-height:45px}.cd-container[data-responsive-title="1"][data-med-title="level 5"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 5"] .cd-title.sm a{
	line-height:40px}.cd-container[data-responsive-title="1"][data-med-title="level 4"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 4"] .cd-title.sm a{
	line-height:35px}.cd-container[data-responsive-title="1"][data-med-title="level 3"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 3"] .cd-title.sm a{
	line-height:30px}.cd-container[data-responsive-title="1"][data-med-title="level 2"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 2"] .cd-title.sm a{
	line-height:25px}.cd-container[data-responsive-title="1"][data-med-title="level 1"] .cd-title.md a,.cd-container[data-responsive-title="1"][data-sml-title="level 1"] .cd-title.sm a{
	line-height:20px}/* Ken Burns fx */.card-designer img[data-kb-effect="Push"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Push"],.card-designer .swiper-slide-prev img[data-kb-effect="Push"]{
	  animation:move-pull 14s steps(1000) infinite alternate;
	  -ms-animation:move-pull 14s steps(1000) infinite alternate;
	  -webkit-animation:move-pull 14s steps(1000) infinite alternate;
	  -o-animation:move-pull 14s steps(1000) infinite alternate;
	  -moz-animation:move-pull 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-pull{
	from{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1)}to{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5)}}.card-designer img[data-kb-effect="Pull"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pull"],.card-designer .swiper-slide-prev img[data-kb-effect="Pull"]{
	  animation:move-push 14s steps(1000) infinite alternate;
	  -ms-animation:move-push 14s steps(1000) infinite alternate;
	  -webkit-animation:move-push 14s steps(1000) infinite alternate;
	  -o-animation:move-push 14s steps(1000) infinite alternate;
	  -moz-animation:move-push 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-push{
	from{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5)}to{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1)}}.card-designer img[data-kb-effect="Pan Left"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pan Left"],.card-designer .swiper-slide-prev img[data-kb-effect="Pan Left"]{
	  animation:move-panl 14s steps(1000) infinite alternate;
	  -ms-animation:move-panl 14s steps(1000) infinite alternate;
	  -webkit-animation:move-panl 14s steps(1000) infinite alternate;
	  -o-animation:move-panl 14s steps(1000) infinite alternate;
	  -moz-animation:move-panl 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-panl{
	  from{
	transform:scale(1.4) translate(0px,0px);
	    -ms-transform:scale(1.4) translate(0px,0px);
	    -webkit-transform:scale(1.4) translate(0px,0px);
	    -o-transform:scale(1.4) translate(0px,0px);
	    -moz-transform:scale(1.4) translate(0px,0px)    } to {
	      transform:scale(1.2) translate(30px,0px);
	      -ms-transform:scale(1.2) translate(30px,0px);
	      -webkit-transform:scale(1.2) translate(30px,0px);
	      -o-transform:scale(1.2) translate(30px,0px);
	      -moz-transform:scale(1.2) translate(30px,0px)  }}.card-designer img[data-kb-effect="Pan Right"].preview,.card-designer .swiper-slide-active img[data-kb-effect="Pan Right"],.card-designer .swiper-slide-prev img[data-kb-effect="Pan Right"]{
	  animation:move-panr 14s steps(1000) infinite alternate;
	  -ms-animation:move-panr 14s steps(1000) infinite alternate;
	  -webkit-animation:move-panr 14s steps(1000) infinite alternate;
	  -o-animation:move-panr 14s steps(1000) infinite alternate;
	  -moz-animation:move-panr 14s steps(1000) infinite alternate;
	  animation-fill-mode:forwards}@-webkit-keyframes move-panr{
	  from{
	    transform:scale(1.4) translate(0px,0px);
	    -ms-transform:scale(1.4) translate(0px,0px);
	    -webkit-transform:scale(1.4) translate(0px,0px);
	    -o-transform:scale(1.4) translate(0px,0px);
	    -moz-transform:scale(1.4) translate(0px,0px)    } to {
	      transform:scale(1.2) translate(-40px,0px);
	      -ms-transform:scale(1.2) translate(-40px,0px);
	      -webkit-transform:scale(1.2) translate(-40px,0px);
	      -o-transform:scale(1.2) translate(-40px,0px);
	      -moz-transform:scale(1.2) translate(-40px,0px)  }}.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}


/* = 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 img{
		height:40px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:15px;
	}
	a{
		font-size:20px;
		line-height:20px;
	}
	.navbar-nav li a{
		font-family:"SpaceGrotesk-Medium";
		font-size:14px;
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.call-btn{
		background-clip:border-box!important;
		-webkit-background-clip:border-box!important;
	}
	.call-btn:hover{
		box-shadow:4.99px 0.35px 12px #000000;
	}
	.active{
		font-weight:bold;
		font-family:"Lato-Bold";
		text-transform:uppercase;
	}
	.nav-tile{
	}
	.nav-tile:hover{
		font-weight:bold;
	}
	.nav-tile:active{
		text-transform:uppercase;
	}
	.nav-tile:focus{
	}
	h2{
		font-size:2.0em;
	}
	.nav-tile:visited{
	}
	.txtbox{
		font-size:14px;
		text-align:center;
	}
	.h5-style{
		font-size:1.4em;
		font-weight:bold;
	}
	h5{
		font-size:1.4em;
	}
	p{
		font-size:19px;
	}
	h3{
		font-size:20px;
	}
	.quadsize{
		height:30vh;
	}
	.navstyle{
		text-transform:uppercase;
	}
	.navstyle:hover{
		font-weight:bold;
	}
	.hover{
		text-transform:uppercase;
	}
	.hover:hover{
	}
	h1{
		font-size:34px;
	}
	h6{
		font-size:18px;
	}
	.p-bloc-14-style{
		font-size:19px;
		text-transform:capitalize;
	}
	.carussel-place{
		bottom:80px;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.whitebox-header{
		font-size:19px;
		height:80px;
		margin-bottom:5px!important;
	}
	.whiteboxtext{
		font-size:15px;
		line-height:24px;
	}
	.cardhead{
		font-size:18px;
		margin-bottom:5px!important;
	}
	.cardtext{
		font-size:15px;
		margin-bottom:9px;
	}
	.headerh1{
		text-align:center;
		font-size:72px;
	}
	.whitebox{
		height:600px;
	}
	.cardbox{
		border-radius:20px 20px 20px 20px;
		margin-left:0px;
		margin-right:0px;
	}
	.akkhead{
		border-top-left-radius:20px!important;
		border-top-right-radius:20px!important;
		margin-bottom:0px!important;
	}
	.headerh1-black{
		text-align:center;
		font-size:60px;
	}
	.cardhead-large{
		font-size:16px;
		letter-spacing:-1pt;
	}
	.list-dist{
		line-height:10px;
	}
	.akkheader{
		margin-bottom:0px!important;
	}
	.number{
		text-align:center;
	}
	.cardmodul{
		margin-bottom:10px;
	}
	.h2-style{
		opacity:0.8;
	}
	.headerh1-1{
		font-size:50px;
		text-align:center;
	}
	
}

@media (max-width: 767px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:14px;
	}
	a{
		font-size:17px;
	}
	.navbar-nav li a{
		font-size:20px;
	}
	.feat-card{
		margin-bottom:60px;
	}
	.feature-details-col{
		text-align:center;
	}
	.call-btn{
		background-color:var(--swatch-var-2905);
	}
	.h5-style{
		font-size:1.4em;
	}
	.p-style{
		font-size:14px;
	}
	h5{
		font-size:1.4em;
	}
	p{
		font-size:18px;
	}
	h3{
		font-size:22px;
	}
	.grid-style{
		grid-template-columns:1.00fr 1fr;
		column-gap:0px;
		min-height:480px;
	}
	.quadsize{
		height:25vh;
		width:45vw;
	}
	.p-bloc-9-style{
		font-size:16px;
	}
	.p-19-style{
		font-size:16px;
	}
	h1{
		font-size:25px;
	}
	h6{
		font-size:15px;
	}
	.canvasrand{
		direction:rtl;
	}
	.quote-text{
		font-size:22px;
	}
	.carussel-place{
		bottom:30px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2869)!important;
		fill:var(--swatch-var-2869)!important;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.cardhead{
		font-size:15px;
	}
	.cardtext{
		font-size:13px;
		line-height:20px;
		margin-bottom:5px;
	}
	.whitebox-header{
		font-size:28px;
		height:60px;
	}
	.whitebox{
		height:300px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.txtbox{
		text-align:center;
		font-size:13px;
	}
	.h3-style{
		font-size:1px;
	}
	h2{
		font-size:30px;
	}
	.p-bloc-14-style{
		font-size:16px;
	}
	.p-52-style{
		font-size:16px;
	}
	.p-53-style{
		font-size:16px;
	}
	.canvas_bklur{
	}
	.canvaswhite{
		font-size:22px;
	}
	.headerh1-black{
		font-size:40px;
	}
	.headerh3-black{
		font-size:25px;
	}
	.cardhead-large{
		font-size:13px;
		margin:0px 0px 0px 0px;
		font-weight:bold;
		letter-spacing:0pt;
	}
	.cardmodul{
		margin:10px 10px 10px 10px;
	}
	.list-dist{
		line-height:5px;
	}
	.akkhead{
		font-size:17px;
	}
	.cardbox{
		margin-left:0px;
		margin-right:0px;
	}
	.number{
		font-size:40px;
		width:70px;
		margin-right:0px;
		height:66px;
	}
	.headerh1-1{
		text-align:center;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.navbar-brand img{
		width:153px;
		height:30px;
	}
	.btn-mail-nav{
		position:sticky;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:12px;
	}
	a{
		font-size:16px;
	}
	.navbar-nav li a{
		font-size:20px;
	}
	.h5-style{
		font-size:1.3em;
	}
	h5{
		font-size:18px;
		line-height:20px;
	}
	p{
		font-size:16px;
	}
	h3{
		font-size:20px;
	}
	.p-bloc-9-style{
		font-size:10px;
	}
	.quadsize{
		height:20vh;
		width:45vw;
		text-overflow:clip;
	}
	.h5-reale-projekte-style{
		font-size:1em;
	}
	.h5-bloc-9-style{
		font-size:1.0em;
	}
	.p-19-style{
		font-size:10px;
	}
	.grid-style{
		grid-template-rows:193px auto;
		width:100%;
	}
	.cardlink{
		font-size:16px;
	}
	.footer-link{
		text-align:center;
	}
	h1{
		font-size:27px;
	}
	.grid-0-style{
		grid-template-columns:1.10fr 1fr;
		column-gap:0px;
	}
	.h5-bloc-15-style{
		width:100%;
	}
	h6{
		font-size:14px;
	}
	.akkheader{
		font-size:17px;
		color:var(--swatch-var-7622)!important;
	}
	.h1-bloc-14-style{
		font-size:14px;
	}
	.quote-text{
		font-size:18px;
	}
	.whitebox-header{
		font-size:24px;
		height:100px;
		font-weight:bold;
	}
	.txtbox{
		color:var(--swatch-var-2869)!important;
		text-align:center!important;
		font-weight:lighter;
	}
	.whitebox{
		height:500px;
		margin-top:20px;
	}
	.hero-header-text{
		font-size:50px;
		line-height:50px;
	}
	.canvaswhite{
		writing-mode:vertical-rl;
		padding:5px 5px 5px 5px;
		text-align:left;
		font-display:optional;
	}
	.canvasblur{
		color:var(--swatch-var-7404)!important;
		font-size:12px;
		text-align:justify;
		padding:7px 7px 7px 7px;
	}
	.cardbox{
		margin-left:0px;
		margin-right:0px;
	}
	.qualspalt{
		top:20px;
		bottom:20px;
	}
	.footer-element{
		font-size:20px;
	}
	.h4-style{
		font-size:15px;
	}
	.headerh1{
		line-height:45px;
		font-size:50px;
	}
	h2{
		font-size:24px;
	}
	.canvasrand{
	}
	.h1-style{
		line-height:30px;
		font-size:27px;
	}
	.h1-bloc-15-style{
		font-size:33px;
	}
	.headerh1-black{
		line-height:45px;
		font-size:33px;
	}
	.headerh3-black{
		font-size:16px;
	}
	.legalbtn{
		font-size:16px;
	}
	.h3-bloc-23-style{
		width:71.19%;
	}
	.cardhead-large{
		margin-left:0px;
		margin-right:0px;
		letter-spacing:0pt;
		font-size:13px;
	}
	.cardtext{
		margin-bottom:10px;
		font-size:14px;
	}
	.list-dist{
		line-height:10px;
	}
	.cardmodul{
		margin:0px 0px 20px 0px!important;
		padding:0px 0px 0px 0px!important;
	}
	.cardhead{
		margin:0px 0px 10px 0px!important;
	}
	.cardbody{
		padding:0px 0px 0px 0px;
	}
	.number{
		width:50px;
		height:50px;
		padding:1px 1px 1px 1px;
		border-radius:5px 5px 5px 5px;
	}
	.whiteboxtext{
		line-height:23px;
		text-align:left;
	}
	.headerh1-1{
		text-align:center;
		font-size:30px;
	}
	
}

