
.kl-title-block {
	padding-top: 0;
	padding-bottom: 35px;
}

.tbk__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
}

.tbk__subtitle {
	margin-top: 0;
	font-size: 20px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
}

.tbk__text {
	margin-top: 0;
	line-height: 1.6;
}

.tbk__symbol {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
}

.tbk-symbol--line .tbk__symbol span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #ccc;
}

.tbk--text-dark.tbk-symbol--line .tbk__symbol span {
	background-color: #333;
}

.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
	margin-bottom: 20px;
	margin-top: -5px;
}

.tbk-symbol--border .tbk__symbol, .tbk-symbol--border2 .tbk__symbol {
	margin-bottom: 20px;
}

.tbk-symbol--border .tbk__symbol span, .tbk-symbol--border2 .tbk__symbol span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.tbk--text-dark.tbk-symbol--border2 .tbk__symbol span {
	background-color: #333;
}

.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
	margin-top: 30px;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
	border-bottom: 3px solid #d2d2d2;
	padding-bottom: 15px;
	margin-bottom: -12px;
	display: inline-block;
}

.tbk--text-dark.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
	border-bottom-color: #2d2d2d;
}

.tbk-symbol--line_border .tbk__symbol span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #ccc;
	margin-right: 25px;
	margin-left: 25px;
	vertical-align: middle;
}

.tbk-symbol--line_border .tbk__symbol:before, .tbk-symbol--line_border .tbk__symbol:after {
	content: "";
	display: inline-block;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #ccc;
	vertical-align: middle;
}

.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:before, .tbk--text-dark.tbk-symbol--line_border .tbk__symbol:after, .tbk--text-dark.tbk-symbol--line_border .tbk__symbol span {
	background-color: #333;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol span {
	margin-left: 0;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:before {
	display: none;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
	content: "";
	display: inline-block;
	width: calc(100% - 75px);
	height: 1px;
	background-color: #ccc;
}

.tbk--text-dark.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
	background-color: #333;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol span {
	margin-right: 0;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
	content: "";
	display: inline-block;
	width: calc(100% - 75px);
	height: 1px;
	background-color: #ccc;
}

.tbk--text-dark.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
	background-color: #333;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:after {
	display: none;
}

.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
	margin-bottom: 20px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
	margin-bottom: 25px;
}

.tbk__icon {}

.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
	margin-bottom: 25px;
}

