@charset "utf-8";/*** compatibilite beez en position-12 ***/
#top {overflow: visible !important; }


/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a.camera-link,.camera_wrap a.camera-link:hover {
	background: url(/modules/mod_slideshowck/themes/default/images/blank.gif) !important;
}

.camera_wrap a.camera-button {
	display: inline-block;
}

.camera_wrap a,.camera_wrap a:hover, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	/*float: left;*/
	position: relative;
	z-index: 0;
	max-width: 100%;
	box-sizing: content-box;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	/*width: 100%;*/
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent video {
	background: #000;
	height:100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
        background: url(/modules/mod_slideshowck/themes/default/images/blank.gif) !important;
}
.camera_loader {
    background: #fff url(/modules/mod_slideshowck/themes/default/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/modules/mod_slideshowck/themes/default/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	
	
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.camera_caption > div {
	padding: 10px 20px;
	height:100%;
}
.camera_caption_title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	/*visibility: hidden;*/
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	height: auto !important;
	height: 28px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	
	
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
        float: none !important;
        float:left;/*overflow:hidden;*/
	height: 16px;
	margin: 20px 5px;
	position: relative;
	/*text-align: left;*/
	text-indent: 9999px;
	width: 16px;
	overflow: visible !important;
	padding: 0;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
	
	
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	
	
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	
	
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	
	
	box-shadow: none;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
	box-sizing: border-box;
}
.camera_pag_ul .thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(/modules/mod_slideshowck/themes/default/images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}

.camera_thumbs_cont {
	
	
	
	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	
	
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline-block;
	margin: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid #000;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	
	
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}


.camera_thumbs_cont .cameraContent {
	display: block;
	pointer-events: none;
	opacity: 1;
	transition: 0.2s;
}

.camera_thumbs_cont .camera_caption_title {
	font-weight: normal;
	font-size: 0.8em;
}

.camera_thumbs_cont ul li {
	position: relative;
}

.camera_thumbs_cont ul li:hover .cameraContent {
	opacity: 0;
}

.camera_thumbs_cont .camera_caption > div {
	background: rgba(0, 0, 0, 0.5);
}

ul.camera_pag_ul {
	overflow: visible;
}
div#jrealtime_msg{display:block;width:400px;cursor:auto;position:fixed;left:50%;top:50%;margin-left:-200px;margin-top:0;box-shadow:0 0 7px 5px rgba(0,0,0,0.4);border-radius:8px;z-index:20000;background-color:#EEE;padding:3px}div#jrealtime_msgtext{clear:both;margin:5px 0 0 0;font-size:14px;text-align:center}div#jrealtime_msgtitle{text-align:center;font-weight:bold;font-size:16px;border-bottom:1px solid #CCC;padding:5px;background-color:#fdfdfd}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fas,[class^=icon-],[class*=\ icon-],.far,.fab,.icon-joomla,.fa-solid,.fa-regular,.fa-brands,.fa{display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-style:normal;line-height:1}.fas:before,[class^=icon-]:before,[class*=\ icon-]:before,.far:before,.fab:before,.icon-joomla:before,.fa-solid:before,.fa-regular:before,.fa-brands:before,.fa:before{content:var(--fa)}.fa-classic,.fas,[class^=icon-],[class*=\ icon-],.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab,.icon-joomla{font-family:"Font Awesome 6 Brands"}.icon-joomla,[class^=icon-],[class*=\ icon-]{font-variant:normal;font-style:normal;font-weight:400;line-height:1;display:inline-block}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs,.icon-xs{vertical-align:.125em;font-size:.75em;line-height:.0833333em}.fa-sm,.icon-sm{vertical-align:.0535714em;font-size:.875em;line-height:.0714286em}.fa-lg,.icon-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.0416667em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw,.icon-fw{text-align:center;width:1.25em}.fa-ul,.icon-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li,.icon-ul>li{position:relative}.fa-li,.icon-li{left:calc(-1 * var(--fa-li-width,2em));text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border,.icon-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left,.icon-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right,.icon-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin,.icon-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.icon-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.icon-pulse,.fa-shake,.fa-spin,.icon-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90,.icon-rotate-90{transform:rotate(90deg)}.fa-rotate-180,.icon-rotate-180{transform:rotate(180deg)}.fa-rotate-270,.icon-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal,.icon-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical,.icon-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.icon-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-horizontal.icon-flip-vertical,.fa-flip-vertical.icon-flip-horizontal,.icon-flip-horizontal.icon-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack,.icon-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.icon-stack-1x,.fa-stack-2x,.icon-stack-2x{text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);position:absolute;left:0}.fa-stack-1x,.icon-stack-1x{line-height:inherit}.fa-stack-2x,.icon-stack-2x{font-size:2em}.fa-inverse,.icon-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-can,.fa-trash-alt{--fa:""}.fa-text-height{--fa:""}.fa-user-xmark,.fa-user-times{--fa:""}.fa-stethoscope{--fa:""}.fa-message,.fa-comment-alt{--fa:""}.fa-info{--fa:""}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa:""}.fa-explosion{--fa:""}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-days,.fa-calendar-alt{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-down,.fa-sort-desc{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-icons,.fa-heart-music-camera-bolt{--fa:""}.fa-microphone-lines-slash,.fa-microphone-alt-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angles-down,.fa-angle-double-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer-mug-empty,.fa-beer{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-fire-flame-simple,.fa-burn{--fa:""}.fa-person,.fa-male{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-paste,.fa-file-clipboard{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-ramp-box,.fa-truck-loading{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-box-archive,.fa-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-screen-button,.fa-tablet-alt{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-square-caret-right,.fa-caret-square-right{--fa:""}.fa-scissors,.fa-cut{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-tachograph-digital,.fa-digital-tachograph{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-reply,.fa-mail-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-square-minus,.fa-minus-square{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-square-caret-down,.fa-caret-square-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-end,.fa-hourglass-3{--fa:""}.fa-heart-crack,.fa-heart-broken{--fa:""}.fa-square-up-right,.fa-external-link-square-alt{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa:""}.fa-unlock-keyhole,.fa-unlock-alt{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-simple,.fa-headphones-alt{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-low,.fa-volume-down{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-awn,.fa-wheat-alt{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-square-check,.fa-check-square{--fa:""}.fa-peseta-sign{--fa:""}.fa-heading,.fa-header{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-square-phone-flip,.fa-phone-square-alt{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-face-dizzy,.fa-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-paintbrush,.fa-paint-brush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub-person,.fa-hot-tub{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-pen-to-square,.fa-edit{--fa:""}.fa-car-side{--fa:""}.fa-share-nodes,.fa-share-alt{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-half,.fa-hourglass-2{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-square-rss,.fa-rss-square{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia-sign,.fa-hryvnia{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-truck-medical,.fa-ambulance{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-half,.fa-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-storm,.fa-poo-bolt{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-file-waveform,.fa-file-medical-alt{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-clip,.fa-pen-alt{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-van-shuttle,.fa-shuttle-van{--fa:""}.fa-building-user{--fa:""}.fa-square-caret-left,.fa-caret-square-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-chart-area,.fa-area-chart{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-spray-can-sparkles,.fa-air-freshener{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-maximize,.fa-expand-arrows-alt{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-shuffle,.fa-random{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-start,.fa-hourglass-1{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry-box,.fa-people-carry{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight-scale,.fa-weight{--fa:""}.fa-user-group,.fa-user-friends{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-lines,.fa-microphone-alt{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-pen,.fa-user-edit{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-top-left,.fa-border-style{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-square-poll-vertical,.fa-poll{--fa:""}.fa-mug-hot{--fa:""}.fa-car-battery,.fa-battery-car{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-right,.fa-mars-stroke-h{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-square-caret-up,.fa-caret-square-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-chart-bar,.fa-bar-chart{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-square-plus,.fa-plus-square{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-martini-glass,.fa-glass-martini-alt{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa:""}.fa-table-columns,.fa-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-minimize,.fa-compress-arrows-alt{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angles-right,.fa-angle-double-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-euro-sign,.fa-eur,.fa-euro{--fa:""}.fa-chair{--fa:""}.fa-circle-check,.fa-check-circle{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-reply-all,.fa-mail-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa:""}.fa-file-import,.fa-arrow-right-to-file{--fa:""}.fa-square-arrow-up-right,.fa-external-link-square{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-empty,.fa-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-left-right,.fa-arrows-alt-h{--fa:""}.fa-boxes-packing{--fa:""}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-text-slash,.fa-remove-format{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-left-right,.fa-arrows-h{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-chalkboard,.fa-blackboard{--fa:""}.fa-user-large-slash,.fa-user-alt-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-simple-slash,.fa-handshake-alt-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-halved,.fa-shield-alt{--fa:""}.fa-book-atlas,.fa-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-file-zipper,.fa-file-archive{--fa:""}.fa-square{--fa:""}.fa-martini-glass-empty,.fa-glass-martini{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-feather-pointed,.fa-feather-alt{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-rectangle-ad,.fa-ad{--fa:""}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-dollar,.fa-money-check-alt{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"?"}.fa-file-signature{--fa:""}.fa-up-down-left-right,.fa-arrows-alt{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-stroke,.fa-star-half-alt{--fa:""}.fa-code{--fa:""}.fa-whiskey-glass,.fa-glass-whiskey{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-won-sign,.fa-krw,.fa-won{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-taxi,.fa-cab{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa:""}.fa-eject{--fa:""}.fa-circle-right,.fa-arrow-alt-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-signs-post,.fa-map-signs{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-house-user,.fa-home-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-martini-glass-citrus,.fa-cocktail{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-whole,.fa-apple-alt{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-square-poll-horizontal,.fa-poll-h{--fa:""}.fa-circle{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-circle-up,.fa-arrow-alt-circle-up{--fa:""}.fa-mobile-screen-button,.fa-mobile-alt{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee-sign,.fa-rupee{--fa:""}.fa-file-image{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-flip,.fa-phone-alt{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-forward-fast,.fa-fast-forward{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-square-parking,.fa-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-simple,.fa-bus-alt{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-house-chimney,.fa-home-lg{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-scale-unbalanced,.fa-balance-scale-left{--fa:""}.fa-sort-up,.fa-sort-asc{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location-crosshairs,.fa-location{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-xmark,.fa-calendar-times{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-gear,.fa-user-cog{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-person-digging,.fa-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge-sign,.fa-tenge{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-up-right-from-square,.fa-external-link-alt{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-book-bible,.fa-bible{--fa:""}.fa-o{--fa:"O"}.fa-suitcase-medical,.fa-medkit{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-person-dress,.fa-female{--fa:""}.fa-comment-dollar{--fa:""}.fa-business-time,.fa-briefcase-clock{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-cake-candles,.fa-birthday-cake,.fa-cake{--fa:""}.fa-envelope{--fa:""}.fa-angles-up,.fa-angle-double-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-medical,.fa-prescription-bottle-alt{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-rectangle-list,.fa-list-alt{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-circle-left,.fa-arrow-alt-circle-left{--fa:""}.fa-train-subway,.fa-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa:""}.fa-crop-simple,.fa-crop-alt{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-hands-asl-interpreting,.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa:""}.fa-gear,.fa-cog{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-variable,.fa-square-root-alt{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-house-chimney-medical,.fa-clinic-medical{--fa:""}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-screen,.fa-mobile-android-alt{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-half,.fa-battery-3{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-vertical,.fa-ellipsis-v{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-right-long,.fa-long-arrow-alt-right{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-tty,.fa-teletype{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-person-hiking,.fa-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-delete-left,.fa-backspace{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-skull,.fa-book-dead{--fa:""}.fa-id-card,.fa-drivers-license{--fa:""}.fa-outdent,.fa-dedent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-house,.fa-home,.fa-home-alt,.fa-home-lg-alt{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa:""}.fa-utensils,.fa-cutlery{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-tower-broadcast,.fa-broadcast-tower{--fa:""}.fa-truck-pickup{--fa:""}.fa-up-long,.fa-long-arrow-alt-up{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-yen-sign,.fa-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa:""}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-circle-down,.fa-arrow-alt-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-kit-medical,.fa-first-aid{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-car,.fa-automobile{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-square-h,.fa-h-square{--fa:""}.fa-podcast{--fa:""}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-handshake-angle,.fa-hands-helping{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:">"}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-empty,.fa-battery-0{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-person-walking-with-cane,.fa-blind{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa:""}.fa-link,.fa-chain{--fa:""}.fa-ear-listen,.fa-assistive-listening-systems{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa:""}.fa-person-dots-from-line,.fa-diagnoses{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-pen,.fa-file-edit{--fa:""}.fa-receipt{--fa:""}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery-full,.fa-battery,.fa-battery-5{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-ul,.fa-list-dots{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-dome,.fa-landmark-alt{--fa:""}.fa-arrow-up{--fa:""}.fa-tv,.fa-television,.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-truck-fast,.fa-shipping-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-circle-half-stroke,.fa-adjust{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip,.fa-grip-horizontal{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-square-phone,.fa-phone-square{--fa:""}.fa-plus,.fa-add{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa:""}.fa-arrows-up-down-left-right,.fa-arrows{--fa:""}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-shekel-sign,.fa-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign-hanging,.fa-sign{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-rear,.fa-car-alt{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-quarter,.fa-battery-2{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent,.fa-percentage{--fa:"%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-thumbtack,.fa-thumb-tack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-gears,.fa-cogs{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-simple,.fa-ticket-alt{--fa:""}.fa-building{--fa:""}.fa-angles-left,.fa-angle-double-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-file-export,.fa-arrow-right-from-file{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball-tee,.fa-golf-ball{--fa:""}.fa-circle-chevron-left,.fa-chevron-circle-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-wand-magic,.fa-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-empty,.fa-wine-glass-alt{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-person-biking,.fa-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"#"}.fa-up-right-and-down-left-from-center,.fa-expand-alt{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-up-down,.fa-arrows-alt-v{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-fire-flame-curved,.fa-fire-alt{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-face-angry,.fa-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-rss,.fa-feed{--fa:""}.fa-draw-polygon{--fa:""}.fa-scale-balanced,.fa-balance-scale{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-three-quarters,.fa-battery-4{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-hand-fist,.fa-fist-raised{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-share,.fa-mail-forward{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-right-left,.fa-exchange-alt{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-move,.fa-wheelchair-alt{--fa:""}.fa-turn-down,.fa-level-down-alt{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-square-envelope,.fa-envelope-square{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-bandage,.fa-band-aid{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-id-card-clip,.fa-id-card-alt{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-hand-dots,.fa-allergies{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-mug-saucer,.fa-coffee{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-large,.fa-user-alt{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-turkish-lira-sign,.fa-try,.fa-turkish-lira{--fa:""}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-gear,.fa-users-cog{--fa:""}.fa-person-military-pointing{--fa:""}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-simple,.fa-handshake-alt{--fa:""}.fa-jet-fighter,.fa-fighter-jet{--fa:""}.fa-square-share-nodes,.fa-share-alt-square{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-turn-up,.fa-level-up-alt{--fa:""}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fa.fa-glass{--fa:""}.fa.fa-envelope-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-remove,.fa.fa-close{--fa:""}.fa.fa-gear{--fa:""}.fa.fa-trash-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-home{--fa:""}.fa.fa-file-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-repeat,.fa.fa-rotate-right{--fa:""}.fa.fa-refresh{--fa:""}.fa.fa-list-alt{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dedent{--fa:""}.fa.fa-video-camera{--fa:""}.fa.fa-picture-o,.fa.fa-photo,.fa.fa-image{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-marker{--fa:""}.fa.fa-pencil-square-o,.fa.fa-edit{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-share-square-o{--fa:""}.fa.fa-check-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrows{--fa:""}.fa.fa-times-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-mail-forward{--fa:""}.fa.fa-expand{--fa:""}.fa.fa-compress{--fa:""}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning{--fa:""}.fa.fa-calendar{--fa:""}.fa.fa-arrows-v{--fa:""}.fa.fa-arrows-h{--fa:""}.fa.fa-bar-chart,.fa.fa-bar-chart-o{--fa:""}.fa.fa-twitter-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gears{--fa:""}.fa.fa-thumbs-o-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sign-out{--fa:""}.fa.fa-linkedin-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thumb-tack{--fa:""}.fa.fa-external-link{--fa:""}.fa.fa-sign-in{--fa:""}.fa.fa-github-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lemon-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-twitter,.fa.fa-facebook{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook{--fa:""}.fa.fa-facebook-f{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed{--fa:""}.fa.fa-hdd-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-globe{--fa:""}.fa.fa-tasks{--fa:""}.fa.fa-arrows-alt{--fa:""}.fa.fa-group{--fa:""}.fa.fa-chain{--fa:""}.fa.fa-cut{--fa:""}.fa.fa-files-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o,.fa.fa-save{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-navicon,.fa.fa-reorder{--fa:""}.fa.fa-magic{--fa:""}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square{--fa:""}.fa.fa-google-plus-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-money{--fa:""}.fa.fa-unsorted{--fa:""}.fa.fa-sort-desc{--fa:""}.fa.fa-sort-asc{--fa:""}.fa.fa-linkedin{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-rotate-left{--fa:""}.fa.fa-legal{--fa:""}.fa.fa-tachometer,.fa.fa-dashboard{--fa:""}.fa.fa-comment-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flash{--fa:""}.fa.fa-clipboard{--fa:""}.fa.fa-lightbulb-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-exchange{--fa:""}.fa.fa-cloud-download{--fa:""}.fa.fa-cloud-upload{--fa:""}.fa.fa-bell-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cutlery{--fa:""}.fa.fa-file-text-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-tablet{--fa:""}.fa.fa-mobile,.fa.fa-mobile-phone{--fa:""}.fa.fa-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-mail-reply{--fa:""}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-mail-reply-all{--fa:""}.fa.fa-star-half-o,.fa.fa-star-half-empty,.fa.fa-star-half-full{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-code-fork{--fa:""}.fa.fa-chain-broken,.fa.fa-unlink{--fa:""}.fa.fa-calendar-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-maxcdn,.fa.fa-html5,.fa.fa-css3{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt{--fa:""}.fa.fa-minus-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-level-up{--fa:""}.fa.fa-level-down{--fa:""}.fa.fa-pencil-square{--fa:""}.fa.fa-external-link-square{--fa:""}.fa.fa-compass,.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{--fa:""}.fa.fa-toggle-down{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up,.fa.fa-toggle-up{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right,.fa.fa-toggle-right{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eur,.fa.fa-euro{--fa:""}.fa.fa-gbp{--fa:""}.fa.fa-usd,.fa.fa-dollar{--fa:"$"}.fa.fa-inr,.fa.fa-rupee{--fa:""}.fa.fa-jpy,.fa.fa-cny,.fa.fa-rmb,.fa.fa-yen{--fa:""}.fa.fa-rub,.fa.fa-ruble,.fa.fa-rouble{--fa:""}.fa.fa-krw,.fa.fa-won{--fa:""}.fa.fa-btc,.fa.fa-bitcoin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin{--fa:""}.fa.fa-file-text{--fa:""}.fa.fa-sort-alpha-asc{--fa:""}.fa.fa-sort-alpha-desc{--fa:""}.fa.fa-sort-amount-asc{--fa:""}.fa.fa-sort-amount-desc{--fa:""}.fa.fa-sort-numeric-asc{--fa:""}.fa.fa-sort-numeric-desc{--fa:""}.fa.fa-youtube-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube,.fa.fa-xing,.fa.fa-xing-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square{--fa:""}.fa.fa-youtube-play{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-dropbox,.fa.fa-stack-overflow,.fa.fa-instagram,.fa.fa-flickr,.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square{--fa:""}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square{--fa:""}.fa.fa-long-arrow-down{--fa:""}.fa.fa-long-arrow-up{--fa:""}.fa.fa-long-arrow-left{--fa:""}.fa.fa-long-arrow-right{--fa:""}.fa.fa-apple,.fa.fa-windows,.fa.fa-android,.fa.fa-linux,.fa.fa-dribbble,.fa.fa-skype,.fa.fa-foursquare,.fa.fa-trello,.fa.fa-gratipay,.fa.fa-gittip{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip{--fa:""}.fa.fa-sun-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vk,.fa.fa-weibo,.fa.fa-renren,.fa.fa-pagelines,.fa.fa-stack-exchange{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left,.fa.fa-toggle-left{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vimeo-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-try,.fa.fa-turkish-lira{--fa:""}.fa.fa-plus-square-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-slack,.fa.fa-wordpress,.fa.fa-openid{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-institution,.fa.fa-bank{--fa:""}.fa.fa-mortar-board{--fa:""}.fa.fa-yahoo,.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square{--fa:""}.fa.fa-stumbleupon-circle,.fa.fa-stumbleupon,.fa.fa-delicious,.fa.fa-digg,.fa.fa-pied-piper-pp,.fa.fa-pied-piper-alt,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-behance,.fa.fa-behance-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square{--fa:""}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square{--fa:""}.fa.fa-automobile{--fa:""}.fa.fa-cab{--fa:""}.fa.fa-spotify,.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o,.fa.fa-file-photo-o,.fa.fa-file-picture-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o,.fa.fa-file-zip-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o,.fa.fa-file-sound-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o,.fa.fa-file-movie-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vine,.fa.fa-codepen,.fa.fa-jsfiddle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-buoy,.fa.fa-life-saver,.fa.fa-support{--fa:""}.fa.fa-circle-o-notch{--fa:""}.fa.fa-rebel,.fa.fa-ra{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra{--fa:""}.fa.fa-resistance{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge{--fa:""}.fa.fa-git-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square{--fa:""}.fa.fa-yc-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tencent-weibo,.fa.fa-qq,.fa.fa-weixin,.fa.fa-wechat{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat{--fa:""}.fa.fa-send{--fa:""}.fa.fa-paper-plane-o,.fa.fa-send-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-header{--fa:""}.fa.fa-futbol-o,.fa.fa-soccer-ball-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paypal,.fa.fa-google-wallet,.fa.fa-cc-visa,.fa.fa-cc-mastercard,.fa.fa-cc-discover,.fa.fa-cc-amex,.fa.fa-cc-paypal,.fa.fa-cc-stripe{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash{--fa:""}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper{--fa:""}.fa.fa-area-chart{--fa:""}.fa.fa-pie-chart{--fa:""}.fa.fa-line-chart{--fa:""}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square{--fa:""}.fa.fa-ioxhost,.fa.fa-angellist{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-ils,.fa.fa-shekel,.fa.fa-sheqel{--fa:""}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-transgender,.fa.fa-intersex{--fa:""}.fa.fa-transgender-alt{--fa:""}.fa.fa-facebook-official{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel{--fa:""}.fa.fa-viacoin,.fa.fa-medium,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc{--fa:""}.fa.fa-optin-monster,.fa.fa-opencart,.fa.fa-expeditedssl{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4,.fa.fa-battery{--fa:""}.fa.fa-battery-3{--fa:""}.fa.fa-battery-2{--fa:""}.fa.fa-battery-1{--fa:""}.fa.fa-battery-0{--fa:""}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o{--fa:""}.fa.fa-cc-jcb,.fa.fa-cc-diners-club{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o{--fa:""}.fa.fa-hourglass-1{--fa:""}.fa.fa-hourglass-2{--fa:""}.fa.fa-hourglass-3{--fa:""}.fa.fa-hand-rock-o,.fa.fa-hand-grab-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o,.fa.fa-hand-stop-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square{--fa:""}.fa.fa-get-pocket,.fa.fa-wikipedia-w,.fa.fa-safari,.fa.fa-chrome,.fa.fa-firefox,.fa.fa-opera,.fa.fa-internet-explorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television{--fa:""}.fa.fa-contao,.fa.fa-500px,.fa.fa-amazon{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting{--fa:""}.fa.fa-commenting-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo{--fa:""}.fa.fa-black-tie,.fa.fa-fonticons,.fa.fa-reddit-alien,.fa.fa-edge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa:""}.fa.fa-codiepie,.fa.fa-modx,.fa.fa-fort-awesome,.fa.fa-usb,.fa.fa-product-hunt,.fa.fa-mixcloud,.fa.fa-scribd{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-gitlab,.fa.fa-wpbeginner,.fa.fa-wpforms,.fa.fa-envira,.fa.fa-wheelchair-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt{--fa:""}.fa.fa-question-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-volume-control-phone{--fa:""}.fa.fa-asl-interpreting{--fa:""}.fa.fa-deafness,.fa.fa-hard-of-hearing{--fa:""}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing{--fa:""}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square{--fa:""}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost{--fa:""}.fa.fa-snapchat-square{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pied-piper,.fa.fa-first-order,.fa.fa-yoast,.fa.fa-themeisle,.fa.fa-google-plus-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official{--fa:""}.fa.fa-google-plus-circle{--fa:"";font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-font-awesome,.fa.fa-fa{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa{--fa:""}.fa.fa-handshake-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard{--fa:""}.fa.fa-address-card-o,.fa.fa-vcard-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license{--fa:""}.fa.fa-id-card-o,.fa.fa-drivers-license-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-quora,.fa.fa-free-code-camp,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4,.fa.fa-thermometer{--fa:""}.fa.fa-thermometer-3{--fa:""}.fa.fa-thermometer-2{--fa:""}.fa.fa-thermometer-1{--fa:""}.fa.fa-thermometer-0{--fa:""}.fa.fa-bathtub,.fa.fa-s15{--fa:""}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle{--fa:""}.fa.fa-window-close-o,.fa.fa-times-rectangle-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bandcamp,.fa.fa-grav,.fa.fa-etsy,.fa.fa-imdb,.fa.fa-ravelry,.fa.fa-eercast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast{--fa:""}.fa.fa-snowflake-o{--fa:"";font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-superpowers,.fa.fa-wpexplorer,.fa.fa-meetup{font-family:"Font Awesome 6 Brands";font-weight:400}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2?v=896727)format("woff2"),url(/media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf?v=262525)format("truetype")}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=4a6591)format("woff2"),url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf?v=269f97)format("truetype")}.fas,[class^=icon-],[class*=\ icon-],.fa-solid{font-weight:900}:root,:host{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2?v=cbcf42)format("woff2"),url(/media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf?v=15d54d)format("truetype")}.fab,.icon-joomla,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js,.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit,.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram,.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news,.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat,.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble,.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr,.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github,.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab,.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest,.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus,.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper,.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook,.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm,.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance,.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git,.fa-git-square{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}[class^=icon-],[class*=\ icon-]{speak:none}[class^=icon-].disabled,[class*=\ icon-].disabled,[class^=fa-].disabled,[class*=\ fa-].disabled{font-weight:400}.icon-joomla:before{content:""}.icon-accessible:before{content:""}.icon-add:before{content:"+"}.icon-address-book:before,.icon-address:before{content:""}.icon-align-justify:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-apply:before{content:""}.icon-archive:before{content:""}.icon-arrow-down-2:before{content:""}.icon-arrow-down-3:before{content:""}.icon-arrow-down-4:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-first:before{content:""}.icon-arrow-last:before{content:""}.icon-arrow-left-2:before{content:""}.icon-arrow-left-3:before{content:""}.icon-arrow-left-4:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right-2:before{content:""}.icon-arrow-right-3:before{content:""}.icon-arrow-right-4:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up-2:before{content:""}.icon-arrow-up-3:before{content:""}.icon-arrow-up-4:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows-alt:before{content:""}.icon-asterisk:before{content:""}.icon-attachment:before{content:""}.icon-backward-2:before{content:""}.icon-backward-circle:before{content:""}.icon-backward:before{content:""}.icon-ban-circle:before{content:""}.icon-bars:before{content:""}.icon-basket:before{content:""}.icon-bell:before{content:""}.icon-bolt:before{content:""}.icon-book:before{content:""}.icon-bookmark-2:before,.icon-bookmark:before{content:""}.icon-box-add:before,.icon-box-remove:before{content:""}.icon-briefcase:before{content:""}.icon-broadcast:before{content:""}.icon-brush:before{content:""}.icon-bubble-quote:before{content:""}.icon-bullhorn:before{content:""}.icon-calendar-check:before,.icon-calendar-2:before{content:""}.icon-calendar-3:before{content:""}.icon-calendar-alt:before,.icon-calendar:before{content:""}.icon-camera-2:before{content:""}.icon-camera:before{content:""}.icon-cancel-2:before{content:""}.icon-cancel-circle:before{content:""}.icon-cancel:before{content:""}.icon-caret-down:before{content:""}.icon-caret-up:before{content:""}.icon-cart:before{content:""}.icon-chart:before{content:""}.icon-check-circle:before{content:""}.icon-check-square:before{content:""}.icon-check:before{content:""}.icon-checkbox-checked:before{content:""}.icon-checkbox-partial:before,.icon-checkbox-unchecked:before{content:""}.icon-checkbox:before{content:""}.icon-checkedout:before{content:""}.icon-checkin:before{content:""}.icon-checkmark-2:before,.icon-checkmark-circle:before{content:""}.icon-checkmark:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-circle:before{content:""}.icon-clipboard:before{content:""}.icon-clock:before{content:""}.icon-cloud-download-alt:before,.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud:before{content:""}.icon-code:before{content:""}.icon-code-branch:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-collapse:before{content:"+"}.icon-color-palette:before{content:""}.icon-comment-dots:before{content:""}.icon-comment:before{content:""}.icon-comments-2:before{content:""}.icon-comments:before{content:""}.icon-compass:before{content:""}.icon-connection:before{content:""}.icon-contract-2:before{content:""}.icon-contract:before{content:""}.icon-copy:before{content:""}.icon-credit-2:before,.icon-credit:before{content:""}.icon-crop:before{content:""}.icon-cube:before{content:""}.icon-cubes:before{content:""}.icon-dashboard:before{content:""}.icon-database:before{content:""}.icon-default:before{content:""}.icon-delete:before{content:""}.icon-desktop:before{content:""}.icon-downarrow:before{content:""}.icon-download:before{content:""}.icon-drawer-2:before{content:""}.icon-drawer:before{content:""}.icon-edit:before{content:""}.icon-ellipsis-h:before{content:""}.icon-ellipsis-v:before{content:""}.icon-enter:before{content:""}.icon-envelope-open-text:before{content:""}.icon-envelope-opened:before,.icon-envelope:before{content:""}.icon-equalizer:before{content:""}.icon-error:before{content:"!"}.icon-exclamation-circle:before{content:""}.icon-exclamation-triangle:before{content:""}.icon-exclamation:before{content:"!"}.icon-exit:before{content:""}.icon-expand-2:before{content:""}.icon-expand:before{content:""}.icon-expired:before{content:""}.icon-external-link-alt:before{content:""}.icon-eye-2:before,.icon-eye-blocked:before,.icon-eye-close:before{content:""}.icon-eye-open:before{content:""}.icon-eye-slash:before{content:""}.icon-eye:before{content:""}.icon-fax:before{content:""}.icon-featured:before{content:""}.icon-feed:before{content:""}.icon-file-2:before{content:""}.icon-file-add:before{content:"+"}.icon-file-alt:before{content:""}.icon-file-check:before{content:""}.icon-file-minus:before{content:""}.icon-file-plus:before{content:"+"}.icon-file-remove:before{content:""}.icon-file:before{content:""}.icon-filter:before{content:""}.icon-first:before{content:""}.icon-flag-2:before{content:""}.icon-flag-3:before,.icon-flag:before{content:""}.icon-flash:before{content:""}.icon-folder-2:before{content:""}.icon-folder-3:before{content:""}.icon-folder-close:before,.icon-folder-minus:before{content:""}.icon-folder-open:before{content:""}.icon-folder-plus-2:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-remove:before,.icon-folder:before{content:""}.icon-forward-2:before{content:""}.icon-forward-circle:before{content:""}.icon-forward:before{content:""}.icon-generic:before{content:""}.icon-globe:before{content:""}.icon-grid-2:before,.icon-grid-view-2:before{content:""}.icon-grid-view:before,.icon-grid:before{content:""}.icon-handshake:before{content:""}.icon-health:before{content:""}.icon-heart-2:before,.icon-heart:before{content:""}.icon-help:before{content:"?"}.icon-hits:before{content:""}.icon-home-2:before,.icon-home:before{content:""}.icon-image:before,.icon-images:before{content:""}.icon-info-2:before,.icon-info-circle:before{content:""}.icon-info:before{content:""}.icon-key:before{content:""}.icon-lamp:before{content:""}.icon-language:before{content:""}.icon-last:before{content:""}.icon-leftarrow:before{content:""}.icon-lightbulb:before{content:""}.icon-lightning:before{content:""}.icon-link:before{content:""}.icon-list-2:before{content:""}.icon-list-view:before,.icon-list:before{content:""}.icon-loading:before{content:""}.icon-location:before{content:""}.icon-lock:before,.icon-locked:before{content:""}.icon-loop:before{content:""}.icon-mail-2:before,.icon-mail:before{content:""}.icon-map-signs:before{content:""}.icon-menu-2:before{content:""}.icon-menu-3:before{content:""}.icon-menu:before{content:""}.icon-minus-2:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-sign:before,.icon-minus:before{content:""}.icon-mobile:before{content:""}.icon-move:before{content:""}.icon-music:before{content:""}.icon-new-tab-2:before{content:""}.icon-new-tab:before{content:""}.icon-new:before{content:"+"}.icon-next:before{content:""}.icon-not-ok:before{content:""}.icon-notification-2:before,.icon-notification-circle:before{content:""}.icon-notification:before{content:"!"}.icon-ok:before{content:""}.icon-open:before{content:""}.icon-options:before{content:""}.icon-out-2:before{content:""}.icon-out-3:before{content:""}.icon-out:before{content:""}.icon-paint-brush:before,.icon-palette:before{content:""}.icon-paperclip:before{content:""}.icon-paragraph-center:before{content:""}.icon-paragraph-justify:before{content:""}.icon-paragraph-left:before{content:""}.icon-paragraph-right:before{content:""}.icon-pause-circle:before{content:""}.icon-pause:before{content:""}.icon-pen-square:before{content:""}.icon-pencil-2:before,.icon-pencil-alt:before{content:""}.icon-pencil:before{content:""}.icon-pending:before{content:""}.icon-phone-2:before{content:""}.icon-phone:before{content:""}.icon-picture:before,.icon-pictures:before{content:""}.icon-pie:before{content:""}.icon-pin:before{content:""}.icon-play-2:before{content:""}.icon-play-circle:before{content:""}.icon-play:before{content:""}.icon-plug:before{content:""}.icon-plus-2:before{content:"+"}.icon-plus-circle:before{content:""}.icon-plus-square:before{content:""}.icon-plus:before{content:"+"}.icon-power-cord:before{content:""}.icon-power-off:before{content:""}.icon-previous:before{content:""}.icon-print:before,.icon-printer:before{content:""}.icon-project-diagram:before{content:""}.icon-protected:before{content:""}.icon-publish:before{content:""}.icon-purge:before{content:""}.icon-pushpin:before{content:""}.icon-puzzle-piece:before,.icon-puzzle:before{content:""}.icon-question-2:before,.icon-question-circle:before{content:""}.icon-question-sign:before,.icon-question:before{content:"?"}.icon-quote-2:before{content:""}.icon-quote-3:before{content:""}.icon-quote:before,.icon-quotes-left:before{content:""}.icon-quotes-right:before{content:""}.icon-radio-checked:before{content:""}.icon-radio-unchecked:before{content:""}.icon-redo-2:before{content:""}.icon-redo:before{content:""}.icon-refresh:before{content:""}.icon-register:before{content:""}.icon-remove:before{content:""}.icon-reply:before{content:""}.icon-rightarrow:before{content:""}.icon-rss:before{content:""}.icon-save-copy:before{content:""}.icon-save-new:before{content:"+"}.icon-save:before{content:""}.icon-scissors:before{content:""}.icon-screen:before{content:""}.icon-screwdriver:before{content:""}.icon-search-minus:before{content:""}.icon-search-plus:before{content:""}.icon-search:before{content:""}.icon-select-file:before{content:""}.icon-share-alt:before,.icon-share:before{content:""}.icon-shield-alt:before,.icon-shield:before{content:""}.icon-shuffle:before{content:""}.icon-signup:before{content:""}.icon-sliders-h:before{content:""}.icon-smiley-2:before,.icon-smiley-happy-2:before,.icon-smiley-happy:before,.icon-smiley-neutral-2:before,.icon-smiley-neutral:before{content:""}.icon-smiley-sad-2:before,.icon-smiley-sad:before{content:""}.icon-smiley:before{content:""}.icon-sort:before{content:""}.icon-spinner:before{content:""}.icon-square:before{content:""}.icon-stack:before{content:""}.icon-star-2:before{content:""}.icon-star-empty:before,.icon-star:before{content:""}.icon-stop-circle:before{content:""}.icon-stop:before{content:""}.icon-success:before{content:""}.icon-support:before{content:""}.icon-switch:before{content:""}.icon-sync:before{content:""}.icon-tablet:before{content:""}.icon-tachometer-alt:before{content:""}.icon-tag-2:before,.icon-tag:before{content:""}.icon-tags-2:before,.icon-tags:before{content:""}.icon-tasks:before{content:""}.icon-text-width:before{content:""}.icon-th:before{content:""}.icon-th-large:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-times:before{content:""}.icon-toggle-off:before{content:""}.icon-toggle-on:before{content:""}.icon-tools:before{content:""}.icon-trash:before{content:""}.icon-tree-2:before{content:""}.icon-tree:before{content:""}.icon-trophy:before{content:""}.icon-unarchive:before{content:""}.icon-unblock:before{content:""}.icon-undo-2:before,.icon-undo:before{content:""}.icon-unfeatured:before{content:""}.icon-universal:before,.icon-universal-access:before{content:""}.icon-unlock-alt:before{content:""}.icon-unlock:before{content:""}.icon-unpublish:before{content:""}.icon-uparrow:before{content:""}.icon-upload:before{content:""}.icon-user-circle:before{content:""}.icon-user-edit:before{content:""}.icon-user-lock:before{content:""}.icon-user-tag:before{content:""}.icon-user:before{content:""}.icon-users-cog:before{content:""}.icon-users:before{content:""}.icon-vcard:before{content:""}.icon-video-2:before{content:""}.icon-video:before{content:""}.icon-wand:before{content:""}.icon-warning-2:before{content:""}.icon-warning-circle:before{content:""}.icon-warning:before{content:""}.icon-wifi:before{content:""}.icon-wrench:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}
/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on https://www.template-creator.com
-----------------------------------------*/

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

* {
	padding: 0;
	margin: 0;
}

ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}

ul.menu,
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

ul.menu li a,
ul.nav li a {
	text-decoration: none;
}


p {
	padding: 5px 0;
}

.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
	box-sizing: border-box;
}

.clr {
	clear : both;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}


.column.column1 {
	width: 25%;
}

.column.column2 {
	width: 33.333333333333%;
}

.column.main {
	width: 75%;
}

.column.center {
	width: 66.666666666667%;
}

.noleft .center.column  {
	width: 75%;
}

.noleft .column2 {
	width: 25%;
}

.noleft .main {
	width: 100%;
}

.noright .column.center {
	width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}

/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}

section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
}

.flexiblemodule {
	display: flex;
	flex: 1 1 auto;
}

.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}

.videobackground + *,
.videobackground_yt1 + * { 
	position: relative;
	z-index: 1;
}

/* for youtube video */
.videobackground_yt1 { 
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.videobackground_yt2 { 
	padding-bottom: 56.3%;
	position: relative;
}

.hasvideobackground {
	position: relative;
	overflow: hidden;
}

#finder-search .in.collapse {
	overflow: visible;
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.halign-left > .inner {
	display: flex;
	justify-content: flex-start;
}

.halign-center > .inner {
	display: flex;
	justify-content: center;
}

.halign-right > .inner {
	display: flex;
	justify-content: flex-end;
}

.tck-logo-img {
	display: block;
}

.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}

.tck-logo-right img {
	margin-left: auto;
}

.tck-wrapper,
.tck-relative,
.tck-module {
	position: relative;
}

.img_caption {
	max-width: 100%;
	width: auto !important;
}

.fack svg {
	vertical-align: baseline;
}

.tck-divider-container {
	pointer-events: none;
}
/* ---------------------------------------
	Joomla 4 default styles
-----------------------------------------*/

/* styles herited from the default Cassiopeia template */

:root {
  --blue: hsl(240, 98%, 17%);
  --indigo: hsl(263, 90%, 51%);
  --purple: hsl(261, 51%, 51%);
  --pink: hsl(332, 79%, 58%);
  --red: hsl(3, 75%, 37%);
  --orange: hsl(27, 98%, 54%);
  --yellow: hsl(34, 100%, 34%);
  --green: hsl(120, 32%, 39%);
  --teal: hsl(194, 66%, 61%);
  --cyan: hsl(207, 49%, 37%);
  --white: hsl(0, 0%, 100%);
  --gray-100: hsl(210, 17%, 98%);
  --gray-200: hsl(210, 16%, 93%);
  --gray-300: hsl(210, 14%, 89%);
  --gray-400: hsl(210, 14%, 83%);
  --gray-500: hsl(210, 11%, 71%);
  --gray-600: hsl(210, 7%, 46%);
  --gray-700: hsl(210, 9%, 31%);
  --gray-800: hsl(210, 10%, 23%);
  --gray-900: hsl(210, 11%, 15%);
  --primary: hsl(240, 98%, 17%);
  --secondary: hsl(210, 7%, 46%);
  --success: hsl(120, 32%, 39%);
  --info: hsl(207, 49%, 37%);
  --warning: hsl(34, 100%, 34%);
  --danger: hsl(3, 75%, 37%);
  --light: hsl(210, 17%, 98%);
  --dark: hsl(210, 10%, 23%);
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 68, 131, 68;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 173, 98, 0;
  --danger-rgb: 165, 31, 24;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
}

@media (min-width: 758px) {
	.blog-items.masonry-2, .blog-items.columns-2 {
		display: grid;
		grid-template-columns : 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-3, .blog-items.columns-3 {
		display: grid;
		grid-template-columns : 1fr 1fr 1fr;
		column-gap: 1em;
	}
	.blog-items.masonry-4, .blog-items.columns-4 {
		display: grid;
		grid-template-columns : 1fr 1fr 1fr 1fr;
		column-gap: 1em;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.collapse:not(.show) {
		display: initial;
	}
	.navbar-expand-md .navbar-collapse {
		display: block !important;
		flex-basis: auto;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

* {
	box-sizing: border-box;
}

figure.float-start {
	margin-right: 1em;
}
.float-start {
	float: left !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.control-group {
	margin: 1em 0;
}

.password-group .btn {
	margin: 0;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler .fas {
	font-size: 1.5rem;
}

.list-inline, .list-unstyled {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.list-inline-item,
ul.inline li {
	display: inline-block;
}

.tags .list-inline-item,
ul.tags.inline li {
	margin-bottom: .5rem;
}

.list-inline-item:not(:last-child),
ul.tags.inline li :not(:last-child) {
	margin-right: .5rem;
}

.form-group {
	margin-bottom: 1rem !important;
}

div.mod-login__username input[type="text"],
div.mod-login__password input[type="text"] {
	border: #c7c7c7 1px solid;
	box-sizing: border-box;
}

div.mod-login__username input[type="text"],
div.mod-login__password input[type="text"] {
	border: #c7c7c7 1px solid;
	box-sizing: border-box;
}

div.mod-login__username .input-group-text {
	min-height: 38px;
	box-sizing: border-box;
}

div.mod-login__password button {
	min-height: 38px;
	min-width: 55px;
	border: #c7c7c7 1px solid;
	box-sizing: border-box;
	border-radius: 0.25rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 1rem;
}

div.mod-login__password button {
	width: 55px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

form.mod-login input {
	margin: 0;
}

div.mod-login__username .input-group-text {
	width: 55px;
}

.plg_system_webauthn_login_button {
	display: flex;
	align-items: center;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1024px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6d757e;
}
.blockquote-footer::before {
	content: "?????";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: white;
	border: 1px solid #dfe3e7;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: #6d757e;
}






.form-control {
	display: block;
	width: 100%;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	
	
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control[type=file] {
	overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	color: #22262a;
	background-color: white;
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}
.form-control::-webkit-input-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control::placeholder {
	color: #6d757e;
	opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #eaedf0;
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.6rem 1rem;
	margin: -0.6rem -1rem;
	
	margin-inline-end: 1rem;
	color: #22262a;
	background-color: #eaedf0;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dee1e4;
}
.form-control::-webkit-file-upload-button {
	padding: 0.6rem 1rem;
	margin: -0.6rem -1rem;
	
	margin-inline-end: 1rem;
	color: #22262a;
	background-color: #eaedf0;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dee1e4;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.6rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #22262a;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + (0.5rem + 2px));
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	
	margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	
	margin-inline-end: 0.5rem;
}

.form-control-lg {
	min-height: calc(1.5em + (1rem + 2px));
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	
	margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + (1.2rem + 2px));
}
textarea.form-control-sm {
	min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
	min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 0.6rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}

.form-select, .custom-select,
.form-select:focus, .custom-select:focus {
	display: block;
	width: 100%;
	padding: 0.6rem 3rem 0.6rem 1rem;
	
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	background-color: #eaedf0;
	background-image: url(/templates/stylo-01/images/select-bg.svg);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 116rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
	
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-select, .custom-select {
		transition: none;
	}
}
.form-select:focus, .custom-select:focus {
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-select[multiple], [multiple].custom-select, .form-select[size]:not([size="1"]), [size].custom-select:not([size="1"]) {
	padding-right: 1rem;
	background-image: none;
}
.form-select:disabled, .custom-select:disabled {
	background-color: #eaedf0;
}
.form-select:-moz-focusring, .custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #22262a;
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	/*float: left;*/
	margin-left: -1.5em;
}

/*.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	
	
	appearance: none;
	
	color-adjust: exact;
}
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}*/
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check-input:active {
	
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-check-input:checked {
	background-color: #112855;
	border-color: #112855;
}
/*.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}*/
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #112855;
	border-color: #112855;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	
	filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238894aa'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn,
button.btn-check[disabled] + .btn, button.btn-check:disabled + .btn {
	pointer-events: none;
	
	filter: none;
	opacity: 0.65;
}
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #3a6f3a;
    border-color: #366936;
}
.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	
	
	appearance: none;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #112855;
	border: 0;
	border-radius: 1rem;
	
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b8bfcc;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dfe3e7;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #112855;
	border: 0;
	border-radius: 1rem;
	
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b8bfcc;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dfe3e7;
	border-color: transparent;
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .custom-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 1rem;
	pointer-events: none;
	border: 1px solid transparent;
	
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, 
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, 
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control {
	padding: 1rem 1rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > .custom-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .custom-select ~ label {
	opacity: 0.65;
	
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .custom-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .custom-select:focus {
	z-index: 3;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	text-align: center;
	white-space: nowrap;
	background-color: #eaedf0;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-lg > .custom-select,
.input-group-sm > .form-select,
.input-group-sm > .custom-select {
	padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #448344;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: white;
	background-color: rgba(68, 131, 68, 0.9);
	border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #448344;
	padding-right: calc(1.5em + 1.2rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23448344' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.3rem) center;
	background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #448344;
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + 1.2rem);
	background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .form-select:valid, .was-validated .custom-select:valid, .form-select.is-valid, .is-valid.custom-select {
	border-color: #448344;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .custom-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .custom-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .is-valid.custom-select:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .is-valid.custom-select:not([multiple])[size="1"] {
	padding-right: 5.5rem;
	background-image: url(/templates/stylo-01/images/select-bg.svg), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23448344' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 116rem, calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-select:valid:focus, .was-validated .custom-select:valid:focus, .form-select.is-valid:focus, .is-valid.custom-select:focus {
	border-color: #448344;
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: #448344;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: #448344;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #448344;
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.was-validated .input-group .custom-select:valid,
.input-group .form-select.is-valid,
.input-group .is-valid.custom-select {
	z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated .input-group .custom-select:valid:focus,
.input-group .form-select.is-valid:focus,
.input-group .is-valid.custom-select:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #a51f18;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: white;
	background-color: rgba(165, 31, 24, 0.9);
	border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #a51f18;
	padding-right: calc(1.5em + 1.2rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23a51f18'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23a51f18' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.3rem) center;
	background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #a51f18;
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 1.2rem);
	background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .form-select:invalid, .was-validated .custom-select:invalid, .form-select.is-invalid, .is-invalid.custom-select {
	border-color: #a51f18;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .custom-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .custom-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .is-invalid.custom-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .is-invalid.custom-select:not([multiple])[size="1"] {
	padding-right: 5.5rem;
	background-image: url(/templates/stylo-01/images/select-bg.svg), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23a51f18'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23a51f18' stroke='none'/%3e%3c/svg%3e");
	background-position: right 1rem center, center right 3rem;
	background-size: 116rem, calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-select:invalid:focus, .was-validated .custom-select:invalid:focus, .form-select.is-invalid:focus, .is-invalid.custom-select:focus {
	border-color: #a51f18;
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: #a51f18;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: #a51f18;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #a51f18;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group .custom-select:invalid,
.input-group .form-select.is-invalid,
.input-group .is-invalid.custom-select {
	z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated .input-group .custom-select:invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group .is-invalid.custom-select:focus {
	z-index: 3;
}

.btn,
body.contentpane .btn, 
div.ckboxmodal-body .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #22262a;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	
	
	
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover,
body.contentpane .btn:hover,
div.ckboxmodal-body .btn:hover {
	color: #22262a;
}
.btn-check:focus + .btn, .btn:focus,
body.contentpane .btn-check:focus + .btn, .btn:focus,
div.ckboxmodal-body .btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn,
body.contentpane .btn:disabled, body.contentpane .btn.disabled, body.contentpane fieldset:disabled .btn,
div.ckboxmodal-body .btn:disabled, div.ckboxmodal-body .btn.disabled, div.ckboxmodal-body fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-primary,
body.contentpane .btn-primary,
div.ckboxmodal-body .btn-primary {
	color: white;
	background: #010156;
	border-color: #010156;
}
.btn-primary:hover,
body.contentpane .btn-primary:hover,
div.ckboxmodal-body .btn-primary:hover {
	color: white;
	background: #010149;
	border-color: #010145;
}
.btn-check:focus + .btn-primary, .btn-primary:focus,
body.contentpane .btn-check:focus + .btn-primary, body.contentpane .btn-primary:focus,
div.ckboxmodal-body .btn-check:focus + .btn-primary, div.ckboxmodal-body .btn-primary:focus {
	color: white;
	background: #010149;
	border-color: #010145;
	box-shadow: 0 0 0 0.25rem rgba(39, 39, 111, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: white;
	background: #010145;
	border-color: #010141;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(39, 39, 111, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
	color: white;
	background: #010156;
	border-color: #010156;
}

.btn-secondary {
	color: white;
	background: #6d757e;
	border-color: #6d757e;
}
.btn-secondary:hover {
	color: white;
	background: #5d636b;
	border-color: #575e65;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: white;
	background: #5d636b;
	border-color: #575e65;
	box-shadow: 0 0 0 0.25rem rgba(131, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: white;
	background: #575e65;
	border-color: #52585f;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(131, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
	color: white;
	background: #6d757e;
	border-color: #6d757e;
}

.btn-success,
button.btn.btn-success {
	color: white;
	background: #448344;
	border-color: #448344;
}
.btn-success:hover,
.btb.btn-success:hover,
button.btn.btn-success:hover {
	color: white;
	background: #3a6f3a;
	border-color: #366936;
}
.btn-check:focus + .btn-success, .btn-success:focus {
	color: white;
	background: #3a6f3a;
	border-color: #366936;
	box-shadow: 0 0 0 0.25rem rgba(96, 150, 96, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
	color: white;
	background: #366936;
	border-color: #336233;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(96, 150, 96, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
	color: white;
	background: #448344;
	border-color: #448344;
}

.btn-info {
	color: white;
	background: #30638d;
	border-color: #30638d;
}
.btn-info:hover {
	color: white;
	background: #295478;
	border-color: #264f71;
}
.btn-check:focus + .btn-info, .btn-info:focus {
	color: white;
	background: #295478;
	border-color: #264f71;
	box-shadow: 0 0 0 0.25rem rgba(79, 122, 158, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
	color: white;
	background: #264f71;
	border-color: #244a6a;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(79, 122, 158, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
	color: white;
	background: #30638d;
	border-color: #30638d;
}

.btn-warning {
	color: white;
	background: #ad6200;
	border-color: #ad6200;
}
.btn-warning:hover {
	color: white;
	background: #935300;
	border-color: #8a4e00;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: white;
	background: #935300;
	border-color: #8a4e00;
	box-shadow: 0 0 0 0.25rem rgba(185, 122, 38, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
	color: white;
	background: #8a4e00;
	border-color: #824a00;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(185, 122, 38, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
	color: white;
	background: #ad6200;
	border-color: #ad6200;
}

.btn-danger {
	color: white;
	background: #a51f18;
	border-color: #a51f18;
}
.btn-danger:hover {
	color: white;
	background: #8c1a14;
	border-color: #841913;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: white;
	background: #8c1a14;
	border-color: #841913;
	box-shadow: 0 0 0 0.25rem rgba(179, 65, 59, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	color: white;
	background: #841913;
	border-color: #7c1712;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(179, 65, 59, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
	color: white;
	background: #a51f18;
	border-color: #a51f18;
}

.btn-light {
	color: black;
	background: #f9fafb;
	border-color: #f9fafb;
}
.btn-light:hover {
	color: black;
	background: #fafbfc;
	border-color: #fafbfb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
	color: black;
	background: #fafbfc;
	border-color: #fafbfb;
	box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
	color: black;
	background: #fafbfc;
	border-color: #fafbfb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
	color: black;
	background: #f9fafb;
	border-color: #f9fafb;
}

.btn-dark {
	color: white;
	background: #353b41;
	border-color: #353b41;
}
.btn-dark:hover {
	color: white;
	background: #2d3237;
	border-color: #2a2f34;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: white;
	background: #2d3237;
	border-color: #2a2f34;
	box-shadow: 0 0 0 0.25rem rgba(83, 88, 94, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: white;
	background: #2a2f34;
	border-color: #282c31;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(83, 88, 94, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
	color: white;
	background: #353b41;
	border-color: #353b41;
}

.btn-outline-primary {
	color: #010156;
	border-color: #010156;
}
.btn-outline-primary:hover {
	color: white;
	background: #010156;
	border-color: #010156;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: white;
	background: #010156;
	border-color: #010156;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #010156;
	background: transparent;
}

.btn-outline-secondary {
	color: #6d757e;
	border-color: #6d757e;
}
.btn-outline-secondary:hover {
	color: white;
	background: #6d757e;
	border-color: #6d757e;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(109, 117, 126, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: white;
	background: #6d757e;
	border-color: #6d757e;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(109, 117, 126, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #6d757e;
	background: transparent;
}

.btn-outline-success {
	color: #448344;
	border-color: #448344;
}
.btn-outline-success:hover {
	color: white;
	background: #448344;
	border-color: #448344;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	color: white;
	background: #448344;
	border-color: #448344;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #448344;
	background: transparent;
}

.btn-outline-info {
	color: #30638d;
	border-color: #30638d;
}
.btn-outline-info:hover {
	color: white;
	background: #30638d;
	border-color: #30638d;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(48, 99, 141, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: white;
	background: #30638d;
	border-color: #30638d;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(48, 99, 141, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #30638d;
	background: transparent;
}

.btn-outline-warning {
	color: #ad6200;
	border-color: #ad6200;
}
.btn-outline-warning:hover {
	color: white;
	background: #ad6200;
	border-color: #ad6200;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(173, 98, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	color: white;
	background: #ad6200;
	border-color: #ad6200;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(173, 98, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #ad6200;
	background: transparent;
}

.btn-outline-danger {
	color: #a51f18;
	border-color: #a51f18;
}
.btn-outline-danger:hover {
	color: white;
	background: #a51f18;
	border-color: #a51f18;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
	color: white;
	background: #a51f18;
	border-color: #a51f18;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #a51f18;
	background: transparent;
}

.btn-outline-light {
	color: #f9fafb;
	border-color: #f9fafb;
}
.btn-outline-light:hover {
	color: black;
	background: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
	color: black;
	background: #f9fafb;
	border-color: #f9fafb;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #f9fafb;
	background: transparent;
}

.btn-outline-dark {
	color: #353b41;
	border-color: #353b41;
}
.btn-outline-dark:hover {
	color: white;
	background: #353b41;
	border-color: #353b41;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(53, 59, 65, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
	color: white;
	background: #353b41;
	border-color: #353b41;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(53, 59, 65, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #353b41;
	background: transparent;
}

.btn-link {
	font-weight: 400;
	color: #224faa;
	text-decoration: underline;
}
.btn-link:hover {
	color: #424077;
}
.btn-link:disabled, .btn-link.disabled {
	color: #6d757e;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #22262a;
	text-align: left;
	list-style: none;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 524px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 758px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 950px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1024px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #22262a;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #1f2226;
	background-color: #eaedf0;
}
.dropdown-item.active, .dropdown-item:active {
	color: white;
	text-decoration: none;
	background-color: #112855;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6d757e;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #22262a;
}

.dropdown-menu-dark {
	color: #dfe3e7;
	background-color: #353b41;
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
	color: #dfe3e7;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: white;
	background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: white;
	background-color: #112855;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
	color: #dfe3e7;
}
.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #22262a;
	text-align: left;
	background-color: white;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	color: #0f244d;
	background-color: #e7eaee;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f244d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	
	transform: rotate(-180deg);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322262a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, 
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #8894aa;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}
.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6d757e;
	content: var(--breadcrumb-divider, "/") /* rtl: var(--breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
	color: #484f56;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.tck-blog .w-100 {
	display: flex;
	flex-wrap: wrap;
}

.tck-blog p.counter {
	margin-left: auto;
	order: 1;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
}

.page-link {
	position: relative;
	display: block;
	color: #224faa;
	text-decoration: none;
	background-color: white;
	border: 1px solid #dfe3e7;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: #424077;
	background-color: #eaedf0;
	border-color: #dfe3e7;
}
.page-link:focus {
	z-index: 3;
	color: #424077;
	background-color: #eaedf0;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.page-item.active .page-link {
	z-index: 3;
	color: white;
	background-color: #112855;
	border-color: #112855;
}
.page-item.disabled .page-link {
	color: #6d757e;
	pointer-events: none;
	background-color: white;
	border-color: #dfe3e7;
}

.page-link {
	padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #010134;
	background-color: #ccccdd;
	border-color: #b3b3cc;
}
.alert-primary .alert-link {
	color: #01012a;
}

.alert-secondary {
	color: #41464c;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}
.alert-secondary .alert-link {
	color: #34383d;
}

.alert-success {
	color: #294f29;
	background-color: #dae6da;
	border-color: #c7dac7;
}
.alert-success .alert-link {
	color: #213f21;
}

.alert-info {
	color: #1d3b55;
	background-color: #d6e0e8;
	border-color: #c1d0dd;
}
.alert-info .alert-link {
	color: #172f44;
}

.alert-warning {
	color: #683b00;
	background-color: #efe0cc;
	border-color: #e6d0b3;
}
.alert-warning .alert-link {
	color: #532f00;
}

.alert-danger {
	color: #63130e;
	background-color: #edd2d1;
	border-color: #e4bcba;
}
.alert-danger .alert-link {
	color: #4f0f0b;
}

.alert-light {
	color: #646464;
	background-color: #fefefe;
	border-color: #fdfefe;
}
.alert-light .alert-link {
	color: #505050;
}

.alert-dark {
	color: #202327;
	background-color: #d7d8d9;
	border-color: #c2c4c6;
}
.alert-dark .alert-link {
	color: #1a1c1f;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #eaedf0;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: white;
	text-align: center;
	white-space: nowrap;
	background-color: #112855;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	
	animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		
		animation: none;
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}
.list-group-numbered > li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #484f56;
	text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #484f56;
	text-decoration: none;
	background-color: #f9fafb;
}
.list-group-item-action:active {
	color: #22262a;
	background-color: #eaedf0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	color: #22262a;
	text-decoration: none;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6d757e;
	pointer-events: none;
	background-color: white;
}
.list-group-item.active {
	z-index: 2;
	color: white;
	background-color: #112855;
	border-color: #112855;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 524px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 758px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 950px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1024px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #010134;
	background-color: #ccccdd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #010134;
	background-color: #b8b8c7;
}
.list-group-item-primary.list-group-item-action.active {
	color: white;
	background-color: #010134;
	border-color: #010134;
}

.list-group-item-secondary {
	color: #41464c;
	background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #41464c;
	background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
	color: white;
	background-color: #41464c;
	border-color: #41464c;
}

.list-group-item-success {
	color: #294f29;
	background-color: #dae6da;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #294f29;
	background-color: #c4cfc4;
}
.list-group-item-success.list-group-item-action.active {
	color: white;
	background-color: #294f29;
	border-color: #294f29;
}

.list-group-item-info {
	color: #1d3b55;
	background-color: #d6e0e8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #1d3b55;
	background-color: #c1cad1;
}
.list-group-item-info.list-group-item-action.active {
	color: white;
	background-color: #1d3b55;
	border-color: #1d3b55;
}

.list-group-item-warning {
	color: #683b00;
	background-color: #efe0cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #683b00;
	background-color: #d7cab8;
}
.list-group-item-warning.list-group-item-action.active {
	color: white;
	background-color: #683b00;
	border-color: #683b00;
}

.list-group-item-danger {
	color: #63130e;
	background-color: #edd2d1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #63130e;
	background-color: #d5bdbc;
}
.list-group-item-danger.list-group-item-action.active {
	color: white;
	background-color: #63130e;
	border-color: #63130e;
}

.list-group-item-light {
	color: #646464;
	background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #646464;
	background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
	color: white;
	background-color: #646464;
	border-color: #646464;
}

.list-group-item-dark {
	color: #202327;
	background-color: #d7d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #202327;
	background-color: #c2c2c3;
}
.list-group-item-dark.list-group-item-action.active {
	color: white;
	background-color: #202327;
	border-color: #202327;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: black;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
}
.btn-close:hover {
	color: black;
	text-decoration: none;
	opacity: 0.75;
}
.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
	opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	
	
	
	user-select: none;
	opacity: 0.25;
}

.btn-close-white {
	
	filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
	opacity: 0;
}
.toast.hide {
	display: none;
}

.toast-container {
	
	
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :not(:last-child) {
	margin-bottom: 0.5em;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	color: #6d757e;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
	margin-right: -0.375rem;
	margin-left: 0.75rem;
}

.toast-body {
	padding: 0.75rem;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	/*pointer-events: none;*/
}
.modal.fade .modal-dialog {
	
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, 
	
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	
	transform: none;
}
.modal.modal-static .modal-dialog {
	
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: black;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dfe3e7;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dfe3e7;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}

@media (min-width: 524px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 950px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1024px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width: 523.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 757.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 949.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1023.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
	padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
	padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
	padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
	padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: black;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: white;
	text-align: center;
	background-color: black;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0 /* rtl:ignore */;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
	bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: white;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: white;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
	top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: white;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: white;
}

.popover-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #22262a;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	
	backface-visibility: hidden;
	
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, 
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	
	transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: white;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: white;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: white;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: white;
	text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	
	filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: black;
}
.carousel-dark .carousel-caption {
	color: black;
}

@-webkit-keyframes spinner-border {
	to {
		
		transform: rotate(360deg) /* rtl:ignore */;
	}
}

@keyframes spinner-border {
	to {
		
		transform: rotate(360deg) /* rtl:ignore */;
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		
		transform: scale(0);
	}
	50% {
		opacity: 1;
		
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		
		transform: scale(0);
	}
	50% {
		opacity: 1;
		
		transform: none;
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	
	animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		
		animation-duration: 1.5s;
	}
}

.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--aspect-ratio);
	content: "";
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--aspect-ratio: 100%;
}

.ratio-4x3 {
	--aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 524px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 758px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 950px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1024px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.visually-hidden, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.btn-group {
	margin-bottom: 1em;
}
.btn-group > input {
	padding: 0.5em;
	border: 1px solid #ced4da;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

[dir=rtl] .btn-group > input {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.com-content-category__pagination {
	margin-bottom: 1em;
}

small,
.small {
	font-size: 0.875rem;
}

dd {
	padding: 0;
	word-wrap: break-word;
}

[dir=rtl] dd {
	margin-right: 0;
	margin-left: auto;
}

.com-contact__thumbnail {
	text-align: left;
}

#contact-form input {
	min-height: 15px; /* fix for checkbox not visible */
}

@media (min-width: 950px) {
	dl.dl-horizontal {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	dl.dl-horizontal dt {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	dl.dl-horizontal dd {
		grid-column-start: 2;
		grid-column-end: 3;
		padding: 0 0 0 1em;
		margin-bottom: 0;
	}

	.com-contact__container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, auto);
		grid-gap: 1rem;
		margin-bottom: 1em;
	}
	.com-contact__container h3, .com-contact__container .h3 {
		grid-column: 1/5;
	}
	.com-contact__container .com-contact__thumbnail {
		grid-column: 3/5;
		grid-row: 2/5;
		margin-bottom: 1em;
		text-align: right;
	}
	.com-contact__container .com-contact__position {
		grid-column: 1/3;
		grid-row: 2/3;
	}
	.com-contact__container .com-contact__info {
		grid-column: 1/3;
		grid-row: 3/4;
	}

	[dir=rtl] dl.dl-horizontal dd {
		padding: 0 1em 0 0;
	}

	.com-users-profile dt {
		min-width: 180px;
	}
}
figure {
	margin: 0 0 2em;
}
figure.float-start {
	margin-right: 1em;
}
figure.float-end {
	margin-left: 1em;
}
[dir=rtl] figure.float-start {
	margin-right: 0;
	margin-left: 1em;
}
[dir=rtl] figure.float-end {
	margin-right: 1em;
	margin-left: 0;
}

figcaption {
	font-size: 0.9em;
	color: #6d757e;
}

meter {
	width: 100%;
}

.pagenavigation,
.pager {
	clear: both;
}
.pagenavigation .pagination,
.pager .pagination {
	justify-content: space-between;
	padding: 0;
	margin: 1em 0;
}
.pagenavigation .pagination li.next:only-child,
.pager .pagination li.next:only-child {
	margin-left: auto;
}
[dir=rtl] .pagenavigation .pagination > li.next:only-child,
[dir=rtl] .pager .pagination > li.next:only-child {
	margin-right: auto;
	margin-left: 1em;
}

.page-link {
	color: #224faa;
}
.page-link:hover {
	color: #224faa;
}

.pager .pagination {
	justify-content: center;
}

[dir=rtl] li.next .page-link {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.25rem;
}

[dir=rtl] li.previous .page-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}

.article-index .toclink.active {
	color: currentColor;
}

.j-main-container .alert {
	margin: 0.75rem;
}

.alert-heading {
	font-size: 1.5rem;
}
.form-control {
	max-width: 100%;
	background-color: white;
}
.form-control.input-xlarge {
	max-width: 21.875rem;
}
.form-control.input-xxlarge {
	max-width: 34.375rem;
}
.form-control.input-full {
	max-width: 100%;
}

.spacer hr {
	width: 23.75rem;
}

.form-select, .custom-select {
	max-width: 100%;
}

.form-inline .form-select, .form-inline .custom-select {
	display: inline-block;
	width: auto;
}

@media (max-width: 757.98px) {
	.form-inline .form-select, .form-inline .custom-select {
		width: 100%;
	}
}
td .form-control {
	display: inline-block;
	width: auto;
}

.checkboxes {
	padding-top: 5px;
}
.checkboxes .checkbox input {
	position: static;
	margin-left: 0;
}

.modal label {
	width: 100%;
}

.invalid {
	color: #a51f18;
	border-color: #a51f18;
}

.valid {
	border-color: #448344;
}

.form-control-feedback {
	display: block;
}

[role=tooltip]:not(.show) {
	right: 5em;
	z-index: 1070;
	display: none;
	max-width: 100%;
	padding: 0.5em;
	margin: 0.5em;
	color: black;
	text-align: start;
	background: white;
	border: 1px solid #6d757e;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
	right: auto;
	
	margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
	right: auto;
	
	margin-inline-start: -10em;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
	position: absolute;
	display: block;
}

[id="filter[search]-desc"] {
	bottom: 100%;
}
.container-popup [id="filter[search]-desc"] {
	top: 100%;
	bottom: auto;
}

.com-users-login__options {
	margin-top: 2em;
}

.btn.jmodedit {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	z-index: 900;
	color: #224faa;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #58595a;
	border-radius: 0.25rem;
}

[dir=rtl] .btn.jmodedit {
	right: auto;
	left: 0;
}
.icon-white {
	color: white;
}
.input-group-text::before {
	min-width: 16px;
}

.tbody-icon {
	padding: 0 3px;
	text-align: center;
	background-color: transparent;
	border: 0;
}
.tbody-icon [class^=icon-],
.tbody-icon [class*=" icon-"],
.tbody-icon [class^=fa-],
.tbody-icon [class*=" fa-"] {
	width: 26px;
	height: 26px;
	font-size: 1.1rem;
	line-height: 22px;
	color: #ced4da;
	border: 2px solid var(--border);
	border-radius: 50%;
}
.tbody-icon .icon-publish,
.tbody-icon .icon-check,
.tbody-icon .fa-check {
	color: #448344;
	border-color: #448344;
}
.tbody-icon .icon-checkedout,
.tbody-icon .icon-lock,
.tbody-icon .fa-lock {
	width: auto;
	height: auto;
	font-size: 1.2rem;
	line-height: 1rem;
	color: #484f56;
	border: 0;
}
.tbody-icon.home-disabled, .tbody-icon.featured-disabled, .tbody-icon.color-featured-disabled, .tbody-icon.icon-star-disabled, .tbody-icon.fa-star-disabled {
	cursor: not-allowed;
	opacity: 1;
}

.tbody-icon .icon-delete,
.tbody-icon .fa-delete,
.tbody-icon .icon-times,
.tbody-icon .fa-times {
	color: #a51f18;
	border-color: #a51f18;
}

.plg_system_webauthn_login_button svg {
	
	margin-inline-end: 2px;
	width: 20px;
}

.plg_system_webauthn_login_button svg path {
	fill: var(--black);
}
.modal iframe {
	width: 100%;
}

.grid-child {
	display: flex;
	width: 100%;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}
.system-debug {
	display: block;
}

.options-form {
	width: 100%;
	padding: 1vw 2vw;
	margin-bottom: 1rem;
	color: #495057;
	background-color: white;
	border: 1px solid #b2bfcd;
}
.options-form > legend {
	float: none;
	width: auto;
	padding: 0 0.5rem;
	font-weight: 700;
	color: #495057;
	background-color: white;
}

.modal .btn {
	margin-right: 0.5rem;
}
.modal .btn-primary:not([href]),
.modal .btn-success:not([href]) {
	color: white;
}
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]):hover {
	color: white;
}

.modal-header {
	padding: 0 15px;
}

.modal-title {
	font-weight: 400;
	line-height: 3rem;
}

.contentpane {
	padding: 15px;
}
.contentpane .main-card {
	margin: -10px;
	box-shadow: none;
}
.container-popup .form-select, .container-popup .custom-select {
	width: auto;
}

.blog-item.tck-article::after {
	display: block;
	clear: both;
	content: "";
}

.image-left .blog-item, .image-right .blog-item {
	flex-direction: row;
}
.image-left .blog-item .item-image, .image-right .blog-item .item-image {
	flex: 1 0 40%;
}
.article-info dd {
	padding: 0;
}
.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
	order: 0;
}
.image-alternate.image-left .blog-item:nth-of-type(2n+1) .item-image {
	margin-right: 0;
	margin-left: 25px;
	order: 1;
}
.image-alternate.image-top .blog-item:nth-of-type(2n+1) .item-image {
	order: 1;
}

.boxed .blog-item {
	box-shadow: 0 0 2px #3339421a, 0 2px 5px #33394214, 0 5px 15px #33394214, inset 0 3px 0 var(--cassiopeia-color-primary);
	background-color: #fff;
}

.boxed .blog-item .item-content {
	padding: 25px;
}

.boxed .blog-item .item-image {
	margin-top: 3px;
	margin-bottom: 15px;
	overflow: hidden;
}

.boxed .blog-item .item-image {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 0;
	background: transparent;
}

.no-card .newsflash-horiz li {
	padding: 0 1rem 1rem;
	border: 1px solid #dfe3e7;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.no-card .newsflash-horiz li figure {
	margin: 0 -1rem 1rem;
}

.element-invisible {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	
	clip-path: inset(50%);
}

.hidden, .hide {
	display: none;
	visibility: hidden;
}

.table-row {
	display: table-row;
}

/*joomla-alert {
	display: none;
}*/

.editor-xtd-buttons .btn {
	margin-bottom: 5px;
}

.subhead {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: auto;
	min-height: 43px;
	padding: 10px 0;
	color: #495057;
	background: white;
	box-shadow: -3px -2px 22px #ddd;
}
.subhead .row {
	margin-right: 0;
	margin-left: 0;
}
.subhead.noshadow {
	box-shadow: none;
}
.subhead joomla-toolbar-button,
.subhead .btn-group {
	
	margin-inline-start: 0.75rem;
}
.subhead joomla-toolbar-button:first-child,
.subhead .btn-group:first-child {
	
	margin-inline-start: 0;
}
.subhead joomla-toolbar-button .btn > span,
.subhead joomla-toolbar-button .dropdown-item > span {
	
	margin-inline-end: 0.5rem;
	width: 1.25em;
	text-align: center;
}
.subhead .btn {
	--subhead-btn-accent: #495057;
	padding: 0 1rem;
	margin: 5px 0;
	font-size: 1rem;
	line-height: 2.45rem;
	color: #495057;
	background: white;
	border-color: #adb5bd;
}
.subhead .btn > span {
	display: inline-block;
	color: var(--subhead-btn-accent);
}
.subhead .btn:not([disabled]):hover, .subhead .btn:not([disabled]):active, .subhead .btn:not([disabled]):focus {
	color: rgba(255, 255, 255, 0.9);
	background-color: var(--subhead-btn-accent);
	border-color: var(--subhead-btn-accent);
}
.subhead .btn:not([disabled]):hover > span, .subhead .btn:not([disabled]):active > span, .subhead .btn:not([disabled]):focus > span {
	color: rgba(255, 255, 255, 0.9);
}
.subhead .btn.btn-success {
	--subhead-btn-accent: var(--success);
}
.subhead .btn.btn-danger {
	--subhead-btn-accent: var(--danger);
}
.subhead .btn.btn-primary {
	--subhead-btn-accent: #2a69b8;
}
.subhead .btn.btn-secondary {
	--subhead-btn-accent: #001b4c;
}
.subhead .btn.btn-info {
	--subhead-btn-accent: #132f53;
}
.subhead .btn.btn-action {
	--subhead-btn-accent: #132f53;
	display: flex;
	align-items: center;
}
.subhead .btn.btn-action::after {
	width: 2.375rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "???";
	border: 0;
}
.subhead .btn[disabled], .subhead .btn.dropdown-toggle[disabled] {
	--subhead-btn-accent: #132f53;
	background: rgba(223, 227, 231, 0.8);
	opacity: 0.5;
}
.subhead .btn[disabled]:hover, .subhead .btn[disabled]:active, .subhead .btn[disabled]:focus, .subhead .btn.dropdown-toggle[disabled]:hover, .subhead .btn.dropdown-toggle[disabled]:active, .subhead .btn.dropdown-toggle[disabled]:focus {
	cursor: not-allowed;
}
.subhead .dropdown-toggle.btn {
	
	padding-inline-end: 0;
}
.subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
	order: 1;
	
	margin-inline-start: -0.25rem;
}
[dir=ltr] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
	border-radius: 0 0.25rem 0.25rem 0;
}
[dir=rtl] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
	border-radius: 0.25rem 0 0 0.25rem;
}
.subhead .dropdown-menu joomla-toolbar-button,
.subhead .btn-group joomla-toolbar-button {
	
	margin-inline-start: 0;
}
@media (max-width: 523.98px) {
	joomla-tab[view=accordion] .col-md-9,
	joomla-tab[view=accordion] .col-md-3 {
		padding: 0.5rem 1rem !important;
	}

	#myTab {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}

	joomla-tab[view=accordion] ul li {
		width: 100%;
	}

	.subhead joomla-toolbar-button,
	.subhead .btn-group,
	.subhead .btn {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
	.subhead .btn-toolbar > .btn-group,
	.subhead .btn-toolbar > joomla-toolbar-button {
		margin-left: 0;
	}
	.subhead .btn.btn-action::after {
		text-align: center;
		
		margin-inline-start: auto;
	}
	.subhead .dropdown-toggle-split {
		width: auto;
	}
}

.left.item-image {
	float: left;
}

.right.item-image {
	float: right;
}

.tags .list-inline-item {
	margin-bottom: 0.5rem;
}
.tags a.btn {
	font-weight: 700;
}

.tag {
	display: inline-block;
	padding: 0.5rem 0;
}
.mod-finder__search.input-group {
	flex-wrap: nowrap;
}
.mod-finder__search.input-group .awesomplete input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.mod-finder__search.input-group button {
	display: flex;
	align-items: center;
}
.mod-finder__search.input-group button .icon-search {
	
	margin-inline-end: 0.2em;
}

.mod-finder input.js-finder-search-query {
	margin-bottom: 0;
	padding: 8px;
}

.awesomplete > input {
	max-width: 200px;
}
@media (min-width: 758px) {
	.awesomplete > input {
		max-width: none;
	}
}
.awesomplete > ul {
	z-index: 1000 !important;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
	text-decoration: none;
}

.btn.group-move {
	cursor: move;
}

.btn-secondary {
	color: #353b41;
	background-color: white;
	border-color: #ced4da;
}
.btn-secondary:hover, .btn-secondary:focus {
	color: #353b41;
	background-color: #f9fafb;
}

.article-info .association .btn-secondary,
.cat-list-association .btn-secondary {
	font-weight: 700;
	color: white;
	background-color: #6d757e;
	border-color: #ced4da;
}
.article-info .association .btn-secondary:hover, .article-info .association .btn-secondary:focus,
.cat-list-association .btn-secondary:hover,
.cat-list-association .btn-secondary:focus {
	color: white;
	background-color: #353b41;
}
.article-info .association .btn-sm, .article-info .association .btn-group-sm > .btn,
.cat-list-association .btn-sm,
.cat-list-association .btn-group-sm > .btn {
	padding: 0 0.25rem;
	font-size: 0.8rem;
	border-radius: 0.2rem;
}

@media (max-width: 757.98px) {
	.btn {
		margin-bottom: 0.25rem;
	}

	.input-group .btn {
		margin-bottom: 0;
	}
}
.form-select, .custom-select,
.form-select:focus, .custom-select:focus {
	max-width: 100%;
	cursor: pointer;
	background: url(/templates/stylo-01/images/select-bg.svg) no-repeat right center/116rem;
	background-color: #eaedf0;
	border: solid 1px #ced4da;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-select:focus, .custom-select:focus {
	border-color: #000;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
[dir=rtl] .form-select, [dir=rtl] .custom-select {
	padding: 0.6rem 1rem 0.6rem 4rem;
	background: url(/templates/stylo-01/images/select-bg-rtl.svg) no-repeat left center/116rem;
	background-color: #eaedf0;
}
.form-select[multiple], [multiple].custom-select {
	padding: 0;
	background-color: white;
}
.form-select[multiple] option, [multiple].custom-select option {
	padding: 0.3rem 1rem;
	background-color: white;
}
.form-select[multiple] option:checked, [multiple].custom-select option:checked {
	color: white;
	background-color: #112855 !important;
}
.form-select.form-select-success, .form-select-success.custom-select, .form-select.custom-select-success, .custom-select-success.custom-select {
	color: #448344;
	background-color: #448344;
}
.form-select.form-select-success option, .form-select-success.custom-select option, .form-select.custom-select-success option, .custom-select-success.custom-select option {
	color: #22262a;
	background-color: white;
}
.form-select.form-select-danger, .form-select-danger.custom-select, .form-select.custom-select-danger, .custom-select-danger.custom-select {
	color: #a51f18;
	background-color: #a51f18;
}
.form-select.form-select-danger option, .form-select-danger.custom-select option, .form-select.custom-select-danger option, .custom-select-danger.custom-select option {
	color: #22262a;
	background-color: white;
}
.form-select optgroup, .custom-select optgroup,
.form-select option,
.custom-select option {
	color: var(--dark);
	background-color: white;
}

.field-media-wrapper {
	display: block;
	width: 100%;
	max-width: calc(50vw - 5rem);
}
.field-media-wrapper .field-media-preview {
	width: 100%;
	max-width: none;
}
@media (max-width: 757.98px) {
	.field-media-wrapper {
		min-width: 100%;
	}
}
.list-group-item {
	background: none;
}

.list-unstyled .list-unstyled {
	padding-left: 20px;
}

.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}

[class*=jviewport-height] iframe {
	height: 100%;
}

.modal-dialog.jviewport-width10 {
	width: 10vw;
	max-width: none;
}
.modal-dialog.jviewport-width20 {
	width: 20vw;
	max-width: none;
}
.modal-dialog.jviewport-width30 {
	width: 30vw;
	max-width: none;
}
.modal-dialog.jviewport-width40 {
	width: 40vw;
	max-width: none;
}
.modal-dialog.jviewport-width50 {
	width: 50vw;
	max-width: none;
}
.modal-dialog.jviewport-width60 {
	width: 60vw;
	max-width: none;
}
.modal-dialog.jviewport-width70 {
	width: 70vw;
	max-width: none;
}
.modal-dialog.jviewport-width80 {
	width: 80vw;
	max-width: none;
}
.modal-dialog.jviewport-width90 {
	width: 90vw;
	max-width: none;
}
.modal-dialog.jviewport-width100 {
	width: 100vw;
	max-width: none;
}
.contentpane .media-container {
	margin: 0;
}

.editor .toggle-editor {
	margin-top: 1rem;
}
.editor .mce-tinymce {
	border: 1px solid #dfe3e7;
	border-radius: 0.25rem;
}
.editor .mce-btn,
.editor .mce-panel {
	background: #f9fafb;
}

.tox {
	white-space: nowrap !important;
}

.chzn-container-single {
	width: auto !important;
}

.chzn-container-multi {
	width: 100% !important;
	max-width: 240px;
}

.media-breadcrumb-item:after {
	border-left-color: transparent;
}

.choices__button_joomla {
    margin: 0 2px;
    padding: 2px 8px;
    font-size: 1em;
    border-radius: 6px;
}

@supports (-ms-ime-align: auto) {
	[dir=rtl] .subhead {
		position: relative;
	}
}


/*----------------------------------
-- Addition for frontend rendering --
-- added in Template Creator CK 5.1.2
-------------------------------------*/

.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}


.chosen-container.chosen-container-single{font-size:1rem;max-width:100%}.chosen-container.chosen-container-single .chosen-single{appearance:none;
background:#eaedf0 url(/media/templates/site/cassiopeia/images/select-bg.svg) no-repeat right 1rem center;
background-image:none\9;background-size:116rem;border:1px solid #ced4da;border-radius:.25rem;box-shadow:none;color:#22262a;display:inline-block;height:calc(1.5em + 1.2rem + 2px);line-height:1.5;padding:.81rem 4rem .81rem 1rem;vertical-align:middle}.chosen-container.chosen-container-single .chosen-single abbr{top:10px}.chosen-container.chosen-container-single .chosen-single:focus{border-color:#8894aa;outline:none}.chosen-container.chosen-container-single .chosen-single:disabled{background-color:#eaedf0;cursor:not-allowed}.chosen-container.chosen-container-single .chosen-single div b{background:none!important}.chosen-container.chosen-container-single .chosen-drop{background:#fff;border:1px solid #ced4da}.chosen-container.chosen-container-single .chosen-results li{line-height:1.3rem}.chosen-container.chosen-container-single.chosen-container-active .chosen-single{border-bottom-left-radius:0;border-bottom-right-radius:0}.chosen-container.chosen-container-multi .chosen-choices{background-image:#fff;font-size:1rem;line-height:1.5;max-width:100%;min-height:calc(1.5em + 1.2rem + 2px)}.chosen-container.chosen-container-multi .chosen-choices li.search-choice{background:var(--primary);border:0;border-radius:.25rem;box-shadow:1px 1px 4px rgba(0,0,0,.1);color:#fff;padding:5px 33px 5px 10px}.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:rgba(0,0,0,.2);background-image:none!important;height:100%;right:0;top:0;width:20px}.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{color:#fff;content:"??";font-size:1rem}




/*** ajout front ***/

body.contentpane,
#adminForm {
	background: #fff;
	/* color: #333; */
	/* font-family: Arial; */
	/* font-size: 13px; */
	text-shadow: none;
}

body.contentpane,
#adminForm,
body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
.ckboxmodal-body h4,
#adminForm,
#adminForm h1,
#adminForm h2,
#adminForm h3,
#adminForm h4 {
	background: #fff;
	/* color: #333; */
	/* font-family: Arial; */
	text-shadow: none;
}

#adminForm fieldset,
body.contentpane fieldset {
	margin-bottom: 2em;
}

.modal-title {
	background: #fff;
	color: #333;
	font-family: Arial;
	color: #000;
	text-shadow: none;
}

#adminForm .js-stools-container-bar .ordering-select {
	display: 
	display: 
	display: flex;
}

#adminForm .btn,
body.contentpane .btn {
	background: #eaedf0;
	padding: 8px 15px;
	border: solid 1px #ced4da;
	border-radius: 0;
	color: #333;
	text-shadow: none;
}

#adminForm .btn:hover,
body.contentpane .btn:hover {
	background: #e0e0e0;
	padding: 8px 15px;
	border: solid 1px #ced4da;
	border-radius: 0;
}

#adminForm .btn-success, #adminForm button.btn.btn-success,
body.contentpane .btn-success, body.contentpane button.btn.btn-success {
	color: white;
	background-color: #448344;
	border-color: #448344;
}

#adminForm .btn-success:hover, #adminForm button.btn.btn-success:hover,
body.contentpane .btn-success:hover, body.contentpane button.btn.btn-success:hover,
.ckboxmodal-body .btn-success:hover, .ckboxmodal-body button.btn.btn-success:hover {
	color: white;
	background-color: #3a6f3a;
	border-color: #366936;
}

#adminForm .choices__button_joomla,
body.contentpane .choices__button_joomla,
.ckboxmodal-body .choices__button_joomla {
	background: #ededed;
	color: #000;
	text-shadow: none;
	padding: 2px 8px;
	border-radius: 6px;
}

#adminForm .choices__button_joomla,
body.contentpane .choices__button_joomla,
.ckboxmodal-body .choices__button_joomla {
	background: #ccc;
	color: #000;
	text-shadow: none;
	padding: 2px 8px;
	border-radius: 6px;
}

#adminForm .js-stools-field-list + .js-stools-field-list {
	
	margin-inline-start: 8px;
}

#adminForm .js-stools-container-bar .btn-toolbar > * {
	
	margin: 4px 0;
	margin-inline-end: 8px;
}

#adminForm .filter-search-bar__description {
	bottom: auto;
	top: 100%;
}

#adminForm .js-stools-container-filters {
	display: none;
	margin-bottom: 20px;
	padding: 0 20px;
}

#adminForm .js-stools-container-filters-visible {
	grid-gap: 8px;
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
	padding: 10px;
}

#adminForm table {
	background: #fff;
	color: #000;
}

/*#adminForm a,
body.contentpane a {
	color: rgb(34, 79, 170);
}

#adminForm a:hover,
body.contentpane a:hover {
	color: rgb(66, 64, 119)
}*/

#adminForm input[type="text"], #adminForm input[type="text"]:focus,
body.com_media input[type="text"], body.com_media input[type="text"]:focus,
body.contentpane input[type="text"], body.contentpane input[type="text"]:focus,
#adminForm textarea, #adminForm textarea:focus,
#adminForm option, #adminForm select:focus option {
	background: #fff;
	padding: 12px;
	min-height: 50px;
	color: #000;
}

#adminForm input[type="text"]:focus,
body.com_media input[type="text"]:focus {
	border: 1px solid #000;
}

select.time {
	background: #fff;
	box-shadow: none;
	border: 1px solid #aaa;
}

/* table default style */
table {
	width: 100%;
	margin-bottom: 18px;
}
table th,
table td {
	padding: 8px;
	vertical-align: top;
	text-align: inherit;
	word-break: break-word;
}
.table th {
	font-weight: normal;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	/*background-color: #fff;*/
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-left: 0;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}


.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;


}


.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* for badge and other items */
.text-bg-primary {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(1, 1, 86, var(--bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(109, 117, 126, var(--bg-opacity, 1)) !important;
}

.text-bg-success {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(68, 131, 68, var(--bg-opacity, 1)) !important;
}

.text-bg-info {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(48, 99, 141, var(--bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(173, 98, 0, var(--bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(165, 31, 24, var(--bg-opacity, 1)) !important;
}

.text-bg-light {
  color: hsl(0, 0%, 0%) !important;
  background-color: RGBA(249, 250, 251, var(--bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: hsl(0, 0%, 100%) !important;
  background-color: RGBA(53, 59, 65, var(--bg-opacity, 1)) !important;
}

.link-primary {
  color: hsl(240, 98%, 17%) !important;
}
.link-primary:hover, .link-primary:focus {
  color: #010145 !important;
}

.link-secondary {
  color: hsl(210, 7%, 46%) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #575e65 !important;
}

.link-success {
  color: hsl(120, 32%, 39%) !important;
}
.link-success:hover, .link-success:focus {
  color: #366936 !important;
}

.link-info {
  color: hsl(207, 49%, 37%) !important;
}
.link-info:hover, .link-info:focus {
  color: #264f71 !important;
}

.link-warning {
  color: hsl(34, 100%, 34%) !important;
}
.link-warning:hover, .link-warning:focus {
  color: #8a4e00 !important;
}

.link-danger {
  color: hsl(3, 75%, 37%) !important;
}
.link-danger:hover, .link-danger:focus {
  color: #841913 !important;
}

.link-light {
  color: hsl(210, 17%, 98%) !important;
}
.link-light:hover, .link-light:focus {
  color: #fafbfc !important;
}

.link-dark {
  color: hsl(210, 10%, 23%) !important;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2f34 !important;
}

.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}

.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}

.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}

.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}

.bg-dark {
  --bg-opacity: 1;
  background-color: rgba(var(--dark-rgb), var(--bg-opacity)) !important;
}

.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}

.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}

.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bg-opacity: 1;
}

/* checkbox mod login */
.mod-login__remember.form-group input {
	float: none;
	padding: 10px;
}

/* align articles height and readmore between columns in blog view */
.tck-blog .tck-article {
display: flex;
flex-direction: column;
}

.item-content {
display: flex;
flex-direction: column;
flex: 1;
}

.readmore.tck-readmore {
margin-top: auto;
}

.tck-blog .item-image img {
width: 100%;
}

/** for vote **/
.content_rating {
	display: inline-block;
	padding: 0 6px 0 12px;
}
.content_rating p {
	display: inline-block;
	padding: 0 6px 0 0;
}
.content_rating ul {
	display: inline-block;
	margin: 0 0 0 4px;
}
.mb-2 {
	display: inline-block;
}
.content_vote input {
	margin: 0 0 0 6px;
}

/* new in Joomla 6, shows a button in the parent item in the menu */
.mod-menu .mod-menu__sub[aria-hidden="true"] {
	display: block;
}

/* ---------------------------------------
	Article pagination
-----------------------------------------*/

.pagenavigation ul.pagination, .tck-article-pagination {
	list-style: none;
}

.tck-blog p.counter {
	float: right;
}

/* ---------------------------------------
	Print default CSS
-----------------------------------------*/

@media print {

	.tck-container {
		width: 100% !important;
	}

	.scrollToTop, #login-form, .tck-noprint {
		display: none !important
	}

	.flexiblemodule, .column, .logobloc, .flexiblecolumn {
		float: none;
	}

	.column.main, .column.column1, .column.column2 {
		width: 85%;
		margin-right: 2%;
		margin-left: auto;
	}

	.column.center {
		width: 100%;
	}

	a[href]:after {
		content: "";
	}

}

/* ---------------------------------------
	Accessibility
-----------------------------------------*/

.breadcrumb > .active {
	color: #000;
	font-weight: bold;
}

.muted {
	color: #666;
	font-weight: lighter;
}


/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

[class*="tck-cols"] > * {
	flex: 1 1 auto;
	box-sizing: border-box;
}

[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}

/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}

.tck-cols-3 > * {
	width: 33.333%;
}

.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}

/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}

.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}

.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}

.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}

/* ---------------------------------------
	Shape divider
-----------------------------------------*/

.tck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.tck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
	max-width: none;
	vertical-align: initial;
	display: block;
}

.tck-divider-container.tck-divider-top {
	top: 0px;
}

.tck-divider-container.tck-divider-bottom {
	bottom: 0px;
}

.tck-divider-container.tck-divider-over {
	z-index: 2;
}

.tck-divider-container.tck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(50%);
}

.tck-divider-container + .inner {
	position: relative;
}

/* ---------------------------------------
	System features
-----------------------------------------*/

.tck-edition {
	min-height: 50px;
	margin: 2px;
	border: 1px dashed grey;
	position: relative;
}
.tck-edition::before {
	content: "[" attr(data-position) "]";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: Segoe UI, sans-serif;
	line-height: 1.2;
	padding: 3px 5px;
	background: #333;
	display: block !important;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #666;
	opacity: 0.8;
	pointer-events: none;
	box-sizing: content-box;
	height: 20px;
	z-index: 1;
}


.tck-blog .tck-article {
}

.tck-blog .tck-article-title {
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 4?5vw;
	font-family: Oswald;
}

.tck-blog .tck-article-title a {
	color: #404040;
	text-decoration: none;
}


.tck-blog .tck-article-title a:hover, .tck-blog .tck-article-title a:focus {
	color: #24a0d1;
	text-decoration: none;
}

.tck-blog .item-image img {
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	min-height: 300px;
	object-fit: cover;
}

.tck-blog .tck-article-details {
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
}

.tck-blog .tck-article-tools {
}

.tck-blog .tck-article-body {
}

.tck-article-readmore, .tck-readmore > a {
	text-decoration: none;
}

.tck-article-readmore, .tck-readmore > a a {
	text-decoration: none;
}


.tck-article-readmore, .tck-readmore > a a:hover, .tck-article-readmore, .tck-readmore > a a:focus {
	text-decoration: none;
}

.tck-article-readmore:hover, .tck-readmore > a:hover {
	text-decoration: none;
}

.tck-article-readmore:hover, .tck-readmore > a:hover a {
	text-decoration: none;
}


.tck-article-readmore:hover, .tck-readmore > a:hover a:hover, .tck-article-readmore:hover, .tck-readmore > a:hover a:focus {
	text-decoration: none;
}

.pagination ul.tck-pagination > li > a, .pagination ul.tck-pagination > li > span, .pagination ul.tck-pagination > li > .page-link {
}

.pagination ul.tck-pagination > li > a:hover {
}

.pagination ul.tck-pagination > li.active > a, .pagination ul.tck-pagination > li.active > span, .pagination ul.tck-pagination > li.active > .page-link {
}

.pagination .counter, .tck-blog p.counter {
}

.tck-article {
}

.tck-article-title {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5vw;
	font-family: Oswald;
}

.tck-article-title a {
	text-decoration: none;
}


.tck-article-title a:hover, .tck-article-title a:focus {
	text-decoration: none;
}

.tck-article .item-image img {
	object-fit: cover;
}

.tck-article-details {
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
}

.tck-article-tools {
}

.tck-article-tool {
}

.tck-article-tool:hover {
}

.tck-article-body {
}

ul.tck-article-pagination > li > * {
}

ul.tck-article-pagination > li:hover > * {
}


.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}

.tck-article-tools-right {
	float: right;
}

.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}

.tck-article-pagination-prev {
	float: left;
}

.tck-article-pagination-next {
	float: right;
}



/* ---------------------------------------
	Columns width
-----------------------------------------*/

#topmenu-rowcolumn1 { width: 150px; }

#topmenu-rowcolumn2 { width: calc(100 / 100 * (100% - 150px - (1 * 0px))); }

#newstopcolumn1 { width: calc(25 / 100 * (100% - 0px - (3 * 20px))); }

#newstopcolumn2 { width: calc(25 / 100 * (100% - 0px - (3 * 20px))); }

#newstopcolumn3 { width: calc(25 / 100 * (100% - 0px - (3 * 20px))); }

#newstopcolumn4 { width: calc(25 / 100 * (100% - 0px - (3 * 20px))); }

#rowservicescolumn1 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#rowservicescolumn2 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#rowservicescolumn3 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#rowotherservicescolumn1 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#rowotherservicescolumn2 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#rowotherservicescolumn3 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#footerrowcolumn1 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#footerrowcolumn2 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }

#footerrowcolumn3 { width: calc(33.333333333333336 / 100 * (100% - 0px - (2 * 20px))); }


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid,
.tck-container, .tck-container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container, .tck-container {
	max-width: 1600px;
}

.container-fluid, .tck-container-fluid {
	max-width: 1600px;
}

body {
	color: #333333;
	text-decoration: none;
	line-height: 24px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

a {
	color: #1176a6;
	text-decoration: none;
}


a:hover,  a:focus {
	color: #2a4959;
	text-decoration: none;
}

h1, div.componentheading {
	color: #FF0000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 2em;
	font-size: 3.5vw;
	font-family: Oswald;
}

h1 a, div.componentheading a {
	text-decoration: none;
}


h1 a:hover, div.componentheading a:hover,
h1 a:focus, div.componentheading a:focus {
	text-decoration: none;
}

h2, div.contentheading {
	font-weight: bold;
	line-height: 36px;
	font-size: 30px;
	font-family: Comic Sans MS, cursive;
	text-shadow: 1px 1px 2px black;
}

h3 {
	font-weight: normal;
	line-height: 30px;
	font-size: 24px;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #e8e8e8;
	color: #333333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #dedede;
	color: #000000;
}

.readmore a, .readmore .btn {
	background: #24a0d1;
	color: #ffffff;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

.readmore a:hover,
.readmore a:focus {
	background: #01709b;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="checkbox"] {
    border: none;
	background: #ffffff;
	border: #c7c7c7 1px solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #7d7d7d 1px solid;
}

img:not(.tck-logo-img) {
}

#header {
	background: #DFDBD1;
	background: rgba(223,219,209,1);
	-pie-background: rgba(223,219,209,1);
	background: linear-gradient(to left,rgba(223,219,209,1),rgba(28,211,205,1) 30%,rgba(223,219,209,1) 70%, rgba(206,87,155,1) 100%);

                    }

#topmenu-row {
	background: #ffffff;
	background: rgba(255,255,255,0);
	-pie-background: rgba(255,255,255,0);

                    }

#logo1 > .inner > img { width: 120px; }
#logo1 > .inner > .bannerlogodesc {
	color: #a3a3a3;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#logo1 > .inner {
	margin-top: 20px;
	margin-bottom: 10px;
}

#topmenu-rowcolumn2 {
	text-align: center;
}

#block3 > .inner {
	text-align: center;
}
#block3 ul.menu, #block3 ul.nav, #block3 ul.maximenuck {
            margin: 0;
            padding: 0;
}

#block3 ul.menu li, #block3 ul.nav li, #block3 ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#block3 ul.menu li li, #block3 ul.nav li li, #block3 ul.maximenuck li li {
	float: none;
	display: block;
}

#block3 ul.menu > li > a, #block3 ul.menu > li > span.separator,
#block3 ul.nav > li > a, #block3 ul.nav > li > span.separator {
    display:block;
	margin: 2px;
	margin-right: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#block3 ul.menu > li:hover > a, #block3 ul.menu > li:hover > span.separator,
#block3 ul.menu > li:focus > a, #block3 ul.menu > li:focus > span.separator,
#block3 ul.nav > li:hover > a, #block3 ul.nav > li:hover > span.separator,
#block3 ul.nav > li:focus > a, #block3 ul.nav > li:focus > span.separator {
}

#block3 ul.menu > li.active > a, #block3 ul.menu > li.active > span.separator,
#block3 ul.nav > li.active > a, #block3 ul.nav > li.active > span.separator {
}

#block3 ul.menu li li a, #block3 ul.menu li li span.separator,
#block3 ul.nav li li a, #block3 ul.nav li li span.separator {
    display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#block3 ul.menu li li:hover > a, #block3 ul.menu li li:hover span.separator,
#block3 ul.menu li li:focus > a, #block3 ul.menu li li:focus span.separator,
#block3 ul.nav li li:hover > a, #block3 ul.nav li li:hover span.separator,
#block3 ul.nav li li:focus > a, #block3 ul.nav li li:focus span.separator {
	background: #f0f0f0;
}

#block3 ul.menu li li.active > a, #block3 ul.menu li li.active span.separator,
#block3 ul.nav li li.active > a, #block3 ul.nav li li.active span.separator {}

/* code pour menu normal */
#block3 ul.menu li ul, #block3 ul.menu li:hover ul ul, #block3 ul.menu li:hover ul ul ul,
#block3 ul.menu li ul, #block3 ul.menu li:focus ul ul, #block3 ul.menu li:focus ul ul ul,
#block3 ul.nav li ul, #block3 ul.nav li:hover ul ul, #block3 ul.nav li:hover ul ul ul,
#block3 ul.nav li ul, #block3 ul.nav li:focus ul ul, #block3 ul.nav li:focus ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
        margin: 0;
        padding: 0;
	background: #ffffff;
	width: 200px;
	box-shadow: #c7c7c7 0px 0px 8px 0px;
	
	
}


#block3 ul.menu li:hover ul ul, #block3 ul.menu li:hover li:hover ul ul, #block3 ul.menu li:hover li:hover li:hover ul ul,
#block3 ul.menu li:focus ul ul, #block3 ul.menu li:focus li:focus ul ul, #block3 ul.menu li:focus li:focus li:focus ul ul,
#block3 ul.nav li:hover ul ul, #block3 ul.nav li:hover li:hover ul ul, #block3 ul.nav li:hover li:hover li:hover ul ul,
#block3 ul.nav li:focus ul ul, #block3 ul.nav li:focus li:focus ul ul, #block3 ul.nav li:focus li:focus li:focus ul ul {
	left: -999em;
}

#block3 ul.menu li:hover > ul, #block3 ul.menu li:hover ul li:hover > ul, #block3 ul.menu li:hover ul li:hover ul li:hover > ul, #block3 ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#block3 ul.menu li:focus > ul, #block3 ul.menu li:focus ul li:focus > ul, #block3 ul.menu li:focus ul li:focus ul li:focus > ul, #block3 ul.menu li:focus ul li:focus ul li:focus ul li:focus > ul,
#block3 ul.nav li:hover > ul, #block3 ul.nav li:hover ul li:hover > ul, #block3 ul.nav li:hover ul li:hover ul li:hover > ul, #block3 ul.nav li:hover ul li:hover ul li:hover ul li:hover > ul,
#block3 ul.nav li:focus > ul, #block3 ul.nav li:focus ul li:focus > ul, #block3 ul.nav li:focus ul li:focus ul li:focus > ul, #block3 ul.nav li:focus ul li:focus ul li:focus ul li:focus > ul {
	left: auto;
}

#block3 ul.menu li:hover ul li:hover ul,
#block3 ul.menu li:focus ul li:focus ul,
#block3 ul.nav li:hover ul li:hover ul,
#block3 ul.nav li:focus ul li:focus ul {
	margin-top: -30px;
	margin-left: 190px;
}


/* fin code normal */

/* styles pour Maximenu CK */

#block3 ul.maximenuck > li {
	margin: 2px;
	margin-right: 10px;
}

#block3 ul.maximenuck > li > a, #block3 ul.maximenuck > li > span.separator{
	display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#block3 ul.maximenuck > li:hover,
#block3 ul.maximenuck > li:focus {
}

#block3 ul.maximenuck > li:hover > a, #block3 ul.maximenuck > li:hover > span.separator,
#block3 ul.maximenuck > li:focus > a, #block3 ul.maximenuck > li:focus > span.separator {
}

#block3 ul.maximenuck > li.active {
}

#block3 ul.maximenuck > li.active > a, #block3 ul.maximenuck > li.active > span.separator {
}

#block3 ul.maximenuck li li {
}

#block3 ul.maximenuck li li > a, #block3 ul.maximenuck li li > span.separator {
	display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#block3 ul.maximenuck li li:hover , #block3 ul.maximenuck li li:focus {
	background: #f0f0f0;
}

#block3 ul.maximenuck li li:hover > a, #block3 ul.maximenuck li li:hover > span.separator,
#block3 ul.maximenuck li li:focus > a, #block3 ul.maximenuck li li:focus > span.separator {
}

#block3 ul.maximenuck li li.active {
}


#block3 ul.maximenuck li li.active > a, #block3 ul.maximenuck li li.active > span.separator {
}

#block3 ul.maximenuck li ul, #block3 ul.maximenuck li:hover ul ul, #block3 ul.maximenuck li:hover ul ul ul,
#block3 ul.maximenuck li ul, #block3 ul.maximenuck li:focus ul ul, #block3 ul.maximenuck li:focus ul ul ul {
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	
	
	
	width: 100% !important;
	box-shadow: none !important;
	
	
}

#block3 ul.maximenuCK li ul ul,
#block3 ul.maximenuck li ul ul {
	margin: 0 !important;
}

#block3 li div.maxidrop-main {
	width: 200px;
}

#block3 li div.floatCK,
#block3 li div.floatck {
	background: #ffffff;
	box-shadow: #c7c7c7 0px 0px 8px 0px;
	
	
}

#block3 ul li ul.maximenuCK2,
#block3 ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#block3 ul li div.maximenuCK2,
#block3 ul li div.maximenuck2 {
    float: left;
    width: 100%;
}

#block3 li div.maxidrop-main div.maxidrop-main {
}

#block3 ul li.maximenuCK div.floatCK div.floatCK,
#block3 ul li.maximenuck div.floatck div.floatck {
	margin-top: -30px;
	margin-left: 190px;
}

#block3 span.descCK,
#block3 span.descck {
    display: block;
    line-height: 10px;
}

/* fin styles pour Maximenu CK */

#block3 ul.menu li li {
    float: none;
    display: block;
}


#block4 svg * {
	stroke-width: 2;
}

#block4 svg.ionicon *, #block4 svg.fontawesome *,#block4 svg.svgicon-ionicon *, #block4 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#block4 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#newstop > .inner {
	margin-top: -50px;
}

#block8 svg * {
	stroke-width: 2;
}

#block8 svg.ionicon *, #block8 svg.fontawesome *,#block8 svg.svgicon-ionicon *, #block8 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#block8 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#block8 .tck-module-text {
	background: #D2AE89;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	min-height: 170px;
	padding: 10px;
}

#block7 svg * {
	stroke-width: 2;
}

#block7 svg.ionicon *, #block7 svg.fontawesome *,#block7 svg.svgicon-ionicon *, #block7 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#block7 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#block7 .tck-module-text {
	background: #D2AE89;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	min-height: 170px;
	padding: 10px;
}

#block6 svg * {
	stroke-width: 2;
}

#block6 svg.ionicon *, #block6 svg.fontawesome *,#block6 svg.svgicon-ionicon *, #block6 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#block6 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#block6 .tck-module-text {
	background: #D2AE89;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	min-height: 170px;
	padding: 10px;
}

#block5 svg * {
	stroke-width: 2;
}

#block5 svg.ionicon *, #block5 svg.fontawesome *,#block5 svg.svgicon-ionicon *, #block5 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#block5 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#block5 .tck-module-text {
	background: #D2AE89;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	min-height: 170px;
	padding: 10px;
}

#wrapper1 > .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

#services1 > .inner {
	margin-top: 10px;
}

#services1 svg * {
	stroke-width: 2;
}

#services1 svg.ionicon *, #services1 svg.fontawesome *,#services1 svg.svgicon-ionicon *, #services1 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#services1 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#services1 div.moduletable h3, #services1 div.module h3, #services1 .widget h3, #services1 .tck-module h3,
#services1 div.moduletable_menu h3, #services1 div.module_menu h3, #services1 .tck-module-title {
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 34px;
	font-family: Oswald;
}

#services1 .tck-module-text {
	color: #445250;
	font-size: 18px;
	font-family: Roboto;
}

#services2 > .inner {
	margin-top: 10px;
}

#services2 svg * {
	stroke-width: 2;
}

#services2 svg.ionicon *, #services2 svg.fontawesome *,#services2 svg.svgicon-ionicon *, #services2 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#services2 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#services2 div.moduletable h3, #services2 div.module h3, #services2 .widget h3, #services2 .tck-module h3,
#services2 div.moduletable_menu h3, #services2 div.module_menu h3, #services2 .tck-module-title {
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 34px;
	font-family: Oswald;
}

#services2 .tck-module-text {
	color: #445250;
	font-size: 18px;
	font-family: Roboto;
}

#services3 > .inner {
	margin-top: 10px;
}

#services3 svg * {
	stroke-width: 2;
}

#services3 svg.ionicon *, #services3 svg.fontawesome *,#services3 svg.svgicon-ionicon *, #services3 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#services3 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#services3 div.moduletable h3, #services3 div.module h3, #services3 .widget h3, #services3 .tck-module h3,
#services3 div.moduletable_menu h3, #services3 div.module_menu h3, #services3 .tck-module-title {
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 34px;
	font-family: Oswald;
}

#services3 .tck-module-text {
	color: #445250;
	font-size: 18px;
	font-family: Roboto;
}

#wrapper2 > .inner {
	margin-top: 60px;
	margin-bottom: 60px;
}

#otherservice1 > .inner {
	border: #e8e8e8 1px solid;
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	text-align: center;
}

#otherservice1 svg * {
	stroke-width: 1;
}

#otherservice1 svg.ionicon *, #otherservice1 svg.fontawesome *,#otherservice1 svg.svgicon-ionicon *, #otherservice1 svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#otherservice1 .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#otherservice1 .fack span, #otherservice1 .fack svg {
	margin: 10px;
}

#otherservice1 div.moduletable, #otherservice1 div.module, #otherservice1 .widget, #otherservice1 .tck-module,
#otherservice1 div.moduletable_menu, #otherservice1 div.module_menu {
	background: #ffffff;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	box-shadow: #dedede 0px 7px 10px -5px;
	
	
}

#otherservice1 div.moduletable h3, #otherservice1 div.module h3, #otherservice1 .widget h3, #otherservice1 .tck-module h3,
#otherservice1 div.moduletable_menu h3, #otherservice1 div.module_menu h3, #otherservice1 .tck-module-title {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-family: 'Oswald';
}

#otherservice1 .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #595959;
	padding: 20px;
	text-align: center;
}

#otherservice2 > .inner {
	border: #e8e8e8 1px solid;
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	text-align: center;
}

#otherservice2 svg * {
	stroke-width: 1;
}

#otherservice2 svg.ionicon *, #otherservice2 svg.fontawesome *,#otherservice2 svg.svgicon-ionicon *, #otherservice2 svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#otherservice2 .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#otherservice2 .fack span, #otherservice2 .fack svg {
	margin: 10px;
}

#otherservice2 div.moduletable, #otherservice2 div.module, #otherservice2 .widget, #otherservice2 .tck-module,
#otherservice2 div.moduletable_menu, #otherservice2 div.module_menu {
	background: #ffffff;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	box-shadow: #dedede 0px 7px 10px -5px;
	
	
}

#otherservice2 div.moduletable h3, #otherservice2 div.module h3, #otherservice2 .widget h3, #otherservice2 .tck-module h3,
#otherservice2 div.moduletable_menu h3, #otherservice2 div.module_menu h3, #otherservice2 .tck-module-title {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-family: 'Oswald';
}

#otherservice2 .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #595959;
	padding: 20px;
	text-align: center;
}

#otherservice3 > .inner {
	border: #e8e8e8 1px solid;
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	text-align: center;
}

#otherservice3 svg * {
	stroke-width: 1;
}

#otherservice3 svg.ionicon *, #otherservice3 svg.fontawesome *,#otherservice3 svg.svgicon-ionicon *, #otherservice3 svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#otherservice3 .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#otherservice3 .fack span, #otherservice3 .fack svg {
	margin: 10px;
}

#otherservice3 div.moduletable, #otherservice3 div.module, #otherservice3 .widget, #otherservice3 .tck-module,
#otherservice3 div.moduletable_menu, #otherservice3 div.module_menu {
	background: #ffffff;
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	box-shadow: #dedede 0px 7px 10px -5px;
	
	
}

#otherservice3 div.moduletable h3, #otherservice3 div.module h3, #otherservice3 .widget h3, #otherservice3 .tck-module h3,
#otherservice3 div.moduletable_menu h3, #otherservice3 div.module_menu h3, #otherservice3 .tck-module-title {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-family: 'Oswald';
}

#otherservice3 .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #595959;
	padding: 20px;
	text-align: center;
}

#wrapper {
	margin-bottom: 60px;

                    }

#wrapper > .inner {
	margin-right: 10%;
	margin-left: 10%;
}

#left > .inner {
	margin-right: 10px;
	margin-left: 10px;
}

#center > .inner {
	margin-right: 20px;
}

#right-01 > .inner {
	border: #ff0048 2px solid;
	
	
	
	border-radius: 15px;
	
	
	
	border-radius: 15px 15px 15px 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
}

#right-01 div.moduletable h3, #right-01 div.module h3, #right-01 .widget h3, #right-01 .tck-module h3,
#right-01 div.moduletable_menu h3, #right-01 div.module_menu h3, #right-01 .tck-module-title {
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

#right-01 a {
	font-weight: bold;
}


#right-01 a:hover, #right-01 a:focus  {
	font-weight: bold;
	font-style: italic;
}

#right-02 > .inner {
	border: #ff0048 2px solid;
	
	
	
	border-radius: 15px;
	
	
	
	border-radius: 15px 15px 15px 15px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
}

#right-02 svg * {
	stroke-width: 2;
}

#right-02 svg.ionicon *, #right-02 svg.fontawesome *,#right-02 svg.svgicon-ionicon *, #right-02 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#right-02 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#right-02 div.moduletable h3, #right-02 div.module h3, #right-02 .widget h3, #right-02 .tck-module h3,
#right-02 div.moduletable_menu h3, #right-02 div.module_menu h3, #right-02 .tck-module-title {
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

#right-03 > .inner {
	border: #ff0048 2px solid;
	
	
	
	border-radius: 15px;
	
	
	
	border-radius: 15px 15px 15px 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
}

#right-03 svg * {
	stroke-width: 2;
}

#right-03 svg.ionicon *, #right-03 svg.fontawesome *,#right-03 svg.svgicon-ionicon *, #right-03 svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#right-03 .tck-module-title svg {
	width: 24px;
	height: 24px;
}

#right-03 div.moduletable h3, #right-03 div.module h3, #right-03 .widget h3, #right-03 .tck-module h3,
#right-03 div.moduletable_menu h3, #right-03 div.module_menu h3, #right-03 .tck-module-title {
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

#wrapper4 {
	padding-top: 50px;
	padding-bottom: 50px;

                    }

#bottom > .inner {
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#bottom svg * {
	stroke-width: 1;
}

#bottom svg.ionicon *, #bottom svg.fontawesome *,#bottom svg.svgicon-ionicon *, #bottom svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#bottom .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#bottom .fack span, #bottom .fack svg {
	margin: 10px;
}

#bottom div.moduletable, #bottom div.module, #bottom .widget, #bottom .tck-module,
#bottom div.moduletable_menu, #bottom div.module_menu {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
}

#bottom div.moduletable h3, #bottom div.module h3, #bottom .widget h3, #bottom .tck-module h3,
#bottom div.moduletable_menu h3, #bottom div.module_menu h3, #bottom .tck-module-title {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 26px;
	font-family: 'Oswald';
}

#bottom .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #595959;
	margin-top: 20px;
	text-align: left;
}

#footerwrapper {
	background: #dfdbd1;
	background: rgba(223,219,209,0.5);
	-pie-background: rgba(223,219,209,0.5);
	background: linear-gradient(to right,rgba(223,219,209,0.5),rgba(28,211,205,0.5) 30%,rgba(223,219,209,0.5) 70%, rgba(206,87,155,0.5) 100%);

                    }

#footerwrapper > .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

#footertop > .inner {
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

#footertop svg * {
	stroke-width: 1;
}

#footertop svg.ionicon *, #footertop svg.fontawesome *,#footertop svg.svgicon-ionicon *, #footertop svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#footertop .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#footertop .fack span, #footertop .fack svg {
	margin: 10px;
}

#footertop div.moduletable, #footertop div.module, #footertop .widget, #footertop .tck-module,
#footertop div.moduletable_menu, #footertop div.module_menu {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
}

#footertop div.moduletable h3, #footertop div.module h3, #footertop .widget h3, #footertop .tck-module h3,
#footertop div.moduletable_menu h3, #footertop div.module_menu h3, #footertop .tck-module-title {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 26px;
	font-family: 'Oswald';
}

#footertop .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #595959;
}

#footer1 > .inner {
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#footer1 svg * {
	stroke-width: 1;
}

#footer1 svg.ionicon *, #footer1 svg.fontawesome *,#footer1 svg.svgicon-ionicon *, #footer1 svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#footer1 .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#footer1 .fack span, #footer1 .fack svg {
	margin: 10px;
}

#footer1 div.moduletable, #footer1 div.module, #footer1 .widget, #footer1 .tck-module,
#footer1 div.moduletable_menu, #footer1 div.module_menu {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
}

#footer1 div.moduletable h3, #footer1 div.module h3, #footer1 .widget h3, #footer1 .tck-module h3,
#footer1 div.moduletable_menu h3, #footer1 div.module_menu h3, #footer1 .tck-module-title {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 26px;
	font-family: 'Oswald';
}

#footer1 .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #757575;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}

#footer2 > .inner {
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#footer2 svg * {
	stroke-width: 1;
}

#footer2 svg.ionicon *, #footer2 svg.fontawesome *,#footer2 svg.svgicon-ionicon *, #footer2 svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#footer2 .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#footer2 .fack span, #footer2 .fack svg {
	margin: 10px;
}

#footer2 div.moduletable, #footer2 div.module, #footer2 .widget, #footer2 .tck-module,
#footer2 div.moduletable_menu, #footer2 div.module_menu {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
}

#footer2 div.moduletable h3, #footer2 div.module h3, #footer2 .widget h3, #footer2 .tck-module h3,
#footer2 div.moduletable_menu h3, #footer2 div.module_menu h3, #footer2 .tck-module-title {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 26px;
	font-family: 'Oswald';
}

#footer2 .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #757575;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}

#footer3 > .inner {
	
	
	
	border-radius: 5px;
	
	
	
	border-radius: 5px 5px 5px 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#footer3 svg * {
	stroke-width: 1;
}

#footer3 svg.ionicon *, #footer3 svg.fontawesome *,#footer3 svg.svgicon-ionicon *, #footer3 svg.svgicon-fontawesome *{
	stroke-width: 16;
}
		
#footer3 .tck-module-title svg {
	width: 60px;
	height: 60px;
}

#footer3 .fack span, #footer3 .fack svg {
	margin: 10px;
}

#footer3 div.moduletable, #footer3 div.module, #footer3 .widget, #footer3 .tck-module,
#footer3 div.moduletable_menu, #footer3 div.module_menu {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
}

#footer3 div.moduletable h3, #footer3 div.module h3, #footer3 .widget h3, #footer3 .tck-module h3,
#footer3 div.moduletable_menu h3, #footer3 div.module_menu h3, #footer3 .tck-module-title {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 26px;
	font-family: 'Oswald';
}

#footer3 .tck-module-text {
	
	
	
	border-radius: 10px;
	
	
	
	border-radius: 10px 10px 10px 10px;
	color: #757575;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}

#footerbottom > .inner {
	border-top: rgba(66,66,66,0.3) 1px solid;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
	text-align: center;
}

#footerbottom svg * {
	stroke-width: 2;
}

#footerbottom svg.ionicon *, #footerbottom svg.fontawesome *,#footerbottom svg.svgicon-ionicon *, #footerbottom svg.svgicon-fontawesome *{
	stroke-width: 32;
}
		
#footerbottom .tck-module-title svg {
	width: 24px;
	height: 24px;
}
@media (prefers-color-scheme: dark) {}
/* ---------------------------------------
	Responsive design code
-----------------------------------------*/

@media screen and (min-width: 1025px) {

.hidemobile5,
.tck-hide-desktop {
	display: none !important;
}

[class*="tck-cols"].tck-stack-5,
[class*="tck-cols"].tck-stack-desktop {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-5 > *,
[class*="tck-cols"].tck-stack-desktop > * {
	width: auto !important;
}




}

@media screen and (min-width: 951px) and (max-width: 1024px) {

img {
	max-width: 100%;
	height: auto;
}

.hidemobile4,
.tck-hide-tablet-l {
	display: none !important;
}

[class*="tck-cols"].tck-stack-4,
[class*="tck-cols"].tck-stack-tablet-l {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-4 > *,
[class*="tck-cols"].tck-stack-tablet-l > * {
	width: auto !important;
	max-width: 100%;
}



h1 {
font-size: 25px;
}


}

@media screen and (min-width: 759px) and (max-width: 950px) {

img {
	max-width: 100%;
	height: auto;
}

.hidemobile3,
.tck-hide-tablet-p {
	display: none !important;
}

[class*="tck-cols"].tck-stack-3,
[class*="tck-cols"].tck-stack-tablet-p {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-3 > *,
[class*="tck-cols"].tck-stack-tablet-p > * {
	width: auto !important;
	max-width: 100%;
}



 #logo1 > .inner > img { width: 80px; }
h1 {font-size: 25px;}


}

@media screen and (min-width: 525px) and (max-width: 758px) {

img {
	max-width: 100%;
	height: auto;
}

.hidemobile2,
.tck-hide-phone-l {
	display: none !important;
}

[class*="tck-cols"].tck-stack-2,
[class*="tck-cols"].tck-stack-phone-l {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-2 > *,
[class*="tck-cols"].tck-stack-phone-l > * {
	width: auto !important;
	max-width: 100%;
}



 #logo1 > .inner > img { width: 80px; }
#body {
	height: auto !important;
}
#body .logobloc {
	float :none !important;
	width: auto !important;
}
#header {
	height: auto !important;
}
#header .logobloc {
	float :none !important;
	width: auto !important;
}
#topmenu-row > .inner {
	flex-direction: column;
}
#topmenu-row .flexiblecolumn {
	width: 100% !important;
float: none;
}
#topmenu-row .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#topmenu-rowcolumn1 > .inner {
	flex-direction: column;
}
#topmenu-rowcolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#topmenu-rowcolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#logo1 {
	height: auto !important;
}
#logo1 .logobloc {
	float :none !important;
	width: auto !important;
}
#topmenu-rowcolumn2 > .inner {
	flex-direction: column;
}
#topmenu-rowcolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#topmenu-rowcolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#block3 {
	height: auto !important;
}
#block3 ul {
	height: auto !important;
}
#block3 li {
	float :none !important;
	width: 100% !important;
}
#block3 div.floatck, #block3 li > ul {
	width: 100% !important;
	position: relative !important;
	display: block !important;
	margin: 0 !important;
	left: auto !important;
}
#block3 div.maximenuck2 {
	width: 100% !important;
	position: relative !important;
	display: block !important;
	float: none !important;
}
#block4 {
	height: auto !important;
}
#block4 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstop {
	height: auto !important;
}
#newstop .logobloc {
	float :none !important;
	width: auto !important;
}
#row3 > .inner {
	flex-direction: column;
}
#row3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#row3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#newstopcolumn1 > .inner {
	flex-direction: column;
}
#newstopcolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#newstopcolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#block8 {
	height: auto !important;
}
#block8 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstopcolumn2 > .inner {
	flex-direction: column;
}
#newstopcolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#newstopcolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#block7 {
	height: auto !important;
}
#block7 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstopcolumn3 > .inner {
	flex-direction: column;
}
#newstopcolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#newstopcolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#block6 {
	height: auto !important;
}
#block6 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstopcolumn4 > .inner {
	flex-direction: column;
}
#newstopcolumn4 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#newstopcolumn4 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#block5 {
	height: auto !important;
}
#block5 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper1 {
	height: auto !important;
}
#wrapper1 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowservices > .inner {
	flex-direction: column;
}
#rowservices .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservices .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#rowservicescolumn1 > .inner {
	flex-direction: column;
}
#rowservicescolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservicescolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#services1 {
	height: auto !important;
}
#services1 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowservicescolumn2 > .inner {
	flex-direction: column;
}
#rowservicescolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservicescolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#services2 {
	height: auto !important;
}
#services2 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowservicescolumn3 > .inner {
	flex-direction: column;
}
#rowservicescolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservicescolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#services3 {
	height: auto !important;
}
#services3 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper2 {
	height: auto !important;
}
#wrapper2 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowotherservices > .inner {
	flex-direction: column;
}
#rowotherservices .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservices .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#rowotherservicescolumn1 > .inner {
	flex-direction: column;
}
#rowotherservicescolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservicescolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#otherservice1 {
	height: auto !important;
}
#otherservice1 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowotherservicescolumn2 > .inner {
	flex-direction: column;
}
#rowotherservicescolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservicescolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#otherservice2 {
	height: auto !important;
}
#otherservice2 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowotherservicescolumn3 > .inner {
	flex-direction: column;
}
#rowotherservicescolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservicescolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#otherservice3 {
	height: auto !important;
}
#otherservice3 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper {
	height: auto !important;
}
#wrapper .logobloc {
	float :none !important;
	width: auto !important;
}
#maincontent > .inner {
	display: block;
}
#maincontent .column {
	width: 100% !important;
	clear:both;
	float:left
}
#maincontent .column1 div.inner, #maincontent .column2 div.inner {
	/*overflow:hidden;*/
}
#maincontent .column div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.items-row .item, .column {
	width: auto !important;
	float: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.column div.moduletable, .column div.moduletable_menu {
	float: none;
	width: auto !important;
	/*margin: 0 !important;
	padding: 0 !important;*/
}

/** specifique au formulaire de contact **/
.contact form fieldset dt {
	max-width: 80px;
}

.contact input, .contact textarea {
	max-width: 160px;
}#left {
	height: auto !important;
}
#left .logobloc {
	float :none !important;
	width: auto !important;
}
#main {
	height: auto !important;
}
#main .logobloc {
	float :none !important;
	width: auto !important;
}
#maincenter {
	height: auto !important;
}
#maincenter .logobloc {
	float :none !important;
	width: auto !important;
}
#center {
	height: auto !important;
}
#center .logobloc {
	float :none !important;
	width: auto !important;
}
#content {
	height: auto !important;
}
#content .logobloc {
	float :none !important;
	width: auto !important;
}
#right-01 {
	height: auto !important;
}
#right-01 .logobloc {
	float :none !important;
	width: auto !important;
}
#right-01column1 > .inner {
	flex-direction: column;
}
#right-01column1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#right-01column1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#right-02 {
	height: auto !important;
}
#right-02 .logobloc {
	float :none !important;
	width: auto !important;
}
#right-03 {
	height: auto !important;
}
#right-03 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper4 {
	height: auto !important;
}
#wrapper4 .logobloc {
	float :none !important;
	width: auto !important;
}
#bottom {
	height: auto !important;
}
#bottom .logobloc {
	float :none !important;
	width: auto !important;
}
#footerwrapper {
	height: auto !important;
}
#footerwrapper .logobloc {
	float :none !important;
	width: auto !important;
}
#footertop {
	height: auto !important;
}
#footertop .logobloc {
	float :none !important;
	width: auto !important;
}
#footerrow > .inner {
	flex-direction: column;
}
#footerrow .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrow .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footerrowcolumn1 > .inner {
	flex-direction: column;
}
#footerrowcolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrowcolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer1 {
	height: auto !important;
}
#footer1 .logobloc {
	float :none !important;
	width: auto !important;
}
#footerrowcolumn2 > .inner {
	flex-direction: column;
}
#footerrowcolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrowcolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer2 {
	height: auto !important;
}
#footer2 .logobloc {
	float :none !important;
	width: auto !important;
}
#footerrowcolumn3 > .inner {
	flex-direction: column;
}
#footerrowcolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrowcolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer3 {
	height: auto !important;
}
#footer3 .logobloc {
	float :none !important;
	width: auto !important;
}
#footerbottom {
	height: auto !important;
}
#footerbottom .logobloc {
	float :none !important;
	width: auto !important;
}
#layout_error404_html {
	height: auto !important;
}
#layout_error404_html .logobloc {
	float :none !important;
	width: auto !important;
}
#ckcustomlayoutblog {
	height: auto !important;
}
#ckcustomlayoutblog .logobloc {
	float :none !important;
	width: auto !important;
}
#ckcustomlayoutarticle {
	height: auto !important;
}
#ckcustomlayoutarticle .logobloc {
	float :none !important;
	width: auto !important;
}
#ckcustomlayoutsearch {
	height: auto !important;
}
#ckcustomlayoutsearch .logobloc {
	float :none !important;
	width: auto !important;
}
#header2module {
text-align: center;
}
h1 {
font-size: 25px;
}


}

@media screen and (max-width: 524px) {

img {
	max-width: 100%;
	height: auto;
}


.hidemobile1,
.tck-hide-phone-p {
	display: none !important;
}

[class*="tck-cols"].tck-stack-1,
[class*="tck-cols"].tck-stack-phone-p {
	flex-direction: column;
}

[class*="tck-cols"].tck-stack-1 > *,
[class*="tck-cols"].tck-stack-phone-p > * {
	width: auto !important;
	max-width: 100%;
}


 #logo1 > .inner > img { width: 80px; }
#body {
	height: auto !important;
}
#body .logobloc {
	float :none !important;
	width: auto !important;
}
#header {
	height: auto !important;
}
#header .logobloc {
	float :none !important;
	width: auto !important;
}
#topmenu-row > .inner {
	flex-direction: column;
}
#topmenu-row .flexiblecolumn {
	width: 100% !important;
float: none;
}
#topmenu-row .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#topmenu-rowcolumn1 > .inner {
	flex-direction: column;
}
#topmenu-rowcolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#topmenu-rowcolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#logo1 {
	height: auto !important;
}
#logo1 .logobloc {
	float :none !important;
	width: auto !important;
}
#topmenu-rowcolumn2 > .inner {
	flex-direction: column;
}
#topmenu-rowcolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#topmenu-rowcolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#block3 {
	height: auto !important;
}
#block3 ul {
	height: auto !important;
}
#block3 li {
	float :none !important;
	width: 100% !important;
}
#block3 div.floatck, #block3 li > ul {
	width: 100% !important;
	position: relative !important;
	display: block !important;
	margin: 0 !important;
	left: auto !important;
}
#block3 div.maximenuck2 {
	width: 100% !important;
	position: relative !important;
	display: block !important;
	float: none !important;
}
#block4 {
	height: auto !important;
}
#block4 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstop {
	height: auto !important;
}
#newstop .logobloc {
	float :none !important;
	width: auto !important;
}
#row3 > .inner {
	flex-direction: column;
}
#row3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#row3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#newstopcolumn1 {
	display :none;
}
#block8 {
	height: auto !important;
}
#block8 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstopcolumn2 {
	display :none;
}
#block7 {
	height: auto !important;
}
#block7 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstopcolumn3 {
	display :none;
}
#block6 {
	height: auto !important;
}
#block6 .logobloc {
	float :none !important;
	width: auto !important;
}
#newstopcolumn4 {
	display :none;
}
#block5 {
	height: auto !important;
}
#block5 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper1 {
	height: auto !important;
}
#wrapper1 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowservices > .inner {
	flex-direction: column;
}
#rowservices .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservices .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#rowservicescolumn1 > .inner {
	flex-direction: column;
}
#rowservicescolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservicescolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#services1 {
	height: auto !important;
}
#services1 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowservicescolumn2 > .inner {
	flex-direction: column;
}
#rowservicescolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservicescolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#services2 {
	height: auto !important;
}
#services2 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowservicescolumn3 > .inner {
	flex-direction: column;
}
#rowservicescolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowservicescolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#services3 {
	height: auto !important;
}
#services3 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper2 {
	height: auto !important;
}
#wrapper2 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowotherservices {
	display :none;
}
#rowotherservicescolumn1 > .inner {
	flex-direction: column;
}
#rowotherservicescolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservicescolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#otherservice1 {
	height: auto !important;
}
#otherservice1 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowotherservicescolumn2 > .inner {
	flex-direction: column;
}
#rowotherservicescolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservicescolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#otherservice2 {
	height: auto !important;
}
#otherservice2 .logobloc {
	float :none !important;
	width: auto !important;
}
#rowotherservicescolumn3 > .inner {
	flex-direction: column;
}
#rowotherservicescolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#rowotherservicescolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#otherservice3 {
	height: auto !important;
}
#otherservice3 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper {
	height: auto !important;
}
#wrapper .logobloc {
	float :none !important;
	width: auto !important;
}
#maincontent > .inner {
	display: block;
}
#maincontent .column {
	width: 100% !important;
	clear:both;
	float:left
}
#maincontent .column1 div.inner, #maincontent .column2 div.inner {
	/*overflow:hidden;*/
}
#maincontent .column div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.items-row .item, .column {
	width: auto !important;
	float: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.column div.moduletable, .column div.moduletable_menu {
	float: none;
	width: auto !important;
	/*margin: 0 !important;
	padding: 0 !important;*/
}

/** specifique au formulaire de contact **/
.contact form fieldset dt {
	max-width: 80px;
}

.contact input, .contact textarea {
	max-width: 160px;
}#left {
	height: auto !important;
}
#left .logobloc {
	float :none !important;
	width: auto !important;
}
#main {
	height: auto !important;
}
#main .logobloc {
	float :none !important;
	width: auto !important;
}
#maincenter {
	height: auto !important;
}
#maincenter .logobloc {
	float :none !important;
	width: auto !important;
}
#center {
	height: auto !important;
}
#center .logobloc {
	float :none !important;
	width: auto !important;
}
#content {
	height: auto !important;
}
#content .logobloc {
	float :none !important;
	width: auto !important;
}
#right-01 {
	height: auto !important;
}
#right-01 .logobloc {
	float :none !important;
	width: auto !important;
}
#right-01column1 > .inner {
	flex-direction: column;
}
#right-01column1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#right-01column1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#right-02 {
	height: auto !important;
}
#right-02 .logobloc {
	float :none !important;
	width: auto !important;
}
#right-03 {
	height: auto !important;
}
#right-03 .logobloc {
	float :none !important;
	width: auto !important;
}
#wrapper4 {
	height: auto !important;
}
#wrapper4 .logobloc {
	float :none !important;
	width: auto !important;
}
#bottom {
	height: auto !important;
}
#bottom .logobloc {
	float :none !important;
	width: auto !important;
}
#footerwrapper {
	height: auto !important;
}
#footerwrapper .logobloc {
	float :none !important;
	width: auto !important;
}
#footertop {
	height: auto !important;
}
#footertop .logobloc {
	float :none !important;
	width: auto !important;
}
#footerrow > .inner {
	flex-direction: column;
}
#footerrow .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrow .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footerrowcolumn1 > .inner {
	flex-direction: column;
}
#footerrowcolumn1 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrowcolumn1 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer1 {
	height: auto !important;
}
#footer1 .logobloc {
	float :none !important;
	width: auto !important;
}
#footerrowcolumn2 > .inner {
	flex-direction: column;
}
#footerrowcolumn2 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrowcolumn2 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer2 {
	height: auto !important;
}
#footer2 .logobloc {
	float :none !important;
	width: auto !important;
}
#footerrowcolumn3 > .inner {
	flex-direction: column;
}
#footerrowcolumn3 .flexiblecolumn {
	width: 100% !important;
float: none;
}
#footerrowcolumn3 .flexiblecolumn > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer3 {
	height: auto !important;
}
#footer3 .logobloc {
	float :none !important;
	width: auto !important;
}
#footerbottom {
	height: auto !important;
}
#footerbottom .logobloc {
	float :none !important;
	width: auto !important;
}
#layout_error404_html {
	height: auto !important;
}
#layout_error404_html .logobloc {
	float :none !important;
	width: auto !important;
}
#ckcustomlayoutblog {
	height: auto !important;
}
#ckcustomlayoutblog .logobloc {
	float :none !important;
	width: auto !important;
}
#ckcustomlayoutarticle {
	height: auto !important;
}
#ckcustomlayoutarticle .logobloc {
	float :none !important;
	width: auto !important;
}
#ckcustomlayoutsearch {
	height: auto !important;
}
#ckcustomlayoutsearch .logobloc {
	float :none !important;
	width: auto !important;
}
#header2module {
text-align: center;
}
h1 {font-size: 20px;}


}
joomla-alert{--jui-alert-min-width:250px;--jui-alert-padding:.5rem 1.25rem;--jui-alert-margin:0 0 1rem 0;--jui-alert-border:1px solid transparent;--jui-alert-border-radius:.25rem;--jui-alert-animation-duration:.5s;--jui-alert-animation-timing-function:ease-in-out;--jui-alert-button-color-dark:#000;--jui-alert-button-color-light:#fff;--jui-alert-success-color:#234423;--jui-alert-success-background-color:#d9e6d9;--jui-alert-success-border-color:#cadcca;--jui-alert-success-link-color:#122212;--jui-alert-info-color:#0c5460;--jui-alert-info-background-color:#d1ecf1;--jui-alert-info-border-color:#bee5eb;--jui-alert-info-link-color:#062c33;--jui-alert-warning-color:#7d5a29;--jui-alert-warning-background-color:#fcefdc;--jui-alert-warning-border-color:#fbe8cd;--jui-alert-warning-link-color:#573e1c;--jui-alert-danger-color:#712b29;--jui-alert-danger-background-color:#f7dddc;--jui-alert-danger-border-color:#f4cfce;--jui-alert-danger-link-color:#4c1d1b;animation-duration:var(--jui-alert-animation-duration,.5s);animation-timing-function:var(--jui-alert-animation-timing-function,ease-in-out);border:var(--jui-alert-border,1px solid transparent);border-radius:var(--jui-alert-border-radius,.25rem);margin:var(--jui-alert-margin,0 0 1rem 0);min-width:var(--jui-alert-min-width,250px);padding:var(--jui-alert-padding,.5rem 1.25rem);display:block}joomla-alert .joomla-alert--close{color:var(--jui-alert-button-color-dark,#000);float:right;opacity:.5;text-shadow:0 1px 0 var(--jui-alert-button-color-light,#fff);background:0 0;border:0;padding:.2rem 1rem;font-size:1.5rem;font-weight:700;line-height:1;position:relative;top:-.5rem;right:-1.25rem}joomla-alert .joomla-alert--close:focus,joomla-alert .joomla-alert--close:hover{color:var(--jui-alert-button-color-dark,#000);cursor:pointer;opacity:.75;text-decoration:none}joomla-alert[type=success]{background-color:var(--jui-alert-success-background-color,#d9e6d9);border-color:var(--jui-alert-success-border-color,#cadcca);color:var(--jui-alert-success-color,#234423)}joomla-alert[type=success] hr{border-top-color:var(--jui-alert-success-border-color,#cadcca)}joomla-alert[type=success] .alert-link{color:var(--jui-alert-success-link-color,#122212)}joomla-alert[type=info]{background-color:var(--jui-alert-info-background-color,#d1ecf1);border-color:var(--jui-alert-info-border-color,#bee5eb);color:var(--jui-alert-info-color,#0c5460)}joomla-alert[type=info] hr{border-top-color:var(--jui-alert-info-border-color,#bee5eb)}joomla-alert[type=info] .alert-link{color:var(--jui-alert-info-link-color,#062c33)}joomla-alert[type=warning]{background-color:var(--jui-alert-warning-background-color,#fcefdc);border-color:var(--jui-alert-warning-border-color,#fbe8cd);color:var(--jui-alert-warning-color,#7d5a29)}joomla-alert[type=warning] hr{border-top-color:var(--jui-alert-warning-border-color,#fbe8cd)}joomla-alert[type=warning] .alert-link{color:var(--jui-alert-warning-link-color,#573e1c)}joomla-alert[type=danger]{background-color:var(--jui-alert-danger-background-color,#f7dddc);border-color:var(--jui-alert-danger-border-color,#f4cfce);color:var(--jui-alert-danger-color,#712b29)}joomla-alert[type=danger] hr{border-top-color:var(--jui-alert-danger-border-color,#f4cfce)}joomla-alert[type=danger] .alert-link{color:var(--jui-alert-danger-link-color,#4c1d1b)}html[dir=rtl] joomla-alert .joomla-alert--close,html[dir=rtl] joomla-alert .joomla-alert-button--close{float:left;left:-1.25rem;right:auto}@keyframes joomla-alert-fade-in{0%{opacity:0}}@keyframes joomla-alert-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){joomla-alert{animation-duration:1ms!important}}
/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

/* Fix for Firefox where the elements go out of the page in edition mode */
.edit.item-page fieldset,
#item-form fieldset {
	/*display: table-cell;
	min-width: auto;*/
}

/* For elements to get the correct size */
#workspaceck *, #popup_editionck *, #menuck *, .pagebuilderck * {
	box-sizing: border-box;
}

#workspaceck .inner:before, .pagebuilderck .inner:before {
	border-radius: inherit;
}

/* For equal heights */
.blockck > .inner {
	/*height: 100%;*/
	box-sizing: border-box;
	flex: 1 1 auto;
	/*overflow: hidden;*/ /* fix for IE, to remove unwanted space */
}

.pagebuilderck {
	/*overflow-x: hidden;*/  /* do not use, causes scroll bar to appear : fix for animation that are outside the screen */
}

.pagebuilderck img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.workspaceck.ckresponsiveactive:not([ckresponsiverange="5"]) .rowck > .inner,
.rowck.ckadvancedlayout > .inner,
.rowck > .inner {
	flex-wrap: wrap;
}

/* ---------------------------------------
	Responsive design code
	Needed for V1 B/C
-----------------------------------------*/

@media screen and (max-width: 524px) {

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidephone {
		display: none !important;
	}

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .blockck[class*="span"] {
		display: block;
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.rowck.row-fluid:not([class*="ckstack"]) > .inner {
		display: block !important;
	}

}

@media screen and (min-width: 525px) {
	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidedesktop {
		display: none !important;
	}
}

.pagebuilderck {
	clear: both;
}

.pagebuilderck img, .workspaceck img {
	max-width: 100%;
	height: auto;
}

.blockck {
	display: flex;
	flex-direction: column;
	float: left;
	min-height: 1px; /* needed else the empty blocks will not take place */
}

.rowck > .inner {
	display: flex;
}

.rowck > .inner:before,
.rowck > .inner:after {
	display: none;;
}

/*------------- default width for columns (from bootstrap) ------------------*/
.pagebuilderck .row-fluid {
	width: 100%;
	*zoom: 1;
}

.pagebuilderck .row-fluid:before,
.pagebuilderck .row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.pagebuilderck .row-fluid:after {
  clear: both;
}

.pagebuilderck .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  
     
          box-sizing: border-box;
}

.pagebuilderck .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.pagebuilderck .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.pagebuilderck .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.pagebuilderck .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.pagebuilderck .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.pagebuilderck .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.pagebuilderck .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.pagebuilderck .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.pagebuilderck .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.pagebuilderck .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.pagebuilderck .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.pagebuilderck .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.pagebuilderck .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.pagebuilderck .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/*------------- default jquery ui styles ------------------*/
.cktype .ui-helper-clearfix::before, .cktype .ui-helper-clearfix::after {
	border-collapse: collapse;
	content: "";
	display: table;
}
.cktype .ui-helper-clearfix::after {
	clear: both;
}

/*------------- styles for accordion ------------------*/
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header {
	background: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
	border: 1px solid #ddd;
	border-radius: 0;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0;
}
.cktype:not([data-type="faq"]) .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -4px;
	margin-left: 5px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-e {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #ddd;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-s {
	height: 0;
	width: 0;
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
}

.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header svg {
	vertical-align: middle;
}

/*------------- styles for tabs ------------------*/
.cktype .ui-tabs {
	border: none;
	background: none;
	border-radius: 0;
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.cktype .ui-tabs::after {
	display: block;
	content: "";
	clear: both;
}
.cktype .ui-tabs .ui-tabs-nav {
	border: none;
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav {
	float: left;
	width: 200px;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav ~ .tabck {
	margin-left: 200px;
}
.cktype .ui-tabs .ui-tabs-nav li {
	background: #fff;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav > li {
	float: none;
	border-bottom-width: 1px;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav > li > a {
	display: block;
	float: none;
}

.cktype .ui-tabs .ui-tabs-nav li.ui-state-default {
	background: #eee;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
}
.cktype .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	/*float: left;*/
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	cursor: pointer;
}
.cktype .ui-tabs:not(.vertical_tabsck) .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.cktype .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.cktype .ui-tabs .ui-tabs-panel {
	background: #fff;
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav li svg {
	vertical-align: middle;
}

/*------------- styles for button ------------------*/

.cktype > a.buttonck {
	display: inline-block;
	cursor: pointer;
}
/*------------- styles for message ------------------*/
.messageck > div {
	display: inline-block;
}

.alertck {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	margin-top: 9px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	
	
	border-radius: 4px;
}
.alertck,
.alertck .messageck_title {
	color: #c09853;
}
.alertck .messageck_title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.alertck p {
	padding: 5px 0;
	margin: 0;
}
.alertck .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alertck-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alertck-success .messageck_title {
	color: #468847;
}
.alertck-danger,
.alertck-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alertck-danger .messageck_title,
.alertck-error .messageck_title {
	color: #b94a48;
}
.alertck-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alertck-info .messageck_title {
	color: #3a87ad;
}

/*------------- styles for separator ------------------*/

.separatorck {
	overflow: hidden;
	text-align: center;
	padding: 10px;
	color: #000;
}
.separatorck .separatorck_before,
.separatorck .separatorck_after {
	background-color: #000;
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.separatorck .separatorck_before {
	right: 0.5em;
	margin-left: -50%;
}
.separatorck .separatorck_after {
	left: 0.5em;
	margin-right: -50%;
}

/*------------- best compatibility for image effect CK ------------------*/

.imageck figure.imageeffectck {
	/*display: block;
	margin: 0;*/
}

/*------------- styles for video and other iframes ------------------*/
.videock, .iframeck, .embedck {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
	max-width: 100%;
	display: inline-block;
}

.videock iframe, .videock video,
.iframeck iframe, .embedck embed {
	position: absolute;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	object-fit: cover;
}

.videock video {
	object-fit: contain; /* avoid the video to be totally outside in fullscreen mode */
}

.videockbackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	
	transform: translateX(-50%) translateY(-50%);
	background-size: cover; 
}

.hasvideockbackground {
	z-index: 0;
}

.pagebuilderck [data-type="icontext"] > .inner,
.pagebuilderck [data-layout] > .inner {
	display: flex;
	flex-direction: column;
}

.pagebuilderck [data-type="button"][data-layout] > .inner {
	display: inline-flex;
}

/*.pagebuilderck [data-type="icontext"] .iconck,*/
.pagebuilderck [data-layout="left"] .iconck,
.pagebuilderck [data-layout="right"] .iconck {
	align-self: center;
}

.pagebuilderck [data-layout] .titleck {
	flex: 1 1 auto;
}

.pagebuilderck [data-type="icontext"][data-layout="bottom"] > .inner,
.pagebuilderck [data-layout="bottom"] > .inner {
	flex-direction: column-reverse;
}

.pagebuilderck [data-type="icontext"][data-layout="left"] > .inner,
.pagebuilderck [data-layout="left"] > .inner {
	flex-direction: row;
}

.pagebuilderck [data-type="icontext"][data-layout="right"] > .inner,
.pagebuilderck [data-layout="right"] > .inner {
	flex-direction: row-reverse;
}

/* for shape divider */
.pbck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.pbck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}

.pbck-divider-container.pbck-divider-top {
	top: -1px;
}

.pbck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}

.pbck-divider-container.pbck-divider-over {
	z-index: 1;
}

.pbck-divider-container.pbck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(50%);
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.valign-items {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.valign-items > .cktype.valignitem-bottom {
	margin-top: auto;
}

.valign-items > .cktype.valignitem-center {
	margin-top: auto;
	margin-bottom: auto;
}

.ckcustomcssfield {
	display: none;
}

.rowck > .inner {
	margin: auto;
}

/** for content type layout **/
.pagebuilderck div[class*="-group"].inner {
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.pagebuilderck div[class*="-group"][data-align="horizontal"].inner,
.pagebuilderck [data-align="horizontal"] {
	flex-direction: row;
}

/** for columns space between **/
[data-columns-space-between="1"] > .inner,
.rowck > .inner {
	justify-content: space-between;
}

[data-columns-space-between="0"] > .inner {
	justify-content: normal;
}

.pbck-has-link-wrap {
	position: relative;
}

a.pbck-link-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: transparent;
	color: transparent;
	text-indent: -999em;
}

a.pbck-link-wrap[data-custom-text="1"] {
	color: inherit;
	text-indent: inherit;
}

a.pbck-link-wrap[data-link-icon="1"]:hover::after,
.ckfakehover:hover > a.pbck-link-wrap[data-link-icon="1"]::after {
	display: block;
	content: "\f0c1";
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: inherit;
	text-align: center;
	transform: translate(0, -50%);
	font-family: FontAwesome;
	cursor: pointer;
}

.pagebuilderck audio {
	min-height: 54px;
}

.messageck button.close {
	padding: 3px;
	cursor: pointer;
	background: transparent;
	border: 0;
	
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.messageck button.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.pagebuilderck .videock {
	position: relative;
	background: #000;
}

.pagebuilderck .videock-youtube-thumb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 100%;
	left: 0;
}

.pagebuilderck .videock i-frame:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 70px;
	background: rgba(0,0,0, 0.7);
	border-radius: 50% / 15%;
	pointer-events: none;
}

.pagebuilderck .videock:hover i-frame:before {
	background: red;
}

.pagebuilderck .videock i-frame:after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 0;
	pointer-events: none;
}

.cktype[data-type="faq"] [data-accordion="1"] .faqck-heading {
	cursor: pointer;
}

.pagebuilderck [data-type="icontext"] .contentck {
	flex: 1 1;
}

.pbck-divider-container svg {
	max-width: none;
}

.separatorck[data-text="0"] .separatorck_after, .separatorck[data-text="0"] .separatorck_text {
	display: none;
}
.separatorck[data-text="0"] .separatorck_before {
	width: 100%;
	margin-left: initial;
	position: static;
}

.pagebuilderck:not(.workspaceck) .faqsck[data-display="accordion"] .faqck-heading + div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.faqsck[data-display="accordion"] .faqck-heading {
	cursor: pointer;
}

.noanimationck {
	transition: none !important;
}

.moduleck svg.moduleck_icon,
.pageck svg.pageck_icon {
	max-width: 30px;
	max-height: 30px;
	fill: rgba(0,0,0,0.3);
	float: left;
	margin-right: 10px;
}

.workspaceck .moduleck,
.workspaceck .pageck {
	border: 4px solid rgba(0,0,0,0.3);
	border-radius: 8px;
	padding: 10px;
	margin: 3px;
	display: flex;
	align-items: center;
}

.moduleck_content {
	display: flex;
}

.modulerow_title,
.pagerow_title {
	margin-right: 10px;
	display: inline-block;
}

.cktype[data-type="list"][data-orientation="horizontal"] .pbck_list_item,
.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item {
	display: inline-block;
}

.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item {
	min-width: 60%; /* used to avoid the items to align horizontally in the same row of the column */
}

.cktype[data-type="list"][data-orientation="horizontal"] .pbck_list_item_text,
.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item_text {
	display: inline-block;
}

.pbckicon {
	line-height: 1;
}

.pbckicon > svg {
	vertical-align: middle;
}

.pbck_list_item {
	display: flex;
}
.pbck_list_item .iconck {
	flex: 0 0 auto;
}

/* for social icons */
a.pbck_social_icon {
	text-decoration: none;
}

a.pbck_social_icon:before {
	display: none;
}

.pbck_social_icons {
	display: flex;
}

[data-type="heading"][data-align] > .inner {
	display: flex;
}

[data-type="heading"][data-align="left"] > .inner {
	justify-content: left;
}

[data-type="heading"][data-align="center"] > .inner {
	justify-content: center;
}

[data-type="heading"][data-align="right"] > .inner {
	justify-content: right;
}

[data-type="heading"][data-align] > .inner .titleck {
	flex: 0 1 auto;
}

/* for accessibility */
.pbck-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.pbck-fit-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.buttontextck {
	flex: 1;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url(/components/com_pagebuilderck/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/components/com_pagebuilderck/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/components/com_pagebuilderck/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* -------------------------------- */

/* admin section */

.clear {clear: both;}

.paramHeaderContainer {clear: both; font-size:15px; color:#369; margin: 30px 0 10px -20%; padding: 10px; background: #d5e7fa; border-bottom: 2px solid #96b0cb; width: 100%;}

.form-horizontal .control-label {
	width: 20% !important;
	min-width: 200px;
}

.adminformlist label {
	width: 20% !important;
}

#imagestab {
	min-height: 400px;
}

#imagestab  div.clear {
	clear: both;
}

#imagestab span.image_title {
	font-weight: bold;
}

#imagestab .delete_checkbox {
	float: none;
}

#imagestab .delete_label {
	display: inline;
	float: none;
	clear: none;
}

#sortableImages img {
	border: 4px solid #ddd;
	margin: 10px 0;
	padding: 0;
	max-width: 100%;	
	height: auto;
	clear: both;
}

li.ui-state-default {
	list-style: none;
	display: inline-block;
	padding-left: 7px;
	cursor: pointer;
}

li.ui-state-highlight {
	list-style: none;
	height: 75px;
	width: 75px;
	border: 2px dashed #ccc;
	display: inline-block;
	margin-left: 7px;
}

div.image_block {
	margin-top: 30px;
}

div.image_block hr {
	margin: 5px 0 15px 0;
	border-top: 1px solid #ddd;
}

div.image_block td.key {
	padding-right: 10px;
}

#imagestab a.addNewImage {
	display: block;
	margin: 30px 0 7px 0;
}

#imagestab input.fileUploadMultiple {
	float: none !important;
}

tr.imagePreview img {
	border: 4px solid #ddd;
	margin: 10px 0;
	padding: 0;
	max-width: 100%;	
	height: auto;
	clear: both;
}

/* image gallery section */

div.category_article_image {
	text-align: center;
}

div.category_article_image img {
	border: 4px solid #ddd;
	margin: 5px 0;
	padding: 0;
	max-width: 100%;	
	height: auto;	
}

div.article_images_block {
	padding:8px;
	margin:0 0 16px 0;
	text-align: center;
}

div.article_images_block  div.clear {
	clear: both;
}

div.article_images_block.standard img {
	border: 4px solid #ddd;
	margin: 5px 0 0 0;
	padding: 0;	
	max-width: 100%;	
	height: auto;
}

div.article_images_block span.article_image_caption {
	color:#666;
	font-size:11px;
}

div.article_images_block span.article_image_credits {
	color:#999;
	font-style:italic;
	font-size:11px;
}

div.images_thumbs_block {
	margin-top: 10px;
	text-align: center;
}

div.images_thumbs_block div.article_image {
	display: inline-block;
	margin: 0 3px;
}

div.images_thumbs_block div.article_image img {
	height: 125px;
	width: auto;
}
#cookiesck_interface {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 2px solid #ccc;
	margin: 10px;
	box-sizing: border-box;
}

#cookiesck_interface * {
	box-sizing: border-box;
}

.cookiesck-main {
	max-height: 100%;
	overflow: auto;
}

.cookiesck-main-title {
	font-size: 28px;
	text-align: center;
	padding: 20px;
}

.cookiesck-main-desc {
	padding: 10px 40px;
	font-size: 14px;
}

.cookiesck-category {
	padding: 20px;
	color: #333;
}

.cookiesck-category-name {
	font-size: 24px;
	color: #111;
	line-height: 24px;
}

.cookiesck-category-desc {
	margin: 3px 0;
	color: #666;
}

.cookiesck-platform {
	padding: 10px;
	margin: 15px 0;
	color: #111;
	background: #f2f2f2;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.cookiesck-platform-name {
	font-size: 18px;
	color: #111;
	line-height: 24px;
}

.cookiesck-main .cookiesck_button,
.cookiesck-main-buttons .cookiesck-button {
	background: #e5e5e5;
	border: 2px solid #ddd;
	color: #666;
	padding: 10px 20px;
	margin: 2px 5px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.cookiesck-platform .cookiesck-accept {
	margin-left: auto;
}

.cookiesck-main .cookiesck-accept:hover,
.cookiesck-main .cookiesck-accept.cookiesck-active {
	background: none;
	border: 2px solid green;
	color: green;
}

.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active {
	background: none;
	border: 2px solid orange;
	color: orange;
}

#cookiesck_readmore:hover {
	border: 2px solid #666;
	color: #222;
}

.cookiesck-main-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cookiesck-main-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 20px;
	font-size: 20px;
	cursor: pointer;
	background: #e2e2e2;
	color: #666;
}

.cookiesck-main-close:hover {
	color: #000;
}

iframe[data-cookiesck-src] {
	background: #ddd url(/plugins/system/cookiesck/assets/cookies-icon.svg) center center no-repeat;
	border: #ddd 3px solid;
	background-size: 20vmin auto;
	pointer-events: none;
	transition: all 0.2s;
}

.cookiesck-iframe-wrap {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.pagebuilderck .videock .cookiesck-iframe-wrap,
.pagebuilderck .iframeck .cookiesck-iframe-wrap {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.cookiesck-iframe-wrap:hover iframe {
	background-color: #eee;
}

.cookiesck-iframe-wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	border: transparent 3px solid;
	transition: all 0.2s;
}

.cookiesck-iframe-wrap:hover:after {
	border: #bbb 3px solid;
}

.cookiesck-iframe-wrap-allowed {
	display: inline-block;
}

#cookiesckwizard input {
	padding: 5px;
	width: 70%;
	height: auto;
	margin: 2px 0;
}

.cookiesck-platform-desc {
	margin: 0 10px;
	color: #666;
	font-style: italic;
}

@media screen and (max-width: 640px) {
	.cookiesck-main-buttons, .cookiesck-platform {
		flex-direction: column;
	}
	
	.cookiesck-platform .cookiesck_button {
		margin: 3px auto;
	}

	.cookiesck-main-close {
		position: relative;
		text-align: center;
	}
}

/** for switchers **/



.cookiesck_button_switch {
	background: #ddd;
	height: 34px;
	width: 70px;
	border: none;
	position: relative;
	border-radius: 17px;
	cursor: pointer;
	margin-left: auto;
}

.cookiesck_button_switch input {
	display: none;
}

.cookiesck_button_switcher {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background: white;
	border: none;
	position: absolute;
	top: 2px;
	left: 1px;
	border-radius: 15px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	z-index: 10;
}

input[id^="cookiesck-switch"]:checked + .cookiesck_button_switch .cookiesck_button_switcher {
	left: calc(100% - 32px);
}

input[id^="cookiesck-switch"]:checked + .cookiesck_button_switch {
	background: green;
}


.cookiesck_button_switch:before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%%22%20height%3D%22100%%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%3E%20%3Cpath%20d%3D%22M5%2012l5%205l10%20-10%22%20%2F%3E%20%3C%2Fsvg%3E%20");
	background-repeat: none;
	position: absolute;
	left: 8px;
	top: 6px;
	transition: all 0.2s ease;
	z-index: 0;
}

.cookiesck_button_switch:after {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%%22%20height%3D%22100%%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22darkgrey%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%3E%20%3Cpath%20d%3D%22M18%206l-12%2012%22%20%2F%3E%20%3Cpath%20d%3D%22M6%206l12%2012%22%20%2F%3E%20%3C%2Fsvg%3E%20");
	background-repeat: none;
	position: absolute;
	right: 8px;
	top: 6px;
	transition: all 0.2s ease;
	z-index: 0;
}

.cookiesck-iframe-wrap-allowed .cookiesck-iframe-wrap-text {
	display: none;
}

div#cookiesck_options {
	display: block;
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2025 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.engagebox__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.engagebox__animated.engagebox__infinite{animation-iteration-count:infinite}.engagebox__animated.engagebox__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.engagebox__animated.engagebox__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.engagebox__animated.engagebox__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.engagebox__animated.engagebox__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.engagebox__animated.engagebox__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.engagebox__animated.engagebox__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.engagebox__animated.engagebox__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.engagebox__animated.engagebox__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.engagebox__animated.engagebox__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.engagebox__animated.engagebox__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.engagebox__animated.engagebox__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.engagebox__animated.engagebox__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.engagebox__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.engagebox__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.engagebox__bounce{animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.engagebox__flash{animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.engagebox__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.engagebox__rubberBand{animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.engagebox__shakeX{animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.engagebox__shakeY{animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.engagebox__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.engagebox__swing{animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.engagebox__tada{animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.engagebox__wobble{animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.engagebox__jello{animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.engagebox__heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.engagebox__backInDown{animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.engagebox__backInLeft{animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.engagebox__backInRight{animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.engagebox__backInUp{animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.engagebox__backOutDown{animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.engagebox__backOutLeft{animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.engagebox__backOutRight{animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.engagebox__backOutUp{animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.engagebox__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.engagebox__bounceInDown{animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.engagebox__bounceInLeft{animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.engagebox__bounceInRight{animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.engagebox__bounceInUp{animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.engagebox__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.engagebox__bounceOutDown{animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.engagebox__bounceOutLeft{animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.engagebox__bounceOutRight{animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.engagebox__bounceOutUp{animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.engagebox__fadeIn{animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInDown{animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInDownBig{animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInLeft{animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInLeftBig{animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInRight{animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInRightBig{animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInUp{animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInUpBig{animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInTopLeft{animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInTopRight{animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInBottomLeft{animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.engagebox__fadeInBottomRight{animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.engagebox__fadeOut{animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.engagebox__fadeOutDown{animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.engagebox__fadeOutDownBig{animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.engagebox__fadeOutLeft{animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.engagebox__fadeOutLeftBig{animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.engagebox__fadeOutRight{animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.engagebox__fadeOutRightBig{animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.engagebox__fadeOutUp{animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.engagebox__fadeOutUpBig{animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.engagebox__fadeOutTopLeft{animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.engagebox__fadeOutTopRight{animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.engagebox__fadeOutBottomRight{animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.engagebox__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.engagebox__animated.engagebox__flip{animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.engagebox__flipInX{animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.engagebox__flipInY{animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.engagebox__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.engagebox__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.engagebox__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.engagebox__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.engagebox__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.engagebox__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.engagebox__rotateIn{animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.engagebox__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.engagebox__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.engagebox__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.engagebox__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.engagebox__rotateOut{animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.engagebox__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.engagebox__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.engagebox__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.engagebox__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.engagebox__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.engagebox__jackInTheBox{animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.engagebox__rollIn{animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.engagebox__rollOut{animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.engagebox__zoomIn{animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.engagebox__zoomInDown{animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.engagebox__zoomInLeft{animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.engagebox__zoomInRight{animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.engagebox__zoomInUp{animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.engagebox__zoomOut{animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.engagebox__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.engagebox__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.engagebox__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.engagebox__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.engagebox__slideInDown{animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.engagebox__slideInLeft{animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.engagebox__slideInRight{animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.engagebox__slideInUp{animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.engagebox__slideOutDown{animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.engagebox__slideOutLeft{animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.engagebox__slideOutRight{animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.engagebox__slideOutUp{animation-name:slideOutUp}
.eb-close{display:inline-block;position:absolute;right:0;top:0;z-index:10000;background:none;color:var(--eb-close-button-color, rgb(174, 174, 174));font-size:var(--eb-close-button-font-size, 24px);font-weight:normal;font-family:Tahoma,Arial;text-rendering:optimizeLegibility;transition:all 200ms ease-in-out;appearance:none;border:none;margin:0;padding:0;line-height:1;cursor:pointer;visibility:var(--eb-close-button-visibility);animation:var(--eb-close-button-animation);animation-fill-mode:var(--eb-close-button-animation-fill-mode)}.eb-close:hover{color:var(--eb-close-button-hover-color)}.eb-close.placement-inside{display:var(--eb-close-button-inside, none)}.eb-close.placement-outside{display:var(--eb-close-button-outside, none)}.eb-close>img{display:var(--eb-close-button-image, none);padding:10px}.eb-close:focus{outline:0}.eb-close>span{display:var(--eb-close-button-icon, none);font-size:1em;padding:.4em;line-height:.4em}html[dir="rtl"] .eb-close{right:auto;left:0}.eb{font-family:Arial;line-height:1.5;font-size:14px}.eb svg{fill:currentColor}.eb a{color:#4285f4}.eb-row-flex{text-align:center;margin:-8px;display:display:display:flex;justify-content:center;flex-wrap:wrap;align-items:center}.eb-row-flex>*{margin:8px}.eb .eb-btn{display:inline-block;background-color:#555;color:#fff;padding:.9em;line-height:.6em;border-radius:3px;text-decoration:none;max-width:100%;border:solid 1px rgba(0,0,0,0);font-size:1em;text-align:center;cursor:pointer}.eb .eb-btn.eb-btn-medium{font-size:.9em;padding:.8em}.eb .eb-btn.eb-btn-small{font-size:.8em;padding:.7em}.eb .eb-btn.eb-btn-large{font-size:1.2em}.eb .eb-btn.eb-btn-outline{background:none;color:inherit;border:solid 1px currentColor}.eb .eb-btn.eb-btn-primary{background-color:#4285f4}.eb .eb-btn.eb-btn-danger{background-color:#db4437}.eb .eb-btn.eb-btn-success{background-color:#0f9d58}.eb .eb-btn:hover{opacity:.9}.eb-btns{display:display:display:flex;flex-wrap:wrap;gap:var(--buttons-gap)}.eb-btns.gap-8{--buttons-gap: 8px}.eb-btns.gap-16{--buttons-gap: 16px}.eb-btns.gap-24{--buttons-gap: 24px}.eb-btns .eb-btn{flex-grow:1}@media only screen and (min-width: 576px){.eb-btns.equal-sizes .eb-btn{flex:1 0 21%}.eb-btns.flex-dir-column{flex-direction:column}}@media only screen and (max-width: 575px){.eb-btns.m-gap-0{--buttons-gap: 0}.eb-btns.m-gap-8{--buttons-gap: 8px}.eb-btns.m-gap-16{--buttons-gap: 16px}.eb-btns.m-gap-24{--buttons-gap: 24px}.eb-btns.m-flex-dir-row{flex-wrap:nowrap;flex-direction:row !important}.eb-btns .eb-btn{width:100%}}.eb-left{float:left}.eb-right{float:right}.eb-h1{font-size:24px}.eb-h2{font-size:20px}.eb-h3{font-size:18px}.eb-h4{font-size:16px}.eb-h1,.eb-h2,.eb-h3,.eb-h4{line-height:1.3;margin-bottom:20px}.eb-p{padding:0;margin-bottom:20px}.eb-p:last-child{margin:0}.eb-small{font-size:.9em}.eb-muted{opacity:.6}.text-success{color:#0f9d58}.eb-icon-warning,.eb-icon{font-size:50px;line-height:56px;border:solid 2px currentColor;width:60px;height:60px;display:inline-block;border-radius:100%;color:#555;margin-bottom:20px;user-select:none}.eb-row{display:display:display:flex;margin:-10px}.eb-row .eb-col{padding:10px}.eb-label{display:inline-block;background-color:#555;padding:.7em;line-height:.8em;border-radius:3px;color:#fff}.eb-label.eb-label-danger{background-color:#db4437}.eb-coupon-code{background-color:#4285f4;color:#fff;padding:6px 18px;border-radius:3px;display:inline-block;font-family:monospace;font-size:16px;position:relative;text-align:center;letter-spacing:.1em}.eb-coupon-code:before{content:"✄";top:6px;left:-6px;font-size:34px;line-height:13px;position:relative}.eb-coupon-code-simple{border:dashed 1px currentColor;padding:.5em;line-height:1;font-family:monospace;font-weight:bold;letter-spacing:.1em}.eb-backdrop{height:100%;width:100%;position:fixed;left:0;top:0;z-index:0;overflow:hidden;background-color:var(--eb-overlay-background-color);backdrop-filter:blur(min(var(--eb-overlay-blur, 0) * 0.25px, 60px));-webkit-backdrop-filter:blur(min(var(--eb-overlay-blur, 0) * 0.25px, 60px))}.eb-floating-button{position:fixed;top:0;left:0;width:100%;height:100%;display:display:display:flex;align-items:flex-start;z-index:9999;user-select:none;pointer-events:none;cursor:pointer}.eb-floating-button>*{pointer-events:all}.eb-floating-button div{font-size:var(--fontSize, "16px");font-weight:500;color:var(--color);background-color:var(--bgColor);padding:.6em 1em;border-radius:3px;margin:30px;cursor:pointer;transition:all 100ms ease-in-out;box-shadow:1px 1px 5px 0px rgba(0,0,0,.2)}.eb-floating-button div:hover{opacity:.9}.eb-floating-button[class*=middle] div{margin:0}.eb-columns-container{--base-metric: 8px;--columns: 1;display:display:display:flex;width:100%;gap:var(--gap)}.eb-columns-container.align-items-center{align-items:center}.eb-columns-container.columns-2{--columns: 2}.eb-columns-container.columns-3{--columns: 3}.eb-columns-container.columns-4{--columns: 4}.eb-columns-container.gap-1{--gap: var(--base-metric)}.eb-columns-container.gap-2{--gap: calc(2 * var(--base-metric))}.eb-columns-container.gap-5{--gap: calc(5 * var(--base-metric))}.eb-columns-container .eb-column{flex-grow:1}.eb-columns-container .eb-column:not(.flex-basis-auto){flex-basis:calc(100%/var(--columns))}.eb-columns-container .eb-column.flex-basis-auto{flex-basis:auto}@media only screen and (min-width: 992px){.eb-columns-container .eb-column.md-flex-basis-auto{flex-basis:auto}}@media only screen and (max-width: 991px){.eb-columns-container{flex-wrap:wrap}.eb-columns-container.md-columns-1{--columns: 1}.eb-columns-container.md-columns-2{--columns: 2}.eb-columns-container.md-columns-3{--columns: 3}.eb-columns-container.md-columns-4{--columns: 4}.eb-columns-container.md-gap-1{--gap: var(--base-metric)}.eb-columns-container.md-gap-2{--gap: calc(2 * var(--base-metric))}}@media only screen and (min-width: 577px){.eb-columns-container .eb-column.sm-flex-basis-auto{flex-basis:auto}}@media only screen and (max-width: 576px){.eb-columns-container{--columns: 1 !important}.eb-columns-container.sm-gap-1{--gap: var(--base-metric)}.eb-columns-container.sm-gap-2{--gap: calc(2 * var(--base-metric))}.eb-columns-container .sm-align-items-center{align-items:center}.eb-columns-container .sm-text-center{text-align:center}}.eb-acc{text-align:center}.eb-acr{text-align:right}.eb-acb .eb-container,.eb-acm .eb-container{min-height:100%;display:display:display:flex;flex-direction:column}.eb-acb .eb-container{justify-content:flex-end}.eb-acm .eb-container{justify-content:center}.eb-inst{position:fixed;top:0;left:0;width:100%;height:100%;display:display:display:flex;align-items:flex-start;pointer-events:none;z-index:99999;text-align:left;padding:var(--eb-margin)}html[dir="rtl"] .eb-inst{text-align:right}.eb-inst>*{pointer-events:all}.eb-inst,.eb-inst *,.eb-inst *:before,.eb-inst *:after{box-sizing:border-box}.eb-inst .eb-header{font-size:1.6em;line-height:1em;margin-bottom:20px;opacity:.8}.eb-inst .eb-header ul{list-style:disc inside none;margin:0;padding:0}.eb-inst .eb-content{overflow:hidden}.eb-inst .eb-content .eb-input{border:1px solid #aeaeae;padding:.6em .8em;width:100%;height:auto;font-family:"Arial";line-height:normal;margin:0}.eb-inst .eb-content input[type=checkbox]{margin:0;position:relative;top:-1px}.eb-inst .eb-content .eb-field-row{margin-bottom:.5em}.eb-inst .eb-content .eb-field-row label{display:inline-block;margin-bottom:.5em}.eb-inst .eb-formHor .eb-container{margin:0 auto;max-width:1000px}@media(min-width: 768px){.eb-inst .eb-formHor form{display:display:display:flex;align-items:center;justify-content:space-between;margin:0 -5px}.eb-inst .eb-formHor .eb-content form>*{padding:0 5px;margin:0;width:100%}.eb-inst .eb-formHor .eb-content form .eb-footer{flex-shrink:0;width:150px}}.eb-inst .eb-formHor .eb-content button{width:100%}.eb-inst img{max-width:100%}.eb-inst.eb-image .eb-content>a{display:block}.eb-dialog{--eb-shadow-elevation: 0px 11px 15px -7px rgba(0,0,0,.2), 0px 24px 38px 3px rgba(0,0,0,.1), 0px 9px 46px 8px rgba(0,0,0,.1);--eb-shadow-1: 0 0 2px 2px rgba(0, 0, 1, 0.3);--eb-shadow-2: 6px 7px 4px 6px rgba(0, 0, 1, 0.3);--eb-shadow-3: 0 0 27px 15px rgba(0, 0, 0, 0.5);width:100%;height:var(--eb-height, auto);max-height:100%;z-index:1;overflow:auto;padding:var(--eb-padding, 30px);position:relative;max-width:var(--eb-max-width);border-radius:var(--eb-border-radius);box-shadow:var(--eb-dialog-shadow);background-color:var(--eb-background-color);color:var(--eb-text-color);border:var(--eb-border-width) var(--eb-border-style) var(--eb-border-color);background-image:var(--eb-background-image);background-repeat:var(--eb-background-repeat);background-size:var(--eb-background-size);background-position:var(--eb-background-position)}.eb-dialog:focus{outline:0}.eb-pageslide{position:relative;z-index:1000000000000000000000}.eb-pageslide>.eb-inst{position:relative;height:auto}iframe.eboxFitFrame{position:absolute;height:100%;width:100%;top:0;left:0}.eb-page_no_scroll,.eb-page_no_scroll body{overflow:hidden !important;position:relative}.eb-hide{display:none}*[data-ebox-cmd]>*,*[data-ebox]>*{pointer-events:none}.eb-top-center{justify-content:center}.eb-top-right{justify-content:flex-end}.eb-middle-left{align-items:center}.eb-center{justify-content:center;align-items:center}.eb-middle-right{justify-content:flex-end;align-items:center}.eb-bottom-left{align-items:flex-end}.eb-bottom-center{justify-content:center;align-items:flex-end}.eb-bottom-right{justify-content:flex-end;align-items:flex-end}
[class^="wf-mediabox"],.wf-mediabox-numbers *{left:0;top:0;margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:#444;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:inherit;text-shadow:none;text-transform:none;float:none;position:relative;width:auto;height:auto;white-space:normal;cursor:inherit;line-height:normal;font-weight:normal;text-align:left;box-sizing:border-box;direction:ltr;max-width:none;box-shadow:none;appearance:none}.wf-mediabox{position:fixed;z-index:10000;width:100%;height:100%;font-size:16px}.wf-mediabox-cache{position:absolute;left:-99999px}.wf-mediabox-overlay{position:absolute;cursor:pointer;background-color:#000;width:100%;height:100%}.wf-mediabox-overlay-transition .wf-mediabox-overlay{opacity:0;transition:opacity .3s ease-in-out}.wf-mediabox-open .wf-mediabox-overlay{opacity:.7}.wf-mediabox-loader{text-align:center;line-height:0;display:none;width:100%;height:100%;position:absolute}.wf-mediabox-loader:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:10000;box-sizing:border-box}.wf-mediabox-loader:after{content:"";display:block;border:.25em solid rgba(255,255,255,0.5);border-left-color:#fff;border-radius:50%;width:2em;height:2em;animation:donut-spin 1.2s linear infinite;z-index:10001;position:absolute;top:50%;left:50%;margin:-1em 0 0 -1em;box-sizing:border-box}@keyframes donut-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wf-mediabox-frame{box-sizing:border-box;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%}.wf-mediabox-frame:after{content:"";display:inline-block;height:100%;vertical-align:middle}.wf-mediabox-body{z-index:10002;cursor:default;display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;width:100%;visibility:hidden;box-shadow:0 0 30px rgba(0,0,0,0.5);max-width:260px}.wf-mediabox-loading .wf-mediabox-content-image,.wf-mediabox-broken-image,.wf-mediabox-broken-media>div{min-width:240px;min-height:135px}.wf-mediabox-loading .wf-mediabox-loader{display:inline-block !important}.wf-mediabox-info-bottom,.wf-mediabox-info-top{overflow:hidden;position:relative;margin:0;padding:0;border:0}.wf-mediabox-container{overflow:hidden;max-width:100%;height:auto}[class*='wf-mediabox-transition-'] .wf-mediabox-body{opacity:0;transition:.3s ease-in;transition-property:opacity,transform}.wf-mediabox-transition-scale .wf-mediabox-body{transform:scale3d(.9, .9, 1)}.wf-mediabox-transition-slide-in .wf-mediabox-body{transform:translateX(300%) translateY(0)}.wf-mediabox-transition-slide-out .wf-mediabox-body{transform:translateX(-200%) translateY(0)}.wf-mediabox-body:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:#fff}.wf-mediabox-show .wf-mediabox-body{visibility:visible}.wf-mediabox-transition-scale .wf-mediabox-body.wf-mediabox-transition{opacity:1;transform:scale3d(1, 1, 1)}.wf-mediabox-transition-slide-in .wf-mediabox-body.wf-mediabox-transition,.wf-mediabox-transition-slide-out .wf-mediabox-body.wf-mediabox-transition{opacity:1;transform:translateX(0) translateY(0)}.wf-mediabox-body.wf-mediabox-transition:after{content:"";width:0;height:0}.wf-mediabox-content{width:auto;height:auto;overflow:hidden;display:block}.wf-mediabox-content-item>figure{margin:0;position:absolute;width:100%;height:100%;left:0;top:0;display:block}.wf-mediabox-content-item>figure>figcaption{text-align:center;position:absolute;width:100%;display:block;bottom:0;background:#fff;padding:.25em}.wf-mediabox-scroll .wf-mediabox-content-image{overflow:auto}.wf-mediabox-scroll .wf-mediabox-content-image img{max-width:inherit}.wf-mediabox-content-iframe .wf-mediabox-content-item,.wf-mediabox-content-object .wf-mediabox-content-item,.wf-mediabox-content-video .wf-mediabox-content-item,.wf-mediabox-content-ajax .wf-mediabox-content-item{padding-bottom:56.25%;width:100%;height:0;overflow:inherit}.wf-mediabox-content-ratio-4by3 .wf-mediabox-content-item{padding-bottom:75%}.wf-mediabox-content-ratio-flex .wf-mediabox-content-item{padding-bottom:0}.wf-mediabox-container .wf-mediabox-content-height{padding:initial;min-height:320px}.wf-mediabox-content-ajax{overflow:auto}.wf-mediabox-content-image,.wf-mediabox-content-audio{text-align:center;width:100%;height:auto}.wf-mediabox-content p.media-support{font-size:20px;color:#888;font-weight:bold;text-align:center;height:100%;position:relative;top:50%;margin-top:-10px}.wf-mediabox-content-iframe iframe,.wf-mediabox-content-object object,.wf-mediabox-content-object embed,.wf-mediabox-content-video video{border:0 none;position:absolute;top:0;left:0;width:100%;height:100%}.wf-mediabox-content-ajax iframe{visibility:hidden}.wf-mediabox-content-image img,.wf-mediabox-content-audio audio{text-align:center;width:100%;height:auto}.wf-mediabox-content-audio audio{min-height:40px}.wf-mediabox.ios .wf-mediabox-content{overflow:scroll;-webkit-overflow-scrolling:touch}.wf-mediabox-ajax{overflow:auto;border:0;margin:0;background-color:#ffffff}a.wf-mediabox-img{line-height:0;font-size:0}.wf-mediabox-caption,.wf-mediabox-nav{display:block}.wf-mediabox-nav button{padding:0 !important;font-size:inherit !important}.wf-mediabox-caption h4,.wf-mediabox-caption h4,.wf-mediabox-caption p,.wf-mediabox-caption p{margin:0;padding:0;border:0;line-height:normal;white-space:normal}.wf-mediabox-caption p,.wf-mediabox-caption p{max-height:25vh;overflow:auto}.wf-zoom-image{position:relative;line-height:0;font-size:0;display:inline-block}.wf-mediabox-has-float{display:block}.wf-mediabox-is-centered{display:block;margin:auto}.wf-zoom-image-hover .wf-icon-zoom-image{visibility:hidden}.wf-zoom-image-hover:hover .wf-icon-zoom-image{visibility:visible}.wf-icon-zoom-image:before,.wf-icon-zoom-image svg{color:#fff;font-size:24px;height:28px;position:absolute;text-align:center;width:24px;opacity:.8;top:auto;bottom:5px;left:auto;right:5px;z-index:1}.wf-icon-zoom-image>svg{fill:#fff;transform:scale(-1)}.wf-zoom-image-invert .wf-icon-zoom-image:before{color:#444}.wf-zoom-image-invert .wf-icon-zoom-image:before>svg{fill:#444}.wf-icon-zoom-top-left .wf-icon-zoom-image:before,.wf-icon-zoom-left-top .wf-icon-zoom-image:before,.wf-icon-zoom-top-left .wf-icon-zoom-image>svg,.wf-icon-zoom-left-top .wf-icon-zoom-image>svg{top:5px;bottom:auto;left:5px;right:auto}.wf-icon-zoom-top-right .wf-icon-zoom-image:before,.wf-icon-zoom-right-top .wf-icon-zoom-image:before,.wf-icon-zoom-top-right .wf-icon-zoom-image>svg,.wf-icon-zoom-right-top .wf-icon-zoom-image>svg{top:5px;bottom:auto}.wf-icon-zoom-bottom-left .wf-icon-zoom-image:before,.wf-icon-zoom-left-bottom .wf-icon-zoom-image:before,.wf-icon-zoom-bottom-left .wf-icon-zoom-image>svg,.wf-icon-zoom-left-bottom .wf-icon-zoom-image>svg{top:auto;bottom:5px;left:5px;right:auto}.wf-icon-zoom-center-top .wf-icon-zoom-image:before,.wf-icon-zoom-top-center .wf-icon-zoom-image:before,.wf-icon-zoom-center-top .wf-icon-zoom-image>svg,.wf-icon-zoom-top-center .wf-icon-zoom-image>svg{left:50%;margin-left:-12px;top:5px;bottom:auto;right:auto}.wf-icon-zoom-center-bottom .wf-icon-zoom-image:before,.wf-icon-zoom-bottom-center .wf-icon-zoom-image:before,.wf-icon-zoom-center-bottom .wf-icon-zoom-image>svg,.wf-icon-zoom-bottom-center .wf-icon-zoom-image>svg{left:50%;margin-left:-12px;right:auto}.wf-icon-zoom-center-right .wf-icon-zoom-image:before,.wf-icon-zoom-right-center .wf-icon-zoom-image:before,.wf-icon-zoom-right .wf-icon-zoom-image:after{margin-top:-12px;top:50%;bottom:auto}.wf-icon-zoom-center-left .wf-icon-zoom-image:before,.wf-icon-zoom-left-center .wf-icon-zoom-image:before,.wf-icon-zoom-left .wf-icon-zoom-image:before,.wf-icon-zoom-center-left .wf-icon-zoom-image>svg,.wf-icon-zoom-left-center .wf-icon-zoom-image>svg,.wf-icon-zoom-left .wf-icon-zoom-image>svg{margin-top:-12px;top:50%;bottom:auto;left:5px;right:auto}.wf-icon-zoom-center .wf-icon-zoom-image:before,.wf-icon-zoom-center .wf-icon-zoom-image>svg{margin-top:-12px;margin-left:-12px;top:50%;bottom:auto;left:50%;right:auto}.wf-icon-zoom-image{background:transparent none;border:0 none;cursor:pointer;display:inline-block;float:none;font-size:100%;margin:0;outline:0 none;overflow:hidden;padding:0;vertical-align:baseline;position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none}area .wf-icon-zoom-link{display:none}.wf-icon-zoom-link:before{padding:0 0 0 5px;vertical-align:middle}.wf-icon-zoom-link>svg{padding:2px 0 0 5px;vertical-align:middle;width:16px;height:16px;transform:scaleY(-1);line-height:1}a.wfpopup.noshow,a.wfpopup.hide{display:none}.wf-hidden{display:none}.wf-mediaplayer-object{background-color:#000;background-repeat:no-repeat;background-size:cover}.wf-mediabox-close,.wf-mediabox-prev,.wf-mediabox-next,.wf-mediabox-numbers a{cursor:pointer}.wf-mediabox-numbers a{color:inherit}.wf-mediabox-caption-hidden *{visibility:hidden}.wf-mediabox figure{margin:0}.wf-mediabox figure figcaption{text-align:initial}.wf-icon-404{visibility:visible;background-color:#fff}.wf-icon-404>svg{width:5em;height:5em;margin:auto;transform:scale(-1);fill:#444}.wf-mediabox-content-image .wf-mediabox-content-item.wf-mediabox-content-item-expand{cursor:zoom-in}.wf-mediabox-fullscreen .wf-mediabox-body{height:100%;max-width:100%}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container{padding:0;height:100%}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content{height:100%}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content-item{cursor:zoom-out}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content-item{cursor:zoom-out;height:100%;overflow:scroll}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content-item .wf-mediabox-img{width:auto;height:auto}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-caption,.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-nav{display:none}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-info-bottom,.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-info-top{display:none}.wf-mediabox-frame{padding:.5em}.wf-mediabox-container{background-color:#fff;border-radius:.25em;padding:.5em}.wf-mediabox-body:after{border-radius:.25em}.wf-mediabox-info-bottom{padding:.5em 0 0}.wf-mediabox-nav{background-color:#ffffff;padding:1em}.wf-mediabox-close,.wf-mediabox-prev,.wf-mediabox-next{display:block;height:2em;left:auto;position:absolute;width:2em;z-index:1;color:#444;text-align:center;vertical-align:middle;line-height:2em}.wf-mediabox-close>svg,.wf-mediabox-prev>svg,.wf-mediabox-next>svg{fill:#444;vertical-align:middle}.wf-mediabox-close:after,.wf-mediabox-prev:after,.wf-mediabox-next:after{font-size:1.5em}.wf-mediabox-close:before,.wf-mediabox-prev:before,.wf-mediabox-next:before{line-height:inherit}.wf-mediabox-close:focus,.wf-mediabox-prev:focus,.wf-mediabox-next:focus,.wf-mediabox-close:hover,.wf-mediabox-prev:hover,.wf-mediabox-next:hover{color:#888;text-decoration:none;outline:none;background:inherit}.wf-mediabox-close:focus>svg,.wf-mediabox-prev:focus>svg,.wf-mediabox-next:focus>svg,.wf-mediabox-close:hover>svg,.wf-mediabox-prev:hover>svg,.wf-mediabox-next:hover>svg{fill:#888}.wf-mediabox-close{top:0;right:0}.wf-mediabox-prev{left:0;top:2em}.wf-mediabox-next{right:0;top:2em;left:auto}.wf-mediabox-expand{display:none}.wf-mediabox-content-image .wf-mediabox-expand{display:block;height:2em;left:calc(98%);position:absolute;width:2em;z-index:1;color:#fff;text-align:center;line-height:2em}.wf-mediabox-content-image .wf-mediabox-expand:after{font-size:1.5em}.wf-mediabox-content-image .wf-mediabox-expand:before{line-height:inherit}.wf-mediabox-content-image .wf-mediabox-expand:focus,.wf-mediabox-content-image .wf-mediabox-expand:hover{color:#888;text-decoration:none;outline:none;background:inherit}.wf-mediabox-numbers{text-align:center;display:block;line-height:2em;top:1em}.wf-mediabox-numbers ol{text-align:center}.wf-mediabox-numbers ol li{display:inline-block;box-sizing:border-box;width:2em;height:2em;vertical-align:middle;line-height:1.75}.wf-mediabox-numbers button{border:none;display:inline-block;width:100%;height:100%;border-radius:100%;font-size:14px !important;text-align:center;cursor:pointer}.wf-mediabox-numbers button:hover{font-weight:bold;text-decoration:none;color:inherit;background-color:transparent;background-image:none}.wf-mediabox-numbers button.active{cursor:default;background:#444;color:#fff;font-weight:bold;border:6px solid #fff}.wf-mediabox-numbers button.wf-mediabox-focus{background-color:#888;border:6px solid #fff;color:#fff}.wf-mediabox-caption{padding:.5em 0 .25em 0;background-color:#ffffff}.wf-mediabox-caption:empty{display:none}.wf-mediabox-caption h4{font-size:1.2em;line-height:1.2}.wf-mediabox-caption h4 a,.wf-mediabox-caption p a{color:#444;font-weight:bold;text-decoration:none}.wf-mediabox-caption h4 a:visited,.wf-mediabox-caption p a:visited,.wf-mediabox-caption h4 a:hover,.wf-mediabox-caption p a:hover{color:#444;font-weight:bold;text-decoration:none}.wf-mediabox-content a[download]{padding:.5em 0;display:block;text-align:right;text-decoration:none;color:#444}.wf-mediabox-content a[download]:active,.wf-mediabox-content a[download]:visited{text-decoration:none;color:#444}.wf-mediabox-content a[download]:hover{text-decoration:underline}.wf-mediabox-content img.wf-mediabox-focus{border:2px solid #444}.wf-mediabox-broken-image img{display:none}.wf-mediabox-broken-image .wf-mediabox-content-image:before{position:absolute;font-size:100px;height:auto;width:100%;text-align:center;left:0;top:50%;margin-top:-50px;opacity:.5}.wf-mediabox-broken-image .wf-icon-404{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-content:center;text-align:center}.wf-mediabox-broken-image .wf-icon-404:after{font-size:5em;display:block;width:100%;height:100%;position:relative;line-height:1.75}.wf-mediabox-thumbnails{display:flex;max-height:4rem;align-content:center;justify-content:center;flex-flow:row nowrap;gap:1%;z-index:10;margin-top:-4em;background:rgba(0,0,0,0.3);padding:.5em;overflow:hidden;transition:all .5s ease-in-out 0s;opacity:0}.wf-mediabox-thumbnails img{cursor:pointer;object-fit:contain;max-height:4rem;min-width:1rem;max-width:4rem;height:auto}.wf-mediabox-thumbnails img .active{outline:1px solid #fff}.wf-mediabox-container:hover .wf-mediabox-thumbnails{opacity:1}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip .tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.wf-mediabox-theme-bootstrap{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}.wf-mediabox-theme-bootstrap.wf-mediabox button{appearance:none;-webkit-appearance:none}.wf-mediabox-theme-bootstrap.wf-mediabox .modal{width:auto;margin:inherit;padding:0;position:relative;left:inherit}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-header{min-height:30px;padding:9px 30px 9px 15px}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-header h4{font-size:18px;font-weight:500;line-height:2}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-header .close{margin-top:0}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-body{padding:5px;width:auto;max-height:inherit}.wf-mediabox-theme-bootstrap .carousel{margin-bottom:inherit}.wf-mediabox-theme-bootstrap .wf-mediabox-caption{padding:0;background-color:inherit}.wf-mediabox-theme-bootstrap .wf-mediabox-close{float:none;left:auto;position:absolute;right:15px;top:10px;z-index:1}.wf-mediabox-theme-bootstrap .wf-mediabox-close:hover{background-color:transparent}.wf-mediabox-theme-bootstrap .wf-mediabox-nav{position:absolute;left:0;width:100%;height:100%;top:0;background:none;padding:0}.wf-mediabox-theme-bootstrap .wf-mediabox-prev::after,.wf-mediabox-theme-bootstrap .wf-mediabox-next::after{content:""}.wf-mediabox-theme-bootstrap .wf-mediabox-content-image,.wf-mediabox-theme-bootstrap .wf-mediabox-content-audio{padding:10px;width:auto}.glyphicon-chevron-left:before{content:"\2039"}.glyphicon-chevron-right:before{content:"\203A"}.wf-mediabox-theme-light .wf-mediabox-container{border-radius:0}.wf-mediabox-theme-light .wf-mediabox-close{border:medium none;color:#666;display:block;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:1em;left:auto;min-height:2em;position:absolute;right:0;text-transform:uppercase;z-index:1;background-color:transparent;width:auto;line-height:1;top:0}.wf-mediabox-theme-light .wf-mediabox-close::before{content:"\00d7";font-size:1.5em;font-weight:bold;vertical-align:middle;display:inline-block;margin-bottom:.25em}.wf-mediabox-theme-light .wf-mediabox-close:hover,.wf-mediabox-theme-light .wf-mediabox-close:visited,.wf-mediabox-theme-light .wf-mediabox-close:focus{text-decoration:none;color:inherit;outline:none;background-color:transparent}.wf-mediabox-theme-light .wf-mediabox-caption{margin:0}.wf-mediabox-theme-light .wf-mediabox-caption:empty+.wf-mediabox-nav{padding:1.5em 0}.wf-mediabox-theme-light .wf-mediabox-caption:empty+.wf-mediabox-nav>*{top:1em}.wf-mediabox-theme-light .wf-mediabox-caption h4,.wf-mediabox-theme-light .wf-mediabox-caption p{color:#666666}.wf-mediabox-theme-light .wf-mediabox-caption h4 a,.wf-mediabox-theme-light .wf-mediabox-caption p a{color:#666666;font-weight:bold;text-decoration:none}.wf-mediabox-theme-light .wf-mediabox-caption h4 a:active,.wf-mediabox-theme-light .wf-mediabox-caption p a:active,.wf-mediabox-theme-light .wf-mediabox-caption h4 a:hover,.wf-mediabox-theme-light .wf-mediabox-caption p a:hover,.wf-mediabox-theme-light .wf-mediabox-caption h4 a:visited,.wf-mediabox-theme-light .wf-mediabox-caption p a:visited{color:#666666}.wf-mediabox-theme-light .wf-mediabox-prev,.wf-mediabox-theme-light .wf-mediabox-next{width:25%;height:100%;background-color:transparent;z-index:10003;position:absolute;top:0;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;outline:none}.wf-mediabox-theme-light .wf-mediabox-prev:hover,.wf-mediabox-theme-light .wf-mediabox-next:hover,.wf-mediabox-theme-light .wf-mediabox-prev:focus,.wf-mediabox-theme-light .wf-mediabox-next:focus{background-color:transparent}.wf-mediabox-theme-light .wf-mediabox-prev:hover:after,.wf-mediabox-theme-light .wf-mediabox-next:hover:after{display:block}.wf-mediabox-theme-light .wf-mediabox-prev::after,.wf-mediabox-theme-light .wf-mediabox-next::after{background-color:#fff;content:"\00ab";display:none;position:absolute;top:50%;color:#666;line-height:1.25em;text-align:center;margin-top:-1em;padding:.25em 1em;font-weight:bold}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-prev,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-prev{left:0}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-prev::after,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-prev::after{box-shadow:rgba(0,0,0,0.3) 2px 2px 2px;left:0}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-next,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-next{right:0;left:auto}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-next::after,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-next::after{content:"\00bb";right:-1px;left:auto;box-shadow:rgba(0,0,0,0.3) -2px 2px 2px}.wf-mediabox-theme-light .wf-mediabox-numbers{color:#666;display:block;padding:0;text-align:left;line-height:1;top:0;position:absolute}.wf-mediabox-theme-light .wf-mediabox-page.idevice .wf-mediabox-container{margin-bottom:-1px}.wf-mediabox-theme-light .wf-mediabox-content img.wf-mediabox-focus{border:2px solid #666}.wf-mediabox-theme-shadow .wf-mediabox-body{box-shadow:none}.wf-mediabox-theme-shadow .wf-mediabox-body:after{background-color:#000}.wf-mediabox-theme-shadow .wf-mediabox-container{border:1px solid #666666;border-radius:0;padding:0}.wf-mediabox-theme-shadow .wf-mediabox-container.wf-mediabox-loading{background-color:#000000}.wf-mediabox-theme-shadow .wf-mediabox-loader{text-align:center;z-index:auto}.wf-mediabox-theme-shadow .wf-mediabox-cancel{cursor:pointer;color:#ffffff;z-index:1;top:calc(47%)}.wf-mediabox-theme-shadow .wf-mediabox-cancel:hover{color:#fff;text-decoration:underline}.wf-mediabox-theme-shadow .wf-mediabox-cancel:active,.wf-mediabox-theme-shadow .wf-mediabox-cancel:visited{text-decoration:none;color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-info-bottom,.wf-mediabox-theme-shadow .wf-mediabox-nav{padding:0;background-color:transparent}.wf-mediabox-theme-shadow .wf-mediabox-prev,.wf-mediabox-theme-shadow .wf-mediabox-next,.wf-mediabox-theme-shadow .wf-mediabox-close{display:block;z-index:1;float:right;position:relative;border:none;border-radius:0;background-color:transparent;left:auto;top:0;color:#fff}.wf-mediabox-theme-shadow .wf-mediabox-prev:hover,.wf-mediabox-theme-shadow .wf-mediabox-next:hover,.wf-mediabox-theme-shadow .wf-mediabox-close:hover,.wf-mediabox-theme-shadow .wf-mediabox-prev:focus,.wf-mediabox-theme-shadow .wf-mediabox-next:focus,.wf-mediabox-theme-shadow .wf-mediabox-close:focus{background-color:transparent;color:#888}.wf-mediabox-theme-shadow .wf-mediabox-prev:hover svg,.wf-mediabox-theme-shadow .wf-mediabox-next:hover svg,.wf-mediabox-theme-shadow .wf-mediabox-close:hover svg,.wf-mediabox-theme-shadow .wf-mediabox-prev:focus svg,.wf-mediabox-theme-shadow .wf-mediabox-next:focus svg,.wf-mediabox-theme-shadow .wf-mediabox-close:focus svg{fill:#888}.wf-mediabox-theme-shadow .wf-mediabox-prev>svg,.wf-mediabox-theme-shadow .wf-mediabox-next>svg,.wf-mediabox-theme-shadow .wf-mediabox-close>svg{width:1em;height:1em;line-height:1;margin-bottom:2px;fill:#fff}.wf-mediabox-theme-shadow .wf-mediabox-prev::after,.wf-mediabox-theme-shadow .wf-mediabox-next::after,.wf-mediabox-theme-shadow .wf-mediabox-close::after{color:#fff;display:block;font-family:Arial;font-weight:bold;line-height:2;text-align:center;text-decoration:none}.wf-mediabox-theme-shadow .wf-mediabox-prev:focus::after,.wf-mediabox-theme-shadow .wf-mediabox-next:focus::after,.wf-mediabox-theme-shadow .wf-mediabox-close:focus::after{color:#888}.wf-mediabox-theme-shadow .wf-mediabox-close:after{content:"\00d7";line-height:1;font-size:1.75em}.wf-mediabox-theme-shadow .wf-mediabox-numbers{text-align:left;display:block;color:#ffffff;margin-right:6em;float:left;line-height:2em;top:0;margin-top:0}.wf-mediabox-theme-shadow .wf-mediabox-numbers button{color:#fff}.wf-mediabox-theme-shadow .wf-mediabox-numbers button.active{border:0 none;background:transparent;text-decoration:underline}.wf-mediabox-theme-shadow .wf-mediabox-numbers button:focus{color:#888;text-decoration:underline;border:0 none;background:transparent}.wf-mediabox-theme-shadow .wf-mediabox-numbers a{text-decoration:none;color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-numbers a:active,.wf-mediabox-theme-shadow .wf-mediabox-numbers a:visited,.wf-mediabox-theme-shadow .wf-mediabox-numbers a:link,.wf-mediabox-theme-shadow .wf-mediabox-numbers a:hover{text-decoration:none;color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-caption{padding:0;min-height:2em;background-color:transparent}.wf-mediabox-theme-shadow .wf-mediabox-caption h4,.wf-mediabox-theme-shadow .wf-mediabox-caption p{color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a,.wf-mediabox-theme-shadow .wf-mediabox-caption p a{color:#ffffff;text-decoration:underline}.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a:active,.wf-mediabox-theme-shadow .wf-mediabox-caption p a:active,.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a:hover,.wf-mediabox-theme-shadow .wf-mediabox-caption p a:hover,.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a:visited,.wf-mediabox-theme-shadow .wf-mediabox-caption p a:visited{color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-content-ajax{margin:.5em}.wf-mediabox-theme-shadow .wf-mediabox-content a[download]{position:fixed;top:0;right:0;color:#fff}.wf-mediabox-theme-shadow .wf-mediabox-content img.wf-mediabox-focus{border:2px solid #fff}.wf-mediabox-theme-squeeze .wf-mediabox-frame{padding:1em}.wf-mediabox-theme-squeeze .wf-mediabox-container{overflow:inherit}.wf-mediabox-theme-squeeze .wf-mediabox-close,.wf-mediabox-theme-squeeze .wf-mediabox-prev,.wf-mediabox-theme-squeeze .wf-mediabox-next{line-height:1em;position:absolute;text-align:center;color:#fff}.wf-mediabox-theme-squeeze .wf-mediabox-close:before,.wf-mediabox-theme-squeeze .wf-mediabox-prev:before,.wf-mediabox-theme-squeeze .wf-mediabox-next:before{content:"";border-radius:100%;box-shadow:1px 1px .25em #000;background-color:#000;width:1.2em;height:1.2em;position:absolute;z-index:-1;left:.4em;top:.3em;box-sizing:border-box}.wf-mediabox-theme-squeeze .wf-mediabox-close>svg,.wf-mediabox-theme-squeeze .wf-mediabox-prev>svg,.wf-mediabox-theme-squeeze .wf-mediabox-next>svg{fill:#fff}.wf-mediabox-theme-squeeze .wf-mediabox-close{right:-1em;top:-1em}.wf-mediabox-theme-squeeze .wf-mediabox-numbers button.active{background-color:#000}.wf-mediabox-theme-squeeze .wf-mediabox-numbers button:focus{background-color:#888}.wf-mediabox-theme-squeeze .wf-mediabox-content img.wf-mediabox-focus{border:2px solid #000}.wf-mediabox-scrolling.wf-mediabox-frame{position:fixed;inset:0;height:100vh;width:100vw;box-sizing:border-box;padding:.5em}.wf-mediabox-scrolling .wf-mediabox-body{max-height:calc(99vh);overflow:hidden;display:flex;flex-direction:column}.wf-mediabox-scrolling .wf-mediabox-container{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;height:auto}.wf-mediabox-scrolling .wf-mediabox-content{flex:1 1 auto;min-height:0;overflow:auto}.wf-mediabox-scrolling .wf-mediabox-content-image,.wf-mediabox-scrolling .wf-mediabox-content-item{height:auto}.wf-mediabox-scrolling .wf-mediabox-content-image img{width:auto;max-width:none;height:auto;display:block;margin:0 auto}
.wf-columns{display:flex;gap:1rem}.wf-columns .wf-column{max-width:100%;box-sizing:border-box;flex:1}.wf-columns-stack-large,.wf-columns-stack-medium,.wf-columns-stack-small,.wf-columns-stack-xlarge{flex-wrap:wrap}.wf-columns-align-left{justify-content:flex-start}.wf-columns-align-center{justify-content:center}.wf-columns-align-right{justify-content:flex-end}.wf-columns-layout-1-2>.wf-column:last-child,.wf-columns-layout-2-1>.wf-column:first-child{width:calc(100% * 2 / 3.001);flex:none}.wf-columns-layout-1-1-2>.wf-column:last-child,.wf-columns-layout-1-2-1>.wf-column:nth-child(2),.wf-columns-layout-2-1-1>.wf-column:first-child{width:50%;flex:none}.wf-columns-layout-1-3>.wf-column:last-child,.wf-columns-layout-3-1>.wf-column:first-child{width:75%;flex:none}.wf-columns-layout-1-1-3>.wf-column:last-child,.wf-columns-layout-1-3-1>.wf-column:nth-child(2),.wf-columns-layout-2-3>.wf-column:last-child,.wf-columns-layout-3-1-1>.wf-column:first-child,.wf-columns-layout-3-2>.wf-column:first-child{width:60%;flex:none}.wf-columns-layout-1-1-1-2>.wf-column:last-child,.wf-columns-layout-2-1-1-1>.wf-column:first-child{width:40%;flex:none}.wf-columns-layout-1-4>.wf-column:last-child,.wf-columns-layout-4-1>.wf-column:first-child{width:80%;flex:none}.wf-columns-layout-1-2-2>.wf-column:first-child{width:20%;flex:none}.wf-columns-layout-2-1-2>.wf-column:first-child,.wf-columns-layout-2-1-2>.wf-column:last-child{width:40%;flex:none}.wf-columns-layout-2-2-1>.wf-column:last-child{width:20%;flex:none}.wf-columns-gap-small{gap:.5rem}.wf-columns-gap-medium{gap:1rem}.wf-columns-gap-large{gap:2rem}.wf-columns-gap-none{gap:0}.wf-columns-align-top{align-items:flex-start}.wf-columns-align-middle{align-items:center}.wf-columns-align-bottom{align-items:flex-end}.wf-columns-align-stretch{align-items:stretch}@media (max-width:640px){.wf-columns-stack-small>.wf-column{width:100%;flex:auto!important}}@media (max-width:960px){.wf-columns-stack-medium>.wf-column{width:100%;flex:auto!important}}@media (max-width:1200px){.wf-columns-stack-large>.wf-column{width:100%;flex:auto!important}}@media (max-width:1600px){.wf-columns-stack-xlarge>.wf-column{width:100%}}[data-wf-columns]>div>figure img,[data-wf-columns]>div>figure video{object-fit:cover;height:calc(100% - 2rem)}[data-wf-columns]>div>figure{margin:0;display:block;position:relative;height:auto}[data-wf-columns]>div>figure figcaption{text-align:center;line-height:2rem;display:inline-block;width:100%}[data-wf-columns]>div>figure>a.wfpopup+figcaption{pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}}@media all and (-ms-high-contrast:none) and (max-width:640px),(-ms-high-contrast:active) and (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:960px),(-ms-high-contrast:active) and (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1200px),(-ms-high-contrast:active) and (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1600px),(-ms-high-contrast:active) and (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}@supports (not (scale:-1)) and (-webkit-hyphens:none){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}@media (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}}[data-wf-columns].uk-flex,[data-wf-columns].uk-flex-gap-small{gap:.5rem}[data-wf-columns].uk-flex-gap-medium{gap:1rem}[data-wf-columns].uk-flex-gap-large{gap:2rem}[data-wf-columns].uk-flex-gap-none{gap:0}[data-wf-columns].row{gap:.5rem;margin:0}[data-wf-columns].row>[class*=col]{padding:0}[data-wf-columns].flex-gap-sm{gap:.5rem}[data-wf-columns].flex-gap-md{gap:1rem}[data-wf-columns].flex-gap-lg{gap:2rem}[data-wf-columns].flex-gap-none{gap:0}[data-wf-columns].flex-top{align-items:flex-start}[data-wf-columns].flex-middle{align-items:center}[data-wf-columns].flex-bottom{align-items:flex-end}[data-wf-columns].flex-stretch{align-items:stretch}figure[data-wf-figure]{display:table;margin-block-start:inherit;margin-block-end:inherit;margin-inline-start:inherit;margin-inline-end:inherit}figure[data-wf-figure] figcaption{display:table-caption;caption-side:bottom}
div#maximenuck149 .titreck-text {
	flex: 1;
}

div#maximenuck149 .maximenuck.rolloveritem  img {
	display: none !important;
}

.ckclr {clear:both;visibility : hidden;}



/*---------------------------------------------
---	 	menu container						---
----------------------------------------------*/

/* menu */
div#maximenuck149 {
	font-size:14px;
	line-height:21px;
	/*text-align:left;*/
	zoom:1;
}

/* container style */
div#maximenuck149 ul.maximenuck {
	clear:both;
	position : relative;
	z-index:999;
	overflow: visible !important;
	display: block !important;
	float: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	list-style:none;
	/*padding: 0;*/
	margin:0 auto;
	zoom:1;
	filter: none;
	background: #3598db;
}

div#maximenuck149 ul.maximenuck:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

/*---------------------------------------------
---	 	Root items - level 1				---
----------------------------------------------*/

div#maximenuck149 ul.maximenuck li.maximenuck.level1 {
	display: inline-block;
    float: none;
    position:static;
    /*padding : 0;
    margin : 0;*/
    list-style : none;
    text-align:center;
    cursor: pointer;
	filter: none;
	
}

/** IE 7 only **/
*+html div#maximenuck149 ul.maximenuck li.maximenuck.level1 {
	display: inline !important;
}

/* vertical menu */
div#maximenuck149.maximenuckv ul.maximenuck li.maximenuck.level1 {
	display: block !important;
	/*margin: 0;
	padding: 0;*/
	text-align: left;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1:hover,
div#maximenuck149 ul.maximenuck li.maximenuck.level1.active {
	background: #f0f0f0;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > span.separator {
	display:block;
    float : none;
    float : left;
    position:relative;
	text-decoration:none;
    outline : none;
    /*border : none;*/
    white-space: nowrap;
	filter: none;
	color: #fff;
	padding: 15px 15px;
}

/* parent item on mouseover (if subemnus exists) */
div#maximenuck149 ul.maximenuck li.maximenuck.level1.parent:hover,
div#maximenuck149 ul.maximenuck li.maximenuck.level1.parent:hover {

}

/* item color on mouseover */
div#maximenuck149 ul.maximenuck li.maximenuck.level1:hover > a span.titreck,
div#maximenuck149 ul.maximenuck li.maximenuck.level1.active > a span.titreck,
div#maximenuck149 ul.maximenuck li.maximenuck.level1:hover > span.separator,
div#maximenuck149 ul.maximenuck li.maximenuck.level1.active > span.separator {
	color: #333;
}

div#maximenuck149.maximenuckh ul.maximenuck li.level1.parent > a,
div#maximenuck149.maximenuckh ul.maximenuck li.level1.parent > span.separator {
	padding-right: 20px;
}

/* arrow image for parent item */
div#maximenuck149 ul.maximenuck li.level1.parent > a:after,
div#maximenuck149 ul.maximenuck li.level1.parent > span.separator:after {
	content: "";
	display: block;
	position: absolute;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 20px;
	right: 4px;
}

div#maximenuck149 ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck149 ul.maximenuck li.level1.parent:hover > span.separator:after {
	border-color: #333 transparent transparent transparent;
}

/* vertical menu */
div#maximenuck149.maximenuckv ul.maximenuck li.level1.parent > a:after,
div#maximenuck149.maximenuckv ul.maximenuck li.level1.parent > span.separator:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	margin: 3px 10px 3px 0;
	position: absolute;
	right: 3px;
	top: calc(50% - 8px);
}

div#maximenuck149.maximenuckv ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck149.maximenuckv ul.maximenuck li.level1.parent:hover > span.separator:after {
	border-color: transparent transparent transparent #333;
}

/* arrow image for submenu parent item */
div#maximenuck149 ul.maximenuck li.level1.parent li.parent > a:after,
div#maximenuck149 ul.maximenuck li.level1.parent li.parent > span.separator:after,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #016da0;
	margin: 0 3px;
	position: absolute;
	right: 3px;
	top: 13px;
}

div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent:hover > a:after,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent.active > a:after {
	border-color: transparent transparent transparent #000;
}

/* styles for right position */
div#maximenuck149 ul.maximenuck li.maximenuck.level1.align_right,
div#maximenuck149 ul.maximenuck li.maximenuck.level1.menu_right,
div#maximenuck149 ul.maximenuck li.align_right,
div#maximenuck149 ul.maximenuck li.menu_right {
	float:right !important;
	margin-right:0px !important;
}

div#maximenuck149 ul.maximenuck li.align_right:not(.fullwidth) div.floatck,
div#maximenuck149 ul.maximenuck li:not(.fullwidth) div.floatck.fixRight {
	left:auto;
	right:0px;
	top:auto;
}


/* arrow image for submenu parent item to open left */
div#maximenuck149 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > a:after,
div#maximenuck149 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > span.separator:after,
div#maximenuck149 ul.maximenuck li.level1.parent.menu_right li.parent > a:after,
div#maximenuck149 ul.maximenuck li.level1.parent.menu_right li.parent > span.separator:after {
	border-color: transparent #333 transparent transparent;
}

/* margin for right elements that rolls to the left */
div#maximenuck149 ul.maximenuck li.maximenuck div.floatck div.floatck.fixRight,
div#maximenuck149 ul.maximenuck li.level1.parent.menu_right div.floatck div.floatck  {
    margin-right : 180px;
}

div#maximenuck149 ul.maximenuck li div.floatck.fixRight{

}


/*---------------------------------------------
---	 	Sublevel items - level 2 to n		---
----------------------------------------------*/

div#maximenuck149 ul.maximenuck li div.floatck ul.maximenuck2,
div#maximenuck149 ul.maximenuck2 {
    z-index:11000;
    clear:left;
    text-align : left;
    background : transparent;
    margin : 0 !important;
    padding : 0 !important;
    border : none !important;
    box-shadow: none !important;
    width : 100%; /* important for Chrome and Safari compatibility */
    position: static !important;
    overflow: visible !important;
    display: block !important;
    float: none !important;
    visibility: visible !important;
}

div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.maximenuck,
div#maximenuck149 ul.maximenuck2 li.maximenuck {
	text-align : left;
    z-index : 11001;
    /*padding:0;*/
	position:static;
	float:none !important;
    list-style : none;
	display: block;
}

div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover,
div#maximenuck149 ul.maximenuck2 li.maximenuck:hover {
}

/* all links styles */
div#maximenuck149 ul.maximenuck li.maximenuck a,
div#maximenuck149 ul.maximenuck li.maximenuck span.separator,
div#maximenuck149 ul.maximenuck2 a,
div#maximenuck149 ul.maximenuck2 li.maximenuck span.separator {
	display: block;
    float : none !important;
    float : left;
    position:relative;
	text-decoration:none;
    outline : none;
    white-space: normal;
	filter: none;
	color: #3598db;
}

/* submenu link */
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li > a,
div#maximenuck149 ul.maximenuck2 li > a,
div#maximenuck149 ul.maximenuck2 li > span.separator {
	color: #016da0;
	padding: 10px 5px;
}

/* heading type */
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li > .nav-header {
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #666;
	color: #666;
	margin: 10px 10px 10px 5px;
	padding: 7px 0;
	display: block;
} 

div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 a,
div#maximenuck149 ul.maximenuck2 a {
	display: block;
}

div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > span.separator,
div#maximenuck149 ul.maximenuck2 li:hover > a,
div#maximenuck149 ul.maximenuck2 li:hover > h2 a,
div#maximenuck149 ul.maximenuck2 li:hover > h3 a,
div#maximenuck149 ul.maximenuck2 li.active > a,
div#maximenuck149 ul.maximenuck li:hover > span.separator {
	color: #000;
}

/* link image style */
div#maximenuck149 li.maximenuck > a img {
    margin : 3px;
    border : none;
}

/* img style without link (in separator) */
div#maximenuck149 li.maximenuck img {
    border : none;
}

/* item title */
div#maximenuck149 span.titreck {
	text-decoration : none;
	/*min-height : 17px;*/
	float : none !important;
	float : left;
	margin: 0;
}

/* item description */
div#maximenuck149 span.descck {
	display : block;
	text-transform : none;
	font-size : 10px;
	text-decoration : none;
	min-height : 12px;
	line-height : 12px;
	float : none !important;
	float : left;
}

/*--------------------------------------------
---		Submenus						------
---------------------------------------------*/

/* submenus container */
div#maximenuck149 div.floatck {
	position : absolute;
	display: none;
	padding : 0;
    margin : 0;
	/*width : 180px;*/ /* default width */
	text-align:left;
	width: auto;
	z-index:9999;
	cursor: auto;
	background: #f0f0f0;
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
}

/* remove border top on first submenu */
div#maximenuck149 li.maximenuck.level1 > div.floatck {
	border-top: none;
}

div#maximenuck149 div.maxidrop-main {
	width : 180px; /* default width */
	display: flex;
	flex-wrap: wrap;
}

/* vertical menu */
div#maximenuck149.maximenuckv div.floatck {
	margin : -39px 0 0 90%;
}

div#maximenuck149 .maxipushdownck div.floatck {
	margin: 0;
}

/* child blocks position (from level2 to n) */
div#maximenuck149 ul.maximenuck li.maximenuck div.floatck div.floatck {
    margin : -40px 0 0 180px; /* default sub submenu position */
}

/**
** Show/hide sub menu if javascript is off - horizontal style
**/
div#maximenuck149 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck div.floatck, div#maximenuck149 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck div.floatck, div#maximenuck149 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck:hover div.floatck div.floatck {
	display: none;
}

div#maximenuck149 ul.maximenuck li.maximenuck:hover > div.floatck, div#maximenuck149 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck149 ul.maximenuck li.maximenuck:hover>  div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck149 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck {
	display: block;
}

div#maximenuck149 div.maximenuck_mod ul {
	display: block;
}

/*---------------------------------------------
---	 	Columns management					---
----------------------------------------------*/

div#maximenuck149 ul.maximenuck li div.floatck div.maximenuck2,
div#maximenuck149 .maxipushdownck div.floatck div.maximenuck2 {
	/*width : 180px;*/ /* default width */
	margin: 0;
	padding: 0;
	flex: 0 1 auto;
	width: 100%;
}

/* allow auto fill if no column created, default behavior */
/*
div#maximenuck149 ul.maximenuck li div.floatck div.maximenuck2:not([style]) {
    flex: 1 1 auto;
}
*/

/* h2 title */
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 h2 a,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 h2 span.separator,
div#maximenuck149 ul.maximenuck2 h2 a,
div#maximenuck149 ul.maximenuck2 h2 span.separator {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	line-height:21px;
	text-align:left;
}

/* h3 title */
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 h3 a,
div#maximenuck149 ul.maximenuck li.maximenuck ul.maximenuck2 h3 span.separator,
div#maximenuck149 ul.maximenuck2 h3 a,
div#maximenuck149 ul.maximenuck2 h3 span.separator {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	line-height:21px;
	text-align:left;
}

/* paragraph */
div#maximenuck149 ul.maximenuck li ul.maximenuck2 li p,
div#maximenuck149 ul.maximenuck2 li p {
	line-height:18px;
	margin:0 0 10px 0;
	font-size:12px;
	text-align:left;
}




/* image shadow with specific class */
div#maximenuck149 .imgshadow { /* Better style on light background */
	background:#FFFFFF !important;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	
	
	box-shadow:0px 0px 5px #666666;
}

/* blackbox style */
div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.blackbox,
div#maximenuck149 ul.maximenuck2 li.blackbox {
	background-color:#333333 !important;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px !important;
	margin: 0px 4px 4px 4px !important;
	
    
    border-radius: 5px;
	
	
	box-shadow:inset 0 0 3px #000000;
}

div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.blackbox:hover,
div#maximenuck149 ul.maximenuck2 li.blackbox:hover {
	background-color:#333333 !important;
}

div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.blackbox a,
div#maximenuck149 ul.maximenuck2 li.blackbox a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: inline !important;
}

div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.blackbox:hover > a,
div#maximenuck149 ul.maximenuck2 li.blackbox:hover > a{
	text-decoration: underline;
}

/* greybox style */
div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.greybox,
div#maximenuck149 ul.maximenuck2 li.greybox {
	background:#f0f0f0 !important;
	border:1px solid #bbbbbb;
	padding: 4px 6px 4px 6px !important;
	margin: 0px 4px 4px 4px !important;
	
    
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div#maximenuck149 ul.maximenuck li ul.maximenuck2 li.greybox:hover,
div#maximenuck149 ul.maximenuck2 li.greybox:hover {
	background:#ffffff !important;
	border:1px solid #aaaaaa;
}

/* create new row with flexbox */
div#maximenuck149 .ck-column-break {
    flex-basis: 100%;
    height: 0;
}

/*---------------------------------------------
---	 	Module in submenus					---
----------------------------------------------*/

/* module title */
div#maximenuck149 ul.maximenuck div.maximenuck_mod > div > h3,
div#maximenuck149 ul.maximenuck2 div.maximenuck_mod > div > h3 {
    width : 100%;
    font-weight : bold;
	font-size: 16px;
}

div#maximenuck149 div.maximenuck_mod {
    /*width : 100%;*/
    padding : 0;
    white-space : normal;
}

div#maximenuck149 div.maximenuck_mod div.moduletable {
    border : none;
    background : none;
}

div#maximenuck149 div.maximenuck_mod  fieldset{
    width : 100%;
    padding : 0;
    margin : 0 auto;
    overflow : hidden;
    background : transparent;
    border : none;
}

div#maximenuck149 ul.maximenuck2 div.maximenuck_mod a {
    border : none;
    margin : 0;
    padding : 0;
    display : inline;
    background : transparent;
    font-weight : normal;
}

div#maximenuck149 ul.maximenuck2 div.maximenuck_mod a:hover {

}

div#maximenuck149 ul.maximenuck2 div.maximenuck_mod ul {
    margin : 0;
    padding : 0;
    width : 100%;
    background : none;
    border : none;
    text-align : left;
}

div#maximenuck149 ul.maximenuck2 div.maximenuck_mod li {
    margin : 0 0 0 15px;
    padding : 0;
    background : none;
    border : none;
    text-align : left;
    font-size : 11px;
    float : none;
    display : block;
    line-height : 20px;
    white-space : normal;
}

/* login module */
div#maximenuck149 ul.maximenuck2 div.maximenuck_mod #form-login ul {
    left : 0;
    margin : 0;
    padding : 0;
    width : 100%;
}

div#maximenuck149 ul.maximenuck2 div.maximenuck_mod #form-login ul li {
    margin : 2px 0;
    padding : 0 5px;
    height : 20px;
    background : transparent;
}

/*---------------------------------------------
---	 	Mobile menu bar						---
----------------------------------------------*/

div#maximenuck149 .maximenumobiletogglericonck {
    font-family: verdana;
    background: #f0f0f0;
	padding: 5px 10px;
	padding-top: 5px;
	height: 30px;
	position: relative;
	color: #333;
}

div#maximenuck149 .maximenumobiletogglericonck:after {
    display: block;
	content: "";
	height: calc(100% - 10px);
	border: 1px solid #e2e2e2;
	position: absolute;
	right: 45px;
	top: 5px;
	box-sizing: border-box;
}


/*---------------------------------------------
---	 	Fancy styles (floating cursor)		---
----------------------------------------------*/

div#maximenuck149 .maxiFancybackground {
	position: absolute;
    top : 0;
    list-style : none;
    padding: 0;
    margin: 0;
    border: none;
	z-index: -1;
	border-top: 1px solid #fff;
}

div#maximenuck149 .maxiFancybackground .maxiFancycenter {
    /*border-top: 1px solid #fff;*/
}



/*---------------------------------------------
---	 	Button to close on click			---
----------------------------------------------*/

div#maximenuck149 span.maxiclose {
    color: #fff;
}

/*---------------------------------------------
---	 Stop the dropdown                  ---
----------------------------------------------*/

div#maximenuck149 ul.maximenuck li.maximenuck.nodropdown div.floatck,
div#maximenuck149 ul.maximenuck li.maximenuck div.floatck li.maximenuck.nodropdown div.floatck,
div#maximenuck149 .maxipushdownck div.floatck div.floatck {
	position: static !important;
	background:  none;
	border: none;
	left: auto;
	margin: 3px;
	moz-box-shadow: none;
	
	box-shadow: none;
	display: block !important;
}

div#maximenuck149 ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck,
div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck {
	background: none;
	text-indent: 5px;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > a,
div#maximenuck149 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator,
div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > a,
div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator {
	background:  none;
}

/* remove the arrow image for parent item */
div#maximenuck149 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.parent.nodropdown > *:after,
div#maximenuck149 .maxipushdownck ul.maximenuck2 li.parent > *:after {
	display: none;
}

div#maximenuck149 li.maximenuck.nodropdown > div.floatck > div.maxidrop-main {
	width: auto;
}

/*---------------------------------------------
---	 Full width				                ---
----------------------------------------------*/

div#maximenuck149.maximenuckh li.fullwidth > div.floatck {
	margin: 0;
	padding: 0;
	width: auto !important;
	left: 0;
	right: 0;
}

div#maximenuck149.maximenuckv li.fullwidth > div.floatck {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 100%;
	right: auto !important;
}

div#maximenuck149.maximenuckh li.fullwidth > div.floatck > div.maxidrop-main {
	width: auto !important;
}

div#maximenuck149.maximenuckv li.fullwidth > div.floatck > .maxidrop-main {
	height: 100%;
	overflow-y: auto;
}

/*---------------------------------------------
---	 Tabs					                ---
----------------------------------------------*/

div#maximenuck149 ul.maximenuck li.maximenucktab > div.floatck div.floatck {
	top: 0;
	bottom: 0;
	left: 180px;
	width: calc(100% - 180px);
	margin: 0;
	overflow: auto;
}
				
/*---------------------------------------------
---	 Menu items	styles from Maximenu Params ---
----------------------------------------------*/

div#maximenuck149 ul.maximenuck li.maximenuck.parent.item101.active > a:after, div#maximenuck149 ul.maximenuck li.maximenuck.parent.item101.active > span.separator:after {
	 border-top-color: #f01818 !important;
	color: #f01818 !important;
	display:block;
	position:absolute;
	} 
div#maximenuck149 ul.maximenuck li.maximenuck.item101.level1:hover,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item101.level1:hover {
	 background: #ffffff !important;
	background-color: #ffffff !important;
	
	
	border-radius: 5px 5px 5px 5px !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item101.level1.active,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item101.level1.active {
	 
	
	border-radius: 5px 5px 5px 5px !important;
	
	
	box-shadow: 1px 1px 1px 1px #060606 !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item101.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item101.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item101.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item101.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item101.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item101.level1.active > span.nav-header span.titreck {
	 color: #f01818 !important;
	font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.parent.item621.active > a:after, div#maximenuck149 ul.maximenuck li.maximenuck.parent.item621.active > span.separator:after {
	 border-top-color: #ff0000 !important;
	color: #ff0000 !important;
	display:block;
	position:absolute;
	} 
div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1:hover,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1:hover {
	 background: #ffffff !important;
	background-color: #ffffff !important;
	
	
	border-radius: 5px 5px 5px 5px !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1:hover > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1:hover > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1:hover > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1:hover > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1:hover > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1:hover > span.nav-header span.titreck {
	 font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1.active,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1.active {
	 background: rgba(255,255,255,0.5) !important;
	background-color: rgba(255,255,255,0.5) !important;
	
	
	border-radius: 5px 5px 5px 5px !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item621.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item621.level1.active > span.nav-header span.titreck {
	 color: #ff0000 !important;
	font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item184.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item184.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item184.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item184.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item184.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item184.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item895.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item895.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item895.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item895.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item895.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item895.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item193.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item193.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item193.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item193.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item193.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item193.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item279.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item279.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item279.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item279.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item279.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item279.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item896.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item896.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item896.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item896.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item896.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item896.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item185.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item185.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item185.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item185.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item185.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item185.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item765.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item765.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item765.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item765.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item765.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item765.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item766.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item766.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item766.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item766.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item766.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item766.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item767.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item767.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item767.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item767.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item767.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item767.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item326.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item326.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item326.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item326.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item326.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item326.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item327.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item327.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item327.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item327.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item327.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item327.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item1498.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1498.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1498.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item1498.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1498.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1498.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item1505.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1505.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1505.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item1505.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1505.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1505.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.parent.item688.active > a:after, div#maximenuck149 ul.maximenuck li.maximenuck.parent.item688.active > span.separator:after {
	 border-top-color: #ff0000 !important;
	color: #ff0000 !important;
	display:block;
	position:absolute;
	} 
div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1:hover,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1:hover {
	 background: #ffffff !important;
	background-color: #ffffff !important;
	
	
	border-radius: 5px 5px 5px 5px !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1:hover > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1:hover > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1:hover > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1:hover > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1:hover > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1:hover > span.nav-header span.titreck {
	 font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1.active,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1.active {
	 background: rgba(255,255,255,0.5) !important;
	background-color: rgba(255,255,255,0.5) !important;
	
	
	border-radius: 5px 5px 5px 5px !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item688.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item688.level1.active > span.nav-header span.titreck {
	 color: #ff0000 !important;
	font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1 > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1 > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1.headingck > .nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1 > a.maximenuck span.titreck, div#maximenuck149 li.maximenuck.item159.level1.headingck > span.separator span.titreck, div#maximenuck149 li.maximenuck.item159.level1.headingck > .nav-header span.titreck {
	 font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1:hover,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1:hover {
	 
	
	border-radius: 5px 5px 5px 5px !important;
	border-top: #ff0000 1px solid  !important;
	border-right: #ff0000 1px solid  !important;
	border-bottom: #ff0000 1px solid  !important;
	border-left: #ff0000 1px solid  !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1:hover > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1:hover > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1:hover > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1:hover > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1:hover > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1:hover > span.nav-header span.titreck {
	 font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item159.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item159.level1.active > span.nav-header span.titreck {
	 font-weight: bold !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item494.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item494.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item494.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item494.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item494.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item494.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item1444.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1444.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1444.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item1444.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1444.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1444.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item1445.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1445.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item1445.level3.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item1445.level3.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1445.level3.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item1445.level3.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item717.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item717.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item717.level2.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item717.level2.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item717.level2.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item717.level2.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item282.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item282.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item282.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item282.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item282.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item282.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck149 ul.maximenuck li.maximenuck.item578.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item578.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck li.maximenuck.item578.level1.active > span.nav-header span.titreck,
div#maximenuck149 ul.maximenuck2 li.maximenuck.item578.level1.active > a.maximenuck span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item578.level1.active > span.separator span.titreck, div#maximenuck149 ul.maximenuck2 li.maximenuck.item578.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } div#maximenuck149.maximenufixed {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
	margin: 0 auto;
	width: 100%;
	
}div#maximenuck149.maximenufixed ul.maximenuck {
			top: 0 !important;
		}
@media screen and (max-width: 640px) {div#maximenuck149 ul.maximenuck li.maximenuck.nomobileck, div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck.nomobileck { display: none !important; }
	div#maximenuck149.maximenuckh {
        height: auto !important;
    }
	
	div#maximenuck149.maximenuckh li.maxiFancybackground {
		display: none !important;
	}

    div#maximenuck149.maximenuckh ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
        /*padding-right: 0 !important;*/
    }

    div#maximenuck149.maximenuckh ul:not(.noresponsive) li {
        float :none !important;
        width: 100% !important;
		box-sizing: border-box;
        /*padding-right: 0 !important;*/
		padding-left: 0 !important;
		padding-right: 0 !important;
        margin-right: 0 !important;
    }

    div#maximenuck149.maximenuckh ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
		box-sizing: border-box;
		right: 0 !important;
		left: 0 !important;
		margin-left: 0 !important;
		position: relative !important;
		/*display: none;
		height: auto !important;*/
    }
	
	div#maximenuck149.maximenuckh ul:not(.noresponsive) li:hover > div.floatck {
		position: relative !important;
		margin-left: 0 !important;
    }

    div#maximenuck149.maximenuckh ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }

    div#maximenuck149.maximenuckh ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
	
	div#maximenuck149.maximenuckh ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }

    div#maximenuck149.maximenuckh ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
	
	
	/* for vertical menu  */
	div#maximenuck149.maximenuckv {
        height: auto !important;
    }
	
	div#maximenuck149.maximenuckh li.maxiFancybackground {
		display: none !important;
	}

    div#maximenuck149.maximenuckv ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
        /*padding-right: 0 !important;*/
    }

    div#maximenuck149.maximenuckv ul:not(.noresponsive) li {
        float :none !important;
        width: 100% !important;
        /*padding-right: 0 !important;*/
		padding-left: 0 !important;
        margin-right: 0 !important;
    }

    div#maximenuck149.maximenuckv ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
		right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		position: relative !important;
		left: 0 !important;
		/*display: none;
		height: auto !important;*/
    }
	
	div#maximenuck149.maximenuckv ul:not(.noresponsive) li:hover > div.floatck {
		position: relative !important;
		margin-left: 0 !important;
    }

    div#maximenuck149.maximenuckv ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }

    div#maximenuck149.maximenuckv ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
	
	div#maximenuck149.maximenuckv ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }

    div#maximenuck149.maximenuckv ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}
	
@media screen and (min-width: 641px) {
	div#maximenuck149 ul.maximenuck li.maximenuck.nodesktopck, div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck.nodesktopck { display: none !important; }
}/*---------------------------------------------
---	 WCAG				                ---
----------------------------------------------*/
#maximenuck149.maximenuck-wcag-active .maximenuck-toggler-anchor ~ ul {
    display: block !important;
}

#maximenuck149 .maximenuck-toggler-anchor {
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
}div#maximenuck149 li > a, div#maximenuck149 li > span { font-family: 'ARIAL';}
div#maximenuck149.maximenuckh ul.maximenuck div.maxidrop-main, div#maximenuck149.maximenuckh ul.maximenuck li div.maxidrop-main { width: 180px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck { margin-left: 175px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck { margin-top: -30px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a:after, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator:after, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent > .maximenuck-toggler:after { border-top-color: #000000;color: #000000;display:block;position:absolute;margin-top: -7px;margin-right: -3px;} 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > a:after, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > span.separator:after, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > .maximenuck-toggler:after { border-top-color: #000000;color: #000000;} 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent > a:after, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent > span.separator:after,
	div#maximenuck149 .maxipushdownck li.maximenuck.parent > a:after, div#maximenuck149 .maxipushdownck li.maximenuck.parent > span.separator:after { border-left-color: #111111;color: #111111;margin-top: -2px;margin-right: 2px;} 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent:hover > a:after, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent:hover > span.separator:after,
	div#maximenuck149 .maxipushdownck li.maximenuck.parent:hover > a:after, div#maximenuck149 .maxipushdownck li.maximenuck.parent:hover > span.separator:after { border-color: transparent transparent transparent #FFFFFF;color: #FFFFFF;} 
div#maximenuck149.maximenuckh ul.maximenuck, #maximenuck149.maximenuckh ul.maximenuck { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;background: rgba(255,255,255,0);background-color: rgba(255,255,255,0); background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,FFFFFF 100%);  } 
div#maximenuck149.maximenufixed.maximenuckh ul.maximenuck, #maximenuck149.maximenufixed.maximenuckh ul.maximenuck { background: rgba(53,152,219,0.2);background-color: rgba(53,152,219,0.2);backdrop-filter: blur(10); } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent { margin-top: 3px;margin-right: 3px;margin-bottom: 3px;margin-left: 3px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 > a, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator { padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck, select#maximenuck149.maximenuckh ul.maximenuck { color: #000000;font-weight: bold;text-shadow: 0px 0px 1px #FFFFFF;text-transform: uppercase; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.active > span.separator span.titreck, 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator span.titreck, select#maximenuck149.maximenuckh ul.maximenuck:hover { color: #000000; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent {  } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator { padding-right: 20px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck div.floatck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck,
div#maximenuck149 .maxipushdownck div.floatck, select#maximenuck149.maximenuckh ul.maximenuck option { padding-top: 5px;padding-bottom: 5px;background: #ffffff;background-color: #ffffff;box-shadow: 0px 1px 2px 0px #666666; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck), div#maximenuck149 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck),
div#maximenuck149 .maxipushdownck li.maximenuck:not(.headingck), select#maximenuck149.maximenuckh ul.maximenuck option {  } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > a, div#maximenuck149 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > a,
div#maximenuck149 .maxipushdownck li.maximenuck:not(.headingck) > a, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > span.separator, div#maximenuck149 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > span.separator,
div#maximenuck149 .maxipushdownck li.maximenuck:not(.headingck) > span.separator { padding-top: 3px;padding-right: 5px;padding-bottom: 3px;padding-left: 5px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck, div#maximenuck149 li.maximenuck.maximenuflatlistck:not(.level1) span.titreck,
div#maximenuck149 .maxipushdownck li.maximenuck > a span.titreck, div#maximenuck149 .maxipushdownck li.maximenuck > span.separator span.titreck, select#maximenuck149.maximenuckh ul.maximenuck option { color: #111111;font-size: 12px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.descck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.descck, div#maximenuck149 li.maximenuck.maximenuflatlistck:not(.level1) span.descck,
div#maximenuck149 .maxipushdownck li.maximenuck > a span.descck, div#maximenuck149 .maxipushdownck li.maximenuck > span.separator span.descck { font-size: 10px; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level2.active:not(.headingck), div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level2.parent.active:not(.headingck), div#maximenuck149 li.maximenuck.maximenuflatlistck.active:not(.level1):not(.headingck),
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover, div#maximenuck149 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover,
div#maximenuck149 .maxipushdownck li.maximenuck:not(.headingck):hover { background: #cc2c24;background-color: #cc2c24; } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level2.active:not(.headingck), div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level2.parent.active:not(.headingck), div#maximenuck149 li.maximenuck.maximenuflatlistck.active:not(.level1):not(.headingck),
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover > a, div#maximenuck149 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover > a,
div#maximenuck149 .maxipushdownck li.maximenuck:not(.headingck):hover > a, div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover > span.separator, div#maximenuck149 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover > span.separator,
div#maximenuck149 .maxipushdownck li.maximenuck:not(.headingck):hover > span.separator {  } 
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level2.active > a span.titreck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level2.active > span.separator span.titreck, div#maximenuck149 li.maximenuck.maximenuflatlistck.active:not(.level1) span.titreck,
div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:hover > a span.titreck, div#maximenuck149.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:hover > span.separator span.titreck, div#maximenuck149 li.maximenuck.maximenuflatlistck:hover:not(.level1) span.titreck,
div#maximenuck149 .maxipushdownck li.maximenuck:hover > a span.titreck, div#maximenuck149 .maxipushdownck li.maximenuck:hover > span.separator span.titreck { color: #FFFFFF; } 
div#maximenuck149.maximenuckh ul.maximenuck ul.maximenuck2 li.maximenuck > .nav-header,
div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck > .nav-header { padding-top: 12px !important;padding-right: 12px !important;padding-bottom: 12px !important;padding-left: 12px !important; } 
div#maximenuck149.maximenuckh ul.maximenuck ul.maximenuck2 li.maximenuck > .nav-header span.titreck,
div#maximenuck149 .maxipushdownck ul.maximenuck2 li.maximenuck > .nav-header span.titreck { color: #595959 !important;font-size: 15px !important; } /* for images position */
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > span.separator {
	display: flex;
	align-items: center;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > a,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator {
	display: flex;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1 > a[data-align="bottom"],
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="bottom"],
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="bottom"],
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="bottom"],
	div#maximenuck149 ul.maximenuck li.maximenuck.level1 > a[data-align="top"],
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="top"],
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="top"],
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="top"]{
	flex-direction: column;
	align-items: inherit;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1 > a[data-align=*"bottom"] img,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > span.separator[data-align=*"bottom"] img,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align=*"bottom"] img,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align=*"bottom"] img {
	align-self: end;
}

div#maximenuck149 ul.maximenuck li.maximenuck.level1 > a[data-align=*"top"] img,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 > span.separator[data-align=*"top"] img,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align=*"top"] img,
div#maximenuck149 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align=*"top"] img {
	align-self: start;
}
/*	mediaboxAdvanced Black theme	*/
/*	version 2.1 - August 2010		*/
/*	for mediaboxAdvanced v.1.3.1	*/

/*	Overlay background styling	*/

#mbOverlay, .mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	cursor: pointer;
}

.mbOverlay {
	cursor: auto;
	background: rgba(0,0,0, 0.7);
}

		/*	Legacy fix for older browsers	*/

#mbOverlay.mbOverlayFF {
	background: transparent;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbContainer {
	overflow: hidden;
}
		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	max-height: 100vh; /* for fullwidth responsive */
	/*background-color: #1a1a1a;
	
	-khtml-border-radius: 10px;
	
	border-radius: 10px;
	
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	/*
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
        behavior: url(plugins/system/mediabox_CK/PIE.htc);*/
}

#mbCenter.mbLoading {
	background: url(/plugins/system/mediabox_ck/assets/images/loading.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	
	-khtml-box-shadow: none;
	
	box-shadow: none;
}

#mbImage, #mbMedia {
	position: relative;
	left: 0;
	top: 0;
	box-sizing : content-box !important;
	/*height: 100%;*/
		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px; 
}

		/* for iframe and object to be responsive */
#mbMedia > iframe, #mbMedia > object, #mbMedia > img, #mbMedia > video, #mbMedia > audio {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

#mbMedia > img:focus {
	outline: none;
}
		/*	Title, Caption and Button styling	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	/*color: #999;*/
	text-align: left;
	padding: 0 10px 10px;
	z-index: 1;
	position: relative;
}

#mbBottom.mbBottomBig,
#mbToolbar.mbToolbarBig {
	min-height: 40px;
	font-size: 15px;
}

#mbBottom.mbBottomBig svg,
#mbToolbar.mbToolbarBig svg {
	height: 24px;
	width: 24px;
}

#mbBottom.mbBottomBig #mbZoomBar big,
#mbToolbar.mbToolbarBig #mbZoomBar big {
	line-height: 28px;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomMinus, #mbZoomPlus {
	display: inline;
	/*color: #fff;*/
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbToolbar #mbShareLink {
	order: 0;
}

#mbToolbar #mbCloseLink {
	order: 5;
}

#mbToolbar #mbPrevLink {
	order: 1;
}

#mbToolbar #mbNextLink {
	order: 3;
}

#mbToolbar #mbPlayLink, #mbToolbar #mbPauseLink {
	order: 2;
}

#mbToolbar #mbZoomBar {
	order: 4;
}

#mbNumber {
	display: inline;
	/*color: #999;*/
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	/*color: #999;*/
	line-height: 14px;
	font-size: 10px;
}

#mbControls {
	float: right;
}

#mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomBar, #mbShareLink, #mbDownloadLink {
	float: left;
	/*outline: none;*/
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b, #mbPlayLink b, #mbPauseLink b, #mbZoomMinus b, #mbZoomPlus b {
	/*color: #eee;*/
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big, #mbPlayLink big, #mbPauseLink big, #mbZoomMinus big, #mbZoomPlus big {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom.mbBottomBig #mbPrevLink big, 
#mbBottom.mbBottomBig #mbNextLink big, 
#mbBottom.mbBottomBig #mbCloseLink big, 
#mbBottom.mbBottomBig #mbPlayLink big, 
#mbBottom.mbBottomBig #mbPauseLink big, 
#mbBottom.mbBottomBig #mbZoomMinus big, 
#mbBottom.mbBottomBig #mbZoomPlus big {
	font-size: 24px;
	line-height: 25px;
}


#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	/*color: #ddd;*/
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	/*color: #fff;*/
}

/*#mbBottom a:focus {
	outline: 2px solid red !important;
}*/

		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	
	-khtml-border-radius: 5px;
	
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

/**
*  Mobile behavior for touch device
*/

#mbCenter.mediaboxckmobile {
	width: auto !important;
	height: 100% !important;
	bottom: 0 !important;
	height: auto !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0  !important;
	padding: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	border-radius: 0 !important;
}
#mbCenter.mediaboxckmobile iframe {
	height: 100% !important;
	position: absolute;
	width: 100% !important;
	left: 0;
	top: 0;
}

#mbCenter.mediaboxckmobile #mbContainer {
	height: calc(100% - 51px) !important;
}

#mbCenter.mediaboxckmobile #mbMedia {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	text-align: left; /* important for mobile touch behavior */
	/*position: fixed !important;*/
	
  	overflow-y: auto;
}

#mbCenter.mediaboxckmobile #mbMedia > img {
	/*position: fixed !important;*/
}
#mbCenter.mediaboxckmobile #mbMedia > img {
	/*position: fixed !important;*/
}

#mbCenter #mbMedia img.zoomingck {
	max-width: none !important;
	max-height: none !important;
}

#mbCenter.mediaboxckmobile #mbBottom {
	background: rgba(0,0,0, 0.8);
	box-shadow: #000 0 0 10px;
	border-top: 1px solid #666;
	bottom: 0 !important;
	min-height: 50px !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	width: auto !important;
	padding-top: 0  !important;
	padding-bottom: 0  !important;
}

#mbCenter.mediaboxckmobile #mbBottom:after {
	content: "";
	display: block;
	clear: both;
}

#mbCenter.mediaboxckmobile #mbCloseLink, #mbCenter.mediaboxckmobile #mbNextLink, #mbCenter.mediaboxckmobile #mbPrevLink, #mbCenter.mediaboxckmobile #mbPlayLink, #mbCenter.mediaboxckmobile #mbPauseLink {
	text-align: center;
	height: 50px;
	width: 50px;
}

#mbCenter.mediaboxckmobile #mbPrevLink big, #mbCenter.mediaboxckmobile #mbNextLink big, #mbCenter.mediaboxckmobile #mbCloseLink big, #mbCenter.mediaboxckmobile #mbPlayLink big, #mbCenter.mediaboxckmobile #mbPauseLink big,
#mbCenter.mediaboxckmobil #mbZoomMinus big, #mbCenter.mediaboxckmobil #mbZoomPlus big {
	font-size: 2.5em;
	line-height: 1.5em;
}

#mbCenter.mediaboxckmobile #mbTitle {

}

#mbCenter.mediaboxckmobile #mbNumber {
	display: block;
}

#mbCenter.mediaboxckmobile #mbCaption {
	display: none;
}

/** gallery effect **/
a.mediaboxck_link figure.mediaboxck {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

a.mediaboxck_link {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	min-width: 120px;
}

.mediaboxck img, .mediaboxck video {
	object-fit: cover;
	width:100%;
	min-height:100%;
}

figure.mediaboxck {
	margin: 0;
}

a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	content: "";
	transition: all ease 0.4s;
	background: rgba(0,0,0, 0.7) center center no-repeat;
	opacity: 0;
	margin-left: 0;
	top: 0;
	left: 0;
}

a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):hover:after {
	opacity: 1;
	margin-left: 0;
	background: rgba(0,0,0, 0.7) url(/plugins/system/mediabox_ck/assets/images/icon_zoom.png) center center no-repeat;
}

/** Toolbar styles **/
#mbToolbar {
	height: 30px;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	transform: translate(-50%,5px);
	display: flex;
	justify-content: center;
}

#mbToolbar a {
	display: inline-block;
	margin: 0;
	height: 20px;
	text-align: center;
	font-size: 1em;
	min-width: 30px;
}

#mbToolbar svg,
#mbBottom svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	display: block;
	margin: 2px auto;
}

#mbToolbar big {
	font-size: 1em;
	line-height: 1em;
}

#mbToolbar.mediaboxckmobile {
	font-size: 30px;
	height: 35px;
	width: 250px;
	/*margin-left: -135px;*/
	position: fixed;
	top: 0 !important;
}

#mbPieLoader {
	background: transparent;
	bottom: 2px;
	left: 5%;
	height: 5px;
	position: absolute;
	width: 90%;
}

#mbPieLoaderBar {
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	position: absolute;
	width: 0%;
	box-shadow: rgba(255,255,255,0.3) 0 0 10px inset;
}

/* IE compatibility for the gallery */
.mediaboxckie {
	background-repeat: no-repeat;
	background-size: cover;
}

.mediaboxckie > div {
	background-size: cover;
	background-position: center;
	height: 100%;
}

#mbZoomBar {
	/*background: rgba(0,0,0, 0.8);*/
	border-radius: 2px;
	display: flex;
}

#mbZoomBar big {
	display: block;
	line-height: 18px;
}

#mbZoomBar a, #mbZoomBar a:hover {
	text-decoration: none;
}

#mbZoomMinus big, #mbZoomPlus big {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	background: rgba(255,255,255, 0.015);
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.1);
	margin: 1px;
	line-height: 18px;
	display: block;
	line-height: 14px;
}

#mbBottom.mbBottomBig #mbZoomMinus big, #mbBottom.mbBottomBig #mbZoomPlus big {
	height: 30px;
	line-height: 25px;
}

#mbZoomPlus big {
	border-right: none;
	border-left: 1px solid rgba(255,255,255,0.1);
}

#mbZoomMinus big:hover, #mbZoomPlus big:hover {
	background: rgba(255,255,255, 0.15);
}

#mbZoomValue {
	padding: 0 5px;
	width: 50px;
	display: inline-block;
	text-align: center;
}

#mbMedia.mbZooming {
	overflow: hidden;
}

.mediaboxckmobile #mbZoomBar {
	display: none !important;
}


/**
*  Fullwith behavior
*/

#mbCenter.mediaboxckfullwidth {
	left: 30px !important;
	top: 30px !important;
	right: 30px !important;
	bottom: 30px !important;
	width: auto !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-top: 0  !important;
	padding: 0 !important;
	position: fixed !important;
	display: flex;
	flex-direction: column;
}
#mbCenter.mediaboxckfullwidth iframe {
	height: 100% !important;
	/* position: absolute; */
	width: 100% !important;
	/* left: 0; */
	/* top: 0; */
}

#mbCenter.mediaboxckfullwidth #mbContainer {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

#mbCenter.mediaboxckfullwidth #mbMedia {
	/* width: 100% !important; */
	/* height: 100% !important; */
	
	overflow-y: auto;
	flex: 1 1 auto;
	width: auto !important;
	display: flex;
	justify-content: center;
}

#mbCenter.mediaboxckfullwidth #mbBottom {
	/*background: rgba(0,0,0, 0.8);
	box-shadow: #000 0 0 10px;
	border-top: 1px solid #666;
	bottom: 0 !important;
	min-height: 50px !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	width: auto !important;
	padding-top: 0  !important;
	padding-bottom: 0  !important;*/
	width: auto !important;
}

#mbCenter.mediaboxckfullwidth #mbBottom:after {
	/*content: "";
	display: block;
	clear: both;*/
}

#mbCenter.mediaboxckfullwidth #mbCloseLink, #mbCenter.mediaboxckfullwidth #mbNextLink, #mbCenter.mediaboxckfullwidth #mbPrevLink, #mbCenter.mediaboxckfullwidth #mbPlayLink, #mbCenter.mediaboxckfullwidth #mbPauseLink {
	/*text-align: center;
	height: 50px;
	width: 50px;*/
}

#mbCenter.mediaboxckfullwidth #mbPrevLink big, #mbCenter.mediaboxckfullwidth #mbNextLink big, #mbCenter.mediaboxckfullwidth #mbCloseLink big, #mbCenter.mediaboxckfullwidth #mbPlayLink big, #mbCenter.mediaboxckfullwidth #mbPauseLink big,
#mbCenter.mediaboxckmobil #mbZoomMinus big, #mbCenter.mediaboxckmobil #mbZoomPlus big {
	/*font-size: 2.5em;
	line-height: 1.5em;*/
}

#mbCenter.mediaboxckfullwidth #mbTitle {

}

#mbCenter.mediaboxckfullwidth #mbNumber {
	/*display: block;*/
}

#mbCenter.mediaboxckfullwidth #mbCaption {
	/*display: none;*/
}

.mediaboxck_cont[data-align="center"] {
	text-align: center;
}

#mbBottom a[data-state="0"] {
	opacity: 0.3;
	pointer-events: none;
}

/** for navigation **/
.mediaboxck_cont_inner {
	position: relative;
}

.mediaboxck-navigation-prev,
.mediaboxck-navigation-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mediaboxck-navigation-prev {
	left: 0;
}

.mediaboxck-navigation-next {
	right: 0;
}

.mediaboxck-navigation-prev:after,
.mediaboxck-navigation-next:after {
	display: block;
	content: "❯";
	padding: 15px 20px;
	border-radius: 3px;
	background: rgba(0,0,0, 0.1);
	color: #000;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s ease;
}

.mediaboxck-navigation-prev:after {
	content: "❮";
}

.mediaboxck-navigation-prev:hover:after,
.mediaboxck-navigation-next:hover:after {
	background: rgba(0,0,0, 0.2);
}

.mediaboxck_cont_inner:hover .mediaboxck-navigation-prev:after,
.mediaboxck_cont_inner:hover .mediaboxck-navigation-next:after {
	opacity: 1;
}


/*-----------------------------------*/

.mediaboxck-pagination {
	margin: 10px;
}

.mediaboxck-pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.mediaboxck-pagination ul > li {
	display: inline;
}

.mediaboxck-pagination ul > li > a:hover, 
.mediaboxck-pagination ul > li > a:focus, 
.mediaboxck-pagination ul > .active > a, 
.mediaboxck-pagination ul > .active > span {
	background-color: #f5f5f5;
}

.mediaboxck-pagination ul > li > a, .mediaboxck-pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.mediaboxck-pagination ul > li:first-child > a, .mediaboxck-pagination ul > li:first-child > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mediaboxck-pagination ul > li:first-child > a, .mediaboxck-pagination ul > li:first-child > span {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mediaboxck-pagination ul > li:last-child > a, .mediaboxck-pagination ul > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mediaboxck-pagination ul > .active > a, .mediaboxck-pagination ul > .active > span {
	color: #999;
	cursor: default;
}

/*---------------- Theme 1 ----------------*/

#mbCenter.theme1 {
	background: none !important;
	box-shadow: none !important;
}

#mbCenter.theme1 *,
#mbToolbar.theme1 * {
	box-sizing: border-box;
}

.theme1 #mbCloseLink {
	
}

.theme1 #mbNextLink, .theme1 #mbPrevLink {
	position: fixed;
	right: 10px;
	padding: 20px;
	background: rgba(0,0,0,0.3);
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
}

.theme1 #mbNextLink:hover, .theme1 #mbPrevLink:hover,
.theme1 #mbCloseLink:hover, .theme1 #mbPlayLink:hover, .theme1 #mbPauseLink:hover,
.theme1 #mbShareLink:hover,
.theme1 #mbDownloadLink:hover {
	background: rgba(0,0,0,0.5);
}

.theme1 #mbPrevLink {
	right: auto;
	left: 10px;
}

.theme1 #mbZoomBar:not(:empty) {
	background: rgba(0,0,0,0.2);
	display: flex;
	position: fixed;
	top: 0;
	left: 50%;
	height: 60px;
	width: 300px;
	margin: 0 0 0 -150px;
}

@media screen and (max-width: 680px) {
	.theme1 #mbZoomBar {
		left: 0;
	}
}

@media screen and (max-width: 500px) {
	.theme1 #mbZoomBar {
		top: 60px;
		width: 100%;
	}
}

.theme1 #mbBottom a[data-state="0"] {
	display: none;
}

.theme1 #mbZoomMinus big, .theme1 #mbZoomPlus big {
	background: rgba(0,0,0,0.3);
	width: 60px;
	height: 60px;
	padding: 20px;
}

.theme1 #mbCloseLink,
.theme1 #mbPlayLink,
.theme1 #mbPauseLink,
.theme1 #mbShareLink,
.theme1 #mbDownloadLink {
	position: fixed;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}

.theme1 #mbBottom a:hover, .theme1 #mbBottom a:active {
	text-decoration: none;
}

.theme1 #mbPlayLink,
.theme1 #mbPauseLink,
.theme1 #mbShareLink,
.theme1 #mbDownloadLink {
	right: 60px;
}

.theme1 #mbShareLink ~ #mbPlayLink,
.theme1 #mbShareLink ~ #mbPauseLink {
	right: 120px;
}

.theme1 #mbDownloadLink ~ #mbShareLink {
	right: 120px;
}

.theme1 #mbDownloadLink ~ #mbShareLink ~ #mbPlayLink,
.theme1 #mbDownloadLink ~ #mbShareLink ~ #mbPauseLink {
	right: 180px;
}

#mbShareLink big {
	vertical-align: top;
}

#mbToolbar.theme1 {
	background: none;
	box-shadow: none;
	margin: 0 0 0 -150px;
	height: 60px;
	width: 300px;
	padding: 0;
	transform: none;
}

.theme1 #mbPieLoaderBar {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

.theme1 #mbZoomMinus big, .theme1 #mbZoomPlus big {
	background: rgba(0,0,0,0.1);
	width: 60px;
	height: 60px;
	padding: 20px;
	margin: 0;
	border: none;
	line-height: 1;
	text-align: center;
}

.theme1 #mbZoomMinus big:hover, .theme1 #mbZoomPlus big:hover {
	background: rgba(0,0,0,0.5);
}

.theme1 #mbZoomBar a {
	width: auto;
}

.theme1 #mbZoomValue big {
	line-height: 35px;
}

.theme1 a#mbZoomValue {
	width: calc(100% - 120px);
	padding: 10px;
}

.theme1 #mbZoomValue {
	text-decoration: none;
}

.theme1 #mbZoomValue:hover {
	text-decoration: underline;
}

.theme1 #mbNumber {
	position: absolute;
	right: 0;
	top: 0;
}

#mediaboxckShareBox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	width: 600px;
	min-height: 300px;
	background: #fff;
	transform: translate(-50%,-50%);
	border-radius: 4px;
	padding: 40px 20px;
	max-width: 90%;
}

#mediaboxckShareBox p {
	text-align: center;
}

#mediaboxckShareBox input {
	margin: 10px;
	width: calc(100% - 20px);
	border: 1px solid #eee;
	padding: 5px;
	box-shadow: none;
}

#mediaboxckShareBox .mbShareButton {
	width: 100px;
	background: cadetblue;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Helvetica,Arial;
	font-size: 14px;
	font-weight: normal;
}

#mediaboxckShareBox .mbShareButton:hover {
	opacity: 0.8;
}

#mediaboxckShareBox .mbShareButton * {
	display: block;
}

#mediaboxckShareBox .mbShareButton svg {
	width: 25px;
	margin: auto;
	fill: #fff;
}

#mediaboxckShareBox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

.mbOpened {
	overflow: hidden !important;
}

[data-mediaboxck-alignment*="float"][data-mediaboxck-alignment*="left"] {
	float: left;
}

[data-mediaboxck-alignment*="float"][data-mediaboxck-alignment*="right"] {
	float: right;
}

/* For captions in galleries */
.mediaboxck_cont figcaption.mediaboxck_caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.mediaboxck_cont figcaption.mediaboxck_caption .mediaboxck_caption_desc {
	display: none;
}
/**
 * @copyright	Copyright (C) 2015 C???dric KEIFLIN alias ced1870
 * http://www.joomlack.fr
 * http://www.template-creator.com
 * @license		GNU/GPL
 * Plugin Image Effect CK
 * */


.gridck {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
figure[class*="effectck"] {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	/*width: 48%;*/
	background: #3085a3;
	text-align: center;
	display: inline-block;
	will-change: transform;
}

figure[class*="effectck"]:not([class*="flip"]) > [class*=img] {
	position: relative;
	overflow: hidden;
	height: 100%;
}

figure[class*="effectck"] > [class*=img]:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

figure[class*="effectck"] img {
	position: relative;
	display: block;
	/*min-height: 100%;*/ /* do not use because it distord the images in Safari and mobiles */
	max-width: 100%;
	width: 100%;
	opacity: 0.8;
	margin: 0;
}

figure[class*="effectck"] figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	
	backface-visibility: hidden;
}

figure[class*="effectck"] figcaption::before,
figure[class*="effectck"] figcaption::after {
	pointer-events: none;
}

figure[class*="effectck"] figcaption,
figure[class*="effectck"] figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*width: 100%;
	height: 100%;*/
	z-index: 1;
}

/* Anchor will cover the whole item by default */
/* For some effectcks it will show as a button */
figure[class*="effectck"] figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure[class*="effectck"] figcaption [class*="title"] {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 24px;
	font-family: verdana;
}

figure[class*="effectck"] figcaption [class*="title"] span {
	font-weight: 800;
}

figure[class*="effectck"] figcaption [class*="title"],
figure[class*="effectck"] figcaption [class*="desc"] {
	margin: 0;
}

figure[class*="effectck"] figcaption [class*="desc"] {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effectcks */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effectck-lily img {
	max-width: none !important;
	
	width: calc(100% + 50px);
	opacity: 0.7;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-40px,0,0);
	float: left;
}

figure.effectck-lily figcaption {
	text-align: left;
}

figure.effectck-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	right: 0;
	height: 50%;
}

figure.effectck-lily figcaption [class*="title"],
figure.effectck-lily figcaption [class*="desc"] {
	
	transform: translate3d(0,40px,0);
}

figure.effectck-lily figcaption [class*="title"] {
	
	transition: transform 0.35s;
}

figure.effectck-lily figcaption [class*="desc"] {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	
	transition: opacity 0.2s, transform 0.35s;
}

figure.effectck-lily:hover img,
figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover img,
figure.effectck-lily.hover figcaption [class*="desc"] {
	opacity: 1;
}

figure.effectck-lily:hover img,
figure.effectck-lily:hover figcaption [class*="title"],
figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover img,
figure.effectck-lily.hover figcaption [class*="title"],
figure.effectck-lily.hover figcaption [class*="desc"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover figcaption [class*="desc"] {
	
	transition-delay: 0.05s;
	
	transition-duration: 0.35s;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effectck-oscar {
	
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effectck-oscar img {
	opacity: 0.9;
	
	transition: opacity 0.35s;
}

figure.effectck-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	
	transition: background-color 0.35s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

figure.effectck-oscar figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 1px solid #fff;
	content: '';
}

figure.effectck-oscar figcaption [class*="title"] {
	/*margin: 20% 0 10px 0;*/
	
	transition: transform 0.35s;
	
	transform: translate3d(0,100%,0);
}

figure.effectck-oscar figcaption::before,
figure.effectck-oscar figcaption [class*="desc"] {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale(0);
}

figure.effectck-oscar:hover figcaption [class*="title"],
figure.effectck-oscar.hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-oscar:hover figcaption::before,
figure.effectck-oscar:hover figcaption [class*="desc"],
figure.effectck-oscar.hover figcaption::before,
figure.effectck-oscar.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale(1);
}

figure.effectck-oscar:hover figcaption,
figure.effectck-oscar.hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effectck-oscar:hover img,
figure.effectck-oscar.hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effectck-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	
	transform: translate3d(0,50%,0);
}

figure.effectck-sadie figcaption [class*="title"] {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	
	transition: transform 0.35s, color 0.35s;
	
	transform: translate3d(0,-50%,0);
}

figure.effectck-sadie figcaption::before,
figure.effectck-sadie figcaption [class*="desc"] {
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-sadie figcaption [class*="desc"] {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2em;
	/*width: 100%;*/
	opacity: 0;
	
	transform: translate3d(0,10px,0);
}

figure.effectck-sadie:hover figcaption [class*="title"],
figure.effectck-sadie.hover figcaption [class*="title"] {
	color: #fff;
	
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effectck-sadie:hover figcaption::before ,
figure.effectck-sadie:hover figcaption [class*="desc"],
figure.effectck-sadie.hover figcaption::before ,
figure.effectck-sadie.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effectck-honey {
	background: #4a3753;
}

figure.effectck-honey img {
	opacity: 0.9;
	
	transition: opacity 0.35s;
}

figure.effectck-honey:hover img,
figure.effectck-honey.hover img {
	opacity: 0.5;
}

figure.effectck-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: #fff;
	content: '';
	
	transform: translate3d(0,10px,0);
}

figure.effectck-honey figcaption [class*="title"] {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 1.5em;
	text-align: left;
	
	transform: translate3d(0,-30px,0);
}

figure.effectck-honey figcaption [class*="title"] i,
figure.effectck-honey figcaption [class*="desc"]{
	font-style: normal;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,-30px,0);
}

figure.effectck-honey figcaption::before,
figure.effectck-honey figcaption [class*="title"] {
	
	transition: transform 0.35s;
}

figure.effectck-honey:hover figcaption::before,
figure.effectck-honey:hover figcaption [class*="title"],
figure.effectck-honey:hover figcaption [class*="title"] i,
figure.effectck-honey:hover figcaption [class*="desc"],
figure.effectck-honey.hover figcaption::before,
figure.effectck-honey.hover figcaption [class*="title"],
figure.effectck-honey.hover figcaption [class*="title"] i,
figure.effectck-honey.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effectck-layla {
	background: #18a367;
}

figure.effectck-layla img {
	/*height: 390px;*/
}

figure.effectck-layla figcaption {
	padding: 3em 2em;
}

figure.effectck-layla figcaption::before,
figure.effectck-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effectck-layla figcaption::before {
	top: 10%;
	right: 7%;
	bottom: 10%;
	left: 7%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	transform: scale(0,1);
	
	transform-origin: 0 0;
}

figure.effectck-layla figcaption::after {
	top: 7%;
	right: 10%;
	bottom: 7%;
	left: 10%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	
	transform: scale(1,0);
	
	transform-origin: 100% 0;
}

figure.effectck-layla figcaption [class*="title"] {
	/*padding-top: 26%;*/
	
	transition: transform 0.35s;
}

figure.effectck-layla figcaption [class*="desc"] {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	
	transform: translate3d(0,-10px,0);
}

figure.effectck-layla figcaption [class*="title"] {
	
	transform: translate3d(0,-30px,0);
}

figure.effectck-layla img,
figure.effectck-layla figcaption::before,
figure.effectck-layla figcaption::after,
figure.effectck-layla figcaption [class*="desc"] {
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-layla:hover img,
figure.effectck-layla.hover img {
	opacity: 0.7;
	
	transform: translate3d(0,0,0) scale(1.2);
}

figure.effectck-layla:hover figcaption::before,
figure.effectck-layla:hover figcaption::after,
figure.effectck-layla.hover figcaption::before,
figure.effectck-layla.hover figcaption::after {
	opacity: 1;
	
	transform: scale(1);
}

figure.effectck-layla:hover figcaption [class*="title"],
figure.effectck-layla:hover figcaption [class*="desc"],
figure.effectck-layla.hover figcaption [class*="title"],
figure.effectck-layla.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

figure.effectck-layla:hover figcaption::after,
figure.effectck-layla:hover figcaption [class*="title"],
figure.effectck-layla:hover figcaption [class*="desc"],
figure.effectck-layla:hover img,
figure.effectck-layla.hover figcaption::after,
figure.effectck-layla.hover figcaption [class*="title"],
figure.effectck-layla.hover figcaption [class*="desc"],
figure.effectck-layla.hover img {
	
	transition-delay: 0.15s;
}


/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effectck-marley figcaption {
	text-align: right;
}

figure.effectck-marley figcaption [class*="title"],
figure.effectck-marley figcaption [class*="desc"] {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effectck-marley figcaption [class*="desc"] {
	bottom: 30px;
	line-height: 1.5;
	
	transform: translate3d(0,100%,0);
}

figure.effectck-marley figcaption [class*="title"] {
	top: 30px;
	
	transition: transform 0.35s;
	
	transform: translate3d(0,20px,0);
}

figure.effectck-marley:hover figcaption [class*="title"],
figure.effectck-marley.hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-marley figcaption [class*="title"]::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	
	transform: translate3d(0,40px,0);
}

figure.effectck-marley figcaption [class*="title"]::after,
figure.effectck-marley figcaption [class*="desc"] {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-marley:hover figcaption [class*="title"]::after,
figure.effectck-marley:hover figcaption [class*="desc"],
figure.effectck-marley.hover figcaption [class*="title"]::after,
figure.effectck-marley.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effectck-ruby {
	background-color: #17819c;
}

figure.effectck-ruby img {
	opacity: 0.7;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale(1.15);
}

figure.effectck-ruby:hover img,
figure.effectck-ruby.hover img {
	opacity: 0.5;
	
	transform: scale(1);
}

figure.effectck-ruby figcaption [class*="title"] {
	/*margin-top: 20%;*/
	
	transition: transform 0.35s;
	
	transform: translate3d(0,20px,0);
}

figure.effectck-ruby figcaption [class*="desc"] {
	margin: 1em 0 0;
	padding: 1em;
	border: 1px solid #fff;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effectck-ruby:hover figcaption [class*="title"],
figure.effectck-ruby.hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-ruby:hover figcaption [class*="desc"],
figure.effectck-ruby.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effectck-roxy {
	
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effectck-roxy img {
	max-width: none !important;
	
	width: calc(100% + 60px);
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-50px,0,0);
}

figure.effectck-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-20px,0,0);
}

figure.effectck-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effectck-roxy figcaption [class*="title"] {
	/*padding: 30% 0 10px 0;*/
}

figure.effectck-roxy figcaption [class*="desc"] {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-10px,0,0);
}

figure.effectck-roxy:hover img,
figure.effectck-roxy.hover img {
	opacity: 0.7;
	
	transform: translate3d(0,0,0);
}

figure.effectck-roxy:hover figcaption::before,
figure.effectck-roxy:hover figcaption [class*="desc"],
figure.effectck-roxy.hover figcaption::before,
figure.effectck-roxy.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effectck-bubba {
	background: #9e5406;
}

figure.effectck-bubba img {
	opacity: 0.7;
	
	transition: opacity 0.35s;
}

figure.effectck-bubba:hover img,
figure.effectck-bubba.hover img {
	opacity: 0.4;
}

figure.effectck-bubba figcaption::before,
figure.effectck-bubba figcaption::after {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	content: '';
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	transform: scale(0,1);
}

figure.effectck-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	
	transform: scale(1,0);
}

figure.effectck-bubba figcaption [class*="title"] {
	/*padding-top: 30%;*/
	
	transition: transform 0.35s;
	
	transform: translate3d(0,-20px,0);
}

figure.effectck-bubba figcaption [class*="desc"] {
	padding: 20px 2.5em;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,20px,0);
}

figure.effectck-bubba:hover figcaption::before,
figure.effectck-bubba:hover figcaption::after,
figure.effectck-bubba.hover figcaption::before,
figure.effectck-bubba.hover figcaption::after {
	opacity: 1;
	
	transform: scale(1);
}

figure.effectck-bubba:hover figcaption [class*="title"],
figure.effectck-bubba:hover figcaption [class*="desc"],
figure.effectck-bubba.hover figcaption [class*="title"],
figure.effectck-bubba.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effectck-romeo {
	
	perspective: 1000px;
}

figure.effectck-romeo img {
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,0,300px);
}

figure.effectck-romeo:hover img,
figure.effectck-romeo.hover img {
	opacity: 0.6;
	
	transform: translate3d(0,0,0);
}

figure.effectck-romeo figcaption::before,
figure.effectck-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-50%,-50%,0);
}

figure.effectck-romeo:hover figcaption::before,
figure.effectck-romeo.hover figcaption::before {
	opacity: 0.5;
	
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effectck-romeo:hover figcaption::after,
figure.effectck-romeo.hover figcaption::after {
	opacity: 0.5;
	
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effectck-romeo figcaption [class*="title"],
figure.effectck-romeo figcaption [class*="desc"] {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	
	transition: transform 0.35s;
}

figure.effectck-romeo figcaption [class*="title"] {
	
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effectck-romeo figcaption [class*="desc"] {
	padding: 0.25em 2em;
	
	transform: translate3d(0,-80%,0) translate3d(0,150%,0);
}

figure.effectck-romeo:hover figcaption [class*="title"],
figure.effectck-romeo.hover figcaption [class*="title"] {
	
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effectck-romeo:hover figcaption [class*="desc"],
figure.effectck-romeo.hover figcaption [class*="desc"] {
	
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effectck-milo {
	background: #2e5d5a;
}

figure.effectck-milo img {
	max-width: none !important;
	
	width: calc(100% + 60px);
	opacity: 1;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-30px,0,0) scale(1.12);
	
	backface-visibility: hidden;
}

figure.effectck-milo:hover img,
figure.effectck-milo.hover img {
	opacity: 0.5;
	
	transform: translate3d(0,0,0) scale(1);
}

figure.effectck-milo figcaption [class*="title"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effectck-milo figcaption [class*="desc"] {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-40px,0,0);
}

figure.effectck-milo:hover figcaption [class*="desc"],
figure.effectck-milo.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effectck-dexter {
	
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effectck-dexter img {
	
	transition: opacity 0.35s;
}

figure.effectck-dexter:hover img,
figure.effectck-dexter.hover img {
	opacity: 0.4;
}

figure.effectck-dexter figcaption::after {
	position: absolute;
	right: 7%;
	bottom: 7%;
	left: 7%;
	height: 
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	
	transition: transform 0.35s;
	
	transform: translate3d(0,-100%,0);
}

figure.effectck-dexter:hover figcaption::after,
figure.effectck-dexter.hover figcaption::after {
	
	transform: translate3d(0,0,0);
}

figure.effectck-dexter figcaption {
	padding: 12%;
	text-align: left;
}

figure.effectck-dexter figcaption [class*="desc"] {
	position: absolute;
	right: 14%;
	bottom: 14%;
	left: 14%;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,-100px,0);
}

figure.effectck-dexter:hover figcaption [class*="desc"],
figure.effectck-dexter.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effectck-sarah {
	background: #42b078;
}

figure.effectck-sarah img {
	max-width: none !important;
	
	width: calc(100% + 20px);
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-10px,0,0);
	
	backface-visibility: hidden;
}

figure.effectck-sarah:hover img,
figure.effectck-sarah.hover img {
	opacity: 0.4;
	
	transform: translate3d(0,0,0);
}

figure.effectck-sarah figcaption {
	text-align: left;
}

figure.effectck-sarah figcaption [class*="title"] {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effectck-sarah figcaption [class*="title"]::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	
	transition: transform 0.35s;
	
	transform: translate3d(-100%,0,0);
}

figure.effectck-sarah:hover figcaption [class*="title"]::after,
figure.effectck-sarah.hover figcaption [class*="title"]::after {
	
	transform: translate3d(0,0,0);
}

figure.effectck-sarah figcaption [class*="desc"] {
	padding: 1em 0;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(100%,0,0);
}

figure.effectck-sarah:hover figcaption [class*="desc"],
figure.effectck-sarah.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effectck-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	
	transition: transform 0.35s;
	
	transform: translate3d(0,100%,0);
}

figure.effectck-zoe figcaption [class*="title"] {
	float: left;
}

figure.effectck-zoe figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.effectck-zoe figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	transition: opacity 0.35s;
	 /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effectck-zoe figcaption [class*="title"],
figure.effectck-zoe figcaption [class*="desc"].icon-links a {
	
	transition: transform 0.35s;
	
	transform: translate3d(0,200%,0);
}

figure.effectck-zoe figcaption [class*="desc"].icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	
	
}

figure.effectck-zoe figcaption [class*="title"] {
	display: inline-block;
}

figure.effectck-zoe:hover figcaption [class*="desc"].description,
figure.effectck-zoe.hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.effectck-zoe:hover figcaption,
figure.effectck-zoe:hover figcaption [class*="title"],
figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a,
figure.effectck-zoe.hover figcaption,
figure.effectck-zoe.hover figcaption [class*="title"],
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a {
	
	transform: translate3d(0,0,0);
}

figure.effectck-zoe:hover figcaption [class*="title"],
figure.effectck-zoe.hover figcaption [class*="title"] {
	
	transition-delay: 0.05s;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	
	transition-delay: 0.1s;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	
	transition-delay: 0.15s;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:first-child {
	
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effectck-chico img {
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale(1.12);
}

figure.effectck-chico:hover img,
figure.effectck-chico.hover img {
	opacity: 0.5;
	
	transform: scale(1);
}

figure.effectck-chico figcaption {
	padding: 3em;
}

figure.effectck-chico figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 1px solid #fff;
	content: '';
	
	transform: scale(1.1);
}

figure.effectck-chico figcaption::before,
figure.effectck-chico figcaption [class*="desc"] {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-chico figcaption [class*="title"] {
	/*padding: 20% 0 20px 0;*/
}

figure.effectck-chico figcaption [class*="desc"] {
	margin: 0 auto;
	max-width: 200px;
	
	transform: scale(1.5);
}

figure.effectck-chico:hover figcaption::before,
figure.effectck-chico:hover figcaption [class*="desc"],
figure.effectck-chico.hover figcaption::before,
figure.effectck-chico.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale(1);
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effectck-julia {
	background: #2f3238;
}

figure.effectck-julia img {
	max-width: none !important;
	/*height: 400px;*/
	
	transition: opacity 1s, transform 1s;
	
	backface-visibility: hidden;
}

figure.effectck-julia figcaption {
	text-align: left;
}

figure.effectck-julia figcaption [class*="title"] {
	position: relative;
	padding: 0.5em 0;
}

figure.effectck-julia figcaption [class*="desc"] {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-360px,0,0);
}

figure.effectck-julia figcaption [class*="desc"]:first-child {
	
	transition-delay: 0.15s;
}

figure.effectck-julia figcaption [class*="desc"]:nth-of-type(2) {
	
	transition-delay: 0.1s;
}

figure.effectck-julia figcaption [class*="desc"]:nth-of-type(3) {
	
	transition-delay: 0.05s;
}

figure.effectck-julia:hover figcaption [class*="desc"]:first-child,
figure.effectck-julia.hover figcaption [class*="desc"]:first-child {
	
	transition-delay: 0s;
}

figure.effectck-julia:hover figcaption [class*="desc"]:nth-of-type(2),
figure.effectck-julia.hover figcaption [class*="desc"]:nth-of-type(2) {
	
	transition-delay: 0.05s;
}

figure.effectck-julia:hover figcaption [class*="desc"]:nth-of-type(3),
figure.effectck-julia.hover figcaption [class*="desc"]:nth-of-type(3) {
	
	transition-delay: 0.1s;
}

figure.effectck-julia:hover img,
figure.effectck-julia.hover img {
	opacity: 0.4;
	
	transform: scale3d(1.1,1.1,1);
}

figure.effectck-julia:hover figcaption [class*="desc"],
figure.effectck-julia.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effectck-goliath {
	background: #df4e4e;
}

figure.effectck-goliath img,
figure.effectck-goliath figcaption [class*="title"] {
	
	transition: transform 0.35s;
}

figure.effectck-goliath img {
	
	backface-visibility: hidden;
}

figure.effectck-goliath figcaption [class*="title"],
figure.effectck-goliath figcaption [class*="desc"] {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 30px;
}

figure.effectck-goliath figcaption [class*="desc"] {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,50px,0);
}

figure.effectck-goliath:hover img,
figure.effectck-goliath.hover img {
	
	transform: translate3d(0,-80px,0);
}

figure.effectck-goliath:hover figcaption [class*="title"],
figure.effectck-goliath.hover figcaption [class*="title"] {
	
	transform: translate3d(0,-100px,0);
}

figure.effectck-goliath:hover figcaption [class*="desc"],
figure.effectck-goliath.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effectck-hera {
	background: #303fa9;
}

figure.effectck-hera figcaption [class*="title"] {
	font-size: 158.75%;
}

figure.effectck-hera figcaption [class*="title"],
figure.effectck-hera figcaption [class*="desc"] {
	position: absolute;
	top: 50%;
	left: 50%;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-50%,-50%,0);
	
	transform-origin: 50%;
}

figure.effectck-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	
	transform-origin: 50%;
}

figure.effectck-hera figcaption [class*="desc"] {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effectck-hera figcaption [class*="desc"] a {
	color: #fff;
}

figure.effectck-hera figcaption [class*="desc"] a:hover,
figure.effectck-hera figcaption [class*="desc"] a:focus {
	opacity: 0.6;
}

figure.effectck-hera figcaption [class*="desc"] a i {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-hera figcaption [class*="desc"] a:first-child i {
	
	transform: translate3d(-60px,-60px,0);
}

figure.effectck-hera figcaption [class*="desc"] a:nth-child(2) i {
	
	transform: translate3d(60px,-60px,0);
}

figure.effectck-hera figcaption [class*="desc"] a:nth-child(3) i {
	
	transform: translate3d(-60px,60px,0);
}

figure.effectck-hera figcaption [class*="desc"] a:nth-child(4) i {
	
	transform: translate3d(60px,60px,0);
}

figure.effectck-hera:hover figcaption::before,
figure.effectck-hera.hover figcaption::before {
	opacity: 1;
	
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effectck-hera:hover figcaption [class*="title"],
figure.effectck-hera.hover figcaption [class*="title"] {
	opacity: 0;
	
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effectck-hera:hover figcaption [class*="desc"] i:empty,
figure.effectck-hera.hover figcaption [class*="desc"] i:empty {
	
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effectck-winston {
	background: #162633;
	text-align: left;
}

figure.effectck-winston img {
	
	transition: opacity 0.45s;
	
	backface-visibility: hidden;
}

figure.effectck-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/media/plg_system_imageeffectck/img/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	
	transition: opacity 0.45s, transform 0.45s;
	
	transform: rotate3d(0,0,1,45deg);
	
	transform-origin: 0 100%;
}

figure.effectck-winston figcaption [class*="title"] {
	
	transition: transform 0.35s;
	
	transform: translate3d(0,20px,0);
}

figure.effectck-winston figcaption [class*="desc"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effectck-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effectck-winston a:hover,
figure.effectck-winston a:focus {
	color: #cc6055;
}

figure.effectck-winston figcaption [class*="desc"] a i {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,50px,0);
}

figure.effectck-winston:hover img,
figure.effectck-winston:hover img {
	opacity: 0.6;
}

figure.effectck-winston:hover figcaption [class*="title"],
figure.effectck-winston:hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-winston:hover figcaption::before,
figure.effectck-winston.hover figcaption::before {
	opacity: 0.7;
	
	transform: rotate3d(0,0,1,20deg);
}

figure.effectck-winston:hover figcaption [class*="desc"] i,
figure.effectck-winston.hover figcaption [class*="desc"] i {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

figure.effectck-winston:hover figcaption [class*="desc"] a:nth-child(3) i,
figure.effectck-winston.hover figcaption [class*="desc"] a:nth-child(3) i {
	
	transition-delay: 0.05s;
}

figure.effectck-winston:hover figcaption [class*="desc"] a:nth-child(2) i,
figure.effectck-winston.hover figcaption [class*="desc"] a:nth-child(2) i {
	
	transition-delay: 0.1s;
}

figure.effectck-winston:hover figcaption [class*="desc"] a:first-child i,
figure.effectck-winston.hover figcaption [class*="desc"] a:first-child i {
	
	transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effectck-selena {
	background: #fff;
}

figure.effectck-selena img {
	opacity: 0.95;
	
	transition: transform 0.35s;
	
	transform-origin: 50% 50%;
}

figure.effectck-selena:hover img,
figure.effectck-selena.hover img {
	
	transform: scale3d(0.95,0.95,1);
}

figure.effectck-selena figcaption [class*="title"] {
	
	transition: transform 0.35s;
	
	transform: translate3d(0,20px,0);
}

figure.effectck-selena figcaption [class*="desc"] {
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	
	transform-origin: 50% 0%;
}

figure.effectck-selena:hover figcaption [class*="title"],
figure.effectck-selena.hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-selena:hover figcaption [class*="desc"],
figure.effectck-selena.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effectck-terry {
	background: #34495e;
}

figure.effectck-terry figcaption {
	padding: 1em;
}

figure.effectck-terry figcaption::before,
figure.effectck-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	
	transition: transform 0.35s;
}

figure.effectck-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	
	transform: translate3d(70px,60px,0);
}

figure.effectck-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	
	transform: translate3d(-15px,-15px,0);
}

figure.effectck-terry img,
figure.effectck-terry figcaption [class*="desc"] a {
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-terry img {
	opacity: 0.85;
}

figure.effectck-terry figcaption [class*="title"] {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 50%;
	
	transition: transform 0.35s;
	
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
	figure.effectck-terry figcaption [class*="title"] {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effectck-terry figcaption [class*="desc"] {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effectck-terry figcaption [class*="desc"] a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	
	transform: translate3d(90px,0,0);
}

figure.effectck-terry figcaption [class*="desc"] a:hover,
figure.effectck-terry figcaption [class*="desc"] a:focus {
	color: #f3cf3f;
}

figure.effectck-terry:hover figcaption::before,
figure.effectck-terry:hover figcaption::after,
figure.effectck-terry.hover figcaption::before,
figure.effectck-terry.hover figcaption::after {
	
	transform: translate3d(0,0,0);
}

figure.effectck-terry:hover img,
figure.effectck-terry.hover img {
	opacity: 0.6;

}

figure.effectck-terry:hover figcaption [class*="title"],
figure.effectck-terry:hover figcaption [class*="desc"] a,
figure.effectck-terry.hover figcaption [class*="title"],
figure.effectck-terry.hover figcaption [class*="desc"] a {
	
	transform: translate3d(0,0,0);
}

figure.effectck-terry:hover figcaption [class*="desc"] a,
figure.effectck-terry.hover figcaption [class*="desc"] a {
	opacity: 1;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:first-child,
figure.effectck-terry.hover figcaption [class*="desc"] a:first-child {
	
	transition-delay: 0.025s;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:nth-child(2),
figure.effectck-terry.hover figcaption [class*="desc"] a:nth-child(2) {
	
	transition-delay: 0.05s;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:nth-child(3),
figure.effectck-terry.hover figcaption [class*="desc"] a:nth-child(3) {
	
	transition-delay: 0.075s;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:nth-child(4),
figure.effectck-terry.hover figcaption [class*="desc"] a:nth-child(4) {
	
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.effectck-phoebe {
	background: #675983;
}

figure.effectck-phoebe img {
	opacity: 0.85;
	
	transition: opacity 0.35s;
}

figure.effectck-phoebe:hover img,
figure.effectck-phoebe.hover img {
	opacity: 0.6;
}

figure.effectck-phoebe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/media/plg_system_imageeffectck/img/triangle2.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale3d(5,2.5,1);
	
	transform-origin: 50% 50%;
}

figure.effectck-phoebe:hover figcaption::before,
figure.effectck-phoebe.hover figcaption::before {
	opacity: 0.6;
	
	transform: scale3d(1,1,1);
}

figure.effectck-phoebe figcaption [class*="title"] {
	margin-top: 1em;
	
	transition: transform 0.35s;
	
	transform: translate3d(0,40px,0);
}

figure.effectck-phoebe:hover figcaption [class*="title"],
figure.effectck-phoebe.hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-phoebe figcaption [class*="desc"] a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-phoebe figcaption [class*="desc"] a:first-child {
	
	transform: translate3d(-60px,-60px,0);
}

figure.effectck-phoebe figcaption [class*="desc"] a:nth-child(2) {
	
	transform: translate3d(0,60px,0);
}

figure.effectck-phoebe figcaption [class*="desc"] a:nth-child(3) {
	
	transform: translate3d(60px,-60px,0);
}

figure.effectck-phoebe:hover figcaption [class*="desc"] a,
figure.effectck-phoebe.hover figcaption [class*="desc"] a {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effectck-apollo {
	background: #3498db;
}

figure.effectck-apollo img {
	opacity: 0.95;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale3d(1.05,1.05,1);
}

figure.effectck-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	
	transition: transform 0.6s;
	
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effectck-apollo figcaption [class*="desc"] {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	
	transition: opacity 0.35s;
}

figure.effectck-apollo figcaption [class*="title"] {
	text-align: left;
}

figure.effectck-apollo:hover img,
figure.effectck-apollo.hover img {
	opacity: 0.6;
	
	transform: scale3d(1,1,1);
}

figure.effectck-apollo:hover figcaption::before,
figure.effectck-apollo.hover figcaption::before {
	
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effectck-apollo:hover figcaption [class*="desc"],
figure.effectck-apollo.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effectck-kira {
	background: #fff;
	text-align: left;
}

figure.effectck-kira img {
	
	transition: opacity 0.35s;
}

figure.effectck-kira figcaption {
	z-index: 1;
}

figure.effectck-kira figcaption [class*="desc"] {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,-10px,0);
}

figure.effectck-kira figcaption [class*="desc"] a {
	margin: 0 0.5em;
	color: #101010;
}

figure.effectck-kira figcaption [class*="desc"] a:hover,
figure.effectck-kira figcaption [class*="desc"] a:focus {
	opacity: 0.6;
}

figure.effectck-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	
	transform-origin: 50% 0;
}

figure.effectck-kira:hover img,
figure.effectck-kira.hover img {
	opacity: 0.5;
}

figure.effectck-kira:hover figcaption [class*="desc"],
figure.effectck-kira.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

figure.effectck-kira:hover figcaption::before,
figure.effectck-kira.hover figcaption::before {
	opacity: 0.7;
	
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effectck-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effectck-steve:before,
figure.effectck-steve figcaption [class*="title"]:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	
	transition: opacity 0.35s;
}

figure.effectck-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effectck-steve figcaption {
	z-index: 1;
}

figure.effectck-steve img {
	opacity: 1;
	
	transition: transform 0.35s;
	
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effectck-steve figcaption [class*="title"],
figure.effectck-steve figcaption [class*="desc"] {
	background: #fff;
	color: #2d434e;
}

figure.effectck-steve figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-steve figcaption [class*="title"]:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effectck-steve figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale3d(0.9,0.9,1);
}

figure.effectck-steve:hover:before,
figure.effectck-steve.hover:before {
	opacity: 1;
}

figure.effectck-steve:hover img,
figure.effectck-steve.hover img {
	
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effectck-steve:hover figcaption [class*="title"]:before,
figure.effectck-steve.hover figcaption [class*="title"]:before {
	opacity: 0;
}

figure.effectck-steve:hover figcaption [class*="desc"],
figure.effectck-steve.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

figure.effectck-moses {
	
	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.effectck-moses img {
	opacity: 0.85;
	
	transition: opacity 0.35s;
}

figure.effectck-moses figcaption [class*="title"],
figure.effectck-moses figcaption [class*="desc"] {
	padding: 7%;
	min-width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effectck-moses figcaption [class*="title"] {
	padding: 7%;
	min-width: 50%;
	height: 50%;
	text-align: left;
	
	transition: transform 0.35s;
	
	transform: translate3d(10px,10px,0);
}

figure.effectck-moses figcaption [class*="desc"] {
	float: right;
	padding: 7%;
	text-align: right;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(-50%,-50%,0);
}

figure.effectck-moses:hover figcaption [class*="title"],
figure.effectck-moses.hover figcaption [class*="title"] {
	
	transform: translate3d(0,0,0);
}

figure.effectck-moses:hover figcaption [class*="desc"],
figure.effectck-moses.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

figure.effectck-moses:hover img,
figure.effectck-moses.hover img {
	opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effectck-jazz {
	
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effectck-jazz img {
	opacity: 0.9;
}

figure.effectck-jazz figcaption::after,
figure.effectck-jazz img,
figure.effectck-jazz figcaption [class*="desc"] {
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	
	transform-origin: 50% 50%;
}

figure.effectck-jazz figcaption [class*="title"],
figure.effectck-jazz figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale3d(0.8,0.8,1);
}

figure.effectck-jazz figcaption [class*="title"] {
	padding-top: 7%;
	
	transition: transform 0.35s;
}

figure.effectck-jazz figcaption [class*="desc"] {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effectck-jazz:hover img,
figure.effectck-jazz.hover img {
	opacity: 0.7;
	
	transform: scale3d(1.05,1.05,1);
}

figure.effectck-jazz:hover figcaption::after,
figure.effectck-jazz.hover figcaption::after {
	opacity: 1;
	
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effectck-jazz:hover figcaption [class*="title"],
figure.effectck-jazz:hover figcaption [class*="desc"],
figure.effectck-jazz.hover figcaption [class*="title"],
figure.effectck-jazz.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effectck-ming {
	background: #030c17;
}

figure.effectck-ming img {
	opacity: 0.9;
	
	transition: opacity 0.35s;
}

figure.effectck-ming figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 7% rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale3d(1.4,1.4,1);
}

figure.effectck-ming figcaption [class*="title"] {
	margin: 7% 0 10px 0;
	
	transition: transform 0.35s;
}

figure.effectck-ming figcaption [class*="desc"] {
	padding: 1em;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale(1.5);
}

figure.effectck-ming:hover figcaption [class*="title"],
figure.effectck-ming.hover figcaption [class*="title"] {
	
	transform: scale(0.9);
}

figure.effectck-ming:hover figcaption::before,
figure.effectck-ming:hover figcaption [class*="desc"],
figure.effectck-ming.hover figcaption::before,
figure.effectck-ming.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale3d(1,1,1);
}

figure.effectck-ming:hover figcaption,
figure.effectck-ming.hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effectck-ming:hover img,
figure.effectck-ming.hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effectck-lexi {
	
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effectck-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none !important;
	
	width: calc(100% + 10px);
	opacity: 0.9;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: translate3d(10px,10px,0);
	
	backface-visibility: hidden;
}

figure.effectck-lexi figcaption::before,
figure.effectck-lexi figcaption [class*="desc"] {
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	
	transform: scale3d(0.5,0.5,1);
	
	transform-origin: 50% 50%;
}

figure.effectck-lexi:hover img,
figure.effectck-lexi.hover img {
	opacity: 0.6;
	
	transform: translate3d(0,0,0);
}

figure.effectck-lexi figcaption [class*="title"] {
	text-align: left;
	
	transition: transform 0.35s;
	
	transform: translate3d(5px,5px,0);
}

figure.effectck-lexi figcaption [class*="desc"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	
	transform: translate3d(20px,20px,0);
}

figure.effectck-lexi:hover figcaption::before,
figure.effectck-lexi.hover figcaption::before {
	opacity: 1;
	
	transform: scale3d(1,1,1);
}

figure.effectck-lexi:hover figcaption [class*="title"],
figure.effectck-lexi:hover figcaption [class*="desc"],
figure.effectck-lexi.hover figcaption [class*="title"],
figure.effectck-lexi.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effectck-duke {
	
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effectck-duke img,
figure.effectck-duke figcaption [class*="desc"] {
	
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-duke:hover img,
figure.effectck-duke:hover img {
	opacity: 0.1;
	
	transform: scale3d(2,2,1);
}

figure.effectck-duke figcaption [class*="title"] {
	
	transition: transform 0.35s;
	
	transform: scale3d(0.8,0.8,1);
	
	transform-origin: 50% 100%;
}

figure.effectck-duke figcaption [class*="desc"] {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 7%;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	transform: scale3d(0.8,0.8,1);
	
	transform-origin: 50% -100%;
}

figure.effectck-duke:hover figcaption [class*="title"],
figure.effectck-duke:hover figcaption [class*="desc"],
figure.effectck-duke.hover figcaption [class*="title"],
figure.effectck-duke.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale3d(1,1,1);
}

/* retrocompatibility with old styles */

/*---------------*/
/***** Fadeck *****/
/*---------------*/

figure.fadeck, figure.effectck-fadeck {
	background: none;
}

figure.fadeck figcaption, figure.effectck-fadeck figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 50%;
	background: rgba(255,255,255,0.7);
	color: #3c4a50;
	
	transition: transform 0.35s;
	
	transform: translate3d(0,100%,0);
}

figure.fadeck img, figure.effectck-fadeck img {
	opacity: 1;
	
	transition: opacity 0.35s;
	
}

figure.fadeck figcaption [class*="title"], figure.effectck-fadeck figcaption [class*="title"] {
	float: none;
}

figure.fadeck figcaption [class*="desc"].icon-links a,figure.effectck-fadeck figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:hover,
figure.fadeck:hover figcaption [class*="desc"].icon-links a:focus,
figure.fadeck.hover figcaption [class*="desc"].icon-links a:hover,
figure.fadeck.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.fadeck figcaption [class*="desc"].description,figure.effectck-fadeck figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	transition: opacity 0.35s;
	 /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.fadeck figcaption [class*="title"],
figure.fadeck figcaption [class*="title"],
figure.effectck-fadeck figcaption [class*="desc"].icon-links a,
figure.effectck-fadeck figcaption [class*="desc"].icon-links a {
	
	transition: transform 0.35s;
	
	transform: translate3d(0,200%,0);
}

figure.fadeck figcaption [class*="desc"].icon-links a span::before,
figure.effectck-fadeck figcaption [class*="desc"].icon-links a span::before{
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	
	
}


figure.fadeck figcaption [class*="title"],
figure.effectck-fadeck figcaption [class*="title"] {
	display: inline-block;
}

figure.fadeck:hover figcaption [class*="desc"].description,
figure.effectck-fadeck:hover figcaption [class*="desc"].description,
figure.fadeck:hover figcaption [class*="desc"].description,
figure.effectck-fadeck:hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.fadeck:hover img,
figure.effectck-fadeck:hover img,
figure.fadeck:hover img,
figure.effectck-fadeck:hover img {
	opacity: 0.5;
}

figure.fadeck:hover figcaption,
figure.effectck-fadeck:hover figcaption,
figure.fadeck:hover figcaption [class*="title"],
figure.effectck-fadeck:hover figcaption [class*="title"],
figure.fadeck:hover figcaption [class*="desc"].icon-links a,
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a,
figure.fadeck.hover figcaption,
figure.effectck-fadeck.hover figcaption,
figure.fadeck.hover figcaption [class*="title"],
figure.effectck-fadeck.hover figcaption [class*="title"],
figure.fadeck.hover figcaption [class*="desc"].icon-links a,
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a {
	
	transform: translate3d(0,0,0);
}

figure.fadeck:hover figcaption [class*="title"],
figure.effectck-fadeck:hover figcaption [class*="title"],
figure.fadeck.hover figcaption [class*="title"],
figure.effectck-fadeck.hover figcaption [class*="title"] {
	
	transition-delay: 0.05s;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	
	transition-delay: 0.1s;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	
	transition-delay: 0.15s;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.fadeck.hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a:first-child {
	
	transition-delay: 0.2s;
}

/*---------------*/
/***** Edafck *****/
/*---------------*/

figure.edafck,
figure.effectck-edafck {
	background: none;
}

figure.edafck figcaption,
figure.effectck-edafck figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 50%;
	background: rgba(255,255,255,0.7);
	color: #3c4a50;
	
	transition: transform 0.35s;
	
	transform: translate3d(0,100%,0);
}

figure.edafck img,
figure.effectck-edafck img {
	opacity: 0.5;
	
	transition: opacity 0.35s;
	
}

figure.edafck figcaption [class*="title"],
figure.effectck-edafck figcaption [class*="title"] {
	float: none;
}

figure.edafck figcaption [class*="desc"].icon-links a,
figure.effectck-edafck figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:hover,
figure.edafck:hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:focus,
figure.edafck.hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:hover,
figure.edafck.hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.edafck figcaption [class*="desc"].description,
figure.effectck-edafck figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	transition: opacity 0.35s;
	 /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.edafck figcaption [class*="title"],
figure.effectck-edafck figcaption [class*="title"],
figure.edafck figcaption [class*="desc"].icon-links a,
figure.effectck-edafck figcaption [class*="desc"].icon-links a {
	
	transition: transform 0.35s;
	
	transform: translate3d(0,200%,0);
}

figure.edafck figcaption [class*="desc"].icon-links a span::before,
figure.effectck-edafck figcaption [class*="desc"].icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	
	
}


figure.edafck figcaption [class*="title"],
figure.effectck-edafck figcaption [class*="title"] {
	display: inline-block;
}

figure.edafck:hover figcaption [class*="desc"].description,
figure.effectck-edafck:hover figcaption [class*="desc"].description,
figure.edafck.hover figcaption [class*="desc"].description,
figure.effectck-edafck.hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.edafck:hover img,
figure.effectck-edafck:hover img,
figure.edafck.hover img,
figure.effectck-edafck.hover img {
	opacity: 1;
}

figure.edafck:hover figcaption,
figure.effectck-edafck:hover figcaption,
figure.edafck:hover figcaption [class*="title"],
figure.effectck-edafck:hover figcaption [class*="title"],
figure.edafck:hover figcaption [class*="desc"].icon-links a,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a,
figure.edafck.hover figcaption,
figure.effectck-edafck:hover figcaption,
figure.edafck.hover figcaption [class*="title"],
figure.effectck-edafck:hover figcaption [class*="title"],
figure.edafck.hover figcaption [class*="desc"].icon-links a,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a {
	
	transform: translate3d(0,0,0);
}

figure.edafck:hover figcaption [class*="title"],
figure.effectck-edafck:hover figcaption [class*="title"],
figure.edafck.hover figcaption [class*="title"],
figure.effectck-edafck.hover figcaption [class*="title"] {
	
	transition-delay: 0.05s;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.edafck.hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	
	transition-delay: 0.1s;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.edafck.hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	
	transition-delay: 0.15s;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.edafck.hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:first-child {
	
	transition-delay: 0.2s;
}


/*---------------*/
/***** Puffck *****/
/*---------------*/

figure.puffck,
figure.effectck-puffck {
	background: none;
	overflow: visible;
}

figure.puffck figcaption,
figure.effectck-puffck figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 0;
	background: rgba(255,255,255,0.7);
	color: #3c4a50;
	/*
	transition: transform 0.35s;
	
	transform: translate3d(0,100%,0);*/
	overflow: hidden;
	opacity: 0;
	
	transition: all 0.35s;
}

figure.puffck img,
figure.effectck-puffck img {
	scale: 1;
	opacity: 1;
	
	transition: opacity 0.35s;
	
	
	transition: transform 0.35s;
}

figure.puffck figcaption [class*="title"],
figure.effectck-puffck figcaption [class*="title"] {
	float: none;
}

figure.puffck figcaption [class*="desc"].icon-links a,
figure.effectck-puffck figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:hover,
figure.puffck:hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:focus,
figure.puffck.hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:hover,
figure.puffck.hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.puffck figcaption [class*="desc"].description,
figure.effectck-puffck figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	
	transition: opacity 0.35s;
	 /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.puffck figcaption [class*="title"],
figure.effectck-puffck figcaption [class*="title"],
figure.puffck figcaption [class*="desc"].icon-links a,
figure.effectck-puffck figcaption [class*="desc"].icon-links a {
	
	transition: transform 0.35s;
	
	transform: translate3d(0,200%,0);
}

figure.puffck figcaption [class*="desc"].icon-links a span::before,
figure.effectck-puffck figcaption [class*="desc"].icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	
	
}


figure.puffck figcaption [class*="title"],
figure.effectck-puffck figcaption [class*="title"] {
	display: inline-block;
}

figure.puffck:hover figcaption [class*="desc"].description,
figure.effectck-puffck:hover figcaption [class*="desc"].description,
figure.puffck.hover figcaption [class*="desc"].description,
figure.effectck-puffck.hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.puffck:hover img,
figure.effectck-puffck:hover img,
figure.puffck.hover img,
figure.effectck-puffck.hover img {
	z-index: 9;
	
	transform: translate3d(0,0,0) scale(1.2);
}

figure.puffck:hover figcaption,
figure.effectck-puffck:hover figcaption,
figure.puffck.hover figcaption,
figure.effectck-puffck.hover figcaption {
	opacity: 1;
	height: 50%;
}

figure.puffck:hover figcaption,
figure.effectck-puffck:hover figcaption,
figure.puffck:hover figcaption [class*="title"],
figure.effectck-puffck:hover figcaption [class*="title"],
figure.puffck:hover figcaption [class*="desc"].icon-links a,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a,
figure.puffck.hover figcaption,
figure.effectck-puffck.hover figcaption,
figure.puffck.hover figcaption [class*="title"],
figure.effectck-puffck.hover figcaption [class*="title"],
figure.puffck.hover figcaption [class*="desc"].icon-links a,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a {
	
	transform: translate3d(0,0,0);
	z-index: 100;
}

figure.puffck:hover figcaption [class*="title"],
figure.effectck-puffck:hover figcaption [class*="title"],
figure.puffck.hover figcaption [class*="title"],
figure.effectck-puffck.hover figcaption [class*="title"] {
	
	transition-delay: 0.05s;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.puffck.hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	
	transition-delay: 0.1s;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.puffck.hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	
	transition-delay: 0.15s;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.puffck.hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:first-child {
	
	transition-delay: 0.2s;
}


/*-----------------*/
/***** Flip left ***/
/*-----------------*/

figure.effectck-flip-left {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-left figcaption {
	box-sizing: border-box;
	z-index: 1;
	 /* Safari */
	backface-visibility: hidden;
	transform: rotateY(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-left > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-left img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-left img,
figure.effectck-flip-left figcaption {
	width: 100%;
	height: 100%;
	 /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-left figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-left figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-left:hover > div,
figure.effectck-flip-left.hover > div {
	transform: rotateY(180deg);
}


/*-----------------*/
/***** Flip right **/
/*-----------------*/

figure.effectck-flip-right {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-right figcaption {
	box-sizing: border-box;
	z-index: 1;
	 /* Safari */
	backface-visibility: hidden;
	transform: rotateY(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-right > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-right img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-right img,
figure.effectck-flip-right figcaption {
	width: 100%;
	height: 100%;
	 /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-right figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-right figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-right:hover > div,
figure.effectck-flip-right.hover > div {
	transform: rotateY(-180deg);
}



/*-----------------*/
/***** Flip top **/
/*-----------------*/

figure.effectck-flip-top {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-top figcaption {
	box-sizing: border-box;
	z-index: 1;
	 /* Safari */
	backface-visibility: hidden;
	transform: rotateX(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-top > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-top img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-top img,
figure.effectck-flip-top figcaption {
	width: 100%;
	height: 100%;
	 /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-top figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-top figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-top:hover > div,
figure.effectck-flip-top.hover > div {
	transform: rotateX(-180deg);
}


/*-----------------*/
/***** Flip bottom ***/
/*-----------------*/

figure.effectck-flip-bottom {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-bottom figcaption {
	box-sizing: border-box;
	z-index: 1;
	 /* Safari */
	backface-visibility: hidden;
	transform: rotateX(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-bottom > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-bottom img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-bottom img,
figure.effectck-flip-bottom figcaption {
	width: 100%;
	height: 100%;
	 /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-bottom figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-bottom figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-bottom:hover > div,
figure.effectck-flip-bottom.hover > div {
	transform: rotateX(180deg);
}


/*---------------*/
/***** Rollup top *****/
/*---------------*/

figure.effectck-rollup-top {
	background: none;
	cursor: auto;
}

figure.effectck-rollup-top figcaption {
	top: 0;
	bottom: calc(100% - 50px);
	padding: 1em;
	height: auto;
	background: rgba(255,255,255,0.9);
	color: #3c4a50;
	transition: all 0.35s;
}

figure.effectck-rollup-top:before {
	position: absolute;
	right: -70px;
	bottom: -70px;
	height: 0;
	width: 0;
	border-bottom: 70px solid #fff;
	border-left: 70px solid transparent;
	content: "";
	z-index: 1;
	transition: all 0.3s ease;
		transition-delay: 0.35s;
}

figure.effectck-rollup-top img {
	opacity: 1;
}

figure.effectck-rollup-top figcaption [class*="title"] {
	font-size: 1em;
}

figure.effectck-rollup-top figcaption [class*="desc"] {
	opacity: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: opacity 0.35s 0.35s;
}

figure.effectck-rollup-top:hover:before,
figure.effectck-rollup-top.hover:before {
	right: 0px;
	bottom: 0px;
}

figure.effectck-rollup-top:hover figcaption,
figure.effectck-rollup-top.hover figcaption {
	bottom: 0;
}

figure.effectck-rollup-top:hover figcaption [class*="desc"],
figure.effectck-rollup-top.hover figcaption [class*="desc"] {
	opacity: 1;
	height: 100%;
}


/*---------------*/
/***** Rollup bottom *****/
/*---------------*/

figure.effectck-rollup-bottom {
	background: none;
	cursor: auto;
}

figure.effectck-rollup-bottom figcaption {
	bottom: 0;
	top: calc(100% - 50px);
	padding: 1em;
	height: auto;
	background: rgba(255,255,255,0.9);
	color: #3c4a50;
	transition: all 0.35s;
}

figure.effectck-rollup-bottom:before {
	position: absolute;
	right: -70px;
	bottom: -70px;
	height: 0;
	width: 0;
	border-bottom: 70px solid #fff;
	border-left: 70px solid transparent;
	content: "";
	z-index: 1;
	transition: all 0.3s ease;
		transition-delay: 0.35s;
}

figure.effectck-rollup-bottom img {
	opacity: 1;
}

figure.effectck-rollup-bottom figcaption [class*="title"] {
	font-size: 1em;
}

figure.effectck-rollup-bottom figcaption [class*="desc"] {
	opacity: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: opacity 0.35s 0.35s;
}

figure.effectck-rollup-bottom:hover:before,
figure.effectck-rollup-bottom.hover:before {
	right: 0px;
	bottom: 0px;
}

figure.effectck-rollup-bottom:hover figcaption,
figure.effectck-rollup-bottom.hover figcaption {
	top: 0;
}

figure.effectck-rollup-bottom:hover figcaption [class*="desc"],
figure.effectck-rollup-bottom.hover figcaption [class*="desc"] {
	opacity: 1;
	height: 100%;
}


/*---------------*/
/***** Under *****/
/*---------------*/

figure.effectck-under {
	background: none;
}

figure.effectck-under figcaption {
	position: relative;
	display: block;
	padding: 1em;
	height: auto;
	background: rgba(0,0,0,0.3);
	color: #3c4a50;
	text-transform: none;
}

figure.effectck-under img {
	opacity: 1;
}

figure.effectck-under figcaption [class*="title"] {
	font-size: 1.5em;
}

figure.effectck-under figcaption [class*="desc"] {
	font-size: 0.8em;
}


/*---------------*/
/***** Circle *****/
/*---------------*/

figure[class*="effectck"][class*="circle"] {
	background: none;
	/*cursor: auto;*/
	max-width: 100%;
}

figure[class*="effectck"][class*="circle"] [class*="img"] {
	padding-bottom: 100%;
	overflow: hidden;
	height: auto;
}

figure[class*="effectck"][class*="circle"] img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	opacity: 1;
}

figure[class*="effectck"][class*="circle"] figcaption {
	border-radius: 50%;
	text-align: center;
	backface-visibility: hidden;
	background: #333333;
	opacity: 0;
	pointer-events: none; /* needed to avoid bad interaction with the cursor */
	
	
	transition: all 0.35s ease-in-out;
	display: flex;
	align-items: center;
}

figure[class*="effectck"][class*="circle"] figcaption > div {
	flex: 1 1 auto;
}

figure[class*="effectck"][class*="circle"] figcaption [class*="title"] {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 2.5em;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

figure[class*="effectck"][class*="circle"] figcaption [class*="desc"] {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/*---------------*/
/***** Circle with border *****/
/*---------------*/

figure[class*="effectck"][class*="circle-b"] [class*="img"]:before {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.35s ease-in-out;
}

/*---------------*/
/***** Circle 2+3+4+5 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-2 ,
figure[class*="effectck"].effectck-circle-3 ,
figure[class*="effectck"].effectck-circle-4 ,
figure[class*="effectck"].effectck-circle-5 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-2 [class*="img"] ,
figure[class*="effectck"].effectck-circle-3 [class*="img"] ,
figure[class*="effectck"].effectck-circle-4 [class*="img"] ,
figure[class*="effectck"].effectck-circle-5 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-2 img ,
figure[class*="effectck"].effectck-circle-3 img ,
figure[class*="effectck"].effectck-circle-4 img ,
figure[class*="effectck"].effectck-circle-5 img {
	opacity: 1;
	
	
	
	
	transform: scale(1);
	
	
	transition: all 0.35s ease-in-out;
}

figure.effectck-circle-2 figcaption ,
figure.effectck-circle-3 figcaption ,
figure.effectck-circle-4 figcaption ,
figure.effectck-circle-5 figcaption {
	background: rgba(0, 0, 0, 0.6);
}

figure.effectck-circle-2 figcaption {
	
	
	
	
	transform: translateX(-100%);
}

figure.effectck-circle-3 figcaption {
	
	
	
	
	transform: translateX(100%);
}

figure.effectck-circle-4 figcaption {
	
	
	
	
	transform: translateY(100%);
}

figure.effectck-circle-5 figcaption {
	
	
	
	
	transform: translateY(-100%);
}

figure[class*="effectck"].effectck-circle-2:hover img ,
figure[class*="effectck"].effectck-circle-4:hover img ,
figure[class*="effectck"].effectck-circle-2.hover img ,
figure[class*="effectck"].effectck-circle-4.hover img {
	
	
	
	
	transform: rotate(-90deg);
}

figure[class*="effectck"].effectck-circle-3:hover img ,
figure[class*="effectck"].effectck-circle-5:hover img ,
figure[class*="effectck"].effectck-circle-3.hover img ,
figure[class*="effectck"].effectck-circle-5.hover img {
	
	
	
	
	transform: rotate(90deg);
}

figure[class*="effectck"].effectck-circle-2:hover figcaption ,
figure[class*="effectck"].effectck-circle-3:hover figcaption ,
figure[class*="effectck"].effectck-circle-4:hover figcaption ,
figure[class*="effectck"].effectck-circle-5:hover figcaption,
figure[class*="effectck"].effectck-circle-2.hover figcaption ,
figure[class*="effectck"].effectck-circle-3.hover figcaption ,
figure[class*="effectck"].effectck-circle-4.hover figcaption ,
figure[class*="effectck"].effectck-circle-5.hover figcaption {
	opacity: 1;
	
	
	
	
	transform: translateX(0);
}


/*---------------*/
/***** Circle 6+7+8+9 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-6 ,
figure[class*="effectck"].effectck-circle-7 ,
figure[class*="effectck"].effectck-circle-8 ,
figure[class*="effectck"].effectck-circle-9 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-6 [class*="img"] ,
figure[class*="effectck"].effectck-circle-7 [class*="img"] ,
figure[class*="effectck"].effectck-circle-8 [class*="img"] ,
figure[class*="effectck"].effectck-circle-9 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-6 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-6 [class*="img"]:before,
figure[class*="effectck"].effectck-circle-7 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-7 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-8 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-8 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-9 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-9 [class*="img"]:before {
	transform: scale(1) translate(0);
	
	
	transition: all 0.35s ease-in-out;
}

figure.effectck-circle-6 figcaption {
	
	
	
	
	transform: translateX(-100%);
}

figure.effectck-circle-7 figcaption {
	
	
	
	
	transform: translateX(100%);
}

figure.effectck-circle-8 figcaption {
	
	
	
	
	transform: translateY(100%);
}

figure.effectck-circle-9 figcaption {
	
	
	
	
	transform: translateY(-100%);
}

figure[class*="effectck"].effectck-circle-6:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-6:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-6.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-6.hover [class*="img"]:before {
	transform: scale(0.5) translateX(100%);
}

figure[class*="effectck"].effectck-circle-7:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-7:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-7.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-7.hover [class*="img"]:before {
	transform: scale(0.5) translateX(-100%);
}

figure[class*="effectck"].effectck-circle-8:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-8:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-8.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-8.hover [class*="img"]:before {
	transform: scale(0.5) translateY(-100%);
}

figure[class*="effectck"].effectck-circle-9:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-9:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-9.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-9.hover [class*="img"]:before {
	transform: scale(0.5) translateY(100%);
}

figure[class*="effectck"].effectck-circle-6:hover figcaption ,
figure[class*="effectck"].effectck-circle-7:hover figcaption ,
figure[class*="effectck"].effectck-circle-8:hover figcaption ,
figure[class*="effectck"].effectck-circle-9:hover figcaption ,
figure[class*="effectck"].effectck-circle-6.hover figcaption ,
figure[class*="effectck"].effectck-circle-7.hover figcaption ,
figure[class*="effectck"].effectck-circle-8.hover figcaption ,
figure[class*="effectck"].effectck-circle-9.hover figcaption {
	opacity: 1;
	
	
	
	
	transform: translateX(0);
}


/*---------------*/
/***** Circle 10+11+12+13 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-10 ,
figure[class*="effectck"].effectck-circle-11 ,
figure[class*="effectck"].effectck-circle-12 ,
figure[class*="effectck"].effectck-circle-13 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-10 [class*="img"] ,
figure[class*="effectck"].effectck-circle-11 [class*="img"] ,
figure[class*="effectck"].effectck-circle-12 [class*="img"] ,
figure[class*="effectck"].effectck-circle-13 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-10 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-10 [class*="img"]:before,
figure[class*="effectck"].effectck-circle-11 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-11 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-12 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-12 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-13 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-13 [class*="img"]:before {
	opacity: 1;
	transform: translate(0);
	
	
	transition: all 0.35s ease-in-out;
}

figure.effectck-circle-10 figcaption {
	
	
	
	
	transform: translateX(-100%);
}

figure.effectck-circle-11 figcaption {
	
	
	
	
	transform: translateX(100%);
}

figure.effectck-circle-12 figcaption {
	
	
	
	
	transform: translateY(100%);
}

figure.effectck-circle-13 figcaption {
	
	
	
	
	transform: translateY(-100%);
}

figure[class*="effectck"].effectck-circle-10:hover img ,
	figure[class*="effectck"][class*="circle-b"].effectck-circle-10:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-10.hover img ,
	figure[class*="effectck"][class*="circle-b"].effectck-circle-10.hover [class*="img"]:before {
	transform: translateX(100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-11:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-11:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-11.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-11.hover [class*="img"]:before {
	transform: translateX(-100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-12:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-12:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-12.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-12:hover [class*="img"].before {
	transform: translateY(-100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-13:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-13:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-13.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-13:hover [class*="img"].before {
	transform: translateY(100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-10:hover figcaption ,
figure[class*="effectck"].effectck-circle-11:hover figcaption ,
figure[class*="effectck"].effectck-circle-12:hover figcaption ,
figure[class*="effectck"].effectck-circle-13:hover figcaption ,
figure[class*="effectck"].effectck-circle-10.hover figcaption ,
figure[class*="effectck"].effectck-circle-11.hover figcaption ,
figure[class*="effectck"].effectck-circle-12.hover figcaption ,
figure[class*="effectck"].effectck-circle-13.hover figcaption {
	opacity: 1;
	
	
	
	
	transform: translateX(0);
}


/*---------------*/
/***** Circle 14 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-14 figcaption {
	transform-style: preserve-3d;
	transform: rotate3d(0, 1, 0, 180deg);
}

figure[class*="effectck"].effectck-circle-14:hover figcaption,
figure[class*="effectck"].effectck-circle-14.hover figcaption {
	transform: rotate3d(0, 1, 0, -180deg);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-14:hover figcaption,
figure[class*="effectck"].effectck-circle-14.hover figcaption {
	opacity: 1;
	transform: translateX(0);
}

/*---------------*/
/***** Circle 15 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-15 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-15 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-15 figcaption {
	transform: scale(0.5);
}

figure[class*="effectck"].effectck-circle-15 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-15 [class*="img"]:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-15:hover figcaption,
figure[class*="effectck"].effectck-circle-15.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-15:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-15:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-15.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-15.hover [class*="img"]:before {
	opacity: 0;
	transform: scale(1.5);
}

/*---------------*/
/***** Circle 16 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-16 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-16 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-16 figcaption {
	transform: scale(1.5);
}

figure[class*="effectck"].effectck-circle-16 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-16 [class*="img"]:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-16:hover figcaption,
figure[class*="effectck"].effectck-circle-16.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-16:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-16:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-16.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-16.hover [class*="img"]:before {
	opacity: 0;
	transform: scale(0.5);
}

/*---------------*/
/***** Circle 17 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-17 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-17 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-17 figcaption {
	transform: scale(0.5);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-17 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-17 [class*="img"]:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-17:hover figcaption,
figure[class*="effectck"].effectck-circle-17.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-17:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-17:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-17.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-17.hover [class*="img"]:before {
	opacity: 0;
	transform: scale(0.5);
}

/*---------------*/
/***** Circle 18 *****/
/*---------------*/

@keyframes effectck-circle-18-slideout {
	from {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
	50% {
		opacity: 1;
		transform: scale(0.5) ;
	}

	to {
		opacity: 0;
		transform: scale(0.5) translateX(-100%);
	}
}
@keyframes effectck-circle-18-slidein {
	from {
		opacity: 0;
		transform: scale(0.5) translateX(100%);
	}
	50% {
		opacity: 1;
		transform: scale(0.5) translateX(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

figure[class*="effectck"].effectck-circle-18 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-18 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-18 figcaption {

}

figure[class*="effectck"].effectck-circle-18 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-18 [class*="img"]:before {
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-18:hover figcaption,
figure[class*="effectck"].effectck-circle-18.hover figcaption {
	animation-duration: 0.70s;
	animation-name: effectck-circle-18-slidein;
	animation-fill-mode: forwards;
}

figure[class*="effectck"].effectck-circle-18:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-18:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-18.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-18.hover [class*="img"]:before {
	animation-duration: 0.70s;
	animation-name: effectck-circle-18-slideout;
	animation-fill-mode: forwards;
}

/*---------------*/
/***** Circle 19+20+21+22 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-19 ,
figure[class*="effectck"].effectck-circle-20 ,
figure[class*="effectck"].effectck-circle-21 ,
figure[class*="effectck"].effectck-circle-22 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-19 [class*="img"] ,
figure[class*="effectck"].effectck-circle-20 [class*="img"] ,
figure[class*="effectck"].effectck-circle-21 [class*="img"] ,
figure[class*="effectck"].effectck-circle-22 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-19 figcaption ,
figure[class*="effectck"].effectck-circle-20 figcaption ,
figure[class*="effectck"].effectck-circle-21 figcaption ,
figure[class*="effectck"].effectck-circle-22 figcaption {
	transform: scale(0.5);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-19 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-19 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-20 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-20 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-21 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-21 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-22 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-22 [class*="img"]:before {
	opacity: 1;
	transform: translateX(0) rotate(0);
	pointer-events: none;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-19:hover figcaption ,
figure[class*="effectck"].effectck-circle-20:hover figcaption ,
figure[class*="effectck"].effectck-circle-21:hover figcaption ,
figure[class*="effectck"].effectck-circle-22:hover figcaption ,
figure[class*="effectck"].effectck-circle-19.hover figcaption ,
figure[class*="effectck"].effectck-circle-20.hover figcaption ,
figure[class*="effectck"].effectck-circle-21.hover figcaption ,
figure[class*="effectck"].effectck-circle-22.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-19:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-19:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-19.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-19.hover [class*="img"]:before {
	transform: translateX(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-20:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-20:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-20.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-20.hover [class*="img"]:before {
	transform: translateX(-100%) rotate(-180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-21:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-21:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-21.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-21.hover [class*="img"]:before {
	transform: translateY(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-22:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-22:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-22.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-22.hover [class*="img"]:before {
	transform: translateY(-100%) rotate(-180deg);
	opacity: 0;
}



/*---------------*/
/***** Circle 23+24 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-23 ,
figure[class*="effectck"].effectck-circle-24 {
	background: none;
	overflow: visible;
	perspective: 900px;
}

figure[class*="effectck"].effectck-circle-23 [class*="img"] ,
figure[class*="effectck"].effectck-circle-24 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-23 figcaption {
	transform: translateZ(-1000px) rotateY(-90deg) scale(0.5);
}

figure[class*="effectck"].effectck-circle-24 figcaption {
	transform: translateZ(-1000px) rotateX(-90deg) scale(0.5);
}

figure[class*="effectck"].effectck-circle-23 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-23 [class*="img"]:before {
	transform: translateZ(0) rotateY(0) scale(1);
	opacity: 1;
	transform-origin: 50% 50%;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-24 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-24 [class*="img"]:before {
	transform: translateZ(0) rotateX(0) scale(1);
	opacity: 1;
	transform-origin: 50% 50%;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-23:hover figcaption,
figure[class*="effectck"].effectck-circle-23.hover figcaption {
	opacity: 1;
	visibility: visible;
	transform: translateZ(0) rotateY(0) scale(1);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-24:hover figcaption,
figure[class*="effectck"].effectck-circle-24.hover figcaption {
	opacity: 1;
	visibility: visible;
	transform: translateZ(0) rotateX(0) scale(1);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-23:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-23:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-23.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-23.hover [class*="img"]:before {
	transform: translateZ(-1000px) rotateY(90deg) scale(0.5);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-24:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-24:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-24:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-24:hover [class*="img"]:before {
	transform: translateZ(-1000px) rotateX(90deg) scale(0.5);
	opacity: 0;
}

/*---------------*/
/***** Circle 25+26+27+28 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-25 ,
figure[class*="effectck"].effectck-circle-26 ,
figure[class*="effectck"].effectck-circle-27 ,
figure[class*="effectck"].effectck-circle-28 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-25 [class*="img"] ,
figure[class*="effectck"].effectck-circle-26 [class*="img"] ,
figure[class*="effectck"].effectck-circle-27 [class*="img"] ,
figure[class*="effectck"].effectck-circle-28 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-25 figcaption ,
figure[class*="effectck"].effectck-circle-26 figcaption ,
figure[class*="effectck"].effectck-circle-27 figcaption ,
figure[class*="effectck"].effectck-circle-28 figcaption {
	transform: translateX(100%) rotate(180deg);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

figure[class*="effectck"].effectck-circle-26 figcaption {
	transform: translateX(-100%) rotate(-180deg);
}

figure[class*="effectck"].effectck-circle-27 figcaption {
	transform: translateY(100%) rotate(180deg);
}

figure[class*="effectck"].effectck-circle-28 figcaption {
	transform: translateY(-100%) rotate(-180deg);
}

figure[class*="effectck"].effectck-circle-25 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-25 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-26 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-26 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-27 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-27 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-28 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-28 [class*="img"]:before {
	transform: translateX(0) rotate(0);
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-25:hover figcaption ,
figure[class*="effectck"].effectck-circle-26:hover figcaption ,
figure[class*="effectck"].effectck-circle-27:hover figcaption ,
figure[class*="effectck"].effectck-circle-28:hover figcaption ,
figure[class*="effectck"].effectck-circle-25.hover figcaption ,
figure[class*="effectck"].effectck-circle-26.hover figcaption ,
figure[class*="effectck"].effectck-circle-27.hover figcaption ,
figure[class*="effectck"].effectck-circle-28.hover figcaption {
	transform: translateX(0) rotate(0);
	transition-delay: 0.4s;
	opacity: 1;
	visibility: visible;
}

figure[class*="effectck"].effectck-circle-25:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-25:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-25.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-25.hover [class*="img"]:before {
	transform: translateX(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-26:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-26:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-26.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-26.hover [class*="img"]:before {
	transform: translateX(-100%) rotate(-180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-27:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-27:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-27.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-27.hover [class*="img"]:before {
	transform: translateY(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-28:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-28:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-28.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-28.hover [class*="img"]:before {
	transform: translateY(-100%) rotate(-180deg);
	opacity: 0;
}


/*---------------*/
/***** Circle 29+30+31+32 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-29 ,
figure[class*="effectck"].effectck-circle-30 ,
figure[class*="effectck"].effectck-circle-31 ,
figure[class*="effectck"].effectck-circle-32 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-29 [class*="img"] ,
figure[class*="effectck"].effectck-circle-30 [class*="img"] ,
figure[class*="effectck"].effectck-circle-31 [class*="img"] ,
figure[class*="effectck"].effectck-circle-32 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-29 figcaption ,
figure[class*="effectck"].effectck-circle-30 figcaption ,
figure[class*="effectck"].effectck-circle-31 figcaption ,
figure[class*="effectck"].effectck-circle-32 figcaption {
	transform: rotateY(90deg);
	transform-origin: 0% 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out 0.3s;
}

figure[class*="effectck"].effectck-circle-30 figcaption {
	transform-origin: 100% 50%;
	transform: rotateY(-90deg);
}

figure[class*="effectck"].effectck-circle-31 figcaption {
	transform-origin: 50% 0;
	transform: rotateX(-90deg);
}

figure[class*="effectck"].effectck-circle-32 figcaption {
	transform-origin: 50% 100%;
	transform: rotateX(90deg);
}

figure[class*="effectck"].effectck-circle-29 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-29 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-30 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-31 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-32 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32 [class*="img"]:before {
	transform: rotateY(0);
	transform-origin: 100% 50%;
	opacity: 1;
	transition: all 0.4s ease-out;
}

figure[class*="effectck"].effectck-circle-30 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30 [class*="img"]:before {
	transform-origin: 0% 50%;
}

figure[class*="effectck"].effectck-circle-31 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31 [class*="img"]:before {
	transform-origin: 0% 100%;
	transform: rotateX(0);
}

figure[class*="effectck"].effectck-circle-32 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32 [class*="img"]:before {
	transform-origin: 50% 0;
	transform: rotateX(0);
}

figure[class*="effectck"].effectck-circle-29:hover figcaption ,
figure[class*="effectck"].effectck-circle-30:hover figcaption ,
figure[class*="effectck"].effectck-circle-31:hover figcaption ,
figure[class*="effectck"].effectck-circle-32:hover figcaption ,
figure[class*="effectck"].effectck-circle-29.hover figcaption ,
figure[class*="effectck"].effectck-circle-30.hover figcaption ,
figure[class*="effectck"].effectck-circle-31.hover figcaption ,
figure[class*="effectck"].effectck-circle-32.hover figcaption {
	transform: rotateY(0);
	transform: rotateX(0);
	opacity: 1;
	visibility: visible;
}

figure[class*="effectck"].effectck-circle-29:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-29:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-29.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-29.hover [class*="img"]:before {
	transform: rotateY(-90deg);
	opacity: 0;
	visibility: hidden;
}

figure[class*="effectck"].effectck-circle-30:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-30.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30.hover [class*="img"]:before {
	transform: rotateY(90deg);
	opacity: 0;
	visibility: hidden;
}

figure[class*="effectck"].effectck-circle-31:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-31.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31.hover [class*="img"]:before {
	transform: rotateX(90deg);
	opacity: 0;
	visibility: hidden;
}

figure[class*="effectck"].effectck-circle-32:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-32.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32.hover [class*="img"]:before {
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
}


/*---------------*/
/***** Circle 33 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-33 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-33 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-33 figcaption {
	transform: scale(0.5) rotate(-720deg);
	opacity: 0;
	transition: all 0.35s ease-in-out 0.3s;
}

figure[class*="effectck"].effectck-circle-33 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-33 [class*="img"]:before {
	transform: scale(1) rotate(0);
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-33:hover figcaption,
figure[class*="effectck"].effectck-circle-33:hover figcaption {
	transform: scale(1) rotate(0);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-33:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-33:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-33.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-33.hover [class*="img"]:before {
	transform: scale(0.5) rotate(720deg);
	opacity: 0;
}


/*---------------*/
/***** Circle 34+35 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-34 ,
figure[class*="effectck"].effectck-circle-35 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-34 [class*="img"] ,
figure[class*="effectck"].effectck-circle-35 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-34 figcaption ,
figure[class*="effectck"].effectck-circle-35 figcaption {
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-34 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-34 [class*="img"]:before {
	transform-origin: 95% 40%;
	transition: all 0.35s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-35 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-35 [class*="img"]:before {
	transform-origin: 5% 40%;
	transition: all 0.35s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-34 [class*="img"]:after ,
figure[class*="effectck"].effectck-circle-35 [class*="img"]:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
	z-index: 12;
}

figure[class*="effectck"].effectck-circle-35 [class*="img"]:after {
	left: 5%;
}

figure[class*="effectck"].effectck-circle-34:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-34:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-34.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-34.hover [class*="img"]:before {
	transform: rotate(-120deg);
}

figure[class*="effectck"].effectck-circle-35:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-35:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-35.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-35.hover [class*="img"]:before {
	transform: rotate(120deg);
}


/*---------------*/
/***** Circle 36+37+38+39 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-36 ,
figure[class*="effectck"].effectck-circle-37 ,
figure[class*="effectck"].effectck-circle-38 ,
figure[class*="effectck"].effectck-circle-39 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-36 [class*="img"] ,
figure[class*="effectck"].effectck-circle-37 [class*="img"] ,
figure[class*="effectck"].effectck-circle-38 [class*="img"] ,
figure[class*="effectck"].effectck-circle-39 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-36 figcaption ,
figure[class*="effectck"].effectck-circle-37 figcaption ,
figure[class*="effectck"].effectck-circle-38 figcaption ,
figure[class*="effectck"].effectck-circle-39 figcaption {
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-36 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-36 [class*="img"]:before {
	transform-origin: 50% 0;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-37 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-37 [class*="img"]:before {
	transform-origin: 100% 50%;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-38 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-38 [class*="img"]:before {
	transform-origin: 0% 50%;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-39 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-39 [class*="img"]:before {
	transform-origin: 50% 100%;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-36:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-36:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-36.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-36.hover [class*="img"]:before {
	transform: rotate3d(1, 0, 0, 180deg);
}

figure[class*="effectck"].effectck-circle-37:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-37:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-37.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-37.hover [class*="img"]:before {
	transform: rotate3d(0, 1, 0, 180deg);
}

figure[class*="effectck"].effectck-circle-38:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-38:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-38.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-38.hover [class*="img"]:before {
	transform: rotate3d(0, 1, 0, -180deg);
}

figure[class*="effectck"].effectck-circle-39:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-39:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-39.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-39.hover [class*="img"]:before {
	transform: rotate3d(1, 0, 0, -180deg);
}

.effectck-rollover .imageeffectck_img {
	position: relative;
}

figure[class*="effectck"] img.imageeffectck-rollover-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

figure[class*="effectck"].effectck-rollover img.imageeffectck-rollover-img {
	mask:
	  linear-gradient(#000 0 0),
	  radial-gradient(#000 70%, #0000 71%) content-box
		50% / var(--_s, 150% 150%) no-repeat;
	mask-composite: exclude;
	transition: .5s;
	opacity: 1;
}

figure[class*="effectck"].effectck-rollover:hover img.imageeffectck-rollover-img {
	--_s: 0% 0%;
}
#camera_wrap_177 .camera_pag_ul li img, #camera_wrap_177 .camera_thumbs_cont ul li > img {height:75px;}
@media screen and (max-width: 480px) {
		#camera_wrap_177 .camera_caption {
			font-size: 0.6em !important;
		}
		
}#camera_wrap_177  {
		
	
	
	border-radius: 15px 15px 15px 15px;
}
	
	#camera_wrap_177 .camera_caption > div {
		background: #FF0000;
}
	#camera_wrap_177 .camera_pag_ul li img {}
	#camera_wrap_177 .camera_pag_ul .thumb_arrow {}
	#camera_wrap_177 .camera_pag .camera_pag_ul {text-align: right;}
	#camera_wrap_177 .camera_caption {bottom: 0; top: auto;}
#camera_wrap_170 .camera_pag_ul li img, #camera_wrap_170 .camera_thumbs_cont ul li > img {height:75px;}
@media screen and (max-width: 480px) {
		#camera_wrap_170 .camera_caption {
			font-size: 0.6em !important;
		}
		
}#camera_wrap_170  {
		
	
	
	border-radius: 15px 15px 15px 15px;
}
	
	#camera_wrap_170 .camera_caption > div {
		background: #FF0000;
}
	#camera_wrap_170 .camera_pag_ul li img {}
	#camera_wrap_170 .camera_pag_ul .thumb_arrow {}
	#camera_wrap_170 .camera_pag .camera_pag_ul {text-align: right;}
	#camera_wrap_170 .camera_caption {bottom: 0; top: auto;}
#camera_wrap_113 .camera_pag_ul li img, #camera_wrap_113 .camera_thumbs_cont ul li > img {height:75px;}
@media screen and (max-width: 480px) {
		#camera_wrap_113 .camera_caption {
			font-size: 0.6em !important;
		}
		
}#camera_wrap_113  {
		
	
	
	border-radius: 15px 15px 15px 15px;
}
	
	#camera_wrap_113 .camera_caption > div {
		background: #FF0000;
}
	#camera_wrap_113 .camera_pag_ul li img {}
	#camera_wrap_113 .camera_pag_ul .thumb_arrow {}
	#camera_wrap_113 .camera_pag .camera_pag_ul {text-align: right;}
	#camera_wrap_113 .camera_caption {bottom: 0; top: auto;}
.pbck-container { max-width: 1600px}
@media only screen and (min-width:801px){
.ckhide5 { display: none !important; } 
.ckstack5 > .inner { display: block; }
.ckstack5 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:800px) and (min-width:641px){
.ckhide4 { display: none !important; } 
.ckstack4 > .inner { display: block; }
.ckstack4 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:640px) and (min-width:481px){
.ckhide3 { display: none !important; } 
.ckstack3 > .inner { display: block; }
.ckstack3 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:480px) and (min-width:321px){
.ckhide2 { display: none !important; } 
.ckstack2 > .inner { display: block; }
.ckstack2 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:320px){
.ckhide1 { display: none !important; } 
.ckstack1 > .inner { display: block; }
.ckstack1 > .inner > .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}
#ID1774721634850 {  }#ID1774721634850:hover {  }  		#ID1774721634850 svg * {  	stroke-width: 2;  }    		#ID1774721634850 svg.ionicon *, #ID1774721634850 svg.fontawesome *,#ID1774721634850 svg.svgicon-ionicon *, #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		#ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 40px;  }    #row_ID1774721634810  {  	margin-right: 10px;  	margin-left: 10px;  }    #row_ID1774721634810 a.pbck-link-wrap {  }    #row_ID1774721634810 a.pbck-link-wrap:hover,#row_ID1774721634810 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1774721634810 {  }#row_ID1774721634810:hover {  }#ID1683259857297 {  }#ID1683259857297:hover {  }  #row_ID1683259852855  {  	margin-right: 10px;  	margin-left: 10px;  }    #row_ID1683259852855 a.pbck-link-wrap {  }    #row_ID1683259852855 a.pbck-link-wrap:hover,#row_ID1683259852855 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1683259852855 {  }#row_ID1683259852855:hover {  }/*shadow start*//*shadow end*/  #ID1705571115686 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  	text-align: center;  }  #ID1705571115686 {  }#ID1705571115686:hover {  }  #ID1705571115686 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1705571115686 {  	text-align: center;  }    #ID1705571649393 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1705571649393 {  }#ID1705571649393:hover {  }  #ID1705571649393 a {  	text-decoration: none;  }      #ID1705571649393 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705571087669  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705571087669 a.pbck-link-wrap {  }    #row_ID1705571087669 a.pbck-link-wrap:hover,#row_ID1705571087669 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705571087669 {  	position: relative;  	z-index: 0;  }    #row_ID1705571087669 > .inner {  	position: relative;  }    #row_ID1705571087669 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705571087669 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705571087669 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705571087669 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705571087669 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705571087669:hover { filter: brightness(0.8); }  #ID1705595915147 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1705595915147 {  }#ID1705595915147:hover {  }  #ID1705595915147 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736592004081 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736592004081 {  }#ID1736592004081:hover {  }  #ID1736592004081 a {  	text-decoration: none;  }      #ID1736592004081 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595915130  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595915130 a.pbck-link-wrap {  }    #row_ID1705595915130 a.pbck-link-wrap:hover,#row_ID1705595915130 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595915130 {  	position: relative;  	z-index: 0;  }    #row_ID1705595915130 > .inner {  	position: relative;  }    #row_ID1705595915130 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595915130 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595915130 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595915130 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595915130 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595915130:hover { filter: brightness(0.8); }  #ID1736415729990 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1736415729990 {  }#ID1736415729990:hover {  }  #ID1736415729990 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736421061019 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736421061019 {  }#ID1736421061019:hover {  }  #ID1736421061019 a {  	text-decoration: none;  }      #ID1736421061019 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1736415729976  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1736415729976 a.pbck-link-wrap {  }    #row_ID1736415729976 a.pbck-link-wrap:hover,#row_ID1736415729976 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1736415729976 {  	position: relative;  	z-index: 0;  }    #row_ID1736415729976 > .inner {  	position: relative;  }    #row_ID1736415729976 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1736415729976 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1736415729976 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1736415729976 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1736415729976 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1736415729976:hover { filter: brightness(0.8); }  #ID1705595943704 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  	text-align: center;  }  #ID1705595943704 {  }#ID1705595943704:hover {  }  #ID1705595943704 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1705595943704 {  	text-align: center;  }    #ID1736416668553 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736416668553 {  }#ID1736416668553:hover {  }  #ID1736416668553 a {  	text-decoration: none;  }      #ID1736416668553 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595943687  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595943687 a.pbck-link-wrap {  }    #row_ID1705595943687 a.pbck-link-wrap:hover,#row_ID1705595943687 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595943687 {  	position: relative;  	z-index: 0;  }    #row_ID1705595943687 > .inner {  	position: relative;  }    #row_ID1705595943687 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595943687 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595943687 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595943687 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595943687 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595943687:hover { filter: brightness(0.8); }  #ID1705595964380 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1705595964380 {  }#ID1705595964380:hover {  }  #ID1705595964380 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736592191792 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736592191792 {  }#ID1736592191792:hover {  }  #ID1736592191792 a {  	text-decoration: none;  }      #ID1736592191792 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595964361  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595964361 a.pbck-link-wrap {  }    #row_ID1705595964361 a.pbck-link-wrap:hover,#row_ID1705595964361 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595964361 {  	position: relative;  	z-index: 0;  }    #row_ID1705595964361 > .inner {  	position: relative;  }    #row_ID1705595964361 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595964361 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595964361 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595964361 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595964361 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595964361:hover { filter: brightness(0.8); }  #ID1736415733244 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1736415733244 {  }#ID1736415733244:hover {  }  #ID1736415733244 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736421411336 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736421411336 {  }#ID1736421411336:hover {  }  #ID1736421411336 a {  	text-decoration: none;  }      #ID1736421411336 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1736415733230  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1736415733230 a.pbck-link-wrap {  }    #row_ID1736415733230 a.pbck-link-wrap:hover,#row_ID1736415733230 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1736415733230 {  	position: relative;  	z-index: 0;  }    #row_ID1736415733230 > .inner {  	position: relative;  }    #row_ID1736415733230 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1736415733230 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1736415733230 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1736415733230 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1736415733230 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1736415733230:hover { filter: brightness(0.8); }  #ID1705595982216 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1705595982216 {  }#ID1705595982216:hover {  }  #ID1705595982216 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736416931487 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736416931487 {  }#ID1736416931487:hover {  }  #ID1736416931487 a {  	text-decoration: none;  }      #ID1736416931487 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595982198  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595982198 a.pbck-link-wrap {  }    #row_ID1705595982198 a.pbck-link-wrap:hover,#row_ID1705595982198 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595982198 {  	position: relative;  	z-index: 0;  }    #row_ID1705595982198 > .inner {  	position: relative;  }    #row_ID1705595982198 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595982198 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595982198 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595982198 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595982198 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595982198:hover { filter: brightness(0.8); }  #ID1705595995624 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1705595995624 {  }#ID1705595995624:hover {  }  #ID1705595995624 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736590398852 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736590398852 {  }#ID1736590398852:hover {  }  #ID1736590398852 a {  	text-decoration: none;  }      #ID1736590398852 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595995607  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595995607 a.pbck-link-wrap {  }    #row_ID1705595995607 a.pbck-link-wrap:hover,#row_ID1705595995607 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595995607 {  	position: relative;  	z-index: 0;  }    #row_ID1705595995607 > .inner {  	position: relative;  }    #row_ID1705595995607 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595995607 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595995607 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595995607 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595995607 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595995607:hover { filter: brightness(0.8); }  #ID1736415738409 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1736415738409 {  }#ID1736415738409:hover {  }  #ID1736415738409 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736421606360 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736421606360 {  }#ID1736421606360:hover {  }  #ID1736421606360 a {  	text-decoration: none;  }      #ID1736421606360 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1736415738390  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1736415738390 a.pbck-link-wrap {  }    #row_ID1736415738390 a.pbck-link-wrap:hover,#row_ID1736415738390 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1736415738390 {  	position: relative;  	z-index: 0;  }    #row_ID1736415738390 > .inner {  	position: relative;  }    #row_ID1736415738390 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1736415738390 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1736415738390 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1736415738390 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1736415738390 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1736415738390:hover { filter: brightness(0.8); }  #ID1736415685795 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1736415685795 {  }#ID1736415685795:hover {  }  #ID1736415685795 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736416397506 > .inner {  	background-color: #FFFFFF;  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736416397506 {  }#ID1736416397506:hover {  }  #ID1736416397506 a {  	text-decoration: none;  }      #ID1736416397506 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595982198  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595982198 a.pbck-link-wrap {  }    #row_ID1705595982198 a.pbck-link-wrap:hover,#row_ID1705595982198 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595982198 {  	position: relative;  	z-index: 0;  }    #row_ID1705595982198 > .inner {  	position: relative;  }    #row_ID1705595982198 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595982198 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595982198 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595982198 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595982198 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595982198:hover { filter: brightness(0.8); }  #ID1736415685797 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1736415685797 {  }#ID1736415685797:hover {  }  #ID1736415685797 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736592795869 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736592795869 {  }#ID1736592795869:hover {  }  #ID1736592795869 a {  	text-decoration: none;  }      #ID1736592795869 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1705595995607  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1705595995607 a.pbck-link-wrap {  }    #row_ID1705595995607 a.pbck-link-wrap:hover,#row_ID1705595995607 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1705595995607 {  	position: relative;  	z-index: 0;  }    #row_ID1705595995607 > .inner {  	position: relative;  }    #row_ID1705595995607 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1705595995607 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1705595995607 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1705595995607 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1705595995607 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1705595995607:hover { filter: brightness(0.8); }  #ID1736415735763 .imageck img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  	height: 156px;  	width: 100%;  }  #ID1736415735763 {  }#ID1736415735763:hover {  }  #ID1736415735763 img {  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 15px 15px 0px 0px;  }    #ID1736421219129 > .inner {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 0px;  	  	  	  	border-radius: 0px 0px 15px 15px;  	padding: 10px;  	text-decoration: none;  }  #ID1736421219129 {  }#ID1736421219129:hover {  }  #ID1736421219129 a {  	text-decoration: none;  }      #ID1736421219129 a:hover {  	font-style: italic;  	text-decoration: none;  }    #row_ID1736415735750  {  	background-color: #FFFFFF;  	background-color: rgba(255,255,255,1);  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  }    #row_ID1736415735750 a.pbck-link-wrap {  }    #row_ID1736415735750 a.pbck-link-wrap:hover,#row_ID1736415735750 .ckfakehover:hover > a.pbck-link-wrap {  }    /*shadow start*/  #row_ID1736415735750 {  	position: relative;  	z-index: 0;  }    #row_ID1736415735750 > .inner {  	position: relative;  }    #row_ID1736415735750 > .inner:before {  	content: "";  	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;      box-shadow: 0 15px 10px #333333;         transform: rotate(-3deg);  }    #row_ID1736415735750 > .inner:after {  	content: "";  	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;      box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;        transform: rotate(3deg);  }  #row_ID1736415735750 > .inner {  	  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  }  /*shadow end*/    #row_ID1736415735750 > .inner {  	  	  	  	border-radius: 15px;  	  	  	  	border-radius: 15px 15px 15px 15px;  	margin-bottom: 5px;  }  #row_ID1736415735750 { transition: filter 0.3s;filter: brightness(1); transition-delay: 0s;}#row_ID1736415735750:hover { filter: brightness(0.8); }  #row_ID1705571029218  {  	padding-right: 10px;  	padding-left: 10px;  }    #row_ID1705571029218 a.pbck-link-wrap {  }    #row_ID1705571029218 a.pbck-link-wrap:hover,#row_ID1705571029218 .ckfakehover:hover > a.pbck-link-wrap {  }    #row_ID1705571029218 > .inner {  	margin-top: 50px;  }  #row_ID1705571029218 {  }#row_ID1705571029218:hover {  }[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="1%"][data-nb="4"]:not(.ckadvancedlayout) [data-width="25"] {width:24.1%;}[data-gutter="1%"][data-nb="4"].ckadvancedlayout [data-width="25"] {width:25%;}[data-gutter="1%"][data-nb="4"]:not(.ckadvancedlayout) [data-width="25"] {width:24.1%;}[data-gutter="1%"][data-nb="4"].ckadvancedlayout [data-width="25"] {width:25%;}[data-gutter="1%"][data-nb="4"]:not(.ckadvancedlayout) [data-width="25"] {width:24.1%;}[data-gutter="1%"][data-nb="4"].ckadvancedlayout [data-width="25"] {width:25%;}[data-gutter="1%"][data-nb="4"]:not(.ckadvancedlayout) [data-width="25"] {width:24.1%;}[data-gutter="1%"][data-nb="4"].ckadvancedlayout [data-width="25"] {width:25%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
@media only screen and (max-width:800px) { .ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 {  }.ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850:hover {  }  		.ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 svg.ionicon *, .ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 svg.fontawesome *,.ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="4"] #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 35px;  }  #ID1774721634850 {  }#ID1774721634850:hover {  }  		#ID1774721634850 svg * {  	stroke-width: 2;  }    		#ID1774721634850 svg.ionicon *, #ID1774721634850 svg.fontawesome *,#ID1774721634850 svg.svgicon-ionicon *, #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		#ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 35px;  }   }
@media only screen and (max-width:640px) { .ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 {  }.ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850:hover {  }  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 svg.ionicon *, .ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 svg.fontawesome *,.ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="3"] #ID1774721634850 .titleck {  	font-weight: bold;  	font-size: 30px;  }  #ID1774721634850 {  }#ID1774721634850:hover {  }  		#ID1774721634850 svg * {  	stroke-width: 2;  }    		#ID1774721634850 svg.ionicon *, #ID1774721634850 svg.fontawesome *,#ID1774721634850 svg.svgicon-ionicon *, #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		#ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    #ID1774721634850 .titleck {  	font-weight: bold;  	font-size: 30px;  }   }
@media only screen and (max-width:480px) { .ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 {  }.ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850:hover {  }  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 svg.ionicon *, .ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 svg.fontawesome *,.ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="2"] #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 25px;  }  #ID1774721634850 {  }#ID1774721634850:hover {  }  		#ID1774721634850 svg * {  	stroke-width: 2;  }    		#ID1774721634850 svg.ionicon *, #ID1774721634850 svg.fontawesome *,#ID1774721634850 svg.svgicon-ionicon *, #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		#ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 25px;  }   }
@media only screen and (max-width:320px){ .ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 {  }.ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850:hover {  }  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 svg * {  	stroke-width: 2;  }    		.ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 svg.ionicon *, .ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 svg.fontawesome *,.ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 svg.svgicon-ionicon *, .ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		.ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    .ckresponsiveactive[ckresponsiverange*="1"] #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 20px;  }  #ID1774721634850 {  }#ID1774721634850:hover {  }  		#ID1774721634850 svg * {  	stroke-width: 2;  }    		#ID1774721634850 svg.ionicon *, #ID1774721634850 svg.fontawesome *,#ID1774721634850 svg.svgicon-ionicon *, #ID1774721634850 svg.svgicon-fontawesome *{  	stroke-width: 32;  }  		  		#ID1774721634850 svg {  	width: 24px;  	height: 24px;  }    #ID1774721634850 .titleck {  	text-align: center;  	font-weight: bold;  	font-size: 20px;  }   }
#camera_wrap_167 {      border-radius: 10px;      overflow: hidden;  }
#cookiesck {
				position:absolute;
				left:0;
				right: 0;
				top: 0;
				z-index: 1000000;
				min-height: 30px;
				color: #eeeeee;
				background: rgba(0,0,0,0.5);
				text-align: center;
				font-size: 14px;
				line-height: 14px;
			}
			#cookiesck_text {
				padding: 10px 0;
				display: inline-block;
			}
			#cookiesck_buttons {
				float: right;
			}
			.cookiesck_button,
			#cookiesck_accept,
			#cookiesck_decline,
			#cookiesck_settings,
			#cookiesck_readmore {
				float:left;
				padding:10px;
				margin: 5px;
				border-radius: 3px;
				text-decoration: none;
				cursor: pointer;
				transition: all 0.2s ease;
			}
			#cookiesck_readmore {
				float:right;
			}
			#cookiesck_accept {
				background: #1176a6;
				border: 2px solid #1176a6;
				color: #f5f5f5;
			}
			#cookiesck_accept:hover {
				background: transparent;
				border: 2px solid darkturquoise;
				color: darkturquoise;
			}
			#cookiesck_decline {
				background: #000;
				border: 2px solid #000;
				color: #f5f5f5;
			}
			#cookiesck_decline:hover {
				background: transparent;
				border: 2px solid #fff;
				color: #fff;
			}
			#cookiesck_settings {
				background: #fff;
				border: 2px solid #fff;
				color: #000;
			}
			#cookiesck_settings:hover {
				background: transparent;
				border: 2px solid #fff;
				color: #fff;
			}
			#cookiesck_options {
				display: none;
				width: 30px;
				height: 30px;
				border-radius: 15px;
				box-sizing: border-box;
				position: fixed;
				bottom: 0;
				left: 0;
				margin: 10px;
				border: 1px solid #ccc;
				cursor: pointer;
				background: rgba(255,255,255,1) url(/plugins/system/cookiesck/assets/cookies-icon.svg) center center no-repeat;
				background-size: 80% auto;
				z-index: 1000000;
			}
			#cookiesck_options > .inner {
				display: none;
				width: max-content;
				margin-top: -40px;
				background: rgba(0,0,0,0.7);
				position: absolute;
				font-size: 14px;
				color: #fff;
				padding: 4px 7px;
				border-radius: 3px;
			}
			#cookiesck_options:hover > .inner {
				display: block;
			}
			#cookiesck > div {
				display: flex;
				justify-content: space-around;
				align-items: center;
				flex-direction: column;
			}
			
			
			.cookiesck-iframe-wrap-text {
				position: absolute;
				width: 100%;
				padding: 10px;
				color: #fff;
				top: 50%;
				transform: translate(0,-60%);
				text-align: center;
			}
			.cookiesck-iframe-wrap:hover .cookiesck-iframe-wrap-text {
				color: #333;
			}
			.cookiesck-iframe-wrap-allowed .cookiesck-iframe-wrap-text {
				display: none;
			}
.eb-1 .eb-dialog{--eb-max-width:1500px;--eb-height:1000px;--eb-padding:30px;--eb-background-color:rgba(255, 255, 255, 1);--eb-text-color:rgba(51, 51, 51, 1);--eb-dialog-shadow:var(--eb-shadow-none);text-align:left;--eb-border-style:solid;--eb-border-color:rgba(0, 0, 0, 0.4);--eb-border-width:1px;--eb-overlay-enabled:0;--eb-bg-image-enabled:0;--eb-background-image:none;}.eb-1 .eb-close{--eb-close-button-inside:block;--eb-close-button-outside:none;--eb-close-button-icon:block;--eb-close-button-image:none;--eb-close-button-font-size:30px;--eb-close-button-color:rgba(136, 136, 136, 1);--eb-close-button-hover-color:rgba(85, 85, 85, 1);}.eb-1 .eb-dialog .eb-container{justify-content:flex-start;min-height:100%;display:flex;flex-direction:column;}.eb-1.eb-inst{justify-content:center;align-items:center;}@media screen and (max-width: 1024px){.eb-1 .eb-dialog{--eb-bg-image-enabled:inherit;--eb-background-image:none;}}@media screen and (max-width: 575px){.eb-1 .eb-dialog{--eb-bg-image-enabled:inherit;--eb-background-image:none;}}
.eb-1 {
                --animation_duration: 300ms;

            }
.eb-3 .eb-dialog{--eb-max-width:650px;--eb-height:auto;--eb-padding:25px;--eb-border-radius:4px;--eb-background-color:rgba(255, 255, 255, 1);--eb-text-color:rgba(51, 51, 51, 1);--eb-dialog-shadow:var(--eb-shadow-none);text-align:left;--eb-border-style:none;--eb-border-color:rgba(0, 0, 0, 0.4);--eb-border-width:1px;--eb-overlay-enabled:1;--eb-overlay-clickable:0;--eb-bg-image-enabled:0;--eb-background-image:none;}.eb-3.eb-inst{--eb-margin:20px;justify-content:center;align-items:center;}.eb-3 .eb-close{--eb-close-button-inside:block;--eb-close-button-outside:none;--eb-close-button-icon:block;--eb-close-button-image:none;--eb-close-button-font-size:30px;--eb-close-button-color:rgba(208, 208, 208, 1);--eb-close-button-hover-color:rgba(148, 148, 148, 1);}.eb-3 .eb-dialog .eb-container{justify-content:flex-start;min-height:100%;display:flex;flex-direction:column;}.eb-3 .eb-backdrop{--eb-overlay-background-color:rgba(0, 0, 0, 0.4);}@media screen and (max-width: 1024px){.eb-3 .eb-dialog{--eb-height:auto;--eb-bg-image-enabled:inherit;--eb-background-image:none;}}@media screen and (max-width: 575px){.eb-3 .eb-dialog{--eb-height:auto;--eb-bg-image-enabled:inherit;--eb-background-image:none;}}
.eb-3 {
                --animation_duration: 300ms;

            }
.eb-3 .eb {
     font-size: 16px;
}

.eb-3 .eb-content-wrap {
     padding: 0 40px;
}

.eb-3 .eb-content-wrap p:nth-child(1) {
     margin-top: 0;
}

.eb-3 .eb-title {
     font-size: 18px;
     margin: 0 0 16px 0;
}

.eb-3 .eb-tos-text {
     max-height: 400px;
     overflow: auto;
     font-size: 15px;
     padding-right: 16px;
}

.eb-3 .eb-btns {
     margin-top: 40px;
}

.eb-3 .eb-btns .eb-btn {
     padding-top: 14.5px;
     padding-bottom: 14.5px;
     text-align: center;
     text-decoration: none;
     border-radius: 0;
     line-height: 1;
}
.eb-3 .eb-btns .eb-btn:first-child {
     background: #E8E8E8;
     color: #000000;
}
.eb-3 .eb-btns .eb-btn:first-child:hover {
     background: #d9d9d9;
}

.eb-3 .eb-btns .eb-btn:last-child {
     background: #2DA49E;
}
.eb-3 .eb-btns .eb-btn:last-child:hover {
     background: #117f79;
}

@media only screen and (max-width: 575px) {
     .eb-3 .eb-dialog {
          padding-top: 24px;
     }
     .eb-3 .eb-content-wrap {
          padding: 0 24px;
     }
}
[data-id="maximenuck149"] .mobilemenuck-item-counter {
	display: inline-block;
	margin: 0 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 0;
	background: rgba(0,0,0,0.3);
	color: #eee;
	border-radius: 10px;
	height: 20px;
	transform: translate(10px,-3px);
	box-sizing: border-box;
}

[data-id="maximenuck149"] .mobilemenuck-backbutton svg {
	width: 14px;
	fill: #fff;
	position: relative;
	left: -5px;
	top: -2px;
}
/* Mobile Menu CK - https://www.joomlack.fr */
/* Automatic styles */

.mobilemenuck-bar {display:none;position:relative;left:0;top:0;right:0;z-index:100;}
.mobilemenuck-bar-title {display: block;}
.mobilemenuck-bar-button {cursor:pointer;box-sizing: border-box;position:absolute; top: 0; right: 0;line-height:0.8em;font-family:Verdana;text-align: center;}
.mobilemenuck {box-sizing: border-box;width: 100%;}
.mobilemenuck-topbar {position:relative;}
.mobilemenuck-title {display: block;}
.mobilemenuck-button {cursor:pointer;box-sizing: border-box;position:absolute; top: 0; right: 0;line-height:0.8em;font-family:Verdana;text-align: center;}
.mobilemenuck a {display:block;text-decoration: none;}
.mobilemenuck a:hover {text-decoration: none;}
.mobilemenuck .mobilemenuck-item > div {position:relative;}
.mobilemenuck-lock-button.mobilemenuck-button {right:45px}
.mobilemenuck-lock-button.mobilemenuck-button svg {max-height:50%;}
.mobilemenuck-lock-button.mobilemenuck-button::after {display: block;content: "";height: 100%;width: 100%;z-index: 1;position: absolute;top: 0;left: 0;}
.mobilemenuck[data-display="flyout"] {overflow: initial !important;}
.mobilemenuck[data-display="flyout"] .level1 + .mobilemenuck-submenu {position:absolute;top:0;left:auto;display:none;height:100vh;left:100%;}
.mobilemenuck[data-display="flyout"] .level2 + .mobilemenuck-submenu {position:absolute;top:0;left:auto;display:none;height:100vh;left:100%;}
.mobilemenuck[data-display="flyout"][data-effect*="slideright"] .level1 + .mobilemenuck-submenu {right:100%;left:auto;}
.mobilemenuck[data-display="flyout"][data-effect*="slideright"] .level2 + .mobilemenuck-submenu {right:100%;left:auto;}
/* RTL support */
.rtl .mobilemenuck-bar-button {left: 0;right: auto;}
.rtl .mobilemenuck-button {left: 0;right: auto;}
.rtl .mobilemenuck-togglericon::after {left: 0;right: auto;}@media screen and (max-width: 640px) {
.mobilemenuck[data-display="flyout"] .level1 + .mobilemenuck-submenu {position:static;width: initial !important;height: initial;}
}
@media screen and (max-width: 1000px) {
.mobilemenuck[data-display="flyout"] .level2 + .mobilemenuck-submenu {position:static;width: initial !important;height: initial;}
}
.mobilemenuck-backbutton { cursor: pointer; }.mobilemenuck-backbutton:hover { opacity: 0.7; }/* for accordion */
.mobilemenuck-togglericon:after {cursor:pointer;text-align:center;display:block;position: absolute;right: 0;top: 0;content:"+";}
.mobilemenuck .open .mobilemenuck-togglericon:after {content:"-";}

[data-id="maximenuck149"] .mobilemenuck-bar-title {
	background: #FF0000;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	text-indent: 30px;
	line-height: 60px;
	font-size: 20px;
}

[data-id="maximenuck149"] .mobilemenuck-bar-title a, [data-id="maximenuck149"] .mobilemenuck-bar-title span.separator, [data-id="maximenuck149"] .mobilemenuck-bar-title span.nav-header {
	color: #FFFFFF;
	font-weight: normal;
	text-indent: 30px;
	line-height: 60px;
	font-size: 20px;
}

[data-id="maximenuck149"] .mobilemenuck-bar-button {
	
	
	
	border-radius: 50% 0px 0px 50%;
	height: 65px;
	width: 50px;
	color: #FFFFFF;
	line-height: 60px;
	font-size: 40px;
}

[data-id="maximenuck149"] .mobilemenuck-bar-button a, [data-id="maximenuck149"] .mobilemenuck-bar-button span.separator, [data-id="maximenuck149"] .mobilemenuck-bar-button span.nav-header {
	color: #FFFFFF;
	line-height: 60px;
	font-size: 40px;
}

[data-id="maximenuck149"].mobilemenuck {
	background: #FF0000;
	
	
	
	background-image: linear-gradient(to bottom,#FF0000, #359D9E 100%);
	color: #EDBAD7;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}

[data-id="maximenuck149"].mobilemenuck a, [data-id="maximenuck149"].mobilemenuck span.separator, [data-id="maximenuck149"].mobilemenuck span.nav-header {
	color: #EDBAD7;
	font-weight: bold;
	font-size: 15px;
}

[data-id="maximenuck149"] .mobilemenuck-title {
	height: 60px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	text-indent: 20px;
	line-height: 60px;
	font-size: 20px;
}

[data-id="maximenuck149"] .mobilemenuck-title a, [data-id="maximenuck149"] .mobilemenuck-title span.separator, [data-id="maximenuck149"] .mobilemenuck-title span.nav-header {
	color: #FFFFFF;
	text-indent: 20px;
	line-height: 60px;
	font-size: 20px;
}

[data-id="maximenuck149"] .mobilemenuck-button {
	
	
	
	border-radius: 50% 50% 50% 50%;
	height: 60px;
	width: 60px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 60px;
	font-size: 40px;
}

[data-id="maximenuck149"] .mobilemenuck-button a, [data-id="maximenuck149"] .mobilemenuck-button span.separator, [data-id="maximenuck149"] .mobilemenuck-button span.nav-header {
	color: #FFFFFF;
	line-height: 60px;
	font-size: 40px;
}

[data-id="maximenuck149"] .mobilemenuck-item > .level1 {
	background: #FFFFFF;
	background: rgba(255,255,255,0.2);
	-pie-background: rgba(255,255,255,0.2);
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	line-height: 35px;
}

[data-id="maximenuck149"] .mobilemenuck-item > .level1 a, [data-id="maximenuck149"] .mobilemenuck-item > .level1 span.separator, [data-id="maximenuck149"] .mobilemenuck-item > .level1 span.nav-header {
	color: #FFFFFF;
	line-height: 35px;
}

[data-id="maximenuck149"] .mobilemenuck-item > .level2 {
	background: #000000;
	background: rgba(0,0,0,0.2);
	-pie-background: rgba(0,0,0,0.2);
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	line-height: 35px;
}

[data-id="maximenuck149"] .mobilemenuck-item > .level2 a, [data-id="maximenuck149"] .mobilemenuck-item > .level2 span.separator, [data-id="maximenuck149"] .mobilemenuck-item > .level2 span.nav-header {
	color: #FFFFFF;
	line-height: 35px;
}

[data-id="maximenuck149"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) {
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 65px;
	line-height: 35px;
}

[data-id="maximenuck149"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) a, [data-id="maximenuck149"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) span.separator, [data-id="maximenuck149"] .level2 + .mobilemenuck-submenu .mobilemenuck-item > div:not(.mobilemenuck-submenu) span.nav-header {
	color: #FFFFFF;
	line-height: 35px;
}

[data-id="maximenuck149"] .mobilemenuck-togglericon:after {
	height: 35px;
	width: 35px;
	color: #FFFFFF;
	margin-right: 30px;
	text-align: center;
	line-height: 35px;
	font-size: 30px;
}

[data-id="maximenuck149"] .mobilemenuck-togglericon:after a, [data-id="maximenuck149"] .mobilemenuck-togglericon:after span.separator, [data-id="maximenuck149"] .mobilemenuck-togglericon:after span.nav-header {
	color: #FFFFFF;
	line-height: 35px;
	font-size: 30px;
}[data-id="maximenuck149"] + .mobilemenuck-overlay {
	position: fixed;
	top: 0;
	background: #000000;
	opacity: 0.3;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}.mobilemenuck-logo { text-align: center; }.mobilemenuck-logo-left { text-align: left; }.mobilemenuck-logo-right { text-align: right; }.mobilemenuck-logo a { display: inline-block; }
#ID1737200535417 > .inner {  	padding-right: 20px;  	padding-left: 25px;  }  #ID1737200535417 {  }#ID1737200535417:hover {  }.pagebuilderck #row_ID1737200510691 {  				  				transition: opacity 1s, transform 1s;    				  				transform: translate3d(0,-300px,0);  				opacity: 0;  				  			}  			.pagebuilderck #row_ID1737200510691.animateck {  				  				transform: translate3d(0,0,0);  				opacity: 1;  				  				transition-delay: 0s;  			}  #row_ID1737200510691  {  	margin-left: 10%;  }    #row_ID1737200510691 a.pbck-link-wrap {  }    #row_ID1737200510691 a.pbck-link-wrap:hover,#row_ID1737200510691 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1737200510691 {  }#row_ID1737200510691:hover {  }  #row_ID1737200358940  {  	background:  url(/images/headers/header/ap-header-03b.png) center center no-repeat scroll;  	background-size: auto;  	padding-top: 190px;  	padding-bottom: 190px;  }    #row_ID1737200358940 a.pbck-link-wrap {  }    #row_ID1737200358940 a.pbck-link-wrap:hover,#row_ID1737200358940 .ckfakehover:hover > a.pbck-link-wrap {  }  #row_ID1737200358940 {  }#row_ID1737200358940:hover {  }[data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="50"] {width:49%;}[data-gutter="2%"][data-nb="2"].ckadvancedlayout [data-width="50"] {width:50%;}[data-gutter="2%"][data-nb="2"]:not(.ckadvancedlayout) [data-width="50"] {width:49%;}[data-gutter="2%"][data-nb="2"].ckadvancedlayout [data-width="50"] {width:50%;}
#ID1737969628968 {  }#ID1737969628968:hover {  }  #ID1737969675809 > .inner {  	color: #262514;  	margin-bottom: 10px;  	padding-right: 0px;  	padding-left: 0px;  	font-weight: bold;  }  #ID1737969675809 {  }#ID1737969675809:hover {  }  #ID1737969675809 a:hover {  	font-weight: bold;  	font-style: italic;  }    #row_ID1737969616742  {  	background-color: #FF0000;  	background-color: rgba(255,0,0,1);  	  	  	  	border-radius: 10px;  	  	  	  	border-radius: 10px 10px 10px 10px;  }    #row_ID1737969616742 a.pbck-link-wrap {  }    #row_ID1737969616742 a.pbck-link-wrap:hover,#row_ID1737969616742 .ckfakehover:hover > a.pbck-link-wrap {  }    #row_ID1737969616742 > .inner {  	color: #ffe3de;  	margin-right: -10px;  	margin-left: -10px;  	padding: 20px;  	padding-right: 0px;  	padding-left: 0px;  	text-decoration: none;  	font-family: Segoe UI, sans-serif;  }  #row_ID1737969616742 { transition: filter 0.5s;filter: grayscale(0); transition-delay: 0s;}#row_ID1737969616742:hover { filter: grayscale(0.6); }  #row_ID1737969616742 a {  	color: #ffffff;  	text-decoration: none;  }      #row_ID1737969616742 a:hover {  	color: #ffffff;  	text-decoration: none;  }  [data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
#ID1737969628968 {  }#ID1737969628968:hover {  }  #ID1737969675809 > .inner {  	color: #262514;  	margin-bottom: 10px;  	padding-right: 0px;  	padding-left: 0px;  	font-weight: bold;  }  #ID1737969675809 {  }#ID1737969675809:hover {  }  #ID1737969675809 a:hover {  	font-weight: bold;  	font-style: italic;  }    #row_ID1737969616742  {  	background-color: #FF0000;  	background-color: rgba(255,0,0,1);  	  	  	  	border-radius: 10px;  	  	  	  	border-radius: 10px 10px 10px 10px;  }    #row_ID1737969616742 a.pbck-link-wrap {  }    #row_ID1737969616742 a.pbck-link-wrap:hover,#row_ID1737969616742 .ckfakehover:hover > a.pbck-link-wrap {  }    #row_ID1737969616742 > .inner {  	color: #ffe3de;  	margin-right: -10px;  	margin-left: -10px;  	padding: 20px;  	padding-right: 0px;  	padding-left: 0px;  	text-decoration: none;  	font-family: Segoe UI, sans-serif;  }  #row_ID1737969616742 { transition: filter 1s;filter: grayscale(0); transition-delay: 0s;}#row_ID1737969616742:hover { filter: grayscale(0.6); }  #row_ID1737969616742 a {  	color: #ffffff;  	text-decoration: none;  }      #row_ID1737969616742 a:hover {  	color: #ffffff;  	text-decoration: none;  }  [data-gutter="2%"][data-nb="1"]:not(.ckadvancedlayout) [data-width="100"] {width:100%;}[data-gutter="2%"][data-nb="1"].ckadvancedlayout [data-width="100"] {width:100%;}
#mbCenter, #mbToolbar {
	background-color: #1a1a1a;
	
	-khtml-border-radius: 10px;
	
	border-radius: 10px;
	
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
	}
	
	#mbOverlay {
		background-color: #000000;
		
	}
	
	#mbCenter.mbLoading {
		background-color: #1a1a1a;
	}
	
	#mbBottom {
		color: #999999;
	}
	
	#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomMinus, #mbZoomValue, #mbZoomPlus {
		color: #ffffff;
	}
a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):hover:after {background-color: rgba(0,0,0,1);}
.scrollToTop {
			padding: 10px;
			margin: 20px;
			text-align: center; 
			font-weight: bold;
			text-decoration: none;
			position:fixed;
			bottom: 0;
			right: 0;
			opacity: 0;
			transition: opacity 0.2s ease;
			z-index: 100;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			width: 50px;
			height: 50px;
			color: inherit;
			font-size: inherit;
			font-family: inherit;
			background-color: transparent;
			background-image: url(/);
			background-position: center center ;
			background-repeat: no-repeat;
			border: 2px rgba(0,0,0,0.2) solid;
			border-radius: 50%;
			box-shadow: transparent 0 0 0px;
		}
		.scrollToTop:hover {
			text-decoration:none;
			color: ;
		}.scrollToTop-icon {
				display: inline-block;
				vertical-align: middle;
				background-image: url(/plugins/system/scrolltock/images/arrow-4.svg);
				background-position: center center ;
				background-repeat: no-repeat;
				background-size: 20px 20px;
				width: 30px;
				height: 20px;
				margin: 0px;
				
				border-radius: 0px;
			}
			.scrollToTop-text {
				vertical-align: middle;
				display: block;
			}.scrolltotop-show { opacity: 1; }
figure[class*="effectck"].effectck-1 {
}
figure[class*="effectck"].effectck-1 { transition: transform 0.5s;filter: ;transform: translate3d(0,-0px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-1:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-1:hover|figure[class*="effectck"].hover { transform: translate3d(0,-15px,0); }
figure[class*="effectck"].effectck-1 img {
}
figure[class*="effectck"].effectck-1 img {  }
figure[class*="effectck"].effectck-1 > *:first-child:after {
}
figure[class*="effectck"].effectck-1 > *:first-child:after {  }
figure[class*="effectck"].effectck-1:hover img {
}
figure[class*="effectck"].effectck-1:hover img {  }
figure[class*="effectck"].effectck-1:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-1 figcaption {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Arial';
}
figure[class*="effectck"].effectck-1 figcaption {  }
figure[class*="effectck"].effectck-1:hover figcaption {
}
figure[class*="effectck"].effectck-1:hover figcaption {  }
figure[class*="effectck"].effectck-1 [class*="title"] {
	font-weight: bold;
}
figure[class*="effectck"].effectck-1 [class*="title"] {  }
figure[class*="effectck"].effectck-1:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-1:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {  }
figure[class*="effectck"].effectck-1 [class*="desc"] {
}
figure[class*="effectck"].effectck-1 [class*="desc"] {  }
figure[class*="effectck"].effectck-1:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-1:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-2 {
}
figure[class*="effectck"].effectck-2 {  }
figure[class*="effectck"].effectck-2:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-2:hover|figure[class*="effectck"].hover { filter: brightness(1);opacity: 1; }
figure[class*="effectck"].effectck-2 img {
}
figure[class*="effectck"].effectck-2 img {  }
figure[class*="effectck"].effectck-2 > *:first-child:after {
}
figure[class*="effectck"].effectck-2 > *:first-child:after {  }
figure[class*="effectck"].effectck-2:hover img {
}
figure[class*="effectck"].effectck-2:hover img { filter: brightness(0.8);opacity: 2; }
figure[class*="effectck"].effectck-2:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-2 figcaption {
}
figure[class*="effectck"].effectck-2 figcaption {  }
figure[class*="effectck"].effectck-2:hover figcaption {
}
figure[class*="effectck"].effectck-2:hover figcaption {  }
figure[class*="effectck"].effectck-2 [class*="title"] {
}
figure[class*="effectck"].effectck-2 [class*="title"] {  }
figure[class*="effectck"].effectck-2:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-2:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {  }
figure[class*="effectck"].effectck-2 [class*="desc"] {
}
figure[class*="effectck"].effectck-2 [class*="desc"] {  }
figure[class*="effectck"].effectck-2:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-2:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-3 {
}
figure[class*="effectck"].effectck-3 {  }
figure[class*="effectck"].effectck-3:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-3:hover|figure[class*="effectck"].hover { filter: blur(0px) brightness(1); }
figure[class*="effectck"].effectck-3 img {
}
figure[class*="effectck"].effectck-3 img {  }
figure[class*="effectck"].effectck-3 > *:first-child:after {
}
figure[class*="effectck"].effectck-3 > *:first-child:after {  }
figure[class*="effectck"].effectck-3:hover img {
}
figure[class*="effectck"].effectck-3:hover img { filter: blur(5px);opacity: 1; }
figure[class*="effectck"].effectck-3:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-3 figcaption {
	text-transform: capitalize;
}
figure[class*="effectck"].effectck-3 figcaption { transition: transform 1s;filter: ;transform: translate3d(0,-150px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-3:hover figcaption {
}
figure[class*="effectck"].effectck-3:hover figcaption { transform: translate3d(0,-0px,0); }
figure[class*="effectck"].effectck-3 [class*="title"] {
}
figure[class*="effectck"].effectck-3 [class*="title"] { transition: opacity 1s;filter: ;opacity: 1; transition-delay: 0s;}
figure[class*="effectck"].effectck-3:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-3:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] { opacity: 1; }
figure[class*="effectck"].effectck-3 [class*="desc"] {
}
figure[class*="effectck"].effectck-3 [class*="desc"] {  }
figure[class*="effectck"].effectck-3:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-3:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-5 {
}
figure[class*="effectck"].effectck-5 {  }
figure[class*="effectck"].effectck-5:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-5:hover|figure[class*="effectck"].hover { filter: blur(0px) brightness(1); }
figure[class*="effectck"].effectck-5 img {
}
figure[class*="effectck"].effectck-5 img {  }
figure[class*="effectck"].effectck-5 > *:first-child:after {
}
figure[class*="effectck"].effectck-5 > *:first-child:after {  }
figure[class*="effectck"].effectck-5:hover img {
}
figure[class*="effectck"].effectck-5:hover img { filter: blur(3px) brightness(0.8);opacity: 1; }
figure[class*="effectck"].effectck-5:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-5 figcaption {
	text-align: center;
	font-weight: normal;
	font-family: '10';
}
figure[class*="effectck"].effectck-5 figcaption { transition: transform 1s;filter: ;transform: translate3d(0,-100px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-5:hover figcaption {
}
figure[class*="effectck"].effectck-5:hover figcaption { transform: translate3d(0,-0px,0); }
figure[class*="effectck"].effectck-5 [class*="title"] {
	font-family: '10';
}
figure[class*="effectck"].effectck-5 [class*="title"] { transition: opacity 1s;filter: ;opacity: 1; transition-delay: 0s;}
figure[class*="effectck"].effectck-5:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-5:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] { opacity: 1; }
figure[class*="effectck"].effectck-5 [class*="desc"] {
}
figure[class*="effectck"].effectck-5 [class*="desc"] {  }
figure[class*="effectck"].effectck-5:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-5:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-6 {
}
figure[class*="effectck"].effectck-6 {  }
figure[class*="effectck"].effectck-6:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-6:hover|figure[class*="effectck"].hover { filter: blur(0px) brightness(1); }
figure[class*="effectck"].effectck-6 img {
}
figure[class*="effectck"].effectck-6 img {  }
figure[class*="effectck"].effectck-6 > *:first-child:after {
}
figure[class*="effectck"].effectck-6 > *:first-child:after {  }
figure[class*="effectck"].effectck-6:hover img {
}
figure[class*="effectck"].effectck-6:hover img { filter: blur(2px);opacity: 1; }
figure[class*="effectck"].effectck-6:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-6 figcaption {
	text-transform: capitalize;
	font-size: 12px;
}
figure[class*="effectck"].effectck-6 figcaption { transition: transform 1s;filter: ;transform: translate3d(0,-150px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-6:hover figcaption {
}
figure[class*="effectck"].effectck-6:hover figcaption { transform: translate3d(0,-0px,0); }
figure[class*="effectck"].effectck-6 [class*="title"] {
}
figure[class*="effectck"].effectck-6 [class*="title"] { transition: opacity 1s;filter: ;opacity: 1; transition-delay: 0s;}
figure[class*="effectck"].effectck-6:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-6:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] { opacity: 1; }
figure[class*="effectck"].effectck-6 [class*="desc"] {
}
figure[class*="effectck"].effectck-6 [class*="desc"] {  }
figure[class*="effectck"].effectck-6:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-6:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-7 {
}
figure[class*="effectck"].effectck-7 { transition: transform 1s;filter: ;transform: scale(1); transition-delay: 0s;}
figure[class*="effectck"].effectck-7:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-7:hover|figure[class*="effectck"].hover { transform: scale(1); }
figure[class*="effectck"].effectck-7 img {
}
figure[class*="effectck"].effectck-7 img {  }
figure[class*="effectck"].effectck-7 > *:first-child:after {
}
figure[class*="effectck"].effectck-7 > *:first-child:after {  }
figure[class*="effectck"].effectck-7:hover img {
}
figure[class*="effectck"].effectck-7:hover img { transform: scale(1.2); }
figure[class*="effectck"].effectck-7:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-7 figcaption {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
}
figure[class*="effectck"].effectck-7 figcaption { transition: transform 2s;filter: ;transform: translate3d(0,-80px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-7:hover figcaption {
}
figure[class*="effectck"].effectck-7:hover figcaption { transform: translate3d(0,-0px,0); }
figure[class*="effectck"].effectck-7 [class*="title"] {
}
figure[class*="effectck"].effectck-7 [class*="title"] {  }
figure[class*="effectck"].effectck-7:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-7:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {  }
figure[class*="effectck"].effectck-7 [class*="desc"] {
}
figure[class*="effectck"].effectck-7 [class*="desc"] {  }
figure[class*="effectck"].effectck-7:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-7:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-8 {
}
figure[class*="effectck"].effectck-8 {  }
figure[class*="effectck"].effectck-8:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-8:hover|figure[class*="effectck"].hover {  }
figure[class*="effectck"].effectck-8 img {
}
figure[class*="effectck"].effectck-8 img { transition: transform 1s;filter: ;transform: scale(1); transition-delay: 0s;}
figure[class*="effectck"].effectck-8 > *:first-child:after {
}
figure[class*="effectck"].effectck-8 > *:first-child:after {  }
figure[class*="effectck"].effectck-8:hover img {
}
figure[class*="effectck"].effectck-8:hover img { transform: scale(1.3); }
figure[class*="effectck"].effectck-8:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-8 figcaption {
	font-size: 10px;
}
figure[class*="effectck"].effectck-8 figcaption { transition: transform 2s;filter: ;transform: translate3d(0,-100px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-8:hover figcaption {
}
figure[class*="effectck"].effectck-8:hover figcaption { transform: translate3d(0,-0px,0); }
figure[class*="effectck"].effectck-8 [class*="title"] {
}
figure[class*="effectck"].effectck-8 [class*="title"] { transition: transform 1s;filter: ;transform: translate3d(0,-0px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-8:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-8:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] { transform: translate3d(0,-0px,0); }
figure[class*="effectck"].effectck-8 [class*="desc"] {
	font-size: 10px;
}
figure[class*="effectck"].effectck-8 [class*="desc"] { transition: font-size 1s;filter: ; transition-delay: 0s;}
figure[class*="effectck"].effectck-8:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-8:hover [class*="desc"] {  }
figure[class*="effectck"].effectck-10 {
}
figure[class*="effectck"].effectck-10 {  }
figure[class*="effectck"].effectck-10:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-10:hover|figure[class*="effectck"].hover {  }
figure[class*="effectck"].effectck-10 img {
}
figure[class*="effectck"].effectck-10 img { transition: transform 1s;filter: ;transform: scale(1); transition-delay: 0s;}
figure[class*="effectck"].effectck-10 > *:first-child:after {
}
figure[class*="effectck"].effectck-10 > *:first-child:after {  }
figure[class*="effectck"].effectck-10:hover img {
}
figure[class*="effectck"].effectck-10:hover img { transform: scale(1.3); }
figure[class*="effectck"].effectck-10:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-10 figcaption {
	font-weight: bold;
	font-size: 10px;
}
figure[class*="effectck"].effectck-10 figcaption { transition: font-size 2s, transform 2s;filter: ;transform: translate3d(0,--30px,0) scale(1); transition-delay: 0s;}
figure[class*="effectck"].effectck-10:hover figcaption {
}
figure[class*="effectck"].effectck-10:hover figcaption { transform: translate3d(0,--20px,0) scale(1.2); }
figure[class*="effectck"].effectck-10 [class*="title"] {
	font-weight: bold;
}
figure[class*="effectck"].effectck-10 [class*="title"] { transition: transform 1s;filter: ;transform: translate3d(0,--30px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-10:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-10:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] { transform: translate3d(0,--20px,0) scale(1.2); }
figure[class*="effectck"].effectck-10 [class*="desc"] {
	font-weight: bold;
	font-size: 10px;
}
figure[class*="effectck"].effectck-10 [class*="desc"] { transition: font-size 1s, transform 1s;filter: ;transform: translate3d(0,--30px,0); transition-delay: 0s;}
figure[class*="effectck"].effectck-10:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-10:hover [class*="desc"] { transform: translate3d(0,--20px,0) scale(1.2); }
/*---------------*/
/***** Ming *****/
/*---------------*/

figure[class*="effectck"].effectck-11 {
	background: #030c17;
}

figure[class*="effectck"].effectck-11 img {
	opacity: 0.9;
	
	transition: opacity 0.35s;
}

figure[class*="effectck"].effectck-11 figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 7% rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale3d(1.4,1.4,1);
}

figure[class*="effectck"].effectck-11 figcaption [class*="title"] {
	margin: 7% 0 10px 0;
	
	transition: transform 0.35s;
}

figure[class*="effectck"].effectck-11 figcaption [class*="desc"] {
	padding: 1em;
	opacity: 0;
	
	transition: opacity 0.35s, transform 0.35s;
	
	transform: scale(1.5);
}

figure[class*="effectck"].effectck-11:hover figcaption [class*="title"],
figure[class*="effectck"].effectck-11.hover figcaption [class*="title"] {
	
	transform: scale(0.9);
}

figure[class*="effectck"].effectck-11:hover figcaption::before,
figure[class*="effectck"].effectck-11:hover figcaption [class*="desc"],
figure[class*="effectck"].effectck-11.hover figcaption::before,
figure[class*="effectck"].effectck-11.hover figcaption [class*="desc"] {
	opacity: 1;
	
	transform: scale3d(1,1,1);
}

figure[class*="effectck"].effectck-11:hover figcaption,
figure[class*="effectck"].effectck-11.hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure[class*="effectck"].effectck-11:hover img,
figure[class*="effectck"].effectck-11.hover img {
	opacity: 0.4;
}

figure[class*="effectck"].effectck-11 {
}
figure[class*="effectck"].effectck-11 {  }
figure[class*="effectck"].effectck-11:hover|figure[class*="effectck"].hover {
}
figure[class*="effectck"].effectck-11:hover|figure[class*="effectck"].hover {  }
figure[class*="effectck"].effectck-11 img {
}
figure[class*="effectck"].effectck-11 img {  }
figure[class*="effectck"].effectck-11 > *:first-child:after {
}
figure[class*="effectck"].effectck-11 > *:first-child:after {  }
figure[class*="effectck"].effectck-11:hover img {
}
figure[class*="effectck"].effectck-11:hover img {  }
figure[class*="effectck"].effectck-11:hover > *:first-child:after {
}

figure[class*="effectck"].effectck-11 figcaption {
	font-weight: bold;
}
figure[class*="effectck"].effectck-11 figcaption {  }
figure[class*="effectck"].effectck-11:hover figcaption {
}
figure[class*="effectck"].effectck-11:hover figcaption {  }
figure[class*="effectck"].effectck-11 [class*="title"] {
	font-weight: bold;
}
figure[class*="effectck"].effectck-11 [class*="title"] {  }
figure[class*="effectck"].effectck-11:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {
}
figure[class*="effectck"].effectck-11:hover [class*="title"]|figure[class*="effectck"].hover [class*="title"] {  }
figure[class*="effectck"].effectck-11 [class*="desc"] {
}
figure[class*="effectck"].effectck-11 [class*="desc"] {  }
figure[class*="effectck"].effectck-11:hover [class*="desc"] {
}
figure[class*="effectck"].effectck-11:hover [class*="desc"] {  }
@font-face{font-display:swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face{font-display:swap;
  font-family: 'Salsa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/salsa/v23/gNMKW3FiRpKj-imY.ttf) format('truetype');
}


