<style>
/*! CSS Used  */
@media all {
	.bt_bb_row_holder {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.bt_bb_row_holder .bt_bb_column {
		-webkit-flex: 1 1 0%;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		max-width: 100%;
	}

	.bt_bb_column[data-width="12"] {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.bt_bb_column[data-width="6"] {
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	@media (max-width: 992px) {

		.bt_bb_column[data-width="12"],
		.bt_bb_column[data-width="6"] {
			-webkit-flex-basis: 100%;
			flex-basis: 100%;
			max-width: 100%;
		}
	}

	@media (min-width: 1401px) {
		.bt_bb_column.col-xxl-12 {
			-webkit-flex-basis: 100%;
			flex-basis: 100%;
			max-width: 100%;
		}

		.bt_bb_column.col-xxl-6 {
			-webkit-flex-basis: 50%;
			flex-basis: 50%;
			max-width: 50%;
		}
	}

	@media (min-width: 1201px) and (max-width: 1400px) {
		.bt_bb_column.col-xl-12 {
			-webkit-flex-basis: 100%;
			flex-basis: 100%;
			max-width: 100%;
		}

		.bt_bb_column.col-xl-6 {
			-webkit-flex-basis: 50%;
			flex-basis: 50%;
			max-width: 50%;
		}
	}

	@media (max-width: 480px) {
		.bt_bb_hidden_xs {
			display: none !important;
		}
	}

	@media (min-width: 481px) and (max-width: 768px) {
		.bt_bb_hidden_ms {
			display: none !important;
		}
	}

	@media (min-width: 769px) and (max-width: 992px) {
		.bt_bb_hidden_sm {
			display: none !important;
		}
	}

	.bt_bb_section {
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		color: var(--section-primary-color);
		/*background-color: #2f8ddbc4;*/
	}

	.bt_bb_section>.bt_bb_port {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bt_bb_section>.bt_bb_port .bt_bb_cell {
		position: relative;
	}

	.bt_bb_section.bt_bb_vertical_align_top>.bt_bb_port {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.bt_bb_section[class*="bt_bb_background_overlay"]:before {
		content: ' ';
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
		position: relative;
		z-index: 1;
	}

	.bt_bb_section.bt_bb_top_spacing_extra_large>.bt_bb_port {
		padding-top: 16em;
	}

	.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port {
		padding-bottom: 8em;
	}

	.bt_bb_section .bt_bb_background_image_holder_wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		background-size: inherit;
		background-position: inherit;
	}

	.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-size: inherit;
		background-position: inherit;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}

	.bt_bb_row {
		color: var(--row-primary-color);
		background-color: var(--row-secondary-color);
	}

	.bt_bb_row_holder {
		height: auto;
		margin: 0 -20px;
	}

	.bt_bb_row_holder .bt_bb_column {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		padding-left: 20px;
		padding-right: 20px;
		color: var(--column-primary-color);
		background-color: var(--column-secondary-color);
	}

	.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_top {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_bottom {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
		width: 100%;
	}

	.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
		color: var(--column-inner-primary-color);
		background-color: var(--column-inner-secondary-color);
	}

	.bt_bb_align_left.bt_bb_column {
		text-align: left;
	}

	.bt_bb_cell {
		width: 100%;
	}

	.bt_bb_layout_boxed_1200 .bt_bb_cell {
		width: 1200px;
		max-width: -webkit-calc(100% - 40px);
		max-width: -moz-calc(100% - 40px);
		max-width: calc(100% - 40px);
	}

	.bt_bb_button {
		display: inline-block;
		line-height: 1;
		margin-bottom: .25em;
	}

	.bt_bb_align_left .bt_bb_button {
		float: left;
		margin-right: .5em;
		margin-left: 0;
	}

	.bt_bb_size_normal.bt_bb_button {
		font-size: 1em;
	}

	.bt_bb_button a {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		text-decoration: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 1em 3em;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.bt_bb_button a:hover {
		text-decoration: none;
	}

	.bt_bb_button .bt_bb_icon_holder {
		display: block;
	}

	.bt_bb_button .bt_bb_icon_holder:before {
		display: block;
		font-size: inherit;
		line-height: 1;
		font-weight: 400;
	}

	.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-right: .5em;
	}

	.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.bt_bb_separator {
		line-height: 0;
		display: block;
		clear: both;
	}

	.bt_bb_separator:before,
	.bt_bb_separator:after {
		content: ' ';
		display: table;
		width: 100%;
		clear: both;
		border-width: inherit;
	}

	.bt_bb_separator:before {
		top: 0;
		bottom: 0;
	}

	.bt_bb_separator.bt_bb_bottom_spacing_medium {
		margin-bottom: 4em;
	}

	.bt_bb_separator.bt_bb_bottom_spacing_60 {
		margin-bottom: 60px;
	}

	.bt_bb_headline {
		color: var(--primary-color);
	}

	.bt_bb_align_left .bt_bb_headline {
		text-align: left;
	}

	.bt_bb_headline h1 {
		display: block;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		overflow-wrap: inherit;
	}

	.bt_bb_size_extralarge.bt_bb_headline h1 {
		font-size: 3.5rem;
	}

	.bt_bb_headline .bt_bb_headline_content {
		display: block;
		color: inherit;
	}

	.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before {
		content: ' ';
		display: block;
		width: 2em;
		margin: 0 0 .4em;
		border-style: solid;
		border-width: 2px 0 0;
	}

	.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before {
		margin-right: auto;
		margin-left: 0;
	}

	.bt_bb_headline .bt_bb_headline_content span {
		display: block;
	}

	.bt_bb_headline .bt_bb_headline_content span:before,
	.bt_bb_headline .bt_bb_headline_content span:after {
		clear: both;
		content: ' ';
		line-height: 0;
		display: table;
		width: 100%;
	}

	.bt_bb_headline .bt_bb_headline_superheadline {
		font-weight: 400;
		display: block;
		margin-bottom: 1em;
		font-size: .5em;
	}

	.bt_bb_headline:after {
		clear: both;
		content: ' ';
		display: table;
		width: 100%;
	}

	.bt_bb_headline .bt_bb_headline_subheadline {
		clear: both;
	}

	.bt_bb_headline .bt_bb_headline_superheadline {
		color: var(--secondary-color);
	}

	.animate {
		-webkit-transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
		-moz-transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
		transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
	}

	.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
		-webkit-transition-delay: 200ms;
		-moz-transition-delay: 200ms;
		transition-delay: 200ms;
	}

	.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		transition-delay: 400ms;
	}

	.bt_bb_animation_fade_in {
		opacity: 0;
	}

	.bt_bb_animation_fade_in.animated {
		opacity: 1;
	}

	.animate[class*="zoom_out"] {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}

	.animate[class*="zoom_out"].animated {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	@media all and (-ms-high-contrast: none),
	(-ms-high-contrast: active) {
		.bt_bb_row .bt_bb_column {
			height: auto;
			display: block;
		}

		.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
		}

		.bt_bb_row .bt_bb_column {
			max-width: 100%;
		}

		.bt_bb_column[data-width="12"] {
			max-width: 100%;
		}

		.bt_bb_column[data-width="6"] {
			max-width: 50%;
		}

		@media (max-width: 992px) {

			.bt_bb_column[data-width="12"],
			.bt_bb_column[data-width="6"] {
				max-width: 100%;
			}
		}

		@media (min-width: 1201px) {
			.bt_bb_column.col-xl-12 {
				max-width: 100%;
			}

			.bt_bb_column.col-xl-6 {
				max-width: 50%;
			}
		}
	}
}
	.bt_bb_section[class*="accent_gradient"]:before {
		background: linear-gradient(to bottom, #2f8ddbc4 0%, transparent 100%);
	}
	 .ib-banner .bt_bb_headline_subheadline, .ib-banner span.bt_bb_headline_superheadline span{
        opacity:100% !important;
    }

@media screen {

	header,
	section {
		display: block;
	}

	*:focus,
	* {
		outline: none;
		outline: 0;
	}

	*,
	*:after,
	*:before {
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		background-repeat: no-repeat;
	}

	.bt-dark-skin {
		color: rgba(255, 255, 255, .7);
		background-color: #0f0f0f;
	}

	a {
		text-decoration: none;
		transition: 200ms ease all;
		color: inherit;
	}

	a:hover {
		text-decoration: none;
		color: #2f8ddb;
	}

	a,
	a:active,
	a:focus {
		outline: none;
	}

	h1 {
		font-family: "Inter", Arial, Helvetica, sans-serif;
	}

	h1:after {
		content: " ";
		display: table;
		width: 100%;
		clear: both;
	}

	/*.btLightSkin h1 {*/
	/*	color: #000;*/
	/*}*/

	.bt-dark-skin h1,
	.btLightSkin .bt-dark-skin h1 {
		color: #fff;
	}

	h1 {
		clear: both;
		padding: 0 0 .4em;
		line-height: 1;
		margin: 0;
		font-weight: bold;
		letter-spacing: -.03em;
	}

	h1 {
		font-size: 3em;
	}

	.bt_bb_layout_boxed_1200 .bt_bb_cell {
		width: 1200px;
		max-width: calc(100% - 60px);
	}

	::selection {
		background: #2F8DDB;
		color: #fff;
	}

	::placeholder {
		color: #000;
	}

	.bt-dark-skin ::placeholder {
		color: #fff;
	}

	.bt_bb_headline_superheadline {
		margin-bottom: 1em;
		line-height: 1.5;
	}

	.bt_bb_headline h1 {
		margin: 0;
		padding: 0;
	}

	html:not(.bt_bb_touch) .bt_bb_parallax {
		background-attachment: fixed !important;
	}

	.bt_bb_section {
		position: relative;
	}

	.bt_bb_section[class*="bt_bb_background_overlay"]:before {
		left: -1px;
		top: -1px;
		right: -1px;
		bottom: -1px;
	}



	.bt_bb_section[class*="bt_bb_background_overlay"]:before {
		content: "";
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
		position: relative;
		z-index: 1;
	}

	.bt_bb_section.bt_bb_top_spacing_extra_large>.bt_bb_port {
		padding-top: 16em;
	}

	.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port {
		padding-bottom: 8em;
	}

	.bt_bb_separator.bt_bb_bottom_spacing_60 {
		margin-bottom: 60px;
	}

	.bt_bb_separator.bt_bb_bottom_spacing_medium {
		margin-bottom: 4em;
	}

	.bt_bb_separator:after {
		display: none;
	}

	.bt_bb_headline {
		position: relative;
	}

	.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline_outside {
		line-height: 1.125rem;
	}

	.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline_outside {
		line-height: 1.125rem;
	}

	[style*="color:"].bt_bb_headline .bt_bb_headline_superheadline_outside {
		color: inherit;
	}

	.bt_bb_headline .bt_bb_headline_superheadline {
		font-size: 1rem;
		font-family: "Inter", Arial, Helvetica, sans-serif;
		display: block;
		letter-spacing: 0;
		font-weight: normal;
		margin-bottom: .5em;
		z-index: 2;
	}

	.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
		font-size: 20px;
		color:#1E1E1E;
	}
	.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline {
		position: relative;
		z-index: 2;
		margin-bottom: 1em;
	}

	.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline {
		padding-left: .83em;
	}

	.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
		content: "";
		display: block;
		background: #2F8DDB;
		width: 2.5rem;
		height: 2.5rem;
		position: absolute;
		z-index: -1;
		top: 0;
	}

	.btGeneralElementsStyle_skewed .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
		/*transform: skewY(-30deg);*/
		/*transform-origin: left bottom;*/
		border-radius:50%;
	}

	.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
		left: 0;
	}

	.bt_bb_size_extralarge.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
		width: 2.5rem;
		height: 2.5rem;
		margin-top: -.4rem;
	}

	.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1em;
		font-family: "Inter", Arial, Helvetica, sans-serif;
		margin-top: .75em;
		line-height: 1.5em;
	}

	.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1.125rem;
	}

	.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1.125rem;
	}

	[style*="color:"].bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		color: inherit;
	}

	.bt_bb_headline h1 {
		position: relative;
	}

	.bt_bb_size_extralarge.bt_bb_headline h1 {
		font-size: 4.375rem;
	}

	[style*="color:"].bt_bb_headline h1 {
		color: inherit;
	}

	.bt_bb_headline .bt_bb_headline_content {
		position: relative;
		z-index: 1;
		display: inline-block;
	}

	.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before {
		display: none !important;
	}

	[style*="color:"].bt_bb_headline .bt_bb_headline_content {
		color: inherit;
	}

	.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
		position: absolute;
		color: transparent;
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -55%);
		opacity: .125;
		font-size: 3em;
		transition: 1500ms cubic-bezier(.23, 1, 1, 1) all;
		pointer-events: none;
		display: block;
		letter-spacing: -.04em;
		user-select: none;
		white-space: nowrap;
	}

	.btLightSkin .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
		-webkit-text-stroke: .09rem #000;
	}

	.bt-dark-skin .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text,
	.btLightSkin .bt-dark-skin .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
		-webkit-text-stroke: .09rem (darkFontColor);
	}

	.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text.bt_bb_outline_text_size_400 {
		font-size: 4em;
	}

	.bt_bb_column[class*="bt_bb_animation_"] .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
		transform: translate(-150%, -55%);
		transform-origin: center;
		transition-delay: 750ms;
		opacity: 0;
	}

	.bt_bb_column.animated[class*="bt_bb_animation_"] .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
		transform: translate(-34%, -55%);
		opacity: .125;
	}

	body.btHideHeadline .bt-content-wrap .bt_bb_wrapper>section.bt_bb_section:first-of-type .bt_bb_column:not(.bt_bb_align_center):not(.bt_bb_align_right) .bt_bb_headline.bt_bb_dash_top .bt_bb_headline_content:before {
		margin-left: -15px;
	}

	.bt-content .bt_bb_button a {
		color: inherit;
		overflow: hidden;
	}

	.bt_bb_button .bt_bb_button_text {
		font-weight: bold;
		letter-spacing: 0;
	}

	.bt_bb_size_normal.bt_bb_button {
		font-size: 1em;
	}

	.bt_bb_button a {
		padding: 0;
		align-items: normal;
		font-size: inherit;
	}

	.btLightSkin .bt_bb_button a.bt_bb_link {
		color: #000;
	}

	.bt-dark-skin .bt_bb_button a.bt_bb_link,
	.btLightSkin .bt-dark-skin .bt_bb_button a.bt_bb_link {
		color: #fff;
	}

	.btLightSkin .bt_bb_button a.bt_bb_link:hover {
		color: #000;
	}

	.bt-dark-skin .bt_bb_button a.bt_bb_link:hover,
	.btLightSkin .bt-dark-skin .bt_bb_button a.bt_bb_link:hover {
		color: #fff;
	}

	.bt_bb_button a .bt_bb_button_text {
		transition: 300ms ease all;
		position: relative;
		color: inherit;
		font-family: "Inter", Arial, Helvetica, sans-serif;
	}

	.bt_bb_size_normal.bt_bb_button a .bt_bb_button_text {
		padding: 1.063em;
	}

	.bt_bb_button a .bt_bb_button_text:after {
		content: "";
		display: block;
		position: absolute;
		background: currentColor;
		opacity: 0;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.bt_bb_button a .bt_bb_icon_holder {
		transition: 300ms ease all;
		padding: 0;
		width: 1em;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1 0 3em;
		min-width: 3em;
	}

	.bt_bb_button a.bt_bb_link:hover {
		transform: translateY(-5px);
		box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	}

	.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
		order: 1;
		margin: 0 -1.5em 0 0;
	}

	.bt_bb_button.bt_bb_icon_position_left[class*="bt_bb_icon_color_scheme_"] .bt_bb_icon_holder {
		margin: 0;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a {
		align-items: center;
		align-content: center;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
		z-index: 1;
		min-height: 4em;
		display: flex;
		align-items: center;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
		opacity: .9;
	}

	.bt_bb_size_normal.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
		padding: 1.063em 1.5em;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
		width: 5em;
		height: 4em;
		transition: 300ms ease all;
		position: relative;
		overflow: hidden;
		flex-basis: 5em;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder:before {
		font-size: 2em;
		z-index: 2;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder:after {
		content: "";
		display: block;
		position: absolute;
		left: -1px;
		top: -1px;
		right: -1px;
		bottom: -1px;
		background: #f1b209;
		z-index: 1;
		transform: scaleY(0);
		transform-origin: top;
		transition: 300ms ease transform;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a:hover {
		transform: none;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
		color: #fff;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder:after {
		transform: scaleY(1);
		transform-origin: bottom;
	}

	.bt_bb_button.bt_bb_style_with_huge_icon.bt_bb_icon_position_left .bt_bb_icon_holder {
		margin: 0;
	}

	@media (max-width: 1399px) {
		.bt_bb_size_extralarge.bt_bb_headline h1 {
			font-size: 3rem !important;
		}
	}

	@media (max-width: 1199px) {
		.bt_bb_size_extralarge.bt_bb_headline h1 {
			font-size: 3rem !important;
		}
	}

	@media all and (-ms-high-contrast: none),
	(-ms-high-contrast: active) {
		.bt_bb_parallax {
			transform: none;
			background-attachment: local;
			background-position: 0 0 !important;
		}

		.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
			display: block;
		}
	}
}


.bt_bb_headline .bt_bb_headline_superheadline {
	font-family: "Inter", Arial, Helvetica, sans-serif;
}

.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before {
	background: #2F8DDB;
}
.ib-banner .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before{
    background:#042C4C;
}
.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-family: "Inter", Arial, Helvetica, sans-serif;
}