.tbk__title .tbk__symbol {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.tbk__title .tbk__icon {
	vertical-align: middle;
}

.tbk--colored.tbk-symbol--line .tbk__symbol span, .tbk--colored.tbk-symbol--line_border .tbk__symbol span, .tbk--colored.tbk-symbol--border .tbk__symbol span {
	background-color: #cd2122;
}

.tbk--colored.tbk-symbol--icon .tbk__icon {
	color: #cd2122;
}

.tbk--colored.tbk-symbol--border2 .tbk__border-helper {
	border-bottom-color: #cd2122;
}

.eluidfc8a8930 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.eluidfc8a8930 .tbk__title {
	margin-bottom: 10px;
}

.eluidfc8a8930 .tbk__title {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 2px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eluidfc8a8930 .tbk__subtitle {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 200;
	color: #fff;
}

.eluidfc8a8930 .tbk__icon {
	font-size: 28px;
}

.znColumnElement-innerWrapper {
	width: 100%;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center, .znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right, .znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center, .znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center .znColumnElement-innerContent {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom .znColumnElement-innerContent {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.znColumnElement-innerContent {
	width: 100%;
}

#eluid7cfa6e24 .znColumnElement-innerWrapper-eluid7cfa6e24 {
	min-height: px;
}

.smart-cnt--action_box {
	position: relative;
	padding: 0;
	border-radius: 6px;
	background-color: #000;
	margin-bottom: 20px;
}

.smart-cnt--action_box:before {
	position: absolute;
	content: "";
	background-color: #000;
	width: 30px;
	height: 32px;
	display: block;
	bottom: -6px;
	left: 20%;
	border-radius: 4px;
	-webkit-transform: skewY(35deg);
	-ms-transform: skewY(35deg);
	transform: skewY(35deg);
	border-top: 0;
}

.smart-cnt--action_box .smart-cnt-inner {
	position: relative;
	padding: 35px;
	border-radius: 6px;
	z-index: 1;
}

.smart-cnt--action_box .smart-cnt-inner:before {
	position: absolute;
	content: "";
	background-color: #000;
	top: -6px;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
	border-radius: 6px;
	transform-origin: right top;
}

.smart-cnt--action_box .smart-cnt-inner:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, .2);
	width: 90%;
	height: 30%;
	display: block;
	border-radius: 4px;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
	right: 5%;
	top: -20px;
	z-index: -1;
}

.eluidd5d3dc82 {
	padding-top: 1%;
}

.eluidd5d3dc82 {}

.zn_section {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}

.zn_section--masked {
	padding-bottom: 55px;
}

.zn_section__source + .zn_section_size {
	position: relative;
}

.kl-bg-source + .zn_section_size {
	position: relative;
}

@media screen and (max-width:991px) {
	.section-sidemargins .zn_section_size.full_width {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.ios-fixed-position-scr ~ .zn_section {
	position: relative;
}

.zn_section--inlinemodal {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 44px;
}

.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
	right: -5px;
	top: -45px;
}

.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide {
	display: block !important;
}

.zn_section--stretch-container {
	padding-left: 20px;
	padding-right: 20px;
}

.zn_section--stretch-container > .container {
	width: 100%;
}

.zn_section-modalOverlay {
	background: rgba(143, 43, 162, .5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.modal-overlay-hidden ~ .zn_section-modalOverlay {
	display: none;
}

.zn_section-modalInfo {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 3;
	width: 70px;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.zn_section-modalInfo-title {
	display: block;
	margin-bottom: 20px;
}

.zn_section-modalInfo-tip {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.zn_section-modalInfo a {
	color: #000;
}

.zn_section-modalInfo a:hover, .zn_section-modalInfo a:focus {
	color: rgba(0, 0, 0, .65);
}

.zn_section-modalInfo-bubble {
	display: none;
	width: 230px;
	right: 100%;
	position: absolute;
	top: -10px;
	font-weight: normal;
	background: rgba(0, 0, 0, .15);
	padding: 10px 10px 10px 15px;
	line-height: 1.5;
	text-align: start;
	border-radius: 3px;
}

.zn_section-modalInfo-bubble:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 15px;
	border: 5px solid transparent;
	border-left-color: rgba(0, 0, 0, .15);
}

.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble {
	display: block;
}

.zn_section-modalInfo-toggleVisible {
	display: block;
	cursor: pointer;
}

.modal-overlay-hidden + .zn_section-modalInfo .dashicons-visibility:before {
	content: "";
}

@media (min-width:768px) {
	.zn-section-content_algn--middle, .zn-section-content_algn--bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.zn-section-content_algn--middle > .row, .zn-section-content_algn--bottom > .row {
		width: 100%;
	}
	
	.zn-section-content_algn--middle > .row {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.zn-section-content_algn--bottom > .row {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.zn_section.section--skewed, .zn_section.section--skewed-flipped {
	z-index: 1;
	background-color: transparent !important;
}

.zn_section.section--skewed .kl-bg-source:not(:empty) {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .kl-bg-source__bgimage {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .zn-bgSource-overlay {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source:not(:empty) {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source__bgimage {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .zn-bgSource-overlay {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	margin: -100px 0;
	-webkit-backface-visibility: hidden;
}

.zn-prLayer {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.zn-prLayer.zn-prLayer--align-top-left {
	top: 0;
	left: 0;
}

.zn-prLayer.zn-prLayer--align-top-center {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zn-prLayer.zn-prLayer--align-top-right {
	top: 0;
	right: 0;
}

.zn-prLayer.zn-prLayer--align-center-left {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zn-prLayer.zn-prLayer--align-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.zn-prLayer.zn-prLayer--align-center-right {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zn-prLayer.zn-prLayer--align-bottom-left {
	bottom: 0;
	left: 0;
}

.zn-prLayer.zn-prLayer--align-bottom-center {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.zn-prLayer.zn-prLayer--align-bottom-right {
	bottom: 0;
	right: 0;
}

.zn-prLayer.zn-prLayer--over {
	z-index: 1;
}

.zn-prLayer.zn-prLayer--blur-simple {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.zn-prLayer.zn-prLayer--blur-deep {
	-webkit-filter: blur(7px);
	filter: blur(7px);
}

.zn-prLayer.zn-prLayer--blur-deeper {
	-webkit-filter: blur(12px);
	filter: blur(12px);
}

.eluid5e0b55c4 {
	padding-top: 180px;
	padding-bottom: 200px;
}

@media screen and (max-width:767px) {
	.eluid5e0b55c4 {
		padding-top: 75px;
	}
}

.zn_section.eluid5e0b55c4 {
	background-color: #fff;
}

.eluid3f44b464 {
	margin-top: -50px;
}

.eluid3f44b464 {
	text-align: center;
}

.image-boxes {
	margin-bottom: 30px;
	border-radius: 2px;
}

.image-boxes-img {
	width: 100%;
	height: auto;
}

.image-boxes-link, .image-boxes-holder {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.image-boxes-img-wrapper {
	display: block;
}

.image-boxes-no .image-boxes-img-wrapper {
	height: auto !important;
}

.image-boxes-img.cover-fit-img {
	height: 100%;
}

.image-boxes.image-boxes--1 {
	overflow: visible;
}

.image-boxes.image-boxes--1 .image-boxes-readon {
	position: absolute;
	left: -10px;
	bottom: 20px;
	color: #fff;
	padding: 11px 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	border-radius: 2px;
	z-index: 1;
}

.image-boxes.image-boxes--1 .image-boxes-link:hover .image-boxes-readon {
	left: 20px;
}

.image-boxes.image-boxes--1 .image-boxes-img {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

.image-boxes.image-boxes--2 .image-boxes-link {
	margin-bottom: 0;
}

.imgbox-simple .image-boxes-img {
	width: auto;
	background-size: auto 100%;
}

.imgbox-simple .img-align-center .image-boxes-img {
	display: block;
	margin: 0 auto;
}

.imgbox-simple .img-align-left {
	text-align: left;
}

.imgbox-simple .img-align-right {
	text-align: right;
}

.imgbox-simple .img-align-left img.image-boxes-img, .imgbox-simple .img-align-right img.image-boxes-img {
	display: inline-block;
}

.no-object-fit .imgbox-simple .img-align-left .image-boxes-img {
	background-position-x: left;
}

.no-object-fit .imgbox-simple .img-align-right .image-boxes-img {
	background-position-x: right;
}

.sliding-details {
	position: relative;
	display: block;
	overflow: hidden;
}

.sliding-details:not([class*="znBoxShadow-"]):hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.sliding-details-img {
	position: relative;
}

.sliding-details, .sliding-details-content {
	-webkit-transition: all .2s cubic-bezier(.68, 0, .265, 1);
	transition: all .2s cubic-bezier(.68, 0, .265, 1);
	-webkit-backface-visibility: hidden;
}

.sliding-details-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	padding: 25px 30px;
	font-size: 12px;
	color: #fff;
	background: #232323;
	background: rgba(35, 35, 35, .8);
}

.sliding-details:hover .sliding-details-content {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.sliding-details-title {
	font-size: 18px;
	margin-top: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 30px;
	z-index: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	height: 200%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
	opacity: .8;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4 .image-boxes-title span {
	z-index: 1;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4 .image-boxes-title:after {
	content: "";
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-title:after {
	width: 60px;
}

.image-boxes.image-boxes--4 .image-boxes-img {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	-webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-img {
	opacity: .8;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title {
	text-align: left;
	padding: 0 20px 30px;
	-webkit-transition: padding-bottom .2s ease-out;
	transition: padding-bottom .2s ease-out;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:before {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:after {
	display: none;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 1;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper {
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title {
	text-align: left;
	padding-bottom: 25px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title:before {
	opacity: .5;
}

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title {
	text-align: left;
	padding: 0 20px 30px;
}

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title:after {
	margin: initial;
	width: 40px;
	margin-top: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_left:hover .image-boxes-title:after {
	width: 80px;
}

.eluid05bb26cd.image-boxes .image-boxes-img-wrapper {
	height: 200px;
}

.eluid05bb26cd .image-boxes-img {
	border-radius: 400px;
}

.eluid05bb26cd {
	margin-bottom: 30px;
}

#eluidda526b30 .znColumnElement-innerWrapper-eluidda526b30 {
	min-height: px;
}

.zn_text_box-title--style1 {
	font-size: 16px;
	color: #cd2122;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.zn_text_box-title--style2 {
	font-size: 22px;
	color: #535353;
	font-weight: normal;
	margin-top: 0;
}

.eluidf9882bd9 {
	padding-top: 0px;
	padding-bottom: 2px;
}

#eluid22c9f2e8 .znColumnElement-innerWrapper-eluid22c9f2e8 {
	min-height: 200px;
}

.is-ie11 #eluid22c9f2e8 .znColumnElement-innerWrapper-eluid22c9f2e8 {
	height: 1px;
}

.eluiddd32422d {
	padding-top: 3%;
}

.eluiddd32422d {}

#eluid059cbec1 .znColumnElement-innerWrapper-eluid059cbec1 {
	min-height: px;
}

.eluidc3940a06 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.eluidf97f1ae9 {
	margin-top: 50px;
	margin-bottom: 100px;
}

.eluidf97f1ae9 {
	padding-top: 0px;
}

.eluidf97f1ae9 .tbk__title {
	margin-bottom: 10px;
}

.eluidf97f1ae9 .tbk__title {
	font-size: 40px;
	line-height: 60px;
}

.eluidf97f1ae9 .tbk__icon {
	font-size: 28px;
}

.adbox.video {
	position: relative;
}

.adbox.video:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(23, 23, 25, .5);
}

.adbox.video .adbox-img {
	display: block;
	width: 100%;
	height: auto;
}

.adbox.video .video_trigger_wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	height: 100%;
}

.adbox_container {
	position: relative;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.adbox_container .adbox-title {
	color: white;
	font-size: 11px;
	min-width: 150px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.playVideo ~ .adbox-title {
	margin: 20px auto 0;
}

.znColumnElement-innerWrapper-eluida7ccdb0d {
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

#eluida7ccdb0d .znColumnElement-innerWrapper-eluida7ccdb0d {
	min-height: px;
}

.znColumnElement-innerWrapper-eluida7ccdb0d {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}

.eluid911fef66 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.zn_section.eluid911fef66 {
	background-color: #efefef;
}

.eluid9abec5f5 {
	margin-top: 20px;
}

.eluid9abec5f5 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.eluid9abec5f5 .tbk__title {
	margin-bottom: 15px;
}

.eluid9abec5f5 .tbk__title {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 2px;
	font-weight: 700;
	color: #0a0a0a;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eluid9abec5f5 .tbk__subtitle {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 200;
	color: #509cd5;
	letter-spacing: 0px;
}

.eluid9abec5f5 .tbk__icon {
	font-size: 28px;
}

.eluidf74176ad.th-spacer {
	height: 30px;
}

.zn-button > span {
	vertical-align: middle;
	display: inline-block;
}

.btn-icon--before .zn-buttonIcon {
	margin-right: 10px;
}

.btn-icon--after .zn-buttonIcon {
	margin-left: 10px;
}

.zn-button.btn-text, .zn-button.btn-underline, .zn-button.btn-link {
	text-align: inherit;
	padding-left: 0;
	padding-right: 0;
}

.eluidc27008b4.btn {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.eluidc27008b4.btn {
	color: #fff;
}

.eluidc27008b4.btn:hover, .eluidc27008b4.btn:focus {
	color: #fff;
}

.zn-buttonWrapper .eluidc27008b4.btn {
	background-color: #43bfd6;
}

.zn-buttonWrapper .eluidc27008b4.btn:hover, .eluidc27008b4.btn:focus {
	background-color: #2b8595;
}

.eluide049c490 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.zn_section.eluide049c490 {
	background-color: #f8f8f8;
}

.eluidfed96866.th-spacer {
	height: 6px;
}

.eluid0b46ccf6 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.zn_section.eluid0b46ccf6 {
	background-color: #509cd5;
}

.media-container {
	position: relative;
}

.no-flexbox .media-container {
	width: 100%;
	display: table;
}

.media-container[onclick] {
	cursor: pointer;
}

.media-container__link {
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
}

.media-container__link--wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.media-container__link--btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.media-container__link .kl-icon {
	color: #fff;
}

.media-container__link--btn .kl-icon:not(.circled-icon) {
	margin-right: 5px;
	-webkit-transition: margin-right .2s ease-out;
	transition: margin-right .2s ease-out;
}

.media-container__link--btn:hover .kl-icon:not(.circled-icon) {
	margin-right: 15px;
}

.media-container__link--style-borderanim1 {
	padding: 10px 30px;
	font-size: 42px;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
	width: 100%;
}

.media-container__link--style-borderanim1 > i {
	opacity: .8;
	background-color: #fff;
	display: block;
	position: absolute;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.media-container__border-tt {
	width: 30%;
	height: 7px;
	top: 0;
	left: 0;
}

.media-container__border-tl {
	height: 80%;
	width: 7px;
	top: 7px;
	left: 0;
}

.media-container__border-bb {
	width: 30%;
	height: 7px;
	bottom: 0;
	right: 0;
}

.media-container__border-br {
	height: 80%;
	width: 7px;
	bottom: 7px;
	right: 0;
}

.media-container__text {
	white-space: initial;
	font-size: 18px;
	line-height: 1.8;
}

.media-container:hover > i {
	opacity: 1;
}

.media-container:hover .media-container__border-tt {
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
}

.media-container:hover .media-container__border-tl {
	height: 100%;
	width: 3px;
	top: 0;
	left: 0;
}

.media-container:hover .media-container__border-bb {
	width: 100%;
	height: 3px;
	bottom: 0;
	right: 0;
}

.media-container:hover .media-container__border-br {
	height: 100%;
	width: 3px;
	bottom: 0;
	right: 0;
}

.media-container__link--style-borderanim2 {
	color: #fff;
}

.media-container__link--style-borderanim2 .media-container__text {
	text-align: center;
	font-size: 32px;
	letter-spacing: 4px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.borderanim2-svg {
	position: relative;
}

.borderanim2-svg__shape {
	stroke-width: 8px;
	fill: transparent;
	stroke: #fff;
	-webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.media-container:hover .borderanim2-svg__shape {
	stroke-width: 3px;
	stroke-dashoffset: 0;
}

@media (max-width:767px) {
	.media-container .media-container__link--btn .borderanim2-svg {
		width: 100%;
	}
	
	.media-container .media-container__link--btn .borderanim2-svg > svg {
		display: none;
	}
	
	.media-container .borderanim2-svg .media-container__text {
		white-space: normal;
		position: static;
		display: block;
	}
}

.media-container:hover .circleanim-svg__circle-front {
	stroke-dasharray: 340;
	stroke-width: 2px;
	stroke-opacity: 1;
}

.media-container.media-container--type-pb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.media-container-pb {
	width: calc(100% - 50px);
	margin: 10px 25px;
}

.media-container-pb.media-container-pb--alg-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.media-container-pb.media-container-pb--alg-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.media-container-pb.media-container-pb--alg-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.no-flexbox .media-container-pb.media-container-pb--alg-top {
	display: table-cell;
	vertical-align: top;
}

.no-flexbox .media-container-pb.media-container-pb--alg-center {
	display: table-cell;
	vertical-align: middle;
}

.no-flexbox .media-container-pb.media-container-pb--alg-bottom {
	display: table-cell;
	vertical-align: bottom;
}

@media screen and (min-width:1200px) {
	.media-container {
		min-height: 300px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.media-container {
		min-height: 300px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.media-container {
		min-height: 300px;
	}
}

@media screen and (max-width:767px) {
	.media-container {
		min-height: 400px;
	}
}

.eluidd805ab50 {
	min-height: 120px;
}

.eluid8dd0f272.th-spacer {
	height: 30px;
}

.btn-element > span, .btn-element > i {
	vertical-align: middle;
	display: inline-block;
}

.btn-element > span + i {
	margin-left: 10px;
}

.btn-element > i + span {
	margin-left: 10px;
}

.btn-element.btn-text, .btn-element.btn-underline, .btn-element.btn-link {
	text-align: inherit;
	padding-left: 0;
	padding-right: 0;
}

#eluid91ad5641 .btn-custom-color.btn-element-0 {
	color: #fff;
}

#eluid91ad5641 .btn-custom-color.btn-element-0:hover {
	color: #ededed;
}

#eluid91ad5641 .btn-element-0 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid91ad5641 .btn-element-0 .btn-element-icon {
	margin-right: 10px;
}

#eluid91ad5641 .btn-element-0 {
	padding-right: 10px;
}

#eluid91ad5641 .btn-custom-color.btn-element-1 {
	color: #fff;
}

#eluid91ad5641 .btn-custom-color.btn-element-1:hover {
	color: #ededed;
}

#eluid91ad5641 .btn-element-1 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid91ad5641 .btn-element-1 .btn-element-icon {
	font-size: 13px;
	margin-right: 10px;
}

#eluid91ad5641 .btn-element-1 {
	margin-right: 0px;
}

#eluid91ad5641 .btn-element-1 {
	padding-right: 10px;
}

#eluid91ad5641 .btn-custom-color.btn-element-2 {
	color: #fff;
}

#eluid91ad5641 .btn-custom-color.btn-element-2:hover {
	color: #ededed;
}

#eluid91ad5641 .btn-element-2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid91ad5641 .btn-element-2 .btn-element-icon {
	margin-right: 10px;
}

#eluid91ad5641 .btn-element-2 {
	padding-right: 10px;
}

#eluid91ad5641 .btn-custom-color.btn-element-3 {
	color: #fff;
}

#eluid91ad5641 .btn-custom-color.btn-element-3:hover {
	color: #ededed;
}

#eluid91ad5641 .btn-element-3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid91ad5641 .btn-element-3 .btn-element-icon {
	margin-right: 10px;
}

#eluid91ad5641 .btn-element-3 {
	padding-right: 10px;
}

#eluid91ad5641 .btn-custom-color.btn-element-4 {
	color: #fff;
}

#eluid91ad5641 .btn-custom-color.btn-element-4:hover {
	color: #ededed;
}

#eluid91ad5641 .btn-element-4 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid91ad5641 .btn-element-4 .btn-element-icon {
	margin-right: 10px;
}

#eluid91ad5641 .btn-element-4 {
	padding-right: 10px;
}

#eluid42696ee6 .znColumnElement-innerWrapper-eluid42696ee6 {
	min-height: px;
}

.znColumnElement-innerWrapper-eluid42696ee6 {
	padding-top: 40px;
}

.eluid22eacc8c {
	padding-top: 35px;
	padding-bottom: 0px;
}

.eluid22eacc8c .tbk__title {
	margin-bottom: 10px;
}

.eluid22eacc8c .tbk__title {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eluid22eacc8c .tbk__icon {
	font-size: 28px;
}

.eluid22eacc8c.tbk--colored .tbk__border-helper {
	border-bottom-color: #509cd5;
}

#eluid2384731e .btn-custom-color.btn-element-0 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-0:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-0 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-0 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-0 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-1 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-1:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-1 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-1 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-1 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-2 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-2:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-2 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-2 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-3 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-3:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-3 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-3 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-4 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-4:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-4 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-4 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-4 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-5 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-5:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-5 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-5 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-5 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-6 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-6:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-6 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-6 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-6 {
	padding-right: 20px;
}

#eluid2384731e .btn-custom-color.btn-element-7 {
	color: #fff;
}

#eluid2384731e .btn-custom-color.btn-element-7:hover {
	color: #ededed;
}

#eluid2384731e .btn-element-7 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid2384731e .btn-element-7 .btn-element-icon {
	margin-right: 10px;
}

#eluid2384731e .btn-element-7 {
	padding-right: 20px;
}

#eluid32733237 .btn-custom-color.btn-element-0 {
	color: #fff;
}

#eluid32733237 .btn-custom-color.btn-element-0:hover {
	color: #ededed;
}

#eluid32733237 .btn-element-0 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid32733237 .btn-element-0 .btn-element-icon {
	margin-right: 10px;
}

#eluid32733237 .btn-element-0 {
	padding-right: 20px;
}

#eluid32733237 .btn-custom-color.btn-element-1 {
	color: #fff;
}

#eluid32733237 .btn-custom-color.btn-element-1:hover {
	color: #ededed;
}

#eluid32733237 .btn-element-1 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid32733237 .btn-element-1 .btn-element-icon {
	margin-right: 10px;
}

#eluid32733237 .btn-element-1 {
	padding-right: 20px;
}

#eluid32733237 .btn-custom-color.btn-element-2 {
	color: #fff;
}

