.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #094869 !important;
}
.bg-success {
  background-color: #4cbddf !important;
}
.bg-info {
  background-color: #43a5ae !important;
}
.bg-warning {
  background-color: #e9e7e7 !important;
}
.bg-danger {
  background-color: #98dee8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #094869 !important;
  border-color: #094869 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #021119 !important;
  border-color: #021119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #021119 !important;
  border-color: #021119 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #094869 !important;
  border-color: #094869 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #021119 !important;
  border-color: #021119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #021119 !important;
  border-color: #021119 !important;
}
.btn-info,
.btn-info:active {
  background-color: #43a5ae !important;
  border-color: #43a5ae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2b6a6f !important;
  border-color: #2b6a6f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2b6a6f !important;
  border-color: #2b6a6f !important;
}
.btn-success,
.btn-success:active {
  background-color: #4cbddf !important;
  border-color: #4cbddf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2092b4 !important;
  border-color: #2092b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2092b4 !important;
  border-color: #2092b4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e9e7e7 !important;
  border-color: #e9e7e7 !important;
  color: #6d6464 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c0baba !important;
  border-color: #c0baba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6d6464 !important;
  background-color: #c0baba !important;
  border-color: #c0baba !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
  color: #185f69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #185f69 !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #094869;
  color: #094869;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #021119 !important;
  background-color: transparent!important;
  border-color: #021119 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #094869 !important;
  border-color: #094869 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #094869;
  color: #094869;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #021119 !important;
  background-color: transparent!important;
  border-color: #021119 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #094869 !important;
  border-color: #094869 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #43a5ae;
  color: #43a5ae;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2b6a6f !important;
  background-color: transparent!important;
  border-color: #2b6a6f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #43a5ae !important;
  border-color: #43a5ae !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4cbddf;
  color: #4cbddf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2092b4 !important;
  background-color: transparent!important;
  border-color: #2092b4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4cbddf !important;
  border-color: #4cbddf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e9e7e7;
  color: #e9e7e7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c0baba !important;
  background-color: transparent!important;
  border-color: #c0baba !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6d6464 !important;
  background-color: #e9e7e7 !important;
  border-color: #e9e7e7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #98dee8;
  color: #98dee8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #51c7d8 !important;
  background-color: transparent!important;
  border-color: #51c7d8 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #185f69 !important;
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #094869 !important;
}
.text-secondary {
  color: #094869 !important;
}
.text-success {
  color: #4cbddf !important;
}
.text-info {
  color: #43a5ae !important;
}
.text-warning {
  color: #e9e7e7 !important;
}
.text-danger {
  color: #98dee8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01080b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01080b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1e87a7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #275f64 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b8b2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #45c3d5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #094869;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #43a5ae;
}
.alert-warning {
  background-color: #e9e7e7;
}
.alert-danger {
  background-color: #98dee8;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #094869;
  border-color: #094869;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #094869;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1399de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9fdfe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #99d2d8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #094869 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #094869;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #094869;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #094869;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #094869;
  border-bottom-color: #094869;
}
.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: #094869 !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: #094869 !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='%23094869' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uKaWXWa3zN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeff1;
}
.cid-uKaWXWa3zN .carousel {
  height: 800px;
}
.cid-uKaWXWa3zN .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKaWXWa3zN .carousel-item,
.cid-uKaWXWa3zN .carousel-inner {
  height: 100%;
}
.cid-uKaWXWa3zN .carousel-caption {
  bottom: 40px;
}
.cid-uKaWXWa3zN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uKaWXWa3zN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uKaWXWa3zN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uKaWXWa3zN .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uKaWXWa3zN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uKaWXWa3zN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uKaWXWa3zN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uKaWXWa3zN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uKaWXWa3zN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKaWXWa3zN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKaWXWa3zN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKaWXWa3zN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uKaWXWa3zN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uKaWXWa3zN .carousel-indicators li.active,
.cid-uKaWXWa3zN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uKaWXWa3zN .carousel-indicators li::after,
.cid-uKaWXWa3zN .carousel-indicators li::before {
  content: none;
}
.cid-uKaWXWa3zN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uKaWXWa3zN .carousel-indicators {
    display: none !important;
  }
}
.cid-uKaWXWa3zN H5 {
  color: #ffffff;
}
.cid-uKaWXWa3zN P {
  color: #ffffff;
}
.cid-uJNg3Szom7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJNg3Szom7 nav.navbar {
  position: fixed;
}
.cid-uJNg3Szom7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJNg3Szom7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJNg3Szom7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJNg3Szom7 .dropdown-item:hover,
.cid-uJNg3Szom7 .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uJNg3Szom7 .dropdown-item:hover span {
  color: white;
}
.cid-uJNg3Szom7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJNg3Szom7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJNg3Szom7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJNg3Szom7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJNg3Szom7 .nav-link {
  position: relative;
}
.cid-uJNg3Szom7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJNg3Szom7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uJNg3Szom7 .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJNg3Szom7 .dropdown-menu,
.cid-uJNg3Szom7 .navbar.opened {
  background: #fafafa !important;
}
.cid-uJNg3Szom7 .nav-item:focus,
.cid-uJNg3Szom7 .nav-link:focus {
  outline: none;
}
.cid-uJNg3Szom7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJNg3Szom7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJNg3Szom7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJNg3Szom7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJNg3Szom7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJNg3Szom7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJNg3Szom7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uJNg3Szom7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJNg3Szom7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJNg3Szom7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJNg3Szom7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJNg3Szom7 .navbar.collapsed {
  justify-content: center;
}
.cid-uJNg3Szom7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJNg3Szom7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJNg3Szom7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uJNg3Szom7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJNg3Szom7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJNg3Szom7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJNg3Szom7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJNg3Szom7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJNg3Szom7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJNg3Szom7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJNg3Szom7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJNg3Szom7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJNg3Szom7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJNg3Szom7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJNg3Szom7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJNg3Szom7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJNg3Szom7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJNg3Szom7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJNg3Szom7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJNg3Szom7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJNg3Szom7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJNg3Szom7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJNg3Szom7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJNg3Szom7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJNg3Szom7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJNg3Szom7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJNg3Szom7 .dropdown-item.active,
.cid-uJNg3Szom7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJNg3Szom7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJNg3Szom7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJNg3Szom7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJNg3Szom7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uJNg3Szom7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJNg3Szom7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJNg3Szom7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJNg3Szom7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJNg3Szom7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJNg3Szom7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uJNg3Szom7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJNg3Szom7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJNg3Szom7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJNg3Szom7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJNg3Szom7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJNg3Szom7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJNg3Szom7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJNg3Szom7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJNg3Szom7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJNg3Szom7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJNg3Szom7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJNg3Szom7 .navbar {
    height: 70px;
  }
  .cid-uJNg3Szom7 .navbar.opened {
    height: auto;
  }
  .cid-uJNg3Szom7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQAle939l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQQAle939l .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQQAle939l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQQAle939l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQQAle939l .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQQAle939l .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQQAle939l .mbr-section-title {
  color: #094869;
}
.cid-uQQCglZwSb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uQQCglZwSb .container {
    max-width: 1400px;
  }
}
.cid-uQQCglZwSb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uQQCglZwSb .card-wrapper {
  margin-top: 3rem;
}
.cid-uQQCglZwSb .row {
  justify-content: center;
}
.cid-uQQCglZwSb .mbr-section-title {
  text-align: left;
  color: #094869;
}
.cid-uQQCglZwSb .card-text {
  text-align: center;
}
.cid-uQQErAMOlH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQQErAMOlH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQQErAMOlH .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQQErAMOlH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQQErAMOlH .link-wrap {
    align-items: center;
  }
}
.cid-uQQErAMOlH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQQErAMOlH .card-title,
.cid-uQQErAMOlH .card-box {
  color: #094869;
}
.cid-uQQHh4p5nf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uQQHh4p5nf .container {
    max-width: 1400px;
  }
}
.cid-uQQHh4p5nf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uQQHh4p5nf .card-wrapper {
  margin-top: 3rem;
}
.cid-uQQHh4p5nf .row {
  justify-content: center;
}
.cid-uQQHh4p5nf .card-text {
  text-align: center;
}
.cid-uQQHh4p5nf .card-title,
.cid-uQQHh4p5nf .iconfont-wrapper {
  text-align: center;
  color: #353535;
}
.cid-uQQHh4p5nf .mbr-section-title {
  color: #094869;
}
.cid-uQQK0H0THZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
.cid-uQQK0H0THZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uQQK0H0THZ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQQK0H0THZ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQQK0H0THZ .card {
    margin-bottom: 2rem;
  }
  .cid-uQQK0H0THZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQQK0H0THZ .card-title,
