@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0e344e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e344e !important;
  border-color: #0e344e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #02090d !important;
  border-color: #02090d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02090d !important;
  border-color: #02090d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e344e;
  border-color: #0e344e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e344e !important;
  border-color: #0e344e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0e344e !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e344e;
  border-color: #0e344e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0e344e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5fade2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0e344e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e344e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e344e;
  border-bottom-color: #0e344e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0e344e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230e344e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}



@media (min-width: 1006px) and (max-width: 1199.98px) {
	header {
  		position: relative;
  		background-color: black;
  		height: 80vh;
  		min-height: 25rem;
  		width: 100%;
  		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	header {
  		position: relative;
  		background-color: black;
  		height: 100vh;
  		min-height: 25rem;
  		width: 100%;
  		overflow: hidden;
	}
}
@media (max-width: 1005px) {
	header {
  		display:none;
	}
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}


@media (min-width: 1006px) {
	.header_spacer {
		height:120px;
		background:#000000;
	}
}
@media (max-width: 1005px) {
	.header_spacer {
		height:80px;
		background:#000000;
	}
}


@media (min-width: 1005px) {
	.cid-rEvfz48qzQ-wide {
  		padding-top: 15rem;
  		padding-bottom: 15rem;
  		background-image: url("../../../assets/img/hbc_index.jpg");
  		background-color:#132b3b;
	}
	.cid-rEvfz48qzQ-wide h3 {
  		width: fit-content;
  		position: relative;
  		margin-bottom: 1.4rem;
  		letter-spacing: 6px;
	}
	.cid-rEvfz48qzQ-wide h3:after {
  		position: absolute;
  		content: '';
  		top: 0;
  		margin-left:20px;
  		margin-top:12px;
  		bottom: 0;
  		width: 40px;
  		height: 1px;
  		background: currentColor;
	}
	.cid-rEvfz48qzQ-wide .btn {
  		margin: 0.2rem!important;
	}
	.cid-rEvfz48qzQ-wide h3 {
  		margin: auto;
  		margin-bottom: 1.4rem;
	}
	.cid-rEvfz48qzQ-wide h3:before {
  		position: absolute;
  		content: '';
  		left: -60px;
  		top: 0;
  		margin: auto;
  		bottom: 0;
  		width: 40px;
  		height: 1px;
  		background: currentColor;
	}
	.cid-rEvfz48qzQ-wide H1 {
  		text-align:center;
	}
	.cid-rEvfz48qzQ-wide H2 {
  		text-align:center;
		font-size:1.2em;
	}
}
@media (max-width: 1005px) {
	.cid-rEvfz48qzQ-wide {
  		display:none;
	}
}

@media (min-width: 1005px) {
	.cid-rEvfz48qzQ {
		display:none;
	}
}
@media (max-width: 1005px) {
	.cid-rEvfz48qzQ {
  		padding-top: 80px;
  		padding-bottom: 120px;
  		background-image: url("../../../assets/img/hbc_index.jpg");
  		background-color:#132b3b;
	}
	.cid-rEvfz48qzQ h3 {
  		width: fit-content;
  		position: relative;
  		margin-bottom: 1.4rem;
  		letter-spacing: 6px;
	}
	.cid-rEvfz48qzQ h3:after {
  		position: absolute;
  		content: '';
  		top: 0;
  		margin-left:20px;
  		margin-top:12px;
  		bottom: 0;
  		width: 40px;
  		height: 1px;
  		background: currentColor;
	}
	.cid-rEvfz48qzQ .btn {
  		margin: 0.2rem!important;
	}
	.cid-rEvfz48qzQ h3 {
  		margin: auto;
  		margin-bottom: 1.4rem;
	}
	.cid-rEvfz48qzQ h3:before {
  		position: absolute;
  		content: '';
  		left: -60px;
  		top: 0;
  		margin: auto;
  		bottom: 0;
  		width: 40px;
  		height: 1px;
  		background: currentColor;
	}
	.cid-rEvfz48qzQ H1 {
  		text-align:center;
	}
	.cid-rEvfz48qzQ H2 {
  		text-align:center;
		font-size:1.2em;
	}
}
.cid-skT1qXFs1w {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../../assets/img/hbc_special_background.jpg");
  overflow: hidden;
}
.cid-skT1qXFs1w svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skT1qXFs1w #e2_shape {
  fill: #ffffff !important;
}
.cid-skT1qXFs1w img {
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-skT1qXFs1w img {
    width: 90%!important;
  }
}
.cid-skT1qXFs1w H1 {
  color: #ffffff;
}
.cid-scLzaAhCjC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/img/background_1.jpg");
}
.cid-scLzaAhCjC .text-content .btn-bgr {
  z-index: 0;
}
.cid-scLzaAhCjC .mbr-overlay {
  background: #09101f;
}
.cid-scLzaAhCjC .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-scLzaAhCjC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scLzaAhCjC .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-scLzaAhCjC .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scLzaAhCjC .text-content {
    margin-bottom: 2rem;
  }
}
.cid-skSVhbEB8G {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/img/hbc_series_background.jpg");
  overflow: hidden;
  background-color:#132b3b;
}
.cid-skSVhbEB8G svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-skSVhbEB8G #e2_shape {
  fill: #ffffff !important;
}
.cid-skSVhbEB8G img {
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-skSVhbEB8G img {
    width: 90%!important;
  }
}
.cid-skSVhbEB8G H1 {
  color: #ffffff;
}
.cid-skSVhbEB8G H3 {
  color: #ffffff;
}
.cid-scFs42zB5A {
}
.cid-scFs42zB5A .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-scFs42zB5A .text-content .btn-bgr {
  z-index: 0;
}
.cid-scFs42zB5A .mbr-overlay {
  background: linear-gradient(90deg, #7f1933, #0e344e);
}
.cid-scFs42zB5A H3 {
  color: #000000;
  font-weight: 300;
}
.cid-scFs42zB5A P {
  color: #767676;
}
.cid-scFs42zB5A H2 {
  color: #000000;
}
.cid-scFs42zB5A .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-scFs42zB5A .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-scFs42zB5A .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
  opacity:.9;
}
@media (max-width: 991px) {
  .cid-scFs42zB5A .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-scFs42zB5A .text-content {
    width: 100%;
  }
}
.cid-scFs42zB5A .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-scFs42zB5A .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-scFs42zB5A .mbr-text {
    text-align: center;
  }
}
.cid-rEvfzB3vnS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEvfzB3vnS .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rEvfzB3vnS .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rEvfzB3vnS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rEvfzB3vnS h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rEvfzB3vnS h4:before {
  position: absolute;
  content: '';
  top: 0;
  margin-left:-80px;
  margin-top:15px;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfzB3vnS h4:after {
  position: absolute;
  content: '';
  top: 0;
  margin-left:30px;
  margin-top:15px;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfzB3vnS .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rEvfzB3vnS .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-rEvfzB3vnS .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-rEvfzB3vnS .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rEvfzB3vnS .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rEvfzB3vnS .card-title,
  .cid-rEvfzB3vnS .underline,
  .cid-rEvfzB3vnS .mbr-text,
  .cid-rEvfzB3vnS .mbr-section-btn,
  .cid-rEvfzB3vnS .mbr-section-subtitle,
  .cid-rEvfzB3vnS .mbr-section-title {
    text-align: center !important;
  }
  .cid-rEvfzB3vnS .wrapper {
    background-color: #000000;
  }
}
.cid-rEvfzB3vnS .mbr-section-title {
  text-align: left;
}
.cid-rEvfzB3vnS .mbr-section-title,
.cid-rEvfzB3vnS .underline {
  text-align: center;
}
.cid-rEvfzB3vnS H4 {
  color: #e1201d;
}
.cid-rEvfzB3vnT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEvfzB3vnT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rEvfzB3vnT .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rEvfzB3vnT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rEvfzB3vnT h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rEvfzB3vnT h4:before {
  position: absolute;
  content: '';
  top: 0;
  margin-left:-80px;
  margin-top:15px;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfzB3vnT h4:after {
  position: absolute;
  content: '';
  top: 0;
  margin-left:30px;
  margin-top:15px;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfzB3vnT .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rEvfzB3vnT .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-rEvfzB3vnT .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnT .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnT .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnT .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnT .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnT .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnT .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnT .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnT .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-rEvfzB3vnT .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rEvfzB3vnT .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rEvfzB3vnT .card-title,
  .cid-rEvfzB3vnT .underline,
  .cid-rEvfzB3vnT .mbr-text,
  .cid-rEvfzB3vnT .mbr-section-btn,
  .cid-rEvfzB3vnT .mbr-section-subtitle,
  .cid-rEvfzB3vnT .mbr-section-title {
    text-align: center !important;
  }
  .cid-rEvfzB3vnT .wrapper {
    background-color: #000000;
  }
}
.cid-rEvfzB3vnT .mbr-section-title {
  text-align: left;
}
.cid-rEvfzB3vnT .mbr-section-title,
.cid-rEvfzB3vnT .underline {
  text-align: center;
}
.cid-rEvfzB3vnT H4 {
  color: #e1201d;
}
.cid-rEvfDb7OmE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rEvfDb7OmE .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-rEvfDb7OmE .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rEvfDb7OmE .image-block:hover:before {
  opacity: 0.2;
}
.cid-rEvfDb7OmE .image-block:hover .wrap {
  opacity: 1;
}
.cid-rEvfDb7OmE h4 {
  letter-spacing: 2px;
}
.cid-rEvfDb7OmE figcaption {
  position: relative;
}
.cid-rEvfDb7OmE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rEvfDb7OmE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rEvfDb7OmE .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rEvfDb7OmE .wrap {
    opacity: 1!important;
  }
  .cid-rEvfDb7OmE .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rEvfCBFgG6 {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvfCBFgG6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rEvfCBFgG6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rEvfCBFgG6 .container {
    max-width: 1600px;
  }
}
.cid-rEvfCBFgG6 .container {
  padding: 0 2rem;
}
.cid-rEvfCBFgG6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rEvfCBFgG6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rEvfCBFgG6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rEvfCBFgG6 .bg1 {
  background: #29a7c6;
  min-height:570px;
}
.cid-rEvfCBFgG6 .bg2 {
  background: #ed6031;
  min-height:570px;
}
.cid-rEvfCBFgG6 .bg3 {
  background: #000000;
  min-height:570px;
}
.cid-rEvfCBFgG6 .bg4 {
  background: #d6952c;
  min-height:570px;
}
.cid-rEvfCBFgG6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rEvfCBFgG6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-rEvfCBFgG6 .team-item .item-image img {
  width: 100%;
}
.cid-rEvfCBFgG6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rEvfCBFgG6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rEvfCBFgG6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rEvfCBFgG6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rEvfCBFgG6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-rEvfCBFgG6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rEvfCBFgG6 .item-social {
    opacity: 1;
  }
}
.cid-sneaTPd5wN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sneaTPd5wN .mbr-section-subtitle {
  color: #767676;
}
.cid-sneaTPd5wN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sneaTPd5wN .container {
    max-width: 1600px;
  }
}
.cid-sneaTPd5wN .container {
  padding: 0 2rem;
}
.cid-sneaTPd5wN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sneaTPd5wN .item-caption {
  padding:3rem 1rem 1rem 1rem;
}
.cid-sneaTPd5wN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sneaTPd5wN .bg1 {
  background: #29a7c6;
  min-height:570px;
}
.cid-sneaTPd5wN .bg2 {
  background: #ed6031;
  min-height:570px;
}
.cid-sneaTPd5wN .bg3 {
  background: #000000;
  min-height:570px;
}
.cid-sneaTPd5wN .bg4 {
  background: #d6952c;
  min-height:570px;
}
.cid-sneaTPd5wN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sneaTPd5wN .team-item:hover .item-social {
  opacity: 1;
}
.cid-sneaTPd5wN .team-item .item-image img {
  width: 100%;
}
.cid-sneaTPd5wN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sneaTPd5wN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sneaTPd5wN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sneaTPd5wN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sneaTPd5wN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sneaTPd5wN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sneaTPd5wN .item-social {
    opacity: 1;
  }
}
#instagram-feed-block-2 .inst__title {
  color: #ffffff;
}
.cid-scFlrZuRrF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0e344e;
}
.cid-scFlrZuRrF h2,
.cid-scFlrZuRrF h3,
.cid-scFlrZuRrF h4,
.cid-scFlrZuRrF p {
  color: #ffffff;
}
.cid-scFlrZuRrF .mbr-overlay {
  z-index: -1;
}
.cid-scFlrZuRrF .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-scFlrZuRrF .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-scFlrZuRrF .form-control:focus,
.cid-scFlrZuRrF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-scFlrZuRrF .form-group {
  margin-bottom: 1rem;
}
.cid-scFlrZuRrF input::-webkit-input-placeholder,
.cid-scFlrZuRrF textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-scFlrZuRrF input:-moz-placeholder,
.cid-scFlrZuRrF textarea:-moz-placeholder {
  color: #656565;
}
.cid-scFlrZuRrF .jq-selectbox li,
.cid-scFlrZuRrF .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-scFlrZuRrF .jq-selectbox li:hover,
.cid-scFlrZuRrF .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-scFlrZuRrF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-scFlrZuRrF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-scFlrZuRrF .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-scFlrZuRrF .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFlrZuRrF .mbr-text {
  color: #767676;
}
.cid-scFlrZuRrF .form-block {
  padding: 3rem;
  position: relative;
}
.cid-scFlrZuRrF .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-scFlrZuRrF .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-scFlrZuRrF a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-scFlrZuRrF .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-scFlrZuRrF .input-group-btn {
  display: block;
  text-align: center;
}
.cid-scFlrZuRrF textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-scFlrZuRrF .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-scFlrZuRrF .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-scFlrZuRrF .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scFlrZuRrF h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-scFlrZuRrF .block-content {
    padding: 0;
  }
  .cid-scFlrZuRrF .form-block {
    padding: 1rem;
  }
}
.cid-scEE3i2xoI .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-scEE3i2xoI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scEE3i2xoI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scEE3i2xoI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scEE3i2xoI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
  opacity: 1;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
  text-align: left;
}
.cid-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
  text-align: left;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  text-align: left;
  width: 100%;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1005px) {
  .cid-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFLrv1vqi {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFLrv1vqi h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFLrv1vqi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFLrv1vqi .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFLrv1vqi h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFLrv1vqi h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFLrv1vqj {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFLrv1vqj h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFLrv1vqj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFLrv1vqj .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFLrv1vqj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFLrv1vqj h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFMBYMqH4 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-scFMBYMqH4 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFMBYMqH4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFMBYMqH4 .text-content {
  padding-right: 1.5rem;
}
.cid-scFMBYMqH4 .mbr-text,
.cid-scFMBYMqH4 .mbr-section-btn {
  color: #767676;
}
.cid-scFMBYMqH4 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFMBYMqH4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFMBYMqH4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFMBYMqH4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFMBYMqH4 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFMBYMqH4 .main-row {
    margin: 0;
  }
  .cid-scFMBYMqH4 .mbr-section-title,
  .cid-scFMBYMqH4 .mbr-text,
  .cid-scFMBYMqH4 .list,
  .cid-scFMBYMqH4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFMBYMqH4 .text-content {
    padding: 0;
  }
}
.cid-scFMBYMqH4 .list {
  color: #000000;
}
.cid-scFNOaRBVv {
  overflow: hidden !important;
  background: linear-gradient(to right, #0f7699 0%, #0f7699 30%, #020a14 30%, #020a14 100%);
}
.cid-scFNOaRBVv .animated-element {
  color: #efefef;
}
.cid-scFNOaRBVv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-scFNOaRBVv .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-scFNOaRBVv {
    background: #020a14;
  }
}
.cid-scFNOaRBVv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-scFNOaRBVv .mbr-text,
.cid-scFNOaRBVv .mbr-section-btn {
  color: #efefef;
}
.cid-scFP0rGZ8D {
  padding-top: 90px;
  padding-bottom: 180px;
}
.cid-scFP0rGZ8D .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-scFP0rGZ8D .block {
  background-color: #0e344e;
}
.cid-scFP0rGZ8D img {
  width: 100%;
}
.cid-scFP0rGZ8D .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-scFP0rGZ8D .content {
  max-width: 600px;
}
.cid-scFP0rGZ8D h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-scFP0rGZ8D .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-scFP0rGZ8D h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-scFP0rGZ8D .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-scFP0rGZ8D h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-scFP0rGZ8D H1 {
  color: #ffffff;
}
.cid-scFP0rGZ8D .mbr-text,
.cid-scFP0rGZ8D .mbr-section-btn {
  color: #ffffff;
}
.cid-scFP0rGZ8E {
  padding-top: 90px;
  padding-bottom: 180px;
}
.cid-scFP0rGZ8E .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-scFP0rGZ8E .block {
  background-color: #0e344e;
}
.cid-scFP0rGZ8E img {
  width: 100%;
}
.cid-scFP0rGZ8E .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-scFP0rGZ8E .content {
  max-width: 600px;
}
.cid-scFP0rGZ8E h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-scFP0rGZ8E .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-scFP0rGZ8E h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-scFP0rGZ8E .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-scFP0rGZ8E h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-scFP0rGZ8E H1 {
  color: #ffffff;
}
.cid-scFP0rGZ8E .mbr-text,
.cid-scFP0rGZ8E .mbr-section-btn {
  color: #ffffff;
}
.cid-scFP0rGZ8F {
  padding-top: 90px;
  padding-bottom: 180px;
}
.cid-scFP0rGZ8F .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-scFP0rGZ8F .block {
  background-color: #0e344e;
}
.cid-scFP0rGZ8F img {
  width: 100%;
}
.cid-scFP0rGZ8F .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-scFP0rGZ8F .content {
  max-width: 600px;
}
.cid-scFP0rGZ8F h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-scFP0rGZ8F .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-scFP0rGZ8F h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-scFP0rGZ8F .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-scFP0rGZ8F h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-scFP0rGZ8F H1 {
  color: #ffffff;
}
.cid-scFP0rGZ8F .mbr-text,
.cid-scFP0rGZ8F .mbr-section-btn {
  color: #ffffff;
}
.cid-scFLrGPU1N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFLrGPU1N .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFLrGPU1N .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFLrGPU1N .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFLrGPU1N .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFLrGPU1N .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFLrGPU1N .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFLrGPU1N .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFLrGPU1N .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFLrGPU1N .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFLrGPU1N .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFLrGPU1N .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFLrGPU1N .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFLrGPU1N .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFLrGPU1N .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFLrHLcUP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFLrHLcUP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFLrHLcUP a {
  font-style: normal;
}
.cid-scFLrHLcUP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFLrHLcUP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFLrHLcUP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFLrHLcUP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFLrHLcUP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFLrHLcUP .nav-item:focus,
.cid-scFLrHLcUP .nav-link:focus {
  outline: none;
}
.cid-scFLrHLcUP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFLrHLcUP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFLrHLcUP .menu-logo {
  margin-right: auto;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFLrHLcUP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFLrHLcUP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFLrHLcUP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFLrHLcUP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFLrHLcUP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFLrHLcUP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFLrHLcUP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFLrHLcUP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFLrHLcUP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFLrHLcUP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFLrHLcUP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFLrHLcUP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFLrHLcUP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFLrHLcUP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFLrHLcUP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFLrHLcUP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFLrHLcUP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFLrHLcUP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFLrHLcUP button.navbar-toggler:focus {
  outline: none;
}
.cid-scFLrHLcUP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFLrHLcUP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFLrHLcUP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFLrHLcUP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFLrHLcUP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFLrHLcUP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFLrHLcUP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFLrHLcUP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFLrHLcUP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFLrHLcUP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFLrHLcUP .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse.collapsing,
.cid-scFLrHLcUP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFLrHLcUP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFLrHLcUP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFLrHLcUP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFLrHLcUP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFLrHLcUP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFLrHLcUP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFLrHLcUP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFLrHLcUP .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFLrHLcUP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFLrHLcUP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFLrHLcUP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFLrHLcUP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFLrHLcUP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFLrHLcUP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFLrHLcUP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFLrHLcUP img {
    height: 3.8rem !important;
  }
  .cid-scFLrHLcUP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFLrHLcUP .menu-wrap {
    flex-direction: column;
  }
  .cid-scFLrHLcUP .btn {
    display: -webkit-flex;
  }
  .cid-scFLrHLcUP button.navbar-toggler {
    display: block;
  }
  .cid-scFLrHLcUP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFLrHLcUP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFLrHLcUP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFLrHLcUP .navbar-collapse.collapsing,
  .cid-scFLrHLcUP .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFLrHLcUP .navbar-collapse.collapsing .navbar-nav,
  .cid-scFLrHLcUP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFLrHLcUP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFLrHLcUP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFLrHLcUP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFLrHLcUP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFLrHLcUP .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFLrHLcUP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFLrHLcUP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFLrHLcUP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFLrHLcUP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFLrHLcUP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFLrHLcUP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFLrHLcUP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFLrHLcUP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFLrHLcUP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFLrHLcUP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFLrHLcUP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFLrHLcUP .nav-link:hover,
.cid-scFLrHLcUP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFQ1dPDhy {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFQ1dPDhy h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFQ1dPDhy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFQ1dPDhy .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFQ1dPDhy h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFQ1dPDhy h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFQ1eZEAc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-scFQ1eZEAc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFQ1eZEAc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFQ1eZEAc .text-content {
  padding-right: 1.5rem;
}
.cid-scFQ1eZEAc .mbr-text,
.cid-scFQ1eZEAc .mbr-section-btn {
  color: #000000;
}
.cid-scFQ1eZEAc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFQ1eZEAc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFQ1eZEAc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFQ1eZEAc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFQ1eZEAc .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFQ1eZEAc .main-row {
    margin: 0;
  }
  .cid-scFQ1eZEAc .mbr-section-title,
  .cid-scFQ1eZEAc .mbr-text,
  .cid-scFQ1eZEAc .list,
  .cid-scFQ1eZEAc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFQ1eZEAc .text-content {
    padding: 0;
  }
}
.cid-scFQ1eZEAc .list {
  color: #000000;
}
.cid-scFQ1gXkkP {
  padding-top: 0px;
  padding-bottom: 180px;
  background-image: url("../../../assets/img/background_2.jpg");
}
.cid-scFQ1gXkkP .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-scFQ1gXkkP .block {
  background-color: #0e344e;
}
.cid-scFQ1gXkkP img {
  width: 100%;
}
.cid-scFQ1gXkkP .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-scFQ1gXkkP .content {
  max-width: 600px;
}
.cid-scFQ1gXkkP h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-scFQ1gXkkP .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-scFQ1gXkkP h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-scFQ1gXkkP .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-scFQ1gXkkP h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-scFQ1gXkkP H1 {
  color: #ffffff;
}
.cid-scFQ1gXkkP .mbr-text,
.cid-scFQ1gXkkP .mbr-section-btn {
  color: #ffffff;
}
.cid-scFWk9zPWH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scFWk9zPWH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scFWk9zPWH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scFWk9zPWH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scFWk9zPWH .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-scFWk9zPWH .container {
  padding: 0;
}
.cid-scFWk9zPWH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scFWk9zPWH .icon-focus {
  display: none;
}
.cid-scFWk9zPWH .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-scFWk9zPWH .btn[class*=-outline]:hover,
.cid-scFWk9zPWH .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-scFWk9zPWH li:hover .btn-primary-outline,
.cid-scFWk9zPWH li:active .btn-primary-outline,
.cid-scFWk9zPWH li.active .btn-primary-outline {
  color: #0e344e !important;
}
.cid-scFWk9zPWH li:hover .btn-secondary-outline,
.cid-scFWk9zPWH li:active .btn-secondary-outline,
.cid-scFWk9zPWH li.active .btn-secondary-outline {
  color: #149dcc !important;
}
.cid-scFWk9zPWH li:hover .btn-info-outline,
.cid-scFWk9zPWH li:active .btn-info-outline,
.cid-scFWk9zPWH li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-scFWk9zPWH li:hover .btn-warning-outline,
.cid-scFWk9zPWH li:active .btn-warning-outline,
.cid-scFWk9zPWH li.active .btn-warning-outline {
  color: #879a9f !important;
}
.cid-scFWk9zPWH li:hover .btn-white-outline,
.cid-scFWk9zPWH li:active .btn-white-outline,
.cid-scFWk9zPWH li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-scFWk9zPWH li:hover .btn-black-outline,
.cid-scFWk9zPWH li:active .btn-black-outline,
.cid-scFWk9zPWH li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-scFWk9zPWH li:hover .btn-success-outline,
.cid-scFWk9zPWH li:active .btn-success-outline,
.cid-scFWk9zPWH li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-scFWk9zPWH li:hover .btn-danger-outline,
.cid-scFWk9zPWH li:active .btn-danger-outline,
.cid-scFWk9zPWH li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-scFWk9zPWH li {
  position: relative;
}
.cid-scFWk9zPWH .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-scFWk9zPWH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scFWk9zPWH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scFWk9zPWH .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-scFWk9zPWH .btn {
  font-family: DM Sans !important;
}
.cid-scFWk9zPWH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-scFWk9zPWH .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-scFWk9zPWH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-scFWk9zPWH .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-scFQ1iw925 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFQ1iw925 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFQ1iw925 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFQ1iw925 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFQ1iw925 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFQ1iw925 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFQ1iw925 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFQ1iw925 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFQ1iw925 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFQ1iw925 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFQ1iw925 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFQ1iw925 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFQ1iw925 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFQ1iw925 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFQ1iw925 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFQ1jx8Qn .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFQ1jx8Qn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFQ1jx8Qn a {
  font-style: normal;
}
.cid-scFQ1jx8Qn .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFQ1jx8Qn .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFQ1jx8Qn .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFQ1jx8Qn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFQ1jx8Qn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFQ1jx8Qn .nav-item:focus,
.cid-scFQ1jx8Qn .nav-link:focus {
  outline: none;
}
.cid-scFQ1jx8Qn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFQ1jx8Qn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFQ1jx8Qn .menu-logo {
  margin-right: auto;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFQ1jx8Qn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFQ1jx8Qn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFQ1jx8Qn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFQ1jx8Qn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFQ1jx8Qn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFQ1jx8Qn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFQ1jx8Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFQ1jx8Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFQ1jx8Qn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFQ1jx8Qn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFQ1jx8Qn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFQ1jx8Qn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFQ1jx8Qn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFQ1jx8Qn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFQ1jx8Qn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFQ1jx8Qn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFQ1jx8Qn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFQ1jx8Qn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFQ1jx8Qn button.navbar-toggler:focus {
  outline: none;
}
.cid-scFQ1jx8Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFQ1jx8Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFQ1jx8Qn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFQ1jx8Qn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFQ1jx8Qn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFQ1jx8Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFQ1jx8Qn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFQ1jx8Qn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFQ1jx8Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFQ1jx8Qn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFQ1jx8Qn .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.collapsing,
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFQ1jx8Qn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFQ1jx8Qn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFQ1jx8Qn .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFQ1jx8Qn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFQ1jx8Qn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFQ1jx8Qn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFQ1jx8Qn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFQ1jx8Qn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFQ1jx8Qn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFQ1jx8Qn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFQ1jx8Qn img {
    height: 3.8rem !important;
  }
  .cid-scFQ1jx8Qn .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFQ1jx8Qn .menu-wrap {
    flex-direction: column;
  }
  .cid-scFQ1jx8Qn .btn {
    display: -webkit-flex;
  }
  .cid-scFQ1jx8Qn button.navbar-toggler {
    display: block;
  }
  .cid-scFQ1jx8Qn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFQ1jx8Qn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFQ1jx8Qn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFQ1jx8Qn .navbar-collapse.collapsing,
  .cid-scFQ1jx8Qn .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFQ1jx8Qn .navbar-collapse.collapsing .navbar-nav,
  .cid-scFQ1jx8Qn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFQ1jx8Qn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFQ1jx8Qn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFQ1jx8Qn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFQ1jx8Qn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFQ1jx8Qn .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFQ1jx8Qn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFQ1jx8Qn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFQ1jx8Qn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFQ1jx8Qn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFQ1jx8Qn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFQ1jx8Qn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFQ1jx8Qn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFQ1jx8Qn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFQ1jx8Qn .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFQ1jx8Qn .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFQ1jx8Qn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFQ1jx8Qn .nav-link:hover,
.cid-scFQ1jx8Qn .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFQOCzR7Z {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/img/hbc_youth_main.jpg");
  background-color:#132b3b;
}
.cid-scFQOCzR7Z h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFQOCzR7Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFQOCzR7Z .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFQOCzR7Z h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFQOCzR7Z h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFQODBckv {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-scFQODBckv .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFQODBckv .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFQODBckv .text-content {
  padding-right: 1.5rem;
}
.cid-scFQODBckv .mbr-text,
.cid-scFQODBckv .mbr-section-btn {
  color: #000000;
}
.cid-scFQODBckv .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFQODBckv .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFQODBckv .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFQODBckv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFQODBckv .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFQODBckv .main-row {
    margin: 0;
  }
  .cid-scFQODBckv .mbr-section-title,
  .cid-scFQODBckv .mbr-text,
  .cid-scFQODBckv .list,
  .cid-scFQODBckv .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFQODBckv .text-content {
    padding: 0;
  }
}
.cid-scFQODBckv .list {
  color: #000000;
}
.cid-scFQOFOm8k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFQOFOm8k .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFQOFOm8k .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFQOFOm8k .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFQOFOm8k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFQOFOm8k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFQOFOm8k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFQOFOm8k .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFQOFOm8k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFQOFOm8k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFQOFOm8k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFQOFOm8k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFQOFOm8k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFQOFOm8k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFQOFOm8k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFQOGMvVy .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFQOGMvVy .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFQOGMvVy a {
  font-style: normal;
}
.cid-scFQOGMvVy .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFQOGMvVy .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFQOGMvVy .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFQOGMvVy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFQOGMvVy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFQOGMvVy .nav-item:focus,
.cid-scFQOGMvVy .nav-link:focus {
  outline: none;
}
.cid-scFQOGMvVy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFQOGMvVy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFQOGMvVy .menu-logo {
  margin-right: auto;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFQOGMvVy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFQOGMvVy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFQOGMvVy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFQOGMvVy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFQOGMvVy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFQOGMvVy .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFQOGMvVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFQOGMvVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFQOGMvVy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFQOGMvVy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFQOGMvVy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFQOGMvVy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFQOGMvVy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFQOGMvVy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFQOGMvVy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFQOGMvVy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFQOGMvVy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFQOGMvVy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFQOGMvVy button.navbar-toggler:focus {
  outline: none;
}
.cid-scFQOGMvVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFQOGMvVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFQOGMvVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFQOGMvVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFQOGMvVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFQOGMvVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFQOGMvVy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFQOGMvVy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFQOGMvVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFQOGMvVy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFQOGMvVy .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse.collapsing,
.cid-scFQOGMvVy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFQOGMvVy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFQOGMvVy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFQOGMvVy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFQOGMvVy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFQOGMvVy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFQOGMvVy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFQOGMvVy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFQOGMvVy .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFQOGMvVy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFQOGMvVy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFQOGMvVy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFQOGMvVy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFQOGMvVy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFQOGMvVy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFQOGMvVy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFQOGMvVy img {
    height: 3.8rem !important;
  }
  .cid-scFQOGMvVy .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFQOGMvVy .menu-wrap {
    flex-direction: column;
  }
  .cid-scFQOGMvVy .btn {
    display: -webkit-flex;
  }
  .cid-scFQOGMvVy button.navbar-toggler {
    display: block;
  }
  .cid-scFQOGMvVy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFQOGMvVy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFQOGMvVy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFQOGMvVy .navbar-collapse.collapsing,
  .cid-scFQOGMvVy .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFQOGMvVy .navbar-collapse.collapsing .navbar-nav,
  .cid-scFQOGMvVy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFQOGMvVy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFQOGMvVy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFQOGMvVy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFQOGMvVy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFQOGMvVy .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFQOGMvVy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFQOGMvVy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFQOGMvVy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFQOGMvVy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFQOGMvVy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFQOGMvVy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFQOGMvVy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFQOGMvVy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFQOGMvVy .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFQOGMvVy .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFQOGMvVy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFQOGMvVy .nav-link:hover,
.cid-scFQOGMvVy .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFU9DC3ES {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFU9DC3ES h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFU9DC3ES h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFU9DC3ES .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFU9DC3ES h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFU9DC3ES h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFU9EIFRq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-scFU9EIFRq .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFU9EIFRq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFU9EIFRq .text-content {
  padding-right: 1.5rem;
}
.cid-scFU9EIFRq .mbr-text,
.cid-scFU9EIFRq .mbr-section-btn {
  color: #000000;
}
.cid-scFU9EIFRq .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFU9EIFRq .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFU9EIFRq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFU9EIFRq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFU9EIFRq .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFU9EIFRq .main-row {
    margin: 0;
  }
  .cid-scFU9EIFRq .mbr-section-title,
  .cid-scFU9EIFRq .mbr-text,
  .cid-scFU9EIFRq .list,
  .cid-scFU9EIFRq .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFU9EIFRq .text-content {
    padding: 0;
  }
}
.cid-scFU9EIFRq .list {
  color: #000000;
}
.cid-scFU9HUgF1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFU9HUgF1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFU9HUgF1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFU9HUgF1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFU9HUgF1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFU9HUgF1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFU9HUgF1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFU9HUgF1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFU9HUgF1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFU9HUgF1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFU9HUgF1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFU9HUgF1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFU9HUgF1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFU9HUgF1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFU9HUgF1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFU9IUNug .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFU9IUNug .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFU9IUNug a {
  font-style: normal;
}
.cid-scFU9IUNug .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFU9IUNug .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFU9IUNug .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFU9IUNug .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFU9IUNug .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFU9IUNug .nav-item:focus,
.cid-scFU9IUNug .nav-link:focus {
  outline: none;
}
.cid-scFU9IUNug .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFU9IUNug .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFU9IUNug .menu-logo {
  margin-right: auto;
}
.cid-scFU9IUNug .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFU9IUNug .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFU9IUNug .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFU9IUNug .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFU9IUNug .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFU9IUNug .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFU9IUNug .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFU9IUNug .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFU9IUNug .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFU9IUNug .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFU9IUNug .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFU9IUNug .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFU9IUNug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFU9IUNug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFU9IUNug .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFU9IUNug .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFU9IUNug .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFU9IUNug .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFU9IUNug .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFU9IUNug .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFU9IUNug .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFU9IUNug .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFU9IUNug .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFU9IUNug button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFU9IUNug button.navbar-toggler:focus {
  outline: none;
}
.cid-scFU9IUNug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFU9IUNug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFU9IUNug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFU9IUNug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFU9IUNug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFU9IUNug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFU9IUNug nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFU9IUNug nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFU9IUNug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFU9IUNug .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFU9IUNug .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFU9IUNug .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFU9IUNug .collapsed .navbar-collapse.collapsing,
.cid-scFU9IUNug .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFU9IUNug .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFU9IUNug .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFU9IUNug .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFU9IUNug .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFU9IUNug .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFU9IUNug .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFU9IUNug .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFU9IUNug .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFU9IUNug .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFU9IUNug .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFU9IUNug .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFU9IUNug .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFU9IUNug .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFU9IUNug .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFU9IUNug .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFU9IUNug .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFU9IUNug .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFU9IUNug .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFU9IUNug.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFU9IUNug img {
    height: 3.8rem !important;
  }
  .cid-scFU9IUNug .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFU9IUNug .menu-wrap {
    flex-direction: column;
  }
  .cid-scFU9IUNug .btn {
    display: -webkit-flex;
  }
  .cid-scFU9IUNug button.navbar-toggler {
    display: block;
  }
  .cid-scFU9IUNug .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFU9IUNug .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFU9IUNug .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFU9IUNug .navbar-collapse.collapsing,
  .cid-scFU9IUNug .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFU9IUNug .navbar-collapse.collapsing .navbar-nav,
  .cid-scFU9IUNug .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFU9IUNug .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFU9IUNug .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFU9IUNug .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFU9IUNug .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFU9IUNug .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFU9IUNug .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFU9IUNug .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFU9IUNug .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFU9IUNug .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFU9IUNug .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFU9IUNug .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFU9IUNug .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFU9IUNug .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFU9IUNug .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFU9IUNug .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFU9IUNug .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFU9IUNug .nav-link:hover,
.cid-scFU9IUNug .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFWvhwcWi {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFWvhwcWi h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFWvhwcWi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFWvhwcWi .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFWvhwcWi h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFWvhwcWi h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFWviwyc6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-scFWviwyc6 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFWviwyc6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFWviwyc6 .text-content {
  padding-right: 1.5rem;
}
.cid-scFWviwyc6 .mbr-text,
.cid-scFWviwyc6 .mbr-section-btn {
  color: #000000;
}
.cid-scFWviwyc6 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFWviwyc6 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFWviwyc6 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFWviwyc6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFWviwyc6 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFWviwyc6 .main-row {
    margin: 0;
  }
  .cid-scFWviwyc6 .mbr-section-title,
  .cid-scFWviwyc6 .mbr-text,
  .cid-scFWviwyc6 .list,
  .cid-scFWviwyc6 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFWviwyc6 .text-content {
    padding: 0;
  }
}
.cid-scFWviwyc6 .list {
  color: #000000;
}
.cid-scFWvkWc2k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFWvkWc2k .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFWvkWc2k .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFWvkWc2k .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFWvkWc2k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFWvkWc2k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFWvkWc2k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFWvkWc2k .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFWvkWc2k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFWvkWc2k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFWvkWc2k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFWvkWc2k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFWvkWc2k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFWvkWc2k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFWvkWc2k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFWvlUuhI .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFWvlUuhI .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFWvlUuhI a {
  font-style: normal;
}
.cid-scFWvlUuhI .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFWvlUuhI .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFWvlUuhI .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFWvlUuhI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFWvlUuhI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFWvlUuhI .nav-item:focus,
.cid-scFWvlUuhI .nav-link:focus {
  outline: none;
}
.cid-scFWvlUuhI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFWvlUuhI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFWvlUuhI .menu-logo {
  margin-right: auto;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFWvlUuhI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFWvlUuhI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFWvlUuhI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFWvlUuhI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFWvlUuhI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFWvlUuhI .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFWvlUuhI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFWvlUuhI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFWvlUuhI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFWvlUuhI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFWvlUuhI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFWvlUuhI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFWvlUuhI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFWvlUuhI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFWvlUuhI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFWvlUuhI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFWvlUuhI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFWvlUuhI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFWvlUuhI button.navbar-toggler:focus {
  outline: none;
}
.cid-scFWvlUuhI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFWvlUuhI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFWvlUuhI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFWvlUuhI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFWvlUuhI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFWvlUuhI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFWvlUuhI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFWvlUuhI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFWvlUuhI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFWvlUuhI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFWvlUuhI .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse.collapsing,
.cid-scFWvlUuhI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFWvlUuhI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFWvlUuhI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFWvlUuhI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFWvlUuhI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFWvlUuhI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFWvlUuhI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFWvlUuhI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFWvlUuhI .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFWvlUuhI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFWvlUuhI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFWvlUuhI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFWvlUuhI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFWvlUuhI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFWvlUuhI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFWvlUuhI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFWvlUuhI img {
    height: 3.8rem !important;
  }
  .cid-scFWvlUuhI .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFWvlUuhI .menu-wrap {
    flex-direction: column;
  }
  .cid-scFWvlUuhI .btn {
    display: -webkit-flex;
  }
  .cid-scFWvlUuhI button.navbar-toggler {
    display: block;
  }
  .cid-scFWvlUuhI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFWvlUuhI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFWvlUuhI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFWvlUuhI .navbar-collapse.collapsing,
  .cid-scFWvlUuhI .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFWvlUuhI .navbar-collapse.collapsing .navbar-nav,
  .cid-scFWvlUuhI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFWvlUuhI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFWvlUuhI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFWvlUuhI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFWvlUuhI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFWvlUuhI .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFWvlUuhI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFWvlUuhI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFWvlUuhI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFWvlUuhI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFWvlUuhI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFWvlUuhI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFWvlUuhI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFWvlUuhI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFWvlUuhI .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFWvlUuhI .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFWvlUuhI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFWvlUuhI .nav-link:hover,
.cid-scFWvlUuhI .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFX9mK8Yh {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFX9mK8Yh h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFX9mK8Yh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFX9mK8Yh .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFX9mK8Yh h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFX9mK8Yh h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFX9nRqrr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-scFX9nRqrr .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFX9nRqrr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFX9nRqrr .text-content {
  padding-right: 1.5rem;
}
.cid-scFX9nRqrr .mbr-text,
.cid-scFX9nRqrr .mbr-section-btn {
  color: #000000;
}
.cid-scFX9nRqrr .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFX9nRqrr .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFX9nRqrr .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFX9nRqrr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFX9nRqrr .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFX9nRqrr .main-row {
    margin: 0;
  }
  .cid-scFX9nRqrr .mbr-section-title,
  .cid-scFX9nRqrr .mbr-text,
  .cid-scFX9nRqrr .list,
  .cid-scFX9nRqrr .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFX9nRqrr .text-content {
    padding: 0;
  }
}
.cid-scFX9nRqrr .list {
  color: #000000;
}
.cid-scFY2zrCgh {
  overflow: hidden !important;
  background: linear-gradient(to right, #0f7699 0%, #0f7699 30%, #020a14 30%, #020a14 100%);
}
.cid-scFY2zrCgh .animated-element {
  color: #efefef;
}
.cid-scFY2zrCgh .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-scFY2zrCgh .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-scFY2zrCgh {
    background: #020a14;
  }
}
.cid-scFY2zrCgh .mbr-section-subtitle {
  color: #cccccc;
}
.cid-scFY2zrCgh .mbr-text,
.cid-scFY2zrCgh .mbr-section-btn {
  color: #efefef;
}
.cid-scFYqCaB2t {
  padding-top: 90px;
  padding-bottom: 180px;
}
.cid-scFYqCaB2t .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-scFYqCaB2t .block {
  background-color: #092334;
}
.cid-scFYqCaB2t img {
  width: 100%;
}
.cid-scFYqCaB2t .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-scFYqCaB2t .content {
  max-width: 600px;
}
.cid-scFYqCaB2t h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-scFYqCaB2t .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-scFYqCaB2t h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-scFYqCaB2t .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-scFYqCaB2t h4 {
    left: 2rem;
    bottom: 30%;
  }
}
.cid-scFYqCaB2t H1 {
  color: #ffffff;
}
.cid-scFYqCaB2t .mbr-text,
.cid-scFYqCaB2t .mbr-section-btn {
  color: #ffffff;
}
.cid-scFX9qI9wO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFX9qI9wO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFX9qI9wO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFX9qI9wO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFX9qI9wO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFX9qI9wO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFX9qI9wO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFX9qI9wO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFX9qI9wO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFX9qI9wO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFX9qI9wO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFX9qI9wO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFX9qI9wO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFX9qI9wO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFX9qI9wO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFX9rSffB .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFX9rSffB .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFX9rSffB a {
  font-style: normal;
}
.cid-scFX9rSffB .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFX9rSffB .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFX9rSffB .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFX9rSffB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFX9rSffB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFX9rSffB .nav-item:focus,
.cid-scFX9rSffB .nav-link:focus {
  outline: none;
}
.cid-scFX9rSffB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFX9rSffB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFX9rSffB .menu-logo {
  margin-right: auto;
}
.cid-scFX9rSffB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFX9rSffB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFX9rSffB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFX9rSffB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFX9rSffB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFX9rSffB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFX9rSffB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFX9rSffB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFX9rSffB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFX9rSffB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFX9rSffB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFX9rSffB .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFX9rSffB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFX9rSffB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFX9rSffB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFX9rSffB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFX9rSffB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFX9rSffB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFX9rSffB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFX9rSffB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFX9rSffB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFX9rSffB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFX9rSffB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFX9rSffB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFX9rSffB button.navbar-toggler:focus {
  outline: none;
}
.cid-scFX9rSffB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFX9rSffB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFX9rSffB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFX9rSffB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFX9rSffB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFX9rSffB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFX9rSffB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFX9rSffB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFX9rSffB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFX9rSffB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFX9rSffB .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFX9rSffB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFX9rSffB .collapsed .navbar-collapse.collapsing,
.cid-scFX9rSffB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFX9rSffB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFX9rSffB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFX9rSffB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFX9rSffB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFX9rSffB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFX9rSffB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFX9rSffB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFX9rSffB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFX9rSffB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFX9rSffB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFX9rSffB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFX9rSffB .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFX9rSffB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFX9rSffB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFX9rSffB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFX9rSffB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFX9rSffB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFX9rSffB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFX9rSffB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFX9rSffB img {
    height: 3.8rem !important;
  }
  .cid-scFX9rSffB .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFX9rSffB .menu-wrap {
    flex-direction: column;
  }
  .cid-scFX9rSffB .btn {
    display: -webkit-flex;
  }
  .cid-scFX9rSffB button.navbar-toggler {
    display: block;
  }
  .cid-scFX9rSffB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFX9rSffB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFX9rSffB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFX9rSffB .navbar-collapse.collapsing,
  .cid-scFX9rSffB .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFX9rSffB .navbar-collapse.collapsing .navbar-nav,
  .cid-scFX9rSffB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFX9rSffB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFX9rSffB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFX9rSffB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFX9rSffB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFX9rSffB .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFX9rSffB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFX9rSffB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFX9rSffB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFX9rSffB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFX9rSffB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFX9rSffB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFX9rSffB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFX9rSffB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFX9rSffB .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFX9rSffB .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFX9rSffB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFX9rSffB .nav-link:hover,
.cid-scFX9rSffB .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scFXbOqsrz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scFXbOqsrz h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scFXbOqsrz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scFXbOqsrz .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scFXbOqsrz h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scFXbOqsrz h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scFXbPsh2p {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-scFXbPsh2p .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scFXbPsh2p .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scFXbPsh2p .text-content {
  padding-right: 1.5rem;
}
.cid-scFXbPsh2p .mbr-text,
.cid-scFXbPsh2p .mbr-section-btn {
  color: #000000;
}
.cid-scFXbPsh2p .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scFXbPsh2p .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scFXbPsh2p .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scFXbPsh2p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scFXbPsh2p .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 7px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scFXbPsh2p .main-row {
    margin: 0;
  }
  .cid-scFXbPsh2p .mbr-section-title,
  .cid-scFXbPsh2p .mbr-text,
  .cid-scFXbPsh2p .list,
  .cid-scFXbPsh2p .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scFXbPsh2p .text-content {
    padding: 0;
  }
}
.cid-scFXbPsh2p .list {
  color: #000000;
}
.cid-scFXbS7TXH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scFXbS7TXH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFXbS7TXH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scFXbS7TXH .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFXbS7TXH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scFXbS7TXH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scFXbS7TXH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scFXbS7TXH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scFXbS7TXH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scFXbS7TXH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scFXbS7TXH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scFXbS7TXH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scFXbS7TXH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scFXbS7TXH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scFXbS7TXH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scFXbT5VsJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scFXbT5VsJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scFXbT5VsJ a {
  font-style: normal;
}
.cid-scFXbT5VsJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scFXbT5VsJ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scFXbT5VsJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scFXbT5VsJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scFXbT5VsJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scFXbT5VsJ .nav-item:focus,
.cid-scFXbT5VsJ .nav-link:focus {
  outline: none;
}
.cid-scFXbT5VsJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scFXbT5VsJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scFXbT5VsJ .menu-logo {
  margin-right: auto;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scFXbT5VsJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scFXbT5VsJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scFXbT5VsJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scFXbT5VsJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scFXbT5VsJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scFXbT5VsJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scFXbT5VsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scFXbT5VsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scFXbT5VsJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scFXbT5VsJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scFXbT5VsJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scFXbT5VsJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scFXbT5VsJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scFXbT5VsJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scFXbT5VsJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scFXbT5VsJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scFXbT5VsJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scFXbT5VsJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scFXbT5VsJ button.navbar-toggler:focus {
  outline: none;
}
.cid-scFXbT5VsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scFXbT5VsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scFXbT5VsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scFXbT5VsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scFXbT5VsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scFXbT5VsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFXbT5VsJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scFXbT5VsJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scFXbT5VsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scFXbT5VsJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFXbT5VsJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse.collapsing,
.cid-scFXbT5VsJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scFXbT5VsJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scFXbT5VsJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scFXbT5VsJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scFXbT5VsJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scFXbT5VsJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scFXbT5VsJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scFXbT5VsJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scFXbT5VsJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-scFXbT5VsJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scFXbT5VsJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scFXbT5VsJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scFXbT5VsJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scFXbT5VsJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scFXbT5VsJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scFXbT5VsJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFXbT5VsJ img {
    height: 3.8rem !important;
  }
  .cid-scFXbT5VsJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scFXbT5VsJ .menu-wrap {
    flex-direction: column;
  }
  .cid-scFXbT5VsJ .btn {
    display: -webkit-flex;
  }
  .cid-scFXbT5VsJ button.navbar-toggler {
    display: block;
  }
  .cid-scFXbT5VsJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scFXbT5VsJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scFXbT5VsJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scFXbT5VsJ .navbar-collapse.collapsing,
  .cid-scFXbT5VsJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-scFXbT5VsJ .navbar-collapse.collapsing .navbar-nav,
  .cid-scFXbT5VsJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scFXbT5VsJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scFXbT5VsJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scFXbT5VsJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scFXbT5VsJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFXbT5VsJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-scFXbT5VsJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scFXbT5VsJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scFXbT5VsJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scFXbT5VsJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scFXbT5VsJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scFXbT5VsJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scFXbT5VsJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scFXbT5VsJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scFXbT5VsJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scFXbT5VsJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scFXbT5VsJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scFXbT5VsJ .nav-link:hover,
.cid-scFXbT5VsJ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scG1yxySMe {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scG1yxySMe h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scG1yxySMe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scG1yxySMe .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scG1yxySMe h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scG1yxySMe h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scG1yyGwzR {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-scG1yyGwzR .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scG1yyGwzR .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scG1yyGwzR .text-content {
  padding-right: 1.5rem;
}
.cid-scG1yyGwzR .mbr-text,
.cid-scG1yyGwzR .mbr-section-btn {
  color: #000000;
}
.cid-scG1yyGwzR .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scG1yyGwzR .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scG1yyGwzR .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scG1yyGwzR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scG1yyGwzR .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scG1yyGwzR .main-row {
    margin: 0;
  }
  .cid-scG1yyGwzR .mbr-section-title,
  .cid-scG1yyGwzR .mbr-text,
  .cid-scG1yyGwzR .list,
  .cid-scG1yyGwzR .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scG1yyGwzR .text-content {
    padding: 0;
  }
}
.cid-scG1yyGwzR .list {
  color: #000000;
}
.cid-scG1yzwyJu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scG1yzwyJu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scG1yzwyJu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scG1yzwyJu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scG1yzwyJu .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-scG1yzwyJu .container {
  padding: 0;
}
.cid-scG1yzwyJu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scG1yzwyJu .icon-focus {
  display: none;
}
.cid-scG1yzwyJu .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-scG1yzwyJu .btn[class*=-outline]:hover,
.cid-scG1yzwyJu .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-scG1yzwyJu li:hover .btn-primary-outline,
.cid-scG1yzwyJu li:active .btn-primary-outline,
.cid-scG1yzwyJu li.active .btn-primary-outline {
  color: #0e344e !important;
}
.cid-scG1yzwyJu li:hover .btn-secondary-outline,
.cid-scG1yzwyJu li:active .btn-secondary-outline,
.cid-scG1yzwyJu li.active .btn-secondary-outline {
  color: #149dcc !important;
}
.cid-scG1yzwyJu li:hover .btn-info-outline,
.cid-scG1yzwyJu li:active .btn-info-outline,
.cid-scG1yzwyJu li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-scG1yzwyJu li:hover .btn-warning-outline,
.cid-scG1yzwyJu li:active .btn-warning-outline,
.cid-scG1yzwyJu li.active .btn-warning-outline {
  color: #879a9f !important;
}
.cid-scG1yzwyJu li:hover .btn-white-outline,
.cid-scG1yzwyJu li:active .btn-white-outline,
.cid-scG1yzwyJu li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-scG1yzwyJu li:hover .btn-black-outline,
.cid-scG1yzwyJu li:active .btn-black-outline,
.cid-scG1yzwyJu li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-scG1yzwyJu li:hover .btn-success-outline,
.cid-scG1yzwyJu li:active .btn-success-outline,
.cid-scG1yzwyJu li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-scG1yzwyJu li:hover .btn-danger-outline,
.cid-scG1yzwyJu li:active .btn-danger-outline,
.cid-scG1yzwyJu li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-scG1yzwyJu li {
  position: relative;
}
.cid-scG1yzwyJu .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-scG1yzwyJu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scG1yzwyJu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scG1yzwyJu .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-scG1yzwyJu .btn {
  font-family: DM Sans !important;
}
.cid-scG1yzwyJu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-scG1yzwyJu .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-scG1yzwyJu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-scG1yzwyJu .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-scG1yBjVSO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scG1yBjVSO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scG1yBjVSO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scG1yBjVSO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scG1yBjVSO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scG1yBjVSO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scG1yBjVSO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scG1yBjVSO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scG1yBjVSO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scG1yBjVSO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scG1yBjVSO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scG1yBjVSO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scG1yBjVSO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scG1yBjVSO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scG1yBjVSO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scG1yCjpeW .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scG1yCjpeW .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scG1yCjpeW a {
  font-style: normal;
}
.cid-scG1yCjpeW .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scG1yCjpeW .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scG1yCjpeW .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scG1yCjpeW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scG1yCjpeW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scG1yCjpeW .nav-item:focus,
.cid-scG1yCjpeW .nav-link:focus {
  outline: none;
}
.cid-scG1yCjpeW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scG1yCjpeW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scG1yCjpeW .menu-logo {
  margin-right: auto;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scG1yCjpeW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scG1yCjpeW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scG1yCjpeW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scG1yCjpeW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scG1yCjpeW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scG1yCjpeW .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scG1yCjpeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scG1yCjpeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scG1yCjpeW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scG1yCjpeW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scG1yCjpeW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scG1yCjpeW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scG1yCjpeW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scG1yCjpeW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scG1yCjpeW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scG1yCjpeW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scG1yCjpeW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scG1yCjpeW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scG1yCjpeW button.navbar-toggler:focus {
  outline: none;
}
.cid-scG1yCjpeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scG1yCjpeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scG1yCjpeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scG1yCjpeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scG1yCjpeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scG1yCjpeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scG1yCjpeW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scG1yCjpeW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scG1yCjpeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scG1yCjpeW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scG1yCjpeW .collapsed .btn {
  display: -webkit-flex;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse.collapsing,
.cid-scG1yCjpeW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scG1yCjpeW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scG1yCjpeW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scG1yCjpeW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scG1yCjpeW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scG1yCjpeW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scG1yCjpeW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scG1yCjpeW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scG1yCjpeW .collapsed button.navbar-toggler {
  display: block;
}
.cid-scG1yCjpeW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scG1yCjpeW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scG1yCjpeW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scG1yCjpeW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scG1yCjpeW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scG1yCjpeW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scG1yCjpeW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scG1yCjpeW img {
    height: 3.8rem !important;
  }
  .cid-scG1yCjpeW .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scG1yCjpeW .menu-wrap {
    flex-direction: column;
  }
  .cid-scG1yCjpeW .btn {
    display: -webkit-flex;
  }
  .cid-scG1yCjpeW button.navbar-toggler {
    display: block;
  }
  .cid-scG1yCjpeW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scG1yCjpeW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scG1yCjpeW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scG1yCjpeW .navbar-collapse.collapsing,
  .cid-scG1yCjpeW .navbar-collapse.show {
    display: block !important;
  }
  .cid-scG1yCjpeW .navbar-collapse.collapsing .navbar-nav,
  .cid-scG1yCjpeW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scG1yCjpeW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scG1yCjpeW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scG1yCjpeW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scG1yCjpeW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scG1yCjpeW .navbar-collapse.collapsing .navbar-buttons,
  .cid-scG1yCjpeW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scG1yCjpeW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scG1yCjpeW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scG1yCjpeW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scG1yCjpeW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scG1yCjpeW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scG1yCjpeW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scG1yCjpeW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scG1yCjpeW .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scG1yCjpeW .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scG1yCjpeW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scG1yCjpeW .nav-link:hover,
.cid-scG1yCjpeW .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scG29Xsksc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scG29Xsksc h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scG29Xsksc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scG29Xsksc .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scG29Xsksc h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scG29Xsksc h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scG29Yrq2m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-scG29Yrq2m .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-scG29Yrq2m .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scG29Yrq2m .text-content {
  padding-right: 1.5rem;
}
.cid-scG29Yrq2m .mbr-text,
.cid-scG29Yrq2m .mbr-section-btn {
  color: #000000;
}
.cid-scG29Yrq2m .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-scG29Yrq2m .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-scG29Yrq2m .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scG29Yrq2m .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-scG29Yrq2m .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-scG29Yrq2m .main-row {
    margin: 0;
  }
  .cid-scG29Yrq2m .mbr-section-title,
  .cid-scG29Yrq2m .mbr-text,
  .cid-scG29Yrq2m .list,
  .cid-scG29Yrq2m .mbr-section-btn {
    text-align: center !important;
  }
  .cid-scG29Yrq2m .text-content {
    padding: 0;
  }
}
.cid-scG29Yrq2m .list {
  color: #000000;
}
.cid-scG29Zn1xK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scG29Zn1xK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scG29Zn1xK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scG29Zn1xK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scG29Zn1xK .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-scG29Zn1xK .container {
  padding: 0;
}
.cid-scG29Zn1xK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scG29Zn1xK .icon-focus {
  display: none;
}
.cid-scG29Zn1xK .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-scG29Zn1xK .btn[class*=-outline]:hover,
.cid-scG29Zn1xK .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-scG29Zn1xK li:hover .btn-primary-outline,
.cid-scG29Zn1xK li:active .btn-primary-outline,
.cid-scG29Zn1xK li.active .btn-primary-outline {
  color: #0e344e !important;
}
.cid-scG29Zn1xK li:hover .btn-secondary-outline,
.cid-scG29Zn1xK li:active .btn-secondary-outline,
.cid-scG29Zn1xK li.active .btn-secondary-outline {
  color: #149dcc !important;
}
.cid-scG29Zn1xK li:hover .btn-info-outline,
.cid-scG29Zn1xK li:active .btn-info-outline,
.cid-scG29Zn1xK li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-scG29Zn1xK li:hover .btn-warning-outline,
.cid-scG29Zn1xK li:active .btn-warning-outline,
.cid-scG29Zn1xK li.active .btn-warning-outline {
  color: #879a9f !important;
}
.cid-scG29Zn1xK li:hover .btn-white-outline,
.cid-scG29Zn1xK li:active .btn-white-outline,
.cid-scG29Zn1xK li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-scG29Zn1xK li:hover .btn-black-outline,
.cid-scG29Zn1xK li:active .btn-black-outline,
.cid-scG29Zn1xK li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-scG29Zn1xK li:hover .btn-success-outline,
.cid-scG29Zn1xK li:active .btn-success-outline,
.cid-scG29Zn1xK li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-scG29Zn1xK li:hover .btn-danger-outline,
.cid-scG29Zn1xK li:active .btn-danger-outline,
.cid-scG29Zn1xK li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-scG29Zn1xK li {
  position: relative;
}
.cid-scG29Zn1xK .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-scG29Zn1xK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scG29Zn1xK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scG29Zn1xK .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-scG29Zn1xK .btn {
  font-family: DM Sans !important;
}
.cid-scG29Zn1xK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-scG29Zn1xK .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-scG29Zn1xK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-scG29Zn1xK .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-scG2a11KZr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scG2a11KZr .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scG2a11KZr .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scG2a11KZr .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scG2a11KZr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scG2a11KZr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scG2a11KZr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scG2a11KZr .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scG2a11KZr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scG2a11KZr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scG2a11KZr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scG2a11KZr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scG2a11KZr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scG2a11KZr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scG2a11KZr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scG2a2cGQP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scG2a2cGQP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scG2a2cGQP a {
  font-style: normal;
}
.cid-scG2a2cGQP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scG2a2cGQP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scG2a2cGQP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scG2a2cGQP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scG2a2cGQP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scG2a2cGQP .nav-item:focus,
.cid-scG2a2cGQP .nav-link:focus {
  outline: none;
}
.cid-scG2a2cGQP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scG2a2cGQP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scG2a2cGQP .menu-logo {
  margin-right: auto;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scG2a2cGQP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scG2a2cGQP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scG2a2cGQP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scG2a2cGQP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scG2a2cGQP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scG2a2cGQP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scG2a2cGQP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scG2a2cGQP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scG2a2cGQP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scG2a2cGQP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scG2a2cGQP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scG2a2cGQP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scG2a2cGQP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scG2a2cGQP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scG2a2cGQP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scG2a2cGQP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scG2a2cGQP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scG2a2cGQP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scG2a2cGQP button.navbar-toggler:focus {
  outline: none;
}
.cid-scG2a2cGQP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scG2a2cGQP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scG2a2cGQP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scG2a2cGQP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scG2a2cGQP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scG2a2cGQP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scG2a2cGQP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scG2a2cGQP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scG2a2cGQP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scG2a2cGQP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scG2a2cGQP .collapsed .btn {
  display: -webkit-flex;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse.collapsing,
.cid-scG2a2cGQP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scG2a2cGQP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scG2a2cGQP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scG2a2cGQP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scG2a2cGQP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scG2a2cGQP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scG2a2cGQP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scG2a2cGQP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scG2a2cGQP .collapsed button.navbar-toggler {
  display: block;
}
.cid-scG2a2cGQP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scG2a2cGQP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scG2a2cGQP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scG2a2cGQP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scG2a2cGQP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scG2a2cGQP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scG2a2cGQP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scG2a2cGQP img {
    height: 3.8rem !important;
  }
  .cid-scG2a2cGQP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scG2a2cGQP .menu-wrap {
    flex-direction: column;
  }
  .cid-scG2a2cGQP .btn {
    display: -webkit-flex;
  }
  .cid-scG2a2cGQP button.navbar-toggler {
    display: block;
  }
  .cid-scG2a2cGQP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scG2a2cGQP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scG2a2cGQP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scG2a2cGQP .navbar-collapse.collapsing,
  .cid-scG2a2cGQP .navbar-collapse.show {
    display: block !important;
  }
  .cid-scG2a2cGQP .navbar-collapse.collapsing .navbar-nav,
  .cid-scG2a2cGQP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scG2a2cGQP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scG2a2cGQP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scG2a2cGQP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scG2a2cGQP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scG2a2cGQP .navbar-collapse.collapsing .navbar-buttons,
  .cid-scG2a2cGQP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scG2a2cGQP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scG2a2cGQP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scG2a2cGQP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scG2a2cGQP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scG2a2cGQP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scG2a2cGQP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scG2a2cGQP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scG2a2cGQP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scG2a2cGQP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scG2a2cGQP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scG2a2cGQP .nav-link:hover,
.cid-scG2a2cGQP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sneQqa9pvM {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #132b3b;
}
.cid-sneQqa9pvM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sneQqa9pvM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sneQqa9pvM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sneQqa9pvM .mbr-text,
.cid-sneQqa9pvM .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sneQqa9pvM h3:before,
  .cid-sneQqa9pvM h3:after {
    display: none;
  }
}
.cid-scGd0QC0M6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/img/hbc_special_background.jpg");
}
.cid-scGd0QC0M6 .text-content .btn-bgr {
  z-index: 0;
}
.cid-scGd0QC0M6 .mbr-overlay {
  background: #d7e8f6;
}
.cid-scGd0QC0M6:nth-child(even) .mbr-overlay {
  background: #09101f;
}
.cid-scGd0QC0M6 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-scGd0QC0M6 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-scGd0QC0M6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scGd0QC0M6 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-scGd0QC0M6 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scGd0QC0M6 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-scGdTpc1z7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/img/hbc_special_background.jpg");
}
.cid-scGdTpc1z7 .text-content .btn-bgr {
  z-index: 0;
}
.cid-scGdTpc1z7 .mbr-overlay {
  background: #09101f;
}
.cid-scGdTpc1z7 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-scGdTpc1z7 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-scGdTpc1z7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scGdTpc1z7 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-scGdTpc1z7 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scGdTpc1z7 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-scGe7aCmUa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/img/hbc_special_background.jpg");
}
.cid-scGe7aCmUa .text-content .btn-bgr {
  z-index: 0;
}
.cid-scGe7aCmUa .mbr-overlay {
  background: #d7e8f6;
}
.cid-scGe7aCmUa .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-scGe7aCmUa .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-scGe7aCmUa .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scGe7aCmUa .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-scGe7aCmUa .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scGe7aCmUa .text-content {
    margin-bottom: 2rem;
  }
}
.cid-scG7tIG70m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scG7tIG70m .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scG7tIG70m .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scG7tIG70m .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scG7tIG70m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scG7tIG70m .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scG7tIG70m .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scG7tIG70m .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scG7tIG70m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scG7tIG70m .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scG7tIG70m .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scG7tIG70m .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scG7tIG70m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scG7tIG70m .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scG7tIG70m .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scG7tJXL4K .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scG7tJXL4K .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scG7tJXL4K a {
  font-style: normal;
}
.cid-scG7tJXL4K .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scG7tJXL4K .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scG7tJXL4K .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scG7tJXL4K .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scG7tJXL4K .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scG7tJXL4K .nav-item:focus,
.cid-scG7tJXL4K .nav-link:focus {
  outline: none;
}
.cid-scG7tJXL4K .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scG7tJXL4K .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scG7tJXL4K .menu-logo {
  margin-right: auto;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scG7tJXL4K .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scG7tJXL4K .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scG7tJXL4K .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scG7tJXL4K .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scG7tJXL4K .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scG7tJXL4K .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scG7tJXL4K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scG7tJXL4K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scG7tJXL4K .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scG7tJXL4K .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scG7tJXL4K .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scG7tJXL4K .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scG7tJXL4K .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scG7tJXL4K .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scG7tJXL4K .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scG7tJXL4K .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scG7tJXL4K .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scG7tJXL4K button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scG7tJXL4K button.navbar-toggler:focus {
  outline: none;
}
.cid-scG7tJXL4K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scG7tJXL4K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scG7tJXL4K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scG7tJXL4K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scG7tJXL4K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scG7tJXL4K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scG7tJXL4K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scG7tJXL4K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scG7tJXL4K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scG7tJXL4K .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scG7tJXL4K .collapsed .btn {
  display: -webkit-flex;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse.collapsing,
.cid-scG7tJXL4K .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scG7tJXL4K .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scG7tJXL4K .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scG7tJXL4K .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scG7tJXL4K .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scG7tJXL4K .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scG7tJXL4K .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scG7tJXL4K .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scG7tJXL4K .collapsed button.navbar-toggler {
  display: block;
}
.cid-scG7tJXL4K .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scG7tJXL4K .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scG7tJXL4K .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scG7tJXL4K .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scG7tJXL4K .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scG7tJXL4K .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scG7tJXL4K.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scG7tJXL4K img {
    height: 3.8rem !important;
  }
  .cid-scG7tJXL4K .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scG7tJXL4K .menu-wrap {
    flex-direction: column;
  }
  .cid-scG7tJXL4K .btn {
    display: -webkit-flex;
  }
  .cid-scG7tJXL4K button.navbar-toggler {
    display: block;
  }
  .cid-scG7tJXL4K .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scG7tJXL4K .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scG7tJXL4K .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scG7tJXL4K .navbar-collapse.collapsing,
  .cid-scG7tJXL4K .navbar-collapse.show {
    display: block !important;
  }
  .cid-scG7tJXL4K .navbar-collapse.collapsing .navbar-nav,
  .cid-scG7tJXL4K .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scG7tJXL4K .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scG7tJXL4K .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scG7tJXL4K .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scG7tJXL4K .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scG7tJXL4K .navbar-collapse.collapsing .navbar-buttons,
  .cid-scG7tJXL4K .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scG7tJXL4K .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scG7tJXL4K .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scG7tJXL4K .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scG7tJXL4K .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scG7tJXL4K .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scG7tJXL4K .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scG7tJXL4K .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scG7tJXL4K .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scG7tJXL4K .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scG7tJXL4K .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scG7tJXL4K .nav-link:hover,
.cid-scG7tJXL4K .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scGge8neLD {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/img/hbc_giving.jpg");
  background-color:#132b3b;
}
.cid-scGge8neLD h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scGge8neLD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scGge8neLD .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scGge8neLD h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scGge8neLD h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scGgRclQl4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #020a14;
}
.cid-scGgRclQl4 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-scGgRclQl4 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-scGgRclQl4 .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-scGgRclQl4 .card-wrapper {
    margin: 0rem;
  }
}
.cid-scGgRclQl4 .card {
  height: fit-content;
}
.cid-scGgRclQl4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-scGgRclQl4 .text-wrap {
  max-width: 400px;
}
.cid-scGgRclQl4 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #f7ed4a;
}
.cid-scGgRclQl4 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-scGgRclQl4 .card-box {
  background-color: #132b3b;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-scGgRclQl4 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-scGgRclQl4 .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-scGgRclQl4 .container {
  max-width: 1500px;
}
.cid-scGgRclQl4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-scGgRclQl4 .mbr-iconfont {
  font-size: 1.3rem;
  color: #132b3b;
  display: flex;
  justify-content: center;
}
.cid-scGgRclQl4 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-scGgRclQl4 .img-wrap {
    max-height: 230px;
  }
  .cid-scGgRclQl4 .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-scGgRclQl4 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-scGgRclQl4 .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-scGgRclQl4 .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-scGgRclQl4 .number {
    margin: auto;
  }
}
.cid-scGgRclQl4 .mbr-text {
  color: #cccccc;
}
.cid-scGgefG7ih {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scGgefG7ih .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scGgefG7ih .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scGgefG7ih .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scGgefG7ih .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scGgefG7ih .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scGgefG7ih .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scGgefG7ih .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scGgefG7ih .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scGgefG7ih .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scGgefG7ih .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scGgefG7ih .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scGgefG7ih .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scGgefG7ih .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scGgefG7ih .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scGgegJtw5 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scGgegJtw5 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scGgegJtw5 a {
  font-style: normal;
}
.cid-scGgegJtw5 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scGgegJtw5 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scGgegJtw5 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scGgegJtw5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scGgegJtw5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scGgegJtw5 .nav-item:focus,
.cid-scGgegJtw5 .nav-link:focus {
  outline: none;
}
.cid-scGgegJtw5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scGgegJtw5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scGgegJtw5 .menu-logo {
  margin-right: auto;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scGgegJtw5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scGgegJtw5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scGgegJtw5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scGgegJtw5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scGgegJtw5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scGgegJtw5 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scGgegJtw5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scGgegJtw5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scGgegJtw5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scGgegJtw5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scGgegJtw5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scGgegJtw5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scGgegJtw5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scGgegJtw5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scGgegJtw5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scGgegJtw5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scGgegJtw5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scGgegJtw5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scGgegJtw5 button.navbar-toggler:focus {
  outline: none;
}
.cid-scGgegJtw5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scGgegJtw5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scGgegJtw5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scGgegJtw5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scGgegJtw5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scGgegJtw5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scGgegJtw5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scGgegJtw5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scGgegJtw5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scGgegJtw5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scGgegJtw5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse.collapsing,
.cid-scGgegJtw5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scGgegJtw5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scGgegJtw5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scGgegJtw5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scGgegJtw5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scGgegJtw5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scGgegJtw5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scGgegJtw5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scGgegJtw5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scGgegJtw5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scGgegJtw5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scGgegJtw5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scGgegJtw5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scGgegJtw5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scGgegJtw5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scGgegJtw5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scGgegJtw5 img {
    height: 3.8rem !important;
  }
  .cid-scGgegJtw5 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scGgegJtw5 .menu-wrap {
    flex-direction: column;
  }
  .cid-scGgegJtw5 .btn {
    display: -webkit-flex;
  }
  .cid-scGgegJtw5 button.navbar-toggler {
    display: block;
  }
  .cid-scGgegJtw5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scGgegJtw5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scGgegJtw5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scGgegJtw5 .navbar-collapse.collapsing,
  .cid-scGgegJtw5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scGgegJtw5 .navbar-collapse.collapsing .navbar-nav,
  .cid-scGgegJtw5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scGgegJtw5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scGgegJtw5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scGgegJtw5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scGgegJtw5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scGgegJtw5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scGgegJtw5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scGgegJtw5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scGgegJtw5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scGgegJtw5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scGgegJtw5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scGgegJtw5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scGgegJtw5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scGgegJtw5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scGgegJtw5 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scGgegJtw5 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scGgegJtw5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scGgegJtw5 .nav-link:hover,
.cid-scGgegJtw5 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sneXPRt9JG {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sneXPRt9JG .mbr-text {
    text-align: center;
  }
}
.cid-sneXPRt9JG .mbr-text,
.cid-sneXPRt9JG .mbr-section-btn {
  color: #767676;
}
.cid-scGhv7fB5P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scGhv7fB5P .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scGhv7fB5P .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scGhv7fB5P .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scGhv7fB5P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scGhv7fB5P .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scGhv7fB5P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scGhv7fB5P .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scGhv7fB5P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scGhv7fB5P .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scGhv7fB5P .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scGhv7fB5P .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scGhv7fB5P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scGhv7fB5P .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scGhv7fB5P .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scGhv8hVP4 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scGhv8hVP4 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scGhv8hVP4 a {
  font-style: normal;
}
.cid-scGhv8hVP4 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scGhv8hVP4 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scGhv8hVP4 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scGhv8hVP4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scGhv8hVP4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scGhv8hVP4 .nav-item:focus,
.cid-scGhv8hVP4 .nav-link:focus {
  outline: none;
}
.cid-scGhv8hVP4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scGhv8hVP4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scGhv8hVP4 .menu-logo {
  margin-right: auto;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scGhv8hVP4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scGhv8hVP4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scGhv8hVP4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scGhv8hVP4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scGhv8hVP4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scGhv8hVP4 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scGhv8hVP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scGhv8hVP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scGhv8hVP4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scGhv8hVP4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scGhv8hVP4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scGhv8hVP4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scGhv8hVP4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scGhv8hVP4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scGhv8hVP4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scGhv8hVP4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scGhv8hVP4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scGhv8hVP4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scGhv8hVP4 button.navbar-toggler:focus {
  outline: none;
}
.cid-scGhv8hVP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scGhv8hVP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scGhv8hVP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scGhv8hVP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scGhv8hVP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scGhv8hVP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scGhv8hVP4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scGhv8hVP4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scGhv8hVP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scGhv8hVP4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scGhv8hVP4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse.collapsing,
.cid-scGhv8hVP4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scGhv8hVP4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scGhv8hVP4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scGhv8hVP4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scGhv8hVP4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scGhv8hVP4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scGhv8hVP4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scGhv8hVP4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scGhv8hVP4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scGhv8hVP4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scGhv8hVP4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scGhv8hVP4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scGhv8hVP4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scGhv8hVP4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scGhv8hVP4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scGhv8hVP4.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scGhv8hVP4 img {
    height: 3.8rem !important;
  }
  .cid-scGhv8hVP4 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scGhv8hVP4 .menu-wrap {
    flex-direction: column;
  }
  .cid-scGhv8hVP4 .btn {
    display: -webkit-flex;
  }
  .cid-scGhv8hVP4 button.navbar-toggler {
    display: block;
  }
  .cid-scGhv8hVP4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scGhv8hVP4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scGhv8hVP4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scGhv8hVP4 .navbar-collapse.collapsing,
  .cid-scGhv8hVP4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scGhv8hVP4 .navbar-collapse.collapsing .navbar-nav,
  .cid-scGhv8hVP4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scGhv8hVP4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scGhv8hVP4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scGhv8hVP4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scGhv8hVP4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scGhv8hVP4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scGhv8hVP4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scGhv8hVP4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scGhv8hVP4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scGhv8hVP4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scGhv8hVP4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scGhv8hVP4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scGhv8hVP4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scGhv8hVP4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scGhv8hVP4 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scGhv8hVP4 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scGhv8hVP4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scGhv8hVP4 .nav-link:hover,
.cid-scGhv8hVP4 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scHxHId25e {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/img/hbc_contact.jpg");
  background-color:#332828;
}
.cid-scHxHId25e h2,
.cid-scHxHId25e h3,
.cid-scHxHId25e h4,
.cid-scHxHId25e p {
  color: #ffffff;
}
.cid-scHxHId25e .mbr-overlay {
  z-index: -1;
}
.cid-scHxHId25e .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-scHxHId25e .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-scHxHId25e .form-control:focus,
.cid-scHxHId25e .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-scHxHId25e .form-group {
  margin-bottom: 1rem;
}
.cid-scHxHId25e input::-webkit-input-placeholder,
.cid-scHxHId25e textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-scHxHId25e input:-moz-placeholder,
.cid-scHxHId25e textarea:-moz-placeholder {
  color: #656565;
}
.cid-scHxHId25e .jq-selectbox li,
.cid-scHxHId25e .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-scHxHId25e .jq-selectbox li:hover,
.cid-scHxHId25e .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-scHxHId25e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-scHxHId25e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-scHxHId25e .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-scHxHId25e .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-scHxHId25e .mbr-text {
  color: #767676;
}
.cid-scHxHId25e .form-block {
  padding: 3rem;
  position: relative;
}
.cid-scHxHId25e .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-scHxHId25e .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-scHxHId25e a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-scHxHId25e .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-scHxHId25e .input-group-btn {
  display: block;
  text-align: center;
}
.cid-scHxHId25e textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-scHxHId25e .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-scHxHId25e .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-scHxHId25e .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scHxHId25e h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-scHxHId25e .block-content {
    padding: 0;
  }
  .cid-scHxHId25e .form-block {
    padding: 1rem;
  }
}
.cid-scHzkF0Pxm .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-scHzkF0Pxm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scHzkF0Pxm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scHzkF0Pxm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scHzkF0Pxm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-scHxninlVz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scHxninlVz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scHxninlVz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scHxninlVz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scHxninlVz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scHxninlVz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scHxninlVz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scHxninlVz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scHxninlVz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scHxninlVz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scHxninlVz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scHxninlVz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scHxninlVz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scHxninlVz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scHxninlVz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scHxnjHz9M .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scHxnjHz9M .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scHxnjHz9M a {
  font-style: normal;
}
.cid-scHxnjHz9M .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scHxnjHz9M .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scHxnjHz9M .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scHxnjHz9M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scHxnjHz9M .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scHxnjHz9M .nav-item:focus,
.cid-scHxnjHz9M .nav-link:focus {
  outline: none;
}
.cid-scHxnjHz9M .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scHxnjHz9M .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scHxnjHz9M .menu-logo {
  margin-right: auto;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scHxnjHz9M .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scHxnjHz9M .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scHxnjHz9M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scHxnjHz9M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scHxnjHz9M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scHxnjHz9M .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scHxnjHz9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scHxnjHz9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scHxnjHz9M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scHxnjHz9M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scHxnjHz9M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scHxnjHz9M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scHxnjHz9M .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scHxnjHz9M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scHxnjHz9M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scHxnjHz9M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scHxnjHz9M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scHxnjHz9M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scHxnjHz9M button.navbar-toggler:focus {
  outline: none;
}
.cid-scHxnjHz9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scHxnjHz9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scHxnjHz9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scHxnjHz9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scHxnjHz9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scHxnjHz9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scHxnjHz9M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scHxnjHz9M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scHxnjHz9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scHxnjHz9M .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scHxnjHz9M .collapsed .btn {
  display: -webkit-flex;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse.collapsing,
.cid-scHxnjHz9M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scHxnjHz9M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scHxnjHz9M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scHxnjHz9M .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scHxnjHz9M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scHxnjHz9M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scHxnjHz9M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scHxnjHz9M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scHxnjHz9M .collapsed button.navbar-toggler {
  display: block;
}
.cid-scHxnjHz9M .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scHxnjHz9M .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scHxnjHz9M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scHxnjHz9M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scHxnjHz9M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scHxnjHz9M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scHxnjHz9M.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scHxnjHz9M img {
    height: 3.8rem !important;
  }
  .cid-scHxnjHz9M .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scHxnjHz9M .menu-wrap {
    flex-direction: column;
  }
  .cid-scHxnjHz9M .btn {
    display: -webkit-flex;
  }
  .cid-scHxnjHz9M button.navbar-toggler {
    display: block;
  }
  .cid-scHxnjHz9M .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scHxnjHz9M .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scHxnjHz9M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scHxnjHz9M .navbar-collapse.collapsing,
  .cid-scHxnjHz9M .navbar-collapse.show {
    display: block !important;
  }
  .cid-scHxnjHz9M .navbar-collapse.collapsing .navbar-nav,
  .cid-scHxnjHz9M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scHxnjHz9M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scHxnjHz9M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scHxnjHz9M .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scHxnjHz9M .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scHxnjHz9M .navbar-collapse.collapsing .navbar-buttons,
  .cid-scHxnjHz9M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scHxnjHz9M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scHxnjHz9M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scHxnjHz9M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scHxnjHz9M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scHxnjHz9M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scHxnjHz9M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scHxnjHz9M .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scHxnjHz9M .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scHxnjHz9M .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scHxnjHz9M .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scHxnjHz9M .nav-link:hover,
.cid-scHxnjHz9M .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scKioGN2OP {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scKioGN2OP .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-scKioGN2OP .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/events/kids_camp2.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-scKioGN2OP .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-scKioGN2OP .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-scKioGN2OP .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-scKioGN2OP .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-scKioGN2OP .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-scKioGN2OP .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-scKioGN2OP .hoverEl:hover .box-title2,
.cid-scKioGN2OP .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-scKioGN2OP .box-title2,
.cid-scKioGN2OP .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-scKioGN2OP .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-scKioGN2OP .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-scKioGN2OP .img-content {
    opacity: 1;
  }
  .cid-scKioGN2OP .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-scKioGN2OP .box-content {
    width: 100%;
  }
  .cid-scKioGN2OP .box-title2,
  .cid-scKioGN2OP .box-text2 {
    color: #ffffff !important;
  }
  .cid-scKioGN2OP .content-block,
  .cid-scKioGN2OP .content1 {
    padding: 3rem 1rem;
  }
  .cid-scKioGN2OP * {
    text-align: left;
  }
}
.cid-scKioGN2OP .box-text1 {
  color: #333333;
}
.cid-scKioGN2OP .box-title2 {
  color: #cccccc;
}
.cid-scKioGN2OQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scKioGN2OQ .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-scKioGN2OQ .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/events/terrarium.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-scKioGN2OQ .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-scKioGN2OQ .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-scKioGN2OQ .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-scKioGN2OQ .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-scKioGN2OQ .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-scKioGN2OQ .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-scKioGN2OQ .hoverEl:hover .box-title2,
.cid-scKioGN2OQ .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-scKioGN2OQ .box-title2,
.cid-scKioGN2OQ .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-scKioGN2OQ .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-scKioGN2OQ .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-scKioGN2OQ .img-content {
    opacity: 1;
  }
  .cid-scKioGN2OQ .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-scKioGN2OQ .box-content {
    width: 100%;
  }
  .cid-scKioGN2OQ .box-title2,
  .cid-scKioGN2OQ .box-text2 {
    color: #ffffff !important;
  }
  .cid-scKioGN2OQ .content-block,
  .cid-scKioGN2OQ .content1 {
    padding: 3rem 1rem;
  }
  .cid-scKioGN2OQ * {
    text-align: left;
  }
}
.cid-scKioGN2OQ .box-text1 {
  color: #333333;
}
.cid-scKioGN2OQ .box-title2 {
  color: #cccccc;
}
.cid-scKioGN2OR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-scKioGN2OR .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-scKioGN2OR .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/img/events/kindergarten.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-scKioGN2OR .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-scKioGN2OR .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-scKioGN2OR .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-scKioGN2OR .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-scKioGN2OR .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-scKioGN2OR .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-scKioGN2OR .hoverEl:hover .box-title2,
.cid-scKioGN2OR .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-scKioGN2OR .box-title2,
.cid-scKioGN2OR .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-scKioGN2OR .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-scKioGN2OR .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-scKioGN2OR .img-content {
    opacity: 1;
  }
  .cid-scKioGN2OR .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-scKioGN2OR .box-content {
    width: 100%;
  }
  .cid-scKioGN2OR .box-title2,
  .cid-scKioGN2OR .box-text2 {
    color: #ffffff !important;
  }
  .cid-scKioGN2OR .content-block,
  .cid-scKioGN2OR .content1 {
    padding: 3rem 1rem;
  }
  .cid-scKioGN2OR * {
    text-align: left;
  }
}
.cid-scKioGN2OR .box-text1 {
  color: #333333;
}
.cid-scKioGN2OR .box-title2 {
  color: #cccccc;
}
.top_padding{
	height:100px;	
  }
@media (max-width: 1150px) {
  .top_padding{
	height:120px;	
  }
}
@media (max-width: 992px) {
  .top_padding{
	height:60px;	
  }
}
@media (max-width: 650px) {
  .top_padding{
	height:100px;	
  }
}
.cid-sL07PJYjH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #FFFFFF;
}
.cid-sL07PJYjH7 h3 {
  margin-bottom: 0;
}
.cid-sL07PJYjH7 .container-fluid {
  padding: initial;
}
.cid-sL07PJYjH7 .row {
  margin: 0px;
}
.cid-sL07PJYjH7 .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-sL07PJYjH7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sL07PJYjH7 .color {
  background-color: #1A1A1A;
}
.cid-sL07PJYjH7 .paddings {
  padding: 40px 40px;
}
.cid-sL07PJYjH7 .title,
.cid-sL07PJYjH7 .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-sL07PJYjH7 .paddings {
    padding: 30px 50px;
  }
  .cid-sL07PJYjH7 .top_padding_left{
	height:120px;	
  }
  .cid-sL07PJYjH7 .top_padding_right{
	height:120px;	
  }
}
.cid-sL07PJYjH7 .title {
  text-align: left;
  color: #ff4433;
}
.cid-sL07PJYjH7 .subtitle {
  text-align: left;
  color: #ff4433;
}
@media (max-width: 992px) {
  .cid-sL07PJYjH7 .top_padding_left{
	height:100px;	
  }
  .cid-sL07PJYjH7 .top_padding_right{
	height:0px;	
  }
}
@media (max-width: 650px) {
  .cid-sL07PJYjH7 .paddings {
    padding: 30px;
  }
}
.cid-scKioIQ1r4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scKioIQ1r4 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKioIQ1r4 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKioIQ1r4 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKioIQ1r4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scKioIQ1r4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scKioIQ1r4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scKioIQ1r4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scKioIQ1r4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scKioIQ1r4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scKioIQ1r4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scKioIQ1r4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKioIQ1r4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scKioIQ1r4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scKioIQ1r4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scKioJUM96 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scKioJUM96 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scKioJUM96 a {
  font-style: normal;
}
.cid-scKioJUM96 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scKioJUM96 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scKioJUM96 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scKioJUM96 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scKioJUM96 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scKioJUM96 .nav-item:focus,
.cid-scKioJUM96 .nav-link:focus {
  outline: none;
}
.cid-scKioJUM96 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scKioJUM96 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scKioJUM96 .menu-logo {
  margin-right: auto;
}
.cid-scKioJUM96 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKioJUM96 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scKioJUM96 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scKioJUM96 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scKioJUM96 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scKioJUM96 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scKioJUM96 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scKioJUM96 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scKioJUM96 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scKioJUM96 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scKioJUM96 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scKioJUM96 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scKioJUM96 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scKioJUM96 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scKioJUM96 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scKioJUM96 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scKioJUM96 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scKioJUM96 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scKioJUM96 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scKioJUM96 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scKioJUM96 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scKioJUM96 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scKioJUM96 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scKioJUM96 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scKioJUM96 button.navbar-toggler:focus {
  outline: none;
}
.cid-scKioJUM96 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scKioJUM96 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scKioJUM96 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scKioJUM96 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scKioJUM96 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scKioJUM96 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKioJUM96 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scKioJUM96 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scKioJUM96 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKioJUM96 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKioJUM96 .collapsed .btn {
  display: -webkit-flex;
}
.cid-scKioJUM96 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scKioJUM96 .collapsed .navbar-collapse.collapsing,
.cid-scKioJUM96 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scKioJUM96 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scKioJUM96 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scKioJUM96 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scKioJUM96 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scKioJUM96 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scKioJUM96 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scKioJUM96 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scKioJUM96 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scKioJUM96 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scKioJUM96 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scKioJUM96 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scKioJUM96 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scKioJUM96 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scKioJUM96 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKioJUM96 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scKioJUM96 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scKioJUM96 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scKioJUM96 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scKioJUM96.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKioJUM96 img {
    height: 3.8rem !important;
  }
  .cid-scKioJUM96 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scKioJUM96 .menu-wrap {
    flex-direction: column;
  }
  .cid-scKioJUM96 .btn {
    display: -webkit-flex;
  }
  .cid-scKioJUM96 button.navbar-toggler {
    display: block;
  }
  .cid-scKioJUM96 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scKioJUM96 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKioJUM96 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scKioJUM96 .navbar-collapse.collapsing,
  .cid-scKioJUM96 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scKioJUM96 .navbar-collapse.collapsing .navbar-nav,
  .cid-scKioJUM96 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scKioJUM96 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scKioJUM96 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scKioJUM96 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scKioJUM96 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKioJUM96 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scKioJUM96 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scKioJUM96 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scKioJUM96 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKioJUM96 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scKioJUM96 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scKioJUM96 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scKioJUM96 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scKioJUM96 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scKioJUM96 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scKioJUM96 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scKioJUM96 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scKioJUM96 .nav-link:hover,
.cid-scKioJUM96 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scKiNkpZpH {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color:#132b3b;
}
.cid-scKiNkpZpH h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-scKiNkpZpH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-scKiNkpZpH .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-scKiNkpZpH h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-scKiNkpZpH h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-scKjcAGogU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scKjcAGogU .mbr-section-subtitle {
  color: #767676;
}
.cid-scKjcAGogU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-scKjcAGogU .container {
    max-width: 1600px;
  }
}
.cid-scKjcAGogU .container {
  padding: 0 2rem;
}
.cid-scKjcAGogU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-scKjcAGogU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-scKjcAGogU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-scKjcAGogU .bg1 {
  background: #29a7c6;
}
.cid-scKjcAGogU .bg2 {
  background: #ed6031;
}
.cid-scKjcAGogU .bg3 {
  background: #000000;
}
.cid-scKjcAGogU .bg4 {
  background: #d6952c;
}
.cid-scKjcAGogU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-scKjcAGogU .team-item:hover .item-social {
  opacity: 1;
}
.cid-scKjcAGogU .team-item .item-image img {
  width: 100%;
}
.cid-scKjcAGogU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-scKjcAGogU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-scKjcAGogU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-scKjcAGogU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-scKjcAGogU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-scKjcAGogU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-scKjcAGogU .item-social {
    opacity: 1;
  }
}
.cid-sne4ptnSb6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sne4ptnSb6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sne4ptnSb6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sne4ptnSb6 .container {
    max-width: 1600px;
  }
}
.cid-sne4ptnSb6 .container {
  padding: 0 2rem;
}
.cid-sne4ptnSb6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sne4ptnSb6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sne4ptnSb6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sne4ptnSb6 .bg1 {
  background: #29a7c6;
}
.cid-sne4ptnSb6 .bg2 {
  background: #ed6031;
}
.cid-sne4ptnSb6 .bg3 {
  background: #000000;
}
.cid-sne4ptnSb6 .bg4 {
  background: #d6952c;
}
.cid-sne4ptnSb6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sne4ptnSb6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-sne4ptnSb6 .team-item .item-image img {
  width: 100%;
}
.cid-sne4ptnSb6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sne4ptnSb6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sne4ptnSb6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sne4ptnSb6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sne4ptnSb6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sne4ptnSb6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sne4ptnSb6 .item-social {
    opacity: 1;
  }
}
.cid-sne8aoQmJn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sne8aoQmJn .mbr-section-subtitle {
  color: #767676;
}
.cid-sne8aoQmJn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sne8aoQmJn .container {
    max-width: 1600px;
  }
}
.cid-sne8aoQmJn .container {
  padding: 0 2rem;
}
.cid-sne8aoQmJn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sne8aoQmJn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sne8aoQmJn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sne8aoQmJn .bg1 {
  background: #29a7c6;
}
.cid-sne8aoQmJn .bg2 {
  background: #ed6031;
}
.cid-sne8aoQmJn .bg3 {
  background: #000000;
}
.cid-sne8aoQmJn .bg4 {
  background: #d6952c;
}
.cid-sne8aoQmJn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sne8aoQmJn .team-item:hover .item-social {
  opacity: 1;
}
.cid-sne8aoQmJn .team-item .item-image img {
  width: 100%;
}
.cid-sne8aoQmJn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sne8aoQmJn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sne8aoQmJn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sne8aoQmJn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sne8aoQmJn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sne8aoQmJn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sne8aoQmJn .item-social {
    opacity: 1;
  }
}
.cid-scKiNpTjwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scKiNpTjwA .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKiNpTjwA .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKiNpTjwA .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKiNpTjwA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scKiNpTjwA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scKiNpTjwA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scKiNpTjwA .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scKiNpTjwA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scKiNpTjwA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scKiNpTjwA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scKiNpTjwA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKiNpTjwA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scKiNpTjwA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scKiNpTjwA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scKiNqWaFK .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scKiNqWaFK .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scKiNqWaFK a {
  font-style: normal;
}
.cid-scKiNqWaFK .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scKiNqWaFK .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scKiNqWaFK .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scKiNqWaFK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scKiNqWaFK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scKiNqWaFK .nav-item:focus,
.cid-scKiNqWaFK .nav-link:focus {
  outline: none;
}
.cid-scKiNqWaFK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scKiNqWaFK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scKiNqWaFK .menu-logo {
  margin-right: auto;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scKiNqWaFK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scKiNqWaFK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scKiNqWaFK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scKiNqWaFK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scKiNqWaFK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scKiNqWaFK .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scKiNqWaFK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scKiNqWaFK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scKiNqWaFK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scKiNqWaFK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scKiNqWaFK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scKiNqWaFK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scKiNqWaFK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scKiNqWaFK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scKiNqWaFK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scKiNqWaFK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scKiNqWaFK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scKiNqWaFK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scKiNqWaFK button.navbar-toggler:focus {
  outline: none;
}
.cid-scKiNqWaFK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scKiNqWaFK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scKiNqWaFK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scKiNqWaFK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scKiNqWaFK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scKiNqWaFK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKiNqWaFK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scKiNqWaFK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scKiNqWaFK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKiNqWaFK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKiNqWaFK .collapsed .btn {
  display: -webkit-flex;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse.collapsing,
.cid-scKiNqWaFK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scKiNqWaFK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scKiNqWaFK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scKiNqWaFK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scKiNqWaFK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scKiNqWaFK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scKiNqWaFK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scKiNqWaFK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scKiNqWaFK .collapsed button.navbar-toggler {
  display: block;
}
.cid-scKiNqWaFK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scKiNqWaFK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKiNqWaFK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scKiNqWaFK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scKiNqWaFK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scKiNqWaFK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scKiNqWaFK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKiNqWaFK img {
    height: 3.8rem !important;
  }
  .cid-scKiNqWaFK .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scKiNqWaFK .menu-wrap {
    flex-direction: column;
  }
  .cid-scKiNqWaFK .btn {
    display: -webkit-flex;
  }
  .cid-scKiNqWaFK button.navbar-toggler {
    display: block;
  }
  .cid-scKiNqWaFK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scKiNqWaFK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKiNqWaFK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scKiNqWaFK .navbar-collapse.collapsing,
  .cid-scKiNqWaFK .navbar-collapse.show {
    display: block !important;
  }
  .cid-scKiNqWaFK .navbar-collapse.collapsing .navbar-nav,
  .cid-scKiNqWaFK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scKiNqWaFK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scKiNqWaFK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scKiNqWaFK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scKiNqWaFK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKiNqWaFK .navbar-collapse.collapsing .navbar-buttons,
  .cid-scKiNqWaFK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scKiNqWaFK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scKiNqWaFK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKiNqWaFK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scKiNqWaFK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scKiNqWaFK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scKiNqWaFK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scKiNqWaFK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scKiNqWaFK .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scKiNqWaFK .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scKiNqWaFK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scKiNqWaFK .nav-link:hover,
.cid-scKiNqWaFK .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scKlMVJSFV {
  overflow: hidden !important;
  background: linear-gradient(to right, #09101f 0%, #09101f 30%, #ffffff 30%, #ffffff 100%);
}
.cid-scKlMVJSFV .animated-element {
  color: #efefef;
}
.cid-scKlMVJSFV .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-scKlMVJSFV .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-scKlMVJSFV {
    background: #ffffff;
  }
}
.cid-scKlMVJSFV .mbr-section-subtitle {
  color: #767676;
}
.cid-scKlMVJSFV .mbr-text,
.cid-scKlMVJSFV .mbr-section-btn {
  color: #000000;
}
.cid-scKlMVJSFV .mbr-section-title {
  color: #000000;
}
.cid-scKlgcuvn6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scKlgcuvn6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKlgcuvn6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKlgcuvn6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKlgcuvn6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scKlgcuvn6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scKlgcuvn6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scKlgcuvn6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scKlgcuvn6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scKlgcuvn6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scKlgcuvn6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scKlgcuvn6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKlgcuvn6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scKlgcuvn6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scKlgcuvn6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scKlgdPhQB .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scKlgdPhQB .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scKlgdPhQB a {
  font-style: normal;
}
.cid-scKlgdPhQB .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scKlgdPhQB .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scKlgdPhQB .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scKlgdPhQB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scKlgdPhQB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scKlgdPhQB .nav-item:focus,
.cid-scKlgdPhQB .nav-link:focus {
  outline: none;
}
.cid-scKlgdPhQB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scKlgdPhQB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scKlgdPhQB .menu-logo {
  margin-right: auto;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scKlgdPhQB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scKlgdPhQB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scKlgdPhQB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scKlgdPhQB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scKlgdPhQB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scKlgdPhQB .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scKlgdPhQB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scKlgdPhQB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scKlgdPhQB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scKlgdPhQB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scKlgdPhQB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scKlgdPhQB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scKlgdPhQB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scKlgdPhQB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scKlgdPhQB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scKlgdPhQB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scKlgdPhQB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scKlgdPhQB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scKlgdPhQB button.navbar-toggler:focus {
  outline: none;
}
.cid-scKlgdPhQB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scKlgdPhQB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scKlgdPhQB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scKlgdPhQB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scKlgdPhQB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scKlgdPhQB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKlgdPhQB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scKlgdPhQB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scKlgdPhQB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKlgdPhQB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKlgdPhQB .collapsed .btn {
  display: -webkit-flex;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse.collapsing,
.cid-scKlgdPhQB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scKlgdPhQB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scKlgdPhQB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scKlgdPhQB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scKlgdPhQB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scKlgdPhQB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scKlgdPhQB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scKlgdPhQB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scKlgdPhQB .collapsed button.navbar-toggler {
  display: block;
}
.cid-scKlgdPhQB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scKlgdPhQB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKlgdPhQB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scKlgdPhQB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scKlgdPhQB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scKlgdPhQB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scKlgdPhQB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKlgdPhQB img {
    height: 3.8rem !important;
  }
  .cid-scKlgdPhQB .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scKlgdPhQB .menu-wrap {
    flex-direction: column;
  }
  .cid-scKlgdPhQB .btn {
    display: -webkit-flex;
  }
  .cid-scKlgdPhQB button.navbar-toggler {
    display: block;
  }
  .cid-scKlgdPhQB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scKlgdPhQB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKlgdPhQB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scKlgdPhQB .navbar-collapse.collapsing,
  .cid-scKlgdPhQB .navbar-collapse.show {
    display: block !important;
  }
  .cid-scKlgdPhQB .navbar-collapse.collapsing .navbar-nav,
  .cid-scKlgdPhQB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scKlgdPhQB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scKlgdPhQB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scKlgdPhQB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scKlgdPhQB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKlgdPhQB .navbar-collapse.collapsing .navbar-buttons,
  .cid-scKlgdPhQB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scKlgdPhQB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scKlgdPhQB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKlgdPhQB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scKlgdPhQB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scKlgdPhQB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scKlgdPhQB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scKlgdPhQB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scKlgdPhQB .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scKlgdPhQB .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scKlgdPhQB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scKlgdPhQB .nav-link:hover,
.cid-scKlgdPhQB .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scKmFEPoVF {
  overflow: hidden !important;
  background: linear-gradient(to right, #09101f 0%, #09101f 30%, #ffffff 30%, #ffffff 100%);
}
.cid-scKmFEPoVF .animated-element {
  color: #efefef;
}
.cid-scKmFEPoVF .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-scKmFEPoVF .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-scKmFEPoVF {
    background: #ffffff;
  }
}
.cid-scKmFEPoVF .mbr-section-subtitle {
  color: #767676;
}
.cid-scKmFEPoVF .mbr-text,
.cid-scKmFEPoVF .mbr-section-btn {
  color: #000000;
}
.cid-scKmFEPoVF .mbr-section-title {
  color: #000000;
}
.cid-scKmFKtE7y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scKmFKtE7y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKmFKtE7y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKmFKtE7y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKmFKtE7y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scKmFKtE7y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scKmFKtE7y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scKmFKtE7y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scKmFKtE7y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scKmFKtE7y .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scKmFKtE7y .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scKmFKtE7y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKmFKtE7y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scKmFKtE7y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scKmFKtE7y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scKmFOgQnG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scKmFOgQnG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scKmFOgQnG a {
  font-style: normal;
}
.cid-scKmFOgQnG .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scKmFOgQnG .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scKmFOgQnG .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scKmFOgQnG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scKmFOgQnG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scKmFOgQnG .nav-item:focus,
.cid-scKmFOgQnG .nav-link:focus {
  outline: none;
}
.cid-scKmFOgQnG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scKmFOgQnG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scKmFOgQnG .menu-logo {
  margin-right: auto;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scKmFOgQnG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scKmFOgQnG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scKmFOgQnG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scKmFOgQnG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scKmFOgQnG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scKmFOgQnG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scKmFOgQnG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scKmFOgQnG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scKmFOgQnG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scKmFOgQnG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scKmFOgQnG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scKmFOgQnG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scKmFOgQnG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scKmFOgQnG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scKmFOgQnG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scKmFOgQnG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scKmFOgQnG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scKmFOgQnG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scKmFOgQnG button.navbar-toggler:focus {
  outline: none;
}
.cid-scKmFOgQnG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scKmFOgQnG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scKmFOgQnG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scKmFOgQnG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scKmFOgQnG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scKmFOgQnG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKmFOgQnG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scKmFOgQnG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scKmFOgQnG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKmFOgQnG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKmFOgQnG .collapsed .btn {
  display: -webkit-flex;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse.collapsing,
.cid-scKmFOgQnG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scKmFOgQnG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scKmFOgQnG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scKmFOgQnG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scKmFOgQnG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scKmFOgQnG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scKmFOgQnG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scKmFOgQnG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scKmFOgQnG .collapsed button.navbar-toggler {
  display: block;
}
.cid-scKmFOgQnG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scKmFOgQnG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKmFOgQnG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scKmFOgQnG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scKmFOgQnG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scKmFOgQnG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scKmFOgQnG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKmFOgQnG img {
    height: 3.8rem !important;
  }
  .cid-scKmFOgQnG .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scKmFOgQnG .menu-wrap {
    flex-direction: column;
  }
  .cid-scKmFOgQnG .btn {
    display: -webkit-flex;
  }
  .cid-scKmFOgQnG button.navbar-toggler {
    display: block;
  }
  .cid-scKmFOgQnG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scKmFOgQnG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKmFOgQnG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scKmFOgQnG .navbar-collapse.collapsing,
  .cid-scKmFOgQnG .navbar-collapse.show {
    display: block !important;
  }
  .cid-scKmFOgQnG .navbar-collapse.collapsing .navbar-nav,
  .cid-scKmFOgQnG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scKmFOgQnG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scKmFOgQnG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scKmFOgQnG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scKmFOgQnG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKmFOgQnG .navbar-collapse.collapsing .navbar-buttons,
  .cid-scKmFOgQnG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scKmFOgQnG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scKmFOgQnG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKmFOgQnG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scKmFOgQnG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scKmFOgQnG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scKmFOgQnG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scKmFOgQnG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scKmFOgQnG .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scKmFOgQnG .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scKmFOgQnG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scKmFOgQnG .nav-link:hover,
.cid-scKmFOgQnG .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scKnVlTo7u {
  overflow: hidden !important;
  background: linear-gradient(to right, #09101f 0%, #09101f 30%, #ffffff 30%, #ffffff 100%);
}
.cid-scKnVlTo7u .animated-element {
  color: #efefef;
}
.cid-scKnVlTo7u .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-scKnVlTo7u .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-scKnVlTo7u {
    background: #ffffff;
  }
}
.cid-scKnVlTo7u .mbr-section-subtitle {
  color: #767676;
}
.cid-scKnVlTo7u .mbr-text,
.cid-scKnVlTo7u .mbr-section-btn {
  color: #000000;
}
.cid-scKnVlTo7u .mbr-section-title {
  color: #000000;
}
.cid-scKnVoP0BO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scKnVoP0BO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKnVoP0BO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKnVoP0BO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKnVoP0BO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scKnVoP0BO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scKnVoP0BO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scKnVoP0BO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scKnVoP0BO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scKnVoP0BO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scKnVoP0BO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scKnVoP0BO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKnVoP0BO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scKnVoP0BO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scKnVoP0BO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scKnVpUVhI .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scKnVpUVhI .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scKnVpUVhI a {
  font-style: normal;
}
.cid-scKnVpUVhI .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scKnVpUVhI .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scKnVpUVhI .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scKnVpUVhI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scKnVpUVhI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scKnVpUVhI .nav-item:focus,
.cid-scKnVpUVhI .nav-link:focus {
  outline: none;
}
.cid-scKnVpUVhI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scKnVpUVhI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scKnVpUVhI .menu-logo {
  margin-right: auto;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scKnVpUVhI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scKnVpUVhI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scKnVpUVhI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scKnVpUVhI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scKnVpUVhI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scKnVpUVhI .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scKnVpUVhI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scKnVpUVhI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scKnVpUVhI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scKnVpUVhI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scKnVpUVhI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scKnVpUVhI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scKnVpUVhI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scKnVpUVhI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scKnVpUVhI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scKnVpUVhI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scKnVpUVhI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scKnVpUVhI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scKnVpUVhI button.navbar-toggler:focus {
  outline: none;
}
.cid-scKnVpUVhI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scKnVpUVhI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scKnVpUVhI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scKnVpUVhI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scKnVpUVhI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scKnVpUVhI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKnVpUVhI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scKnVpUVhI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scKnVpUVhI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKnVpUVhI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKnVpUVhI .collapsed .btn {
  display: -webkit-flex;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse.collapsing,
.cid-scKnVpUVhI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scKnVpUVhI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scKnVpUVhI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scKnVpUVhI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scKnVpUVhI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scKnVpUVhI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scKnVpUVhI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scKnVpUVhI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scKnVpUVhI .collapsed button.navbar-toggler {
  display: block;
}
.cid-scKnVpUVhI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scKnVpUVhI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKnVpUVhI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scKnVpUVhI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scKnVpUVhI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scKnVpUVhI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scKnVpUVhI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKnVpUVhI img {
    height: 3.8rem !important;
  }
  .cid-scKnVpUVhI .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scKnVpUVhI .menu-wrap {
    flex-direction: column;
  }
  .cid-scKnVpUVhI .btn {
    display: -webkit-flex;
  }
  .cid-scKnVpUVhI button.navbar-toggler {
    display: block;
  }
  .cid-scKnVpUVhI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scKnVpUVhI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKnVpUVhI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scKnVpUVhI .navbar-collapse.collapsing,
  .cid-scKnVpUVhI .navbar-collapse.show {
    display: block !important;
  }
  .cid-scKnVpUVhI .navbar-collapse.collapsing .navbar-nav,
  .cid-scKnVpUVhI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scKnVpUVhI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scKnVpUVhI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scKnVpUVhI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scKnVpUVhI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKnVpUVhI .navbar-collapse.collapsing .navbar-buttons,
  .cid-scKnVpUVhI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scKnVpUVhI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scKnVpUVhI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKnVpUVhI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scKnVpUVhI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scKnVpUVhI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scKnVpUVhI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scKnVpUVhI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scKnVpUVhI .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scKnVpUVhI .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scKnVpUVhI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scKnVpUVhI .nav-link:hover,
.cid-scKnVpUVhI .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-smXFZ4VWxr {
  overflow: hidden !important;
  background: linear-gradient(to right, #09101f 0%, #09101f 30%, #ffffff 30%, #ffffff 100%);
}
.cid-smXFZ4VWxr .animated-element {
  color: #efefef;
}
.cid-smXFZ4VWxr .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-smXFZ4VWxr .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-smXFZ4VWxr {
    background: #ffffff;
  }
}
.cid-smXFZ4VWxr .mbr-section-subtitle {
  color: #767676;
}
.cid-smXFZ4VWxr .mbr-text,
.cid-smXFZ4VWxr .mbr-section-btn {
  color: #000000;
}
.cid-smXFZ4VWxr .mbr-section-title {
  color: #000000;
}
.cid-smXFZ5ysZy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-smXFZ5ysZy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smXFZ5ysZy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smXFZ5ysZy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smXFZ5ysZy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-smXFZ5ysZy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-smXFZ5ysZy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-smXFZ5ysZy .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smXFZ5ysZy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-smXFZ5ysZy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-smXFZ5ysZy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smXFZ5ysZy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smXFZ5ysZy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smXFZ5ysZy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-smXFZ5ysZy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-smXFZ5YEVo .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-smXFZ5YEVo .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-smXFZ5YEVo a {
  font-style: normal;
}
.cid-smXFZ5YEVo .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-smXFZ5YEVo .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-smXFZ5YEVo .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-smXFZ5YEVo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-smXFZ5YEVo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-smXFZ5YEVo .nav-item:focus,
.cid-smXFZ5YEVo .nav-link:focus {
  outline: none;
}
.cid-smXFZ5YEVo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-smXFZ5YEVo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-smXFZ5YEVo .menu-logo {
  margin-right: auto;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smXFZ5YEVo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-smXFZ5YEVo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-smXFZ5YEVo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-smXFZ5YEVo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smXFZ5YEVo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smXFZ5YEVo .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-smXFZ5YEVo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-smXFZ5YEVo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smXFZ5YEVo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smXFZ5YEVo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smXFZ5YEVo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-smXFZ5YEVo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-smXFZ5YEVo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-smXFZ5YEVo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smXFZ5YEVo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smXFZ5YEVo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smXFZ5YEVo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smXFZ5YEVo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-smXFZ5YEVo button.navbar-toggler:focus {
  outline: none;
}
.cid-smXFZ5YEVo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smXFZ5YEVo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smXFZ5YEVo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smXFZ5YEVo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smXFZ5YEVo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smXFZ5YEVo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smXFZ5YEVo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smXFZ5YEVo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smXFZ5YEVo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smXFZ5YEVo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smXFZ5YEVo .collapsed .btn {
  display: -webkit-flex;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse.collapsing,
.cid-smXFZ5YEVo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smXFZ5YEVo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smXFZ5YEVo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-smXFZ5YEVo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smXFZ5YEVo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smXFZ5YEVo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smXFZ5YEVo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-smXFZ5YEVo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-smXFZ5YEVo .collapsed button.navbar-toggler {
  display: block;
}
.cid-smXFZ5YEVo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-smXFZ5YEVo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smXFZ5YEVo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-smXFZ5YEVo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smXFZ5YEVo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smXFZ5YEVo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-smXFZ5YEVo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smXFZ5YEVo img {
    height: 3.8rem !important;
  }
  .cid-smXFZ5YEVo .icon-wrap {
    margin-top: 1rem;
  }
  .cid-smXFZ5YEVo .menu-wrap {
    flex-direction: column;
  }
  .cid-smXFZ5YEVo .btn {
    display: -webkit-flex;
  }
  .cid-smXFZ5YEVo button.navbar-toggler {
    display: block;
  }
  .cid-smXFZ5YEVo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-smXFZ5YEVo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smXFZ5YEVo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smXFZ5YEVo .navbar-collapse.collapsing,
  .cid-smXFZ5YEVo .navbar-collapse.show {
    display: block !important;
  }
  .cid-smXFZ5YEVo .navbar-collapse.collapsing .navbar-nav,
  .cid-smXFZ5YEVo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smXFZ5YEVo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smXFZ5YEVo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-smXFZ5YEVo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-smXFZ5YEVo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-smXFZ5YEVo .navbar-collapse.collapsing .navbar-buttons,
  .cid-smXFZ5YEVo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smXFZ5YEVo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smXFZ5YEVo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smXFZ5YEVo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-smXFZ5YEVo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-smXFZ5YEVo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smXFZ5YEVo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-smXFZ5YEVo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-smXFZ5YEVo .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-smXFZ5YEVo .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-smXFZ5YEVo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-smXFZ5YEVo .nav-link:hover,
.cid-smXFZ5YEVo .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-snedIy3fVR {
  overflow: hidden !important;
  background: linear-gradient(to right, #09101f 0%, #09101f 30%, #ffffff 30%, #ffffff 100%);
}
.cid-snedIy3fVR .animated-element {
  color: #efefef;
}
.cid-snedIy3fVR .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-snedIy3fVR .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snedIy3fVR {
    background: #ffffff;
  }
}
.cid-snedIy3fVR .mbr-section-subtitle {
  color: #767676;
}
.cid-snedIy3fVR .mbr-text,
.cid-snedIy3fVR .mbr-section-btn {
  color: #000000;
}
.cid-snedIy3fVR .mbr-section-title {
  color: #000000;
}
.cid-snedIyw6vy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-snedIyw6vy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snedIyw6vy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snedIyw6vy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snedIyw6vy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-snedIyw6vy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-snedIyw6vy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-snedIyw6vy .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-snedIyw6vy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-snedIyw6vy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snedIyw6vy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-snedIyw6vy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snedIyw6vy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snedIyw6vy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-snedIyw6vy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-snedIyX0pq .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-snedIyX0pq .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-snedIyX0pq a {
  font-style: normal;
}
.cid-snedIyX0pq .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-snedIyX0pq .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-snedIyX0pq .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-snedIyX0pq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snedIyX0pq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-snedIyX0pq .nav-item:focus,
.cid-snedIyX0pq .nav-link:focus {
  outline: none;
}
.cid-snedIyX0pq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-snedIyX0pq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-snedIyX0pq .menu-logo {
  margin-right: auto;
}
.cid-snedIyX0pq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snedIyX0pq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snedIyX0pq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-snedIyX0pq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snedIyX0pq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-snedIyX0pq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snedIyX0pq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snedIyX0pq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-snedIyX0pq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snedIyX0pq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snedIyX0pq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snedIyX0pq .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-snedIyX0pq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-snedIyX0pq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snedIyX0pq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snedIyX0pq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snedIyX0pq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snedIyX0pq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-snedIyX0pq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-snedIyX0pq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snedIyX0pq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snedIyX0pq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-snedIyX0pq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snedIyX0pq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-snedIyX0pq button.navbar-toggler:focus {
  outline: none;
}
.cid-snedIyX0pq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snedIyX0pq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snedIyX0pq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snedIyX0pq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snedIyX0pq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snedIyX0pq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snedIyX0pq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snedIyX0pq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snedIyX0pq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snedIyX0pq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snedIyX0pq .collapsed .btn {
  display: -webkit-flex;
}
.cid-snedIyX0pq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snedIyX0pq .collapsed .navbar-collapse.collapsing,
.cid-snedIyX0pq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snedIyX0pq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snedIyX0pq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snedIyX0pq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snedIyX0pq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snedIyX0pq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-snedIyX0pq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-snedIyX0pq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snedIyX0pq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snedIyX0pq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snedIyX0pq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snedIyX0pq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-snedIyX0pq .collapsed button.navbar-toggler {
  display: block;
}
.cid-snedIyX0pq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snedIyX0pq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snedIyX0pq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snedIyX0pq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snedIyX0pq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snedIyX0pq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snedIyX0pq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snedIyX0pq img {
    height: 3.8rem !important;
  }
  .cid-snedIyX0pq .icon-wrap {
    margin-top: 1rem;
  }
  .cid-snedIyX0pq .menu-wrap {
    flex-direction: column;
  }
  .cid-snedIyX0pq .btn {
    display: -webkit-flex;
  }
  .cid-snedIyX0pq button.navbar-toggler {
    display: block;
  }
  .cid-snedIyX0pq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-snedIyX0pq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snedIyX0pq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snedIyX0pq .navbar-collapse.collapsing,
  .cid-snedIyX0pq .navbar-collapse.show {
    display: block !important;
  }
  .cid-snedIyX0pq .navbar-collapse.collapsing .navbar-nav,
  .cid-snedIyX0pq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snedIyX0pq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snedIyX0pq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snedIyX0pq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-snedIyX0pq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-snedIyX0pq .navbar-collapse.collapsing .navbar-buttons,
  .cid-snedIyX0pq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snedIyX0pq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snedIyX0pq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snedIyX0pq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snedIyX0pq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snedIyX0pq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snedIyX0pq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-snedIyX0pq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-snedIyX0pq .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-snedIyX0pq .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-snedIyX0pq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snedIyX0pq .nav-link:hover,
.cid-snedIyX0pq .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-scKniUKEEw {
  overflow: hidden !important;
  background: linear-gradient(to right, #09101f 0%, #09101f 30%, #ffffff 30%, #ffffff 100%);
}
.cid-scKniUKEEw .animated-element {
  color: #efefef;
}
.cid-scKniUKEEw .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-scKniUKEEw .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-scKniUKEEw {
    background: #ffffff;
  }
}
.cid-scKniUKEEw .mbr-section-subtitle {
  color: #767676;
}
.cid-scKniUKEEw .mbr-text,
.cid-scKniUKEEw .mbr-section-btn {
  color: #000000;
}
.cid-scKniUKEEw .mbr-section-title {
  color: #000000;
}
.cid-scKniXyeaH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-scKniXyeaH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKniXyeaH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKniXyeaH .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKniXyeaH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scKniXyeaH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scKniXyeaH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scKniXyeaH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scKniXyeaH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scKniXyeaH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scKniXyeaH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scKniXyeaH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKniXyeaH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scKniXyeaH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scKniXyeaH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scKniZ48i8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-scKniZ48i8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-scKniZ48i8 a {
  font-style: normal;
}
.cid-scKniZ48i8 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-scKniZ48i8 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-scKniZ48i8 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-scKniZ48i8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-scKniZ48i8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-scKniZ48i8 .nav-item:focus,
.cid-scKniZ48i8 .nav-link:focus {
  outline: none;
}
.cid-scKniZ48i8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-scKniZ48i8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-scKniZ48i8 .menu-logo {
  margin-right: auto;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-scKniZ48i8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-scKniZ48i8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-scKniZ48i8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-scKniZ48i8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-scKniZ48i8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-scKniZ48i8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-scKniZ48i8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-scKniZ48i8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scKniZ48i8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-scKniZ48i8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scKniZ48i8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-scKniZ48i8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-scKniZ48i8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-scKniZ48i8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-scKniZ48i8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-scKniZ48i8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-scKniZ48i8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-scKniZ48i8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-scKniZ48i8 button.navbar-toggler:focus {
  outline: none;
}
.cid-scKniZ48i8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scKniZ48i8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scKniZ48i8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scKniZ48i8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scKniZ48i8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scKniZ48i8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKniZ48i8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scKniZ48i8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scKniZ48i8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scKniZ48i8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKniZ48i8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse.collapsing,
.cid-scKniZ48i8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-scKniZ48i8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-scKniZ48i8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-scKniZ48i8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-scKniZ48i8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-scKniZ48i8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-scKniZ48i8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-scKniZ48i8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-scKniZ48i8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-scKniZ48i8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-scKniZ48i8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-scKniZ48i8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-scKniZ48i8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-scKniZ48i8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-scKniZ48i8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-scKniZ48i8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKniZ48i8 img {
    height: 3.8rem !important;
  }
  .cid-scKniZ48i8 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-scKniZ48i8 .menu-wrap {
    flex-direction: column;
  }
  .cid-scKniZ48i8 .btn {
    display: -webkit-flex;
  }
  .cid-scKniZ48i8 button.navbar-toggler {
    display: block;
  }
  .cid-scKniZ48i8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-scKniZ48i8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-scKniZ48i8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-scKniZ48i8 .navbar-collapse.collapsing,
  .cid-scKniZ48i8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-scKniZ48i8 .navbar-collapse.collapsing .navbar-nav,
  .cid-scKniZ48i8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-scKniZ48i8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-scKniZ48i8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-scKniZ48i8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-scKniZ48i8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKniZ48i8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-scKniZ48i8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-scKniZ48i8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-scKniZ48i8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-scKniZ48i8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-scKniZ48i8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-scKniZ48i8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-scKniZ48i8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-scKniZ48i8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-scKniZ48i8 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-scKniZ48i8 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-scKniZ48i8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-scKniZ48i8 .nav-link:hover,
.cid-scKniZ48i8 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-syocKLJcqO {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/img/hbc_special_background.jpg");
}
.cid-syocKLJcqO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-syocKLJcqO .mbr-text,
.cid-syocKLJcqO .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-syocKLJcqO h3:before,
  .cid-syocKLJcqO h3:after {
    display: none;
  }
}
.cid-syocKLJcqO H3 {
  color: #ffffff;
}
.cid-syocKLJcqO H1 {
  color: #ffffff;
}
.cid-uM8q9Rl4Fd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uM8q9Rl4Fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8q9Rl4Fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM8q9Rl4Fd .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uM8q9Rl4Fd .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uM8q9Rl4Fd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uM8q9Rl4Fd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uM8q9Rl4Fd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uM8q9Rl4Fd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uM8q9Rl4Fd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uM8q9Rl4Fd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uM8q9Rl4Fd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uM8q9Rl4Fd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uM8q9Rl34D {
  padding-top: 3rem;
  padding-bottom: 0rem!important;
  background-color: #FFFFFF;
}
.cid-uM8q9Rl34D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8q9Rl34D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM8q9Rl34D .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uM8q9Rl34D .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uM8q9Rl34D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uM8q9Rl34D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uM8q9Rl34D .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uM8q9Rl34D .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uM8q9Rl34D .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uM8q9Rl34D .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uM8q9Rl34D .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uM8q9Rl34D .card-box {
    padding: 2rem;
  }
}