.bt_bb_button a .bt_bb_button_text {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder:after {
	background: #9e263d;
}

.bt_bb_icon_holder:before {
    content: "";
    background: url(/assets/image/our_service_icon.png) no-repeat center center;
    background-size: contain;
    width:32px;
    height:34px;
}
.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon:hover .bt_bb_icon_holder:before{
    background: url(/assets/image/our_service_icon_dark.png) no-repeat center center;
    background-size: contain;
    width:32px;
    height:34px;
}

/*! CSS media=print */
@media print {
	* {
		box-sizing: border-box !important;
		background: #FFF !important;
		color: #000 !important;
		font-family: Helvetica, Arial, Roboto, sans-serif !important;
	}

	h1 {
		line-height: 1.25em;
		margin-top: .5em;
		margin-bottom: .5em;
	}

	h1 {
		font-size: 3.5rem !important;
	}

	.animate {
		display: block !important;
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		transition-delay: 0ms !important;
	}

	.bt_bb_section:before {
		display: none !important;
	}

	a {
		text-decoration: none !important;
		color: #000 !important;
	}

	.bt_bb_icon_holder:before,
	.bt_bb_icon_holder {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
	}

	.bt_bb_button {
		margin-bottom: 0;
	}

	.bt_bb_button a,
	.bt_bb_button a span {
		background: #FFF !important;
		color: #000 !important;
		box-shadow: none !important;
		border: 2px solid #000 !important;
	}

	.bt_bb_button a span {
		border: 0 !important;
	}

	.bt_bb_outline_text {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}

	.bt_bb_button[class*="bt_bb_color_scheme_"] a.bt_bb_link,
	.bt_bb_button[class*="bt_bb_color_scheme_"] a.bt_bb_link span.bt_bb_button_text {
		background: #FFF !important;
		color: #000 !important;
	}

	.bt_bb_headline .bt_bb_headline_superheadline {
		font-size: 1rem !important;
		line-height: 1.8em !important;
	}
}

/*! CSS Used from: Embedded */
.bt_bb_color_scheme_1.bt_bb_headline h1 {
	color: #ffffff;
}

.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_superheadline {
	color: #ffffff;
}

.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_superheadline span {
	opacity: .7;
}

.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_subheadline {
	color: #ffffff;
	opacity: .7;
}

.bt_bb_color_scheme_1.bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
	-webkit-text-stroke: .09rem #ffffff !important;
}