#eluid32733237 .btn-custom-color.btn-element-2:hover {
	color: #ededed;
}

#eluid32733237 .btn-element-2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid32733237 .btn-element-2 .btn-element-icon {
	margin-right: 10px;
}

#eluid32733237 .btn-element-2 {
	padding-right: 20px;
}

#eluid32733237 .btn-custom-color.btn-element-3 {
	color: #fff;
}

#eluid32733237 .btn-custom-color.btn-element-3:hover {
	color: #ededed;
}

#eluid32733237 .btn-element-3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid32733237 .btn-element-3 .btn-element-icon {
	margin-right: 10px;
}

#eluid32733237 .btn-element-3 {
	padding-right: 20px;
}

#eluid32733237 .btn-custom-color.btn-element-4 {
	color: #fff;
}

#eluid32733237 .btn-custom-color.btn-element-4:hover {
	color: #ededed;
}

#eluid32733237 .btn-element-4 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid32733237 .btn-element-4 .btn-element-icon {
	margin-right: 10px;
}

#eluid32733237 .btn-element-4 {
	padding-right: 20px;
}

#eluid32733237 .btn-custom-color.btn-element-5 {
	color: #fff;
}

#eluid32733237 .btn-custom-color.btn-element-5:hover {
	color: #ededed;
}