.cid-uQQK0H0THZ .card-box {
  color: #ffffff;
}
.cid-uQQK0H0THZ .icon-title {
  color: #ffffff;
}
.cid-uQQK0H0THZ .icon-text {
  color: #e9e7e7;
}
.cid-uQQMjq23Vc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic3-1216x832.png");
}
.cid-uQQMjq23Vc .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uQQMjq23Vc .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uQQMjq23Vc .mbr-text {
  color: #232323;
}
.cid-uQQNFVzzHX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
@media (min-width: 1500px) {
  .cid-uQQNFVzzHX .container {
    max-width: 1400px;
  }
}
.cid-uQQNFVzzHX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uQQNFVzzHX .card-wrapper {
  margin-top: 3rem;
}
.cid-uQQNFVzzHX .row {
  justify-content: center;
}
.cid-uQQNFVzzHX .card-title,
.cid-uQQNFVzzHX .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQQNFVzzHX .mbr-section-title {
  color: #ffffff;
}
.cid-uQQNFVzzHX .card-text {
  text-align: left;
  color: #e9e7e7;
}
.cid-uJRgohvLAN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic6-1216x832.png");
}
.cid-uJRgohvLAN .mbr-section-title {
  color: #094869;
}
.cid-uJNhipo8Kz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJNhipo8Kz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJNhipo8Kz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJNhipo8Kz .row {
    text-align: center;
  }
  .cid-uJNhipo8Kz .row > div {
    margin: auto;
  }
  .cid-uJNhipo8Kz .social-row {
    justify-content: center;
  }
}
.cid-uJNhipo8Kz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJNhipo8Kz .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uJNhipo8Kz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJNhipo8Kz .list {
    margin-bottom: 0rem;
  }
}
.cid-uJNhipo8Kz .mbr-text {
  color: #094869;
}
.cid-uJNhipo8Kz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uJNhipo8Kz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJNhipo8Kz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJNhipo8Kz H5 {
  color: #4cbddf;
}
.cid-uJNhipo8Kz .copyright {
  color: #094869;
}
.cid-uJNhipo8Kz .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRyIyMSjY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQRyIyMSjY nav.navbar {
  position: fixed;
}
.cid-uQRyIyMSjY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRyIyMSjY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQRyIyMSjY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQRyIyMSjY .dropdown-item:hover,
.cid-uQRyIyMSjY .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uQRyIyMSjY .dropdown-item:hover span {
  color: white;
}
.cid-uQRyIyMSjY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQRyIyMSjY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQRyIyMSjY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQRyIyMSjY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQRyIyMSjY .nav-link {
  position: relative;
}
.cid-uQRyIyMSjY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQRyIyMSjY .container {
    flex-wrap: nowrap;
  }
}
.cid-uQRyIyMSjY .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQRyIyMSjY .dropdown-menu,
.cid-uQRyIyMSjY .navbar.opened {
  background: #fafafa !important;
}
.cid-uQRyIyMSjY .nav-item:focus,
.cid-uQRyIyMSjY .nav-link:focus {
  outline: none;
}
.cid-uQRyIyMSjY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQRyIyMSjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRyIyMSjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQRyIyMSjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRyIyMSjY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRyIyMSjY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQRyIyMSjY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uQRyIyMSjY .navbar.opened {
  transition: all 0.3s;
}
.cid-uQRyIyMSjY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQRyIyMSjY .navbar .navbar-logo img {
  width: auto;
}
.cid-uQRyIyMSjY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQRyIyMSjY .navbar.collapsed {
  justify-content: center;
}
.cid-uQRyIyMSjY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRyIyMSjY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQRyIyMSjY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uQRyIyMSjY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRyIyMSjY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRyIyMSjY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQRyIyMSjY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRyIyMSjY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQRyIyMSjY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQRyIyMSjY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRyIyMSjY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRyIyMSjY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRyIyMSjY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQRyIyMSjY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQRyIyMSjY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQRyIyMSjY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQRyIyMSjY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQRyIyMSjY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQRyIyMSjY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQRyIyMSjY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQRyIyMSjY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQRyIyMSjY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQRyIyMSjY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQRyIyMSjY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQRyIyMSjY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQRyIyMSjY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRyIyMSjY .dropdown-item.active,
.cid-uQRyIyMSjY .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRyIyMSjY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQRyIyMSjY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRyIyMSjY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRyIyMSjY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uQRyIyMSjY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRyIyMSjY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRyIyMSjY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRyIyMSjY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQRyIyMSjY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQRyIyMSjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uQRyIyMSjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRyIyMSjY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRyIyMSjY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRyIyMSjY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRyIyMSjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRyIyMSjY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRyIyMSjY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRyIyMSjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRyIyMSjY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQRyIyMSjY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQRyIyMSjY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRyIyMSjY .navbar {
    height: 70px;
  }
  .cid-uQRyIyMSjY .navbar.opened {
    height: auto;
  }
  .cid-uQRyIyMSjY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRTqfpZAR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic8-816x558.png");
}
.cid-uQRTqfpZAR .mbr-section-title {
  color: #094869;
}
.cid-uQRyIAFBno {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #094869;
}
.cid-uQRyIAFBno .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQRyIAFBno .card-title,
.cid-uQRyIAFBno .card-box {
  color: #4cbddf;
}
.cid-uQRyIAFBno .mbr-section-subtitle {
  color: #e9e7e7;
  text-align: left;
}
.cid-uQRyIAFBno .mbr-text,
.cid-uQRyIAFBno .link {
  color: #e9e7e7;
}
.cid-uQRUQGbCJR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRUQGbCJR .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uQRUQGbCJR .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQRUQGbCJR .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQRUQGbCJR .card {
    margin-bottom: 2rem;
  }
  .cid-uQRUQGbCJR .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQRUQGbCJR .card-title,
.cid-uQRUQGbCJR .card-box {
  color: #094869;
}
.cid-uQRUQGbCJR .mbr-text,
.cid-uQRUQGbCJR .mbr-section-btn {
  color: #4cbddf;
}
.cid-uQRWtw7Ez7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
@media (min-width: 1500px) {
  .cid-uQRWtw7Ez7 .container {
    max-width: 1400px;
  }
}
.cid-uQRWtw7Ez7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4cbddf;
  margin-bottom: 2rem;
}
.cid-uQRWtw7Ez7 .card-wrapper {
  margin-top: 3rem;
}
.cid-uQRWtw7Ez7 .row {
  justify-content: center;
}
.cid-uQRWtw7Ez7 .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-uQRWtw7Ez7 .card-title,
.cid-uQRWtw7Ez7 .iconfont-wrapper {
  color: #4cbddf;
}
.cid-uQRWtw7Ez7 .card-text {
  color: #e9e7e7;
}
.cid-uQRyIzAlKU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRyIzAlKU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQRyIzAlKU .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQRyIzAlKU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRyIzAlKU .link-wrap {
    align-items: center;
  }
}
.cid-uQRyIzAlKU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQRyIzAlKU .card-title,
.cid-uQRyIzAlKU .card-box {
  color: #094869;
}
.cid-uQRyIzAlKU .mbr-text,
.cid-uQRyIzAlKU .link-wrap,
.cid-uQRyIzAlKU .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uQRYpXKZje {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
.cid-uQRYpXKZje .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uQRYpXKZje .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQRYpXKZje .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQRYpXKZje .card {
    margin-bottom: 2rem;
  }
  .cid-uQRYpXKZje .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQRYpXKZje .card-title,
.cid-uQRYpXKZje .card-box {
  color: #fafafa;
}
.cid-uQRYpXKZje .icon-title {
  color: #4cbddf;
}
.cid-uQRYpXKZje .icon-text {
  color: #e9e7e7;
}
.cid-uQXkiFE21A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQXkiFE21A .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQXkiFE21A .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQXkiFE21A .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQXkiFE21A .link-wrap {
    align-items: center;
  }
}
.cid-uQXkiFE21A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQXkiFE21A .card-title,
.cid-uQXkiFE21A .card-box {
  color: #094869;
}
.cid-uQXkiFE21A .mbr-text,
.cid-uQXkiFE21A .link-wrap,
.cid-uQXkiFE21A .mbr-section-btn {
  color: #232323;
}
.cid-uQXlnl3e5N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
@media (min-width: 1500px) {
  .cid-uQXlnl3e5N .container {
    max-width: 1400px;
  }
}
.cid-uQXlnl3e5N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4cbddf;
  margin-bottom: 2rem;
}
.cid-uQXlnl3e5N .card-wrapper {
  margin-top: 3rem;
}
.cid-uQXlnl3e5N .row {
  justify-content: center;
}
.cid-uQXlnl3e5N .card-text {
  text-align: left;
  color: #e9e7e7;
}
.cid-uQXlnl3e5N .card-title,
.cid-uQXlnl3e5N .iconfont-wrapper {
  text-align: center;
  color: #4cbddf;
}
.cid-uQXmzhnmJN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQXmzhnmJN blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQXmzhnmJN .mbr-text {
  color: #094869;
}
.cid-uQXmzhnmJN .mbr-section-title {
  color: #094869;
}
.cid-uQRyIA9lZF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic9-1216x832.png");
}
@media (min-width: 1500px) {
  .cid-uQRyIA9lZF .container {
    max-width: 1400px;
  }
}
.cid-uQRyIA9lZF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uQRyIA9lZF .card-wrapper {
  margin-top: 3rem;
}
.cid-uQRyIA9lZF .row {
  justify-content: center;
}
.cid-uQRyIA9lZF .mbr-section-title {
  text-align: left;
  color: #094869;
}
.cid-uQRyIA9lZF .card-title,
.cid-uQRyIA9lZF .iconfont-wrapper {
  color: #4cbddf;
}
.cid-uQRyIA9lZF .mbr-section-subtitle {
  text-align: left;
}
.cid-uQRyIA9lZF .card-text {
  text-align: left;
}
.cid-uQS2umCuxN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQS2umCuxN img,
.cid-uQS2umCuxN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQS2umCuxN .item:focus,
.cid-uQS2umCuxN span:focus {
  outline: none;
}
.cid-uQS2umCuxN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQS2umCuxN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQS2umCuxN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQS2umCuxN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQS2umCuxN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQS2umCuxN .mbr-section-title {
  color: #232323;
}
.cid-uQS2umCuxN .mbr-text,
.cid-uQS2umCuxN .mbr-section-btn {
  text-align: left;
}
.cid-uQS2umCuxN .item-title {
  text-align: left;
  color: #4cbddf;
}
.cid-uQS2umCuxN .item-subtitle {
  text-align: left;
}
.cid-uQS5WJ0RoE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQS5WJ0RoE .line {
  background-color: #094869;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQS5WJ0RoE .mbr-text {
  color: #094869;
}
.cid-uTGO7JP8Nc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTGO7JP8Nc .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uTGO7JP8Nc .card {
    margin-bottom: 2rem!important;
  }
  .cid-uTGO7JP8Nc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTGO7JP8Nc .link-wrap {
    align-items: center;
  }
}
.cid-uTGO7JP8Nc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTGO7JP8Nc .card-title,
.cid-uTGO7JP8Nc .card-box {
  color: #094869;
}
.cid-uTGO7JP8Nc .mbr-text,
.cid-uTGO7JP8Nc .link-wrap,
.cid-uTGO7JP8Nc .mbr-section-btn {
  color: #232323;
}
.cid-uTGFnP44kd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ultraschall-1216x832.png");
}
.cid-uTGFnP44kd .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uTGFnP44kd .icon-box {
  background: #4cbddf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTGFnP44kd .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTGFnP44kd .card {
    margin-bottom: 2rem;
  }
  .cid-uTGFnP44kd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTGFnP44kd .card-title,
.cid-uTGFnP44kd .card-box {
  color: #094869;
}
.cid-uTGFnP44kd .mbr-text,
.cid-uTGFnP44kd .mbr-section-btn {
  color: #232323;
}
.cid-uQRyICncmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQRyICncmq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQRyICncmq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRyICncmq .row {
    text-align: center;
  }
  .cid-uQRyICncmq .row > div {
    margin: auto;
  }
  .cid-uQRyICncmq .social-row {
    justify-content: center;
  }
}
.cid-uQRyICncmq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQRyICncmq .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uQRyICncmq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQRyICncmq .list {
    margin-bottom: 0rem;
  }
}
.cid-uQRyICncmq .mbr-text {
  color: #094869;
}
.cid-uQRyICncmq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQRyICncmq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQRyICncmq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQRyICncmq H5 {
  color: #4cbddf;
}
.cid-uQRyICncmq .copyright {
  color: #094869;
}
.cid-uQRyICncmq .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRdRF9btS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQRdRF9btS nav.navbar {
  position: fixed;
}
.cid-uQRdRF9btS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRdRF9btS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQRdRF9btS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQRdRF9btS .dropdown-item:hover,
.cid-uQRdRF9btS .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uQRdRF9btS .dropdown-item:hover span {
  color: white;
}
.cid-uQRdRF9btS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQRdRF9btS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQRdRF9btS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQRdRF9btS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQRdRF9btS .nav-link {
  position: relative;
}
.cid-uQRdRF9btS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQRdRF9btS .container {
    flex-wrap: nowrap;
  }
}
.cid-uQRdRF9btS .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQRdRF9btS .dropdown-menu,
.cid-uQRdRF9btS .navbar.opened {
  background: #fafafa !important;
}
.cid-uQRdRF9btS .nav-item:focus,
.cid-uQRdRF9btS .nav-link:focus {
  outline: none;
}
.cid-uQRdRF9btS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQRdRF9btS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRdRF9btS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQRdRF9btS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRdRF9btS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRdRF9btS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQRdRF9btS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uQRdRF9btS .navbar.opened {
  transition: all 0.3s;
}
.cid-uQRdRF9btS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQRdRF9btS .navbar .navbar-logo img {
  width: auto;
}
.cid-uQRdRF9btS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQRdRF9btS .navbar.collapsed {
  justify-content: center;
}
.cid-uQRdRF9btS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRdRF9btS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQRdRF9btS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uQRdRF9btS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRdRF9btS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRdRF9btS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQRdRF9btS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRdRF9btS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQRdRF9btS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQRdRF9btS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRdRF9btS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRdRF9btS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRdRF9btS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQRdRF9btS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQRdRF9btS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQRdRF9btS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQRdRF9btS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQRdRF9btS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQRdRF9btS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQRdRF9btS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQRdRF9btS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQRdRF9btS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQRdRF9btS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQRdRF9btS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQRdRF9btS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQRdRF9btS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRdRF9btS .dropdown-item.active,
.cid-uQRdRF9btS .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRdRF9btS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQRdRF9btS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRdRF9btS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRdRF9btS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uQRdRF9btS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRdRF9btS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRdRF9btS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRdRF9btS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQRdRF9btS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQRdRF9btS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uQRdRF9btS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRdRF9btS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRdRF9btS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRdRF9btS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRdRF9btS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRdRF9btS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRdRF9btS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRdRF9btS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRdRF9btS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQRdRF9btS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQRdRF9btS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRdRF9btS .navbar {
    height: 70px;
  }
  .cid-uQRdRF9btS .navbar.opened {
    height: auto;
  }
  .cid-uQRdRF9btS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRdRFBSlU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQRdRFBSlU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQRdRFBSlU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQRdRFBSlU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQRdRFBSlU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQRdRFBSlU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQRdRFBSlU .mbr-section-title {
  color: #094869;
}
.cid-uQRdRGzT3V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRdRGzT3V .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQRdRGzT3V .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQRdRGzT3V .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRdRGzT3V .link-wrap {
    align-items: center;
  }
}
.cid-uQRdRGzT3V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQRdRGzT3V .card-title,
.cid-uQRdRGzT3V .card-box {
  color: #094869;
}
.cid-uQRgBiwvxr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRgBiwvxr .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRgBiwvxr .mbr-section-title {
  color: #094869;
}
.cid-uQRdRG10Yc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uQRdRG10Yc .container {
    max-width: 1400px;
  }
}
.cid-uQRdRG10Yc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uQRdRG10Yc .card-wrapper {
  margin-top: 3rem;
}
.cid-uQRdRG10Yc .row {
  justify-content: center;
}
.cid-uQRdRG10Yc .mbr-section-title {
  text-align: left;
  color: #094869;
}
.cid-uQRdRG10Yc .card-title,
.cid-uQRdRG10Yc .iconfont-wrapper {
  color: #4cbddf;
}
.cid-uQRmebmCu5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #094869;
}
.cid-uQRmebmCu5 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQRmebmCu5 .card-title,
.cid-uQRmebmCu5 .card-box {
  color: #4cbddf;
}
.cid-uQRmebmCu5 .mbr-section-subtitle {
  color: #e9e7e7;
  text-align: left;
}
.cid-uQRmebmCu5 .mbr-text,
.cid-uQRmebmCu5 .link {
  color: #e9e7e7;
}
.cid-uQRo8EBtpe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRo8EBtpe .mbr-section-title {
  color: #094869;
  text-align: left;
}
.cid-uQRo8EBtpe .card-title,
.cid-uQRo8EBtpe .card-box {
  color: #4cbddf;
}
.cid-uQRo8EBtpe .mbr-text,
.cid-uQRo8EBtpe .link {
  color: #232323;
}
.cid-uQRqBSe803 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
.cid-uQRqBSe803 .mbr-section-subtitle {
  text-align: left;
  color: #4cbddf;
}
.cid-uQRqBSe803 .mbr-section-title {
  text-align: left;
}
.cid-uQRqBSe803 .mbr-text,
.cid-uQRqBSe803 .mbr-section-btn {
  text-align: left;
  color: #e9e7e7;
}
.cid-uQRnUOg2Mh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRnUOg2Mh img {
  width: 120px;
  margin: auto;
}
.cid-uQRnUOg2Mh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uQRnUOg2Mh .card {
    max-width: 12.5%;
  }
}
.cid-uQRdRKsZNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQRdRKsZNM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQRdRKsZNM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRdRKsZNM .row {
    text-align: center;
  }
  .cid-uQRdRKsZNM .row > div {
    margin: auto;
  }
  .cid-uQRdRKsZNM .social-row {
    justify-content: center;
  }
}
.cid-uQRdRKsZNM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQRdRKsZNM .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uQRdRKsZNM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQRdRKsZNM .list {
    margin-bottom: 0rem;
  }
}
.cid-uQRdRKsZNM .mbr-text {
  color: #094869;
}
.cid-uQRdRKsZNM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQRdRKsZNM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQRdRKsZNM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQRdRKsZNM H5 {
  color: #4cbddf;
}
.cid-uQRdRKsZNM .copyright {
  color: #094869;
}
.cid-uQRdRKsZNM .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRzp65sTA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQRzp65sTA nav.navbar {
  position: fixed;
}
.cid-uQRzp65sTA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRzp65sTA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQRzp65sTA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQRzp65sTA .dropdown-item:hover,
.cid-uQRzp65sTA .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uQRzp65sTA .dropdown-item:hover span {
  color: white;
}
.cid-uQRzp65sTA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQRzp65sTA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQRzp65sTA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQRzp65sTA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQRzp65sTA .nav-link {
  position: relative;
}
.cid-uQRzp65sTA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQRzp65sTA .container {
    flex-wrap: nowrap;
  }
}
.cid-uQRzp65sTA .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQRzp65sTA .dropdown-menu,
.cid-uQRzp65sTA .navbar.opened {
  background: #fafafa !important;
}
.cid-uQRzp65sTA .nav-item:focus,
.cid-uQRzp65sTA .nav-link:focus {
  outline: none;
}
.cid-uQRzp65sTA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQRzp65sTA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRzp65sTA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQRzp65sTA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRzp65sTA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRzp65sTA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQRzp65sTA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uQRzp65sTA .navbar.opened {
  transition: all 0.3s;
}
.cid-uQRzp65sTA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQRzp65sTA .navbar .navbar-logo img {
  width: auto;
}
.cid-uQRzp65sTA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQRzp65sTA .navbar.collapsed {
  justify-content: center;
}
.cid-uQRzp65sTA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRzp65sTA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQRzp65sTA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uQRzp65sTA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRzp65sTA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRzp65sTA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQRzp65sTA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRzp65sTA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQRzp65sTA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQRzp65sTA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRzp65sTA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRzp65sTA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRzp65sTA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQRzp65sTA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQRzp65sTA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQRzp65sTA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQRzp65sTA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQRzp65sTA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQRzp65sTA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQRzp65sTA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQRzp65sTA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQRzp65sTA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQRzp65sTA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQRzp65sTA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQRzp65sTA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQRzp65sTA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRzp65sTA .dropdown-item.active,
.cid-uQRzp65sTA .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRzp65sTA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQRzp65sTA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRzp65sTA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRzp65sTA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uQRzp65sTA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRzp65sTA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRzp65sTA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRzp65sTA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQRzp65sTA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQRzp65sTA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uQRzp65sTA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRzp65sTA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRzp65sTA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRzp65sTA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRzp65sTA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRzp65sTA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRzp65sTA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRzp65sTA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRzp65sTA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQRzp65sTA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQRzp65sTA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRzp65sTA .navbar {
    height: 70px;
  }
  .cid-uQRzp65sTA .navbar.opened {
    height: auto;
  }
  .cid-uQRzp65sTA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRzp7lS2Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRzp7lS2Q .mbr-section-subtitle {
  color: #094869;
}
.cid-uQRzp7lS2Q .mbr-section-title {
  color: #094869;
}
.cid-uR2WzaxbYw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2WzaxbYw .mbr-section-title {
  color: #094869;
}
.cid-uR2WzaxbYw .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uR2WzaxbYw .mbr-text {
  text-align: left;
}
.cid-uR2WzCvHHr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2WzCvHHr .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uR2WA4Xu8l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2WA4Xu8l .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uR2ZnBPD4R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2ZnBPD4R .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRzp9HEJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQRzp9HEJ5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQRzp9HEJ5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRzp9HEJ5 .row {
    text-align: center;
  }
  .cid-uQRzp9HEJ5 .row > div {
    margin: auto;
  }
  .cid-uQRzp9HEJ5 .social-row {
    justify-content: center;
  }
}
.cid-uQRzp9HEJ5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQRzp9HEJ5 .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uQRzp9HEJ5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQRzp9HEJ5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uQRzp9HEJ5 .mbr-text {
  color: #094869;
}
.cid-uQRzp9HEJ5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQRzp9HEJ5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQRzp9HEJ5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQRzp9HEJ5 H5 {
  color: #4cbddf;
}
.cid-uQRzp9HEJ5 .copyright {
  color: #094869;
}
.cid-uQRzp9HEJ5 .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRzu8RgBd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQRzu8RgBd nav.navbar {
  position: fixed;
}
.cid-uQRzu8RgBd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRzu8RgBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQRzu8RgBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQRzu8RgBd .dropdown-item:hover,
.cid-uQRzu8RgBd .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uQRzu8RgBd .dropdown-item:hover span {
  color: white;
}
.cid-uQRzu8RgBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQRzu8RgBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQRzu8RgBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQRzu8RgBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQRzu8RgBd .nav-link {
  position: relative;
}
.cid-uQRzu8RgBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQRzu8RgBd .container {
    flex-wrap: nowrap;
  }
}
.cid-uQRzu8RgBd .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQRzu8RgBd .dropdown-menu,
.cid-uQRzu8RgBd .navbar.opened {
  background: #fafafa !important;
}
.cid-uQRzu8RgBd .nav-item:focus,
.cid-uQRzu8RgBd .nav-link:focus {
  outline: none;
}
.cid-uQRzu8RgBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQRzu8RgBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRzu8RgBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQRzu8RgBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRzu8RgBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRzu8RgBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQRzu8RgBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uQRzu8RgBd .navbar.opened {
  transition: all 0.3s;
}
.cid-uQRzu8RgBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQRzu8RgBd .navbar .navbar-logo img {
  width: auto;
}
.cid-uQRzu8RgBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQRzu8RgBd .navbar.collapsed {
  justify-content: center;
}
.cid-uQRzu8RgBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRzu8RgBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQRzu8RgBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uQRzu8RgBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRzu8RgBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRzu8RgBd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQRzu8RgBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRzu8RgBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQRzu8RgBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQRzu8RgBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRzu8RgBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRzu8RgBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRzu8RgBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQRzu8RgBd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQRzu8RgBd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQRzu8RgBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQRzu8RgBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQRzu8RgBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQRzu8RgBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQRzu8RgBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQRzu8RgBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQRzu8RgBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQRzu8RgBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQRzu8RgBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQRzu8RgBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQRzu8RgBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRzu8RgBd .dropdown-item.active,
.cid-uQRzu8RgBd .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRzu8RgBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQRzu8RgBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRzu8RgBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRzu8RgBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uQRzu8RgBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRzu8RgBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRzu8RgBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRzu8RgBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQRzu8RgBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQRzu8RgBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uQRzu8RgBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRzu8RgBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRzu8RgBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRzu8RgBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRzu8RgBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRzu8RgBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRzu8RgBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRzu8RgBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRzu8RgBd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQRzu8RgBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQRzu8RgBd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRzu8RgBd .navbar {
    height: 70px;
  }
  .cid-uQRzu8RgBd .navbar.opened {
    height: auto;
  }
  .cid-uQRzu8RgBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRzu9WGM2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQRzu9WGM2 .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRzu9WGM2 .mbr-section-title {
  color: #094869;
}
.cid-uQRzu9WGM2 .mbr-text {
  color: #094869;
}
.cid-uR35ZQl2cf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR35ZQl2cf .mbr-section-subtitle {
  color: #094869;
}
.cid-uR35ZQl2cf .mbr-text {
  color: #094869;
}
.cid-uR362jJDqZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR362jJDqZ .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uR362jJDqZ .mbr-text {
  color: #094869;
}
.cid-uR361SMAQZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR361SMAQZ .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uR361SMAQZ .mbr-text {
  color: #094869;
}
.cid-uR361wMOUD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR361wMOUD .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uR361dTSox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR361dTSox .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQRzucmsvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQRzucmsvw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQRzucmsvw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRzucmsvw .row {
    text-align: center;
  }
  .cid-uQRzucmsvw .row > div {
    margin: auto;
  }
  .cid-uQRzucmsvw .social-row {
    justify-content: center;
  }
}
.cid-uQRzucmsvw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQRzucmsvw .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uQRzucmsvw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQRzucmsvw .list {
    margin-bottom: 0rem;
  }
}
.cid-uQRzucmsvw .mbr-text {
  color: #094869;
}
.cid-uQRzucmsvw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQRzucmsvw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQRzucmsvw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQRzucmsvw H5 {
  color: #4cbddf;
}
.cid-uQRzucmsvw .copyright {
  color: #094869;
}
.cid-uQRzucmsvw .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQVlC4YabU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQVlC4YabU .row {
    flex-direction: column-reverse;
  }
  .cid-uQVlC4YabU .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQVlC4YabU .google-map {
  height: 100%;
  position: relative;
}
.cid-uQVlC4YabU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQVlC4YabU .google-map [data-state-details] {
  color: #6b6763;
  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-uQVlC4YabU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQVlC4YabU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQVlC4YabU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQVlC4YabU .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uQVlC4YabU .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQVlC4YabU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVlC4YabU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQVlC4YabU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #094869;
}
.cid-uQVlC4YabU .card-title {
  color: #4cbddf;
}
.cid-uQVlC4YabU .mbr-section-title {
  color: #094869;
}
.cid-uQVpfaXMjH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQVpfaXMjH .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQVpfaXMjH .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uQVpfaXMjH .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVpfaXMjH .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQVpfaXMjH .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #094869;
}
.cid-uQVpfaXMjH .mbr-section-title {
  color: #094869;
}
.cid-uQVpfaXMjH .card-title {
  color: #4cbddf;
}
.cid-uQVlC1lqnG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQVlC1lqnG nav.navbar {
  position: fixed;
}
.cid-uQVlC1lqnG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVlC1lqnG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQVlC1lqnG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQVlC1lqnG .dropdown-item:hover,
.cid-uQVlC1lqnG .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uQVlC1lqnG .dropdown-item:hover span {
  color: white;
}
.cid-uQVlC1lqnG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQVlC1lqnG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQVlC1lqnG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQVlC1lqnG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQVlC1lqnG .nav-link {
  position: relative;
}
.cid-uQVlC1lqnG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQVlC1lqnG .container {
    flex-wrap: nowrap;
  }
}
.cid-uQVlC1lqnG .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQVlC1lqnG .dropdown-menu,
.cid-uQVlC1lqnG .navbar.opened {
  background: #fafafa !important;
}
.cid-uQVlC1lqnG .nav-item:focus,
.cid-uQVlC1lqnG .nav-link:focus {
  outline: none;
}
.cid-uQVlC1lqnG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVlC1lqnG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVlC1lqnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVlC1lqnG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVlC1lqnG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVlC1lqnG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVlC1lqnG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uQVlC1lqnG .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVlC1lqnG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQVlC1lqnG .navbar .navbar-logo img {
  width: auto;
}
.cid-uQVlC1lqnG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVlC1lqnG .navbar.collapsed {
  justify-content: center;
}
.cid-uQVlC1lqnG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVlC1lqnG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQVlC1lqnG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uQVlC1lqnG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVlC1lqnG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVlC1lqnG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQVlC1lqnG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVlC1lqnG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQVlC1lqnG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQVlC1lqnG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVlC1lqnG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVlC1lqnG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVlC1lqnG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQVlC1lqnG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQVlC1lqnG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVlC1lqnG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQVlC1lqnG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQVlC1lqnG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQVlC1lqnG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVlC1lqnG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQVlC1lqnG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVlC1lqnG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVlC1lqnG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVlC1lqnG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQVlC1lqnG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQVlC1lqnG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVlC1lqnG .dropdown-item.active,
.cid-uQVlC1lqnG .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVlC1lqnG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQVlC1lqnG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVlC1lqnG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVlC1lqnG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uQVlC1lqnG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVlC1lqnG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVlC1lqnG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQVlC1lqnG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVlC1lqnG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQVlC1lqnG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uQVlC1lqnG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVlC1lqnG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVlC1lqnG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVlC1lqnG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVlC1lqnG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVlC1lqnG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVlC1lqnG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVlC1lqnG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVlC1lqnG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQVlC1lqnG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQVlC1lqnG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQVlC1lqnG .navbar {
    height: 70px;
  }
  .cid-uQVlC1lqnG .navbar.opened {
    height: auto;
  }
  .cid-uQVlC1lqnG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRMZgn9qo9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRMZgn9qo9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRMZgn9qo9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRMZgn9qo9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRMZgn9qo9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRMZgn9qo9 .mbr-section-title {
  color: #094869;
}
.cid-uRMZgn9qo9 .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uQVlC1OOEI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVlC1OOEI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQVlC1OOEI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQVlC1OOEI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQVlC1OOEI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQVlC1OOEI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQVlC1OOEI .mbr-section-title {
  color: #094869;
}
.cid-uR2RZRFCoF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
@media (min-width: 1500px) {
  .cid-uR2RZRFCoF .container {
    max-width: 1400px;
  }
}
.cid-uR2RZRFCoF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4cbddf;
  margin-bottom: 2rem;
}
.cid-uR2RZRFCoF .card-wrapper {
  margin-top: 3rem;
}
.cid-uR2RZRFCoF .row {
  justify-content: center;
}
.cid-uR2RZRFCoF .card-title,
.cid-uR2RZRFCoF .iconfont-wrapper {
  color: #4cbddf;
}
.cid-uR2RZRFCoF .mbr-section-title {
  color: #ffffff;
}
.cid-uR2RZRFCoF .card-text {
  color: #e9e7e7;
  text-align: center;
}
.cid-uQVlC4vI0d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQVlC4vI0d .mbr-section-title {
  color: #094869;
}
.cid-uQVlC4vI0d .mbr-section-subtitle {
  color: #232323;
}
.cid-uQVlC6r9xt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQVlC6r9xt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQVlC6r9xt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQVlC6r9xt .row {
    text-align: center;
  }
  .cid-uQVlC6r9xt .row > div {
    margin: auto;
  }
  .cid-uQVlC6r9xt .social-row {
    justify-content: center;
  }
}
.cid-uQVlC6r9xt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQVlC6r9xt .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uQVlC6r9xt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVlC6r9xt .list {
    margin-bottom: 0rem;
  }
}
.cid-uQVlC6r9xt .mbr-text {
  color: #094869;
}
.cid-uQVlC6r9xt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQVlC6r9xt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQVlC6r9xt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQVlC6r9xt H5 {
  color: #4cbddf;
}
.cid-uQVlC6r9xt .copyright {
  color: #094869;
}
.cid-uQVlC6r9xt .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uUxiUa1vpb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUxiUa1vpb nav.navbar {
  position: fixed;
}
.cid-uUxiUa1vpb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxiUa1vpb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUxiUa1vpb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUxiUa1vpb .dropdown-item:hover,
.cid-uUxiUa1vpb .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uUxiUa1vpb .dropdown-item:hover span {
  color: white;
}
.cid-uUxiUa1vpb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUxiUa1vpb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUxiUa1vpb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUxiUa1vpb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUxiUa1vpb .nav-link {
  position: relative;
}
.cid-uUxiUa1vpb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUxiUa1vpb .container {
    flex-wrap: nowrap;
  }
}
.cid-uUxiUa1vpb .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxiUa1vpb .dropdown-menu,
.cid-uUxiUa1vpb .navbar.opened {
  background: #fafafa !important;
}
.cid-uUxiUa1vpb .nav-item:focus,
.cid-uUxiUa1vpb .nav-link:focus {
  outline: none;
}
.cid-uUxiUa1vpb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUxiUa1vpb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxiUa1vpb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxiUa1vpb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxiUa1vpb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxiUa1vpb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxiUa1vpb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uUxiUa1vpb .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxiUa1vpb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxiUa1vpb .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxiUa1vpb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUxiUa1vpb .navbar.collapsed {
  justify-content: center;
}
.cid-uUxiUa1vpb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUxiUa1vpb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUxiUa1vpb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uUxiUa1vpb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUxiUa1vpb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUxiUa1vpb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUxiUa1vpb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUxiUa1vpb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUxiUa1vpb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUxiUa1vpb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxiUa1vpb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxiUa1vpb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxiUa1vpb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxiUa1vpb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUxiUa1vpb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUxiUa1vpb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUxiUa1vpb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxiUa1vpb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUxiUa1vpb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxiUa1vpb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxiUa1vpb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUxiUa1vpb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUxiUa1vpb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUxiUa1vpb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUxiUa1vpb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxiUa1vpb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxiUa1vpb .dropdown-item.active,
.cid-uUxiUa1vpb .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxiUa1vpb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxiUa1vpb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxiUa1vpb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxiUa1vpb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uUxiUa1vpb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUxiUa1vpb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUxiUa1vpb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxiUa1vpb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUxiUa1vpb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxiUa1vpb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uUxiUa1vpb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxiUa1vpb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxiUa1vpb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxiUa1vpb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxiUa1vpb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxiUa1vpb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxiUa1vpb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxiUa1vpb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxiUa1vpb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUxiUa1vpb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxiUa1vpb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUxiUa1vpb .navbar {
    height: 70px;
  }
  .cid-uUxiUa1vpb .navbar.opened {
    height: auto;
  }
  .cid-uUxiUa1vpb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxiUaJEkc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic8-816x558.png");
}
.cid-uUxiUaJEkc .mbr-section-title {
  color: #094869;
}
.cid-uUxiUbkZwX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic9-1216x832.png");
}
@media (min-width: 1500px) {
  .cid-uUxiUbkZwX .container {
    max-width: 1400px;
  }
}
.cid-uUxiUbkZwX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uUxiUbkZwX .card-wrapper {
  margin-top: 3rem;
}
.cid-uUxiUbkZwX .row {
  justify-content: center;
}
.cid-uUxiUbkZwX .mbr-section-title {
  text-align: left;
  color: #094869;
}
.cid-uUxiUbkZwX .card-title,
.cid-uUxiUbkZwX .iconfont-wrapper {
  color: #4cbddf;
}
.cid-uUxiUbkZwX .mbr-section-subtitle {
  text-align: left;
}
.cid-uUxiUbkZwX .card-text {
  text-align: left;
}
.cid-uUxiUc1fbk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxiUc1fbk img,
.cid-uUxiUc1fbk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUxiUc1fbk .item:focus,
.cid-uUxiUc1fbk span:focus {
  outline: none;
}
.cid-uUxiUc1fbk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUxiUc1fbk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUxiUc1fbk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUxiUc1fbk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUxiUc1fbk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUxiUc1fbk .mbr-section-title {
  color: #232323;
}
.cid-uUxiUc1fbk .mbr-text,
.cid-uUxiUc1fbk .mbr-section-btn {
  text-align: left;
}
.cid-uUxiUc1fbk .item-title {
  text-align: left;
  color: #4cbddf;
}
.cid-uUxiUc1fbk .item-subtitle {
  text-align: left;
}
.cid-uUxiUcIxIu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxiUcIxIu .line {
  background-color: #094869;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUxiUcIxIu .mbr-text {
  color: #094869;
}
.cid-uUxiUdo7e9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxiUdo7e9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uUxiUdo7e9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uUxiUdo7e9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxiUdo7e9 .link-wrap {
    align-items: center;
  }
}
.cid-uUxiUdo7e9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUxiUdo7e9 .card-title,
.cid-uUxiUdo7e9 .card-box {
  color: #094869;
}
.cid-uUxiUdo7e9 .mbr-text,
.cid-uUxiUdo7e9 .link-wrap,
.cid-uUxiUdo7e9 .mbr-section-btn {
  color: #232323;
}
.cid-uUxiUdG6ih {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #094869;
}
@media (min-width: 1500px) {
  .cid-uUxiUdG6ih .container {
    max-width: 1400px;
  }
}
.cid-uUxiUdG6ih .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4cbddf;
  margin-bottom: 2rem;
}
.cid-uUxiUdG6ih .card-wrapper {
  margin-top: 3rem;
}
.cid-uUxiUdG6ih .row {
  justify-content: center;
}
.cid-uUxiUdG6ih .card-text {
  text-align: left;
  color: #e9e7e7;
}
.cid-uUxiUdG6ih .card-title,
.cid-uUxiUdG6ih .iconfont-wrapper {
  text-align: center;
  color: #4cbddf;
}
.cid-uUxiUe3Nez {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxiUe3Nez blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uUxiUe3Nez .mbr-text {
  color: #094869;
}
.cid-uUxiUe3Nez .mbr-section-title {
  color: #094869;
}
.cid-uUxiUeOMvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUxiUeOMvH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUxiUeOMvH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUxiUeOMvH .row {
    text-align: center;
  }
  .cid-uUxiUeOMvH .row > div {
    margin: auto;
  }
  .cid-uUxiUeOMvH .social-row {
    justify-content: center;
  }
}
.cid-uUxiUeOMvH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUxiUeOMvH .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uUxiUeOMvH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUxiUeOMvH .list {
    margin-bottom: 0rem;
  }
}
.cid-uUxiUeOMvH .mbr-text {
  color: #094869;
}
.cid-uUxiUeOMvH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uUxiUeOMvH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uUxiUeOMvH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uUxiUeOMvH H5 {
  color: #4cbddf;
}
.cid-uUxiUeOMvH .copyright {
  color: #094869;
}
.cid-uUxiUeOMvH .mbr-section-subtitle {
  color: #4cbddf;
}
.cid-uUvCKFR7af {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUvCKFR7af nav.navbar {
  position: fixed;
}
.cid-uUvCKFR7af .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUvCKFR7af .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUvCKFR7af .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUvCKFR7af .dropdown-item:hover,
.cid-uUvCKFR7af .dropdown-item:focus {
  background: #094869 !important;
  color: white !important;
}
.cid-uUvCKFR7af .dropdown-item:hover span {
  color: white;
}
.cid-uUvCKFR7af .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUvCKFR7af .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUvCKFR7af .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUvCKFR7af .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUvCKFR7af .nav-link {
  position: relative;
}
.cid-uUvCKFR7af .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUvCKFR7af .container {
    flex-wrap: nowrap;
  }
}
.cid-uUvCKFR7af .iconfont-wrapper {
  color: #4cbddf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUvCKFR7af .dropdown-menu,
.cid-uUvCKFR7af .navbar.opened {
  background: #fafafa !important;
}
.cid-uUvCKFR7af .nav-item:focus,
.cid-uUvCKFR7af .nav-link:focus {
  outline: none;
}
.cid-uUvCKFR7af .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUvCKFR7af .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUvCKFR7af .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUvCKFR7af .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUvCKFR7af .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUvCKFR7af .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUvCKFR7af .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uUvCKFR7af .navbar.opened {
  transition: all 0.3s;
}
.cid-uUvCKFR7af .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUvCKFR7af .navbar .navbar-logo img {
  width: auto;
}
.cid-uUvCKFR7af .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUvCKFR7af .navbar.collapsed {
  justify-content: center;
}
.cid-uUvCKFR7af .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUvCKFR7af .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUvCKFR7af .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uUvCKFR7af .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUvCKFR7af .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUvCKFR7af .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUvCKFR7af .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUvCKFR7af .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUvCKFR7af .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUvCKFR7af .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUvCKFR7af .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUvCKFR7af .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUvCKFR7af .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUvCKFR7af .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUvCKFR7af .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUvCKFR7af .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUvCKFR7af .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUvCKFR7af .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUvCKFR7af .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUvCKFR7af .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUvCKFR7af .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUvCKFR7af .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUvCKFR7af .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUvCKFR7af .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUvCKFR7af .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUvCKFR7af .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUvCKFR7af .dropdown-item.active,
.cid-uUvCKFR7af .dropdown-item:active {
  background-color: transparent;
}
.cid-uUvCKFR7af .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUvCKFR7af .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUvCKFR7af .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUvCKFR7af .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uUvCKFR7af .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUvCKFR7af .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUvCKFR7af ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUvCKFR7af .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUvCKFR7af button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUvCKFR7af button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #094869;
}
.cid-uUvCKFR7af button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUvCKFR7af button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUvCKFR7af button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUvCKFR7af button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUvCKFR7af nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUvCKFR7af nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUvCKFR7af nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUvCKFR7af nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUvCKFR7af .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUvCKFR7af a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUvCKFR7af .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUvCKFR7af .navbar {
    height: 70px;
  }
  .cid-uUvCKFR7af .navbar.opened {
    height: auto;
  }
  .cid-uUvCKFR7af .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUvCKGqV3x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pic8-816x558.png");
}
.cid-uUvCKGqV3x .mbr-section-title {
  color: #094869;
}
.cid-uUvCKKHXKs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUvCKKHXKs .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uUvCKKHXKs .card {
    margin-bottom: 2rem!important;
  }
  .cid-uUvCKKHXKs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUvCKKHXKs .link-wrap {
    align-items: center;
  }
}
.cid-uUvCKKHXKs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUvCKKHXKs .card-title,
.cid-uUvCKKHXKs .card-box {
  color: #094869;
}
.cid-uUvCKKHXKs .mbr-text,
.cid-uUvCKKHXKs .link-wrap,
.cid-uUvCKKHXKs .mbr-section-btn {
  color: #232323;
}
.cid-uUvCKKYhi0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ultraschall-1216x832.png");
}
.cid-uUvCKKYhi0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uUvCKKYhi0 .icon-box {
  background: #4cbddf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUvCKKYhi0 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUvCKKYhi0 .card {
    margin-bottom: 2rem;
  }
  .cid-uUvCKKYhi0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUvCKKYhi0 .card-title,
.cid-uUvCKKYhi0 .card-box {
  color: #094869;
}
.cid-uUvCKKYhi0 .mbr-text,
.cid-uUvCKKYhi0 .mbr-section-btn {
  color: #232323;
}
.cid-uUxkKygkH9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUxkKygkH9 .row {
    flex-direction: column-reverse;
  }
  .cid-uUxkKygkH9 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uUxkKygkH9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uUxkKygkH9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUxkKygkH9 .media-content,
.cid-uUxkKygkH9 .mbr-figure {
  align-self: center;
}
.cid-uUxkKygkH9 .mbr-figure iframe {
  width: 100%;
}
.cid-uUxkKygkH9 .mbr-section-title {
  color: #094869;
}
.cid-uUxkKygkH9 .mbr-text,
.cid-uUxkKygkH9 .mbr-section-btn {
  color: #232323;
}
.cid-uUvCKLi6oS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUvCKLi6oS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUvCKLi6oS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUvCKLi6oS .row {
    text-align: center;
  }
  .cid-uUvCKLi6oS .row > div {
    margin: auto;
  }
  .cid-uUvCKLi6oS .social-row {
    justify-content: center;
  }
}
.cid-uUvCKLi6oS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUvCKLi6oS .list {
  list-style: none;
  padding-left: 0;
  color: #4cbddf;
}
@media (max-width: 991px) {
  .cid-uUvCKLi6oS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUvCKLi6oS .list {
    margin-bottom: 0rem;
  }
}
.cid-uUvCKLi6oS .mbr-text {
  color: #094869;
}
.cid-uUvCKLi6oS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uUvCKLi6oS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uUvCKLi6oS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uUvCKLi6oS H5 {
  color: #4cbddf;
}
.cid-uUvCKLi6oS .copyright {
  color: #094869;
}
.cid-uUvCKLi6oS .mbr-section-subtitle {
  color: #4cbddf;
}