/*! CSS Used from: Embedded */
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a {
	box-shadow: none;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text {
	color: #ffffff;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_button_text:after {
	background: #042C4C;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a .bt_bb_icon_holder {
	background: #9e263d;
	color: #ffffff;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon:hover a .bt_bb_icon_holder,
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_with_huge_icon a:hover .bt_bb_icon_holder {
	color: #9e263d;
}

.bt_bb_color_scheme_6 .bt_bb_headline h1 {
	color: #ffffff;
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_superheadline {
	color: #ffffff;
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_superheadline span {
	opacity: .7;
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_subheadline {
	color: #ffffff;
	opacity: .7;
}

.bt_bb_color_scheme_6 .bt_bb_headline .bt_bb_headline_content .bt_bb_outline_text {
	-webkit-text-stroke: .09rem #ffffff !important;
}

/*.bt_bb_section.bt_bb_color_scheme_6 {*/
/*	color: #ffffff;*/
/*	background-color: #9e263d;*/
/*}*/

/*! CSS Used from: Embedded */
.bt_bb_icon_color_scheme_11.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
	background: #19385f;
}

.bt_bb_icon_color_scheme_11.bt_bb_button a.bt_bb_link .bt_bb_icon_holder:before {
	color: #ffffff;
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder {
	background: #2F8DDB;
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:before {
	color: #ffffff;
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after {
	background: #f5f9ff;
}

.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon:hover a.bt_bb_link .bt_bb_icon_holder:before,
.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link:hover .bt_bb_icon_holder:before {
	color: #19385f;
}</style>