#eluid32733237 .btn-element-5 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #eaeaea !important;
}

#eluid32733237 .btn-element-5 .btn-element-icon {
	margin-right: 10px;
}

#eluid32733237 .btn-element-5 {
	padding-right: 20px;
}

#eluid285d2c50 .znColumnElement-innerWrapper-eluid285d2c50 {
	min-height: px;
}

.eluidb90f84b8 {
	padding-top: 35px;
	padding-bottom: 0px;
}

.eluidb90f84b8 .tbk__title {
	margin-bottom: 10px;
}

.eluidb90f84b8 .tbk__title {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eluidb90f84b8 .tbk__icon {
	font-size: 28px;
}

.eluidb90f84b8.tbk--colored .tbk__border-helper {
	border-bottom-color: #509cd5;
}

.eluidaf783c21 {
	padding-top: 0px;
	padding-bottom: 2px;
}

#eluidaccf7383 .znColumnElement-innerWrapper-eluidaccf7383 {
	min-height: px;
}

.eluid5ef3f5c0 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.zn_section.eluid5ef3f5c0 {
	background-color: #303030;
}

.eluid54318acb {
	min-height: 50px;
}

.eluidf6c7db99 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#eluid6adcac99 .znColumnElement-innerWrapper-eluid6adcac99 {
	min-height: px;
}

.eluidab5c6035 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#eluid0ac61b47 .znColumnElement-innerWrapper-eluid0ac61b47 {
	min-height: px;
}

.eluid94896b4b {
	padding-top: 20px;
	padding-bottom: 20px;
}

.zn_section.eluid94896b4b {
	background-color: #231f20;
}
