body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #0196e3 !important;
}
.bg-success {
  background-color: #00c8d6 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0174b0 !important;
  border-color: #0174b0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0174b0 !important;
  border-color: #0174b0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c8d6 !important;
  border-color: #00c8d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0098a3 !important;
  border-color: #0098a3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0098a3 !important;
  border-color: #0098a3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0196e3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #015d8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00c8d6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00777f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00c8d6 !important;
  border-color: #00c8d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #0196e3 !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #00c8d6 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01537d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006970 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #0196e3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.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: #0196e3;
  border-color: #0196e3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0196e3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b1e4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a3f9ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  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: #0196e3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  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: #0196e3;
}
/* 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: #0196e3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0196e3;
}
.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: #0196e3;
  border-bottom-color: #0196e3;
}
.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: #0196e3 !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: #ea2396 !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='%230196e3' %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-twUvaOHxe0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twUvaOHxe0 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-twUvaOHxe0 .container {
    padding: 0 ;
  }
}
.cid-twUvaOHxe0 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-twUvaOHxe0 .navbar.opened {
  transition: all 0.3s;
}
.cid-twUvaOHxe0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twUvaOHxe0 .navbar .navbar-logo img {
  width: auto;
}
.cid-twUvaOHxe0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twUvaOHxe0 .navbar.collapsed {
  justify-content: center;
}
.cid-twUvaOHxe0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twUvaOHxe0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twUvaOHxe0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twUvaOHxe0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twUvaOHxe0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twUvaOHxe0 .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-twUvaOHxe0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twUvaOHxe0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twUvaOHxe0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twUvaOHxe0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twUvaOHxe0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twUvaOHxe0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twUvaOHxe0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twUvaOHxe0 .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-twUvaOHxe0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twUvaOHxe0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twUvaOHxe0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twUvaOHxe0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twUvaOHxe0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twUvaOHxe0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-twUvaOHxe0 .navbar.navbar-short {
  min-height: 110px;
}
.cid-twUvaOHxe0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twUvaOHxe0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twUvaOHxe0 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-twUvaOHxe0 nav.navbar {
  position: fixed;
}
.cid-twUvaOHxe0 .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-twUvaOHxe0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-twUvaOHxe0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twUvaOHxe0 .dropdown-item:hover,
.cid-twUvaOHxe0 .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-twUvaOHxe0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twUvaOHxe0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twUvaOHxe0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twUvaOHxe0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twUvaOHxe0 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twUvaOHxe0 .dropdown-menu,
.cid-twUvaOHxe0 .navbar.opened {
  background: #ffffff !important;
}
.cid-twUvaOHxe0 .nav-item:focus,
.cid-twUvaOHxe0 .nav-link:focus {
  outline: none;
}
.cid-twUvaOHxe0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twUvaOHxe0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twUvaOHxe0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twUvaOHxe0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twUvaOHxe0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twUvaOHxe0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twUvaOHxe0 .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-twUvaOHxe0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twUvaOHxe0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twUvaOHxe0 .dropdown-item.active,
.cid-twUvaOHxe0 .dropdown-item:active {
  background-color: transparent;
}
.cid-twUvaOHxe0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twUvaOHxe0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twUvaOHxe0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twUvaOHxe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twUvaOHxe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twUvaOHxe0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twUvaOHxe0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twUvaOHxe0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twUvaOHxe0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twUvaOHxe0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-twUvaOHxe0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twUvaOHxe0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twUvaOHxe0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twUvaOHxe0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twUvaOHxe0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twUvaOHxe0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twUvaOHxe0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twUvaOHxe0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twUvaOHxe0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twUvaOHxe0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twUvaOHxe0 .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-twUvaOHxe0 .navbar {
    height: 70px;
  }
  .cid-twUvaOHxe0 .navbar.opened {
    height: auto;
  }
  .cid-twUvaOHxe0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twUvaOHxe0 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-twUvaOHxe0 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tXpuYLeh0Z {
  background-image: url("../../../assets/images/dsc7072-1-2000x1123.jpeg");
}
.cid-tXpuYLeh0Z .wrapper {
  height: 550px;
}
.cid-ufC4fnGa5k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-ufC4fnGa5k .mbr-section-title {
  color: #ffffff;
}
.cid-ufC4fnGa5k .mbr-section-subtitle {
  color: #0196e3;
}
.cid-ufC4fnGa5k .mbr-text {
  color: #0196e3;
}
.cid-ufC4fnGa5k .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufC4fnGa5k .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-ufC4fnGa5k .text-col {
  align-items: center;
  display: flex;
}
.cid-ufC4fnGa5k .mbr-section-subtitle,
.cid-ufC4fnGa5k .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-uizLuiOQhI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uizLuiOQhI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uizLuiOQhI .row {
    flex-direction: column-reverse;
  }
  .cid-uizLuiOQhI .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uizLuiOQhI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uizLuiOQhI .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uizLuiOQhI .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uizLuiOQhI .card-title {
  color: #0196e3;
}
.cid-uizLuiOQhI .mbr-text,
.cid-uizLuiOQhI .mbr-section-btn {
  color: #6c758f;
}
.cid-uizLuiOQhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uizLuiOQhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twU5LMmZSY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-twU5LMmZSY .mbr-section-title {
  color: #ffffff;
}
.cid-twU5LMmZSY .mbr-section-subtitle {
  color: #0196e3;
}
.cid-twU5LMmZSY .mbr-text {
  color: #ffffff;
}
.cid-twU5LMmZSY .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-twU5LMmZSY .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-twU5LMmZSY .text-col {
  align-items: center;
  display: flex;
}
.cid-twU5LMmZSY .mbr-section-subtitle,
.cid-twU5LMmZSY .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tUizG8oy8S {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tUizG8oy8S .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tUizG8oy8S .mbr-text {
  color: #6c758f;
}
.cid-tUypi8pU9l {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #f2f3f7;
}
.cid-tUypi8pU9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUypi8pU9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUypi8pU9l .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-tUypi8pU9l .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUypi8pU9l .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-tUypi8pU9l .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUypi8pU9l .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-tUypi8pU9l .social-row {
  text-align: center;
}
.cid-tUypi8pU9l .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUypi8pU9l .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUypi8pU9l .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUypi8pU9l .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUypi8pU9l .mbr-role,
.cid-tUypi8pU9l .social-row {
  color: #353535;
}
.cid-tUypi8pU9l .card-title,
.cid-tUypi8pU9l .social-row {
  color: #0196e3;
}
.cid-tUypi8pU9l .mbr-section-maintitle {
  color: #0196e3;
}
.cid-tUznTf8JFO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUznTf8JFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUznTf8JFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUznTf8JFO .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tUznTf8JFO .mbr-section-title {
  color: #000000;
}
.cid-tUznTf8JFO .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tUznTf8JFO .items-row {
  row-gap: 40px;
}
@media (min-width: 768px) {
  .cid-tUznTf8JFO .items-row {
    margin: 0 -15px;
  }
  .cid-tUznTf8JFO .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tUznTf8JFO .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tUznTf8JFO .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tUznTf8JFO .mbr-text {
  color: #747474;
  padding-top: 20px;
}
.cid-tUznTf8JFO .mbr-section-btn {
  margin-top: 30px;
}
.cid-tUznTf8JFO .item-title,
.cid-tUznTf8JFO .mbr-section-btn {
  color: #0196e3;
}
.cid-tUzWGgXUsc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzWGgXUsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzWGgXUsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzWGgXUsc .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tUzWGgXUsc .mbr-section-title {
  color: #000000;
}
.cid-tUzWGgXUsc .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tUzWGgXUsc .items-row {
  row-gap: 40px;
}
@media (min-width: 768px) {
  .cid-tUzWGgXUsc .items-row {
    margin: 0 -15px;
  }
  .cid-tUzWGgXUsc .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tUzWGgXUsc .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tUzWGgXUsc .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tUzWGgXUsc .mbr-text {
  color: #747474;
  padding-top: 20px;
}
.cid-tUzWGgXUsc .mbr-section-btn {
  margin-top: 30px;
}
.cid-tUzWGgXUsc .item-title,
.cid-tUzWGgXUsc .mbr-section-btn {
  color: #0196e3;
}
.cid-tUAa9rGUL0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-tUAa9rGUL0 .card-wrapper {
  margin-top: 3rem;
}
.cid-tUAa9rGUL0 .row {
  justify-content: center;
}
.cid-tUAa9rGUL0 .card-text {
  text-align: left;
  color: #000000;
}
.cid-tUAa9rGUL0 .card-title,
.cid-tUAa9rGUL0 .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tUAa9rGUL0 .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tUA94CRwGM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUA94CRwGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUA94CRwGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUA94CRwGM .cards-row {
  row-gap: 32px;
}
.cid-tUA94CRwGM .card {
  border-radius: 0;
}
.cid-tUA94CRwGM .card-wrapper {
  width: 100%;
}
.cid-tUA94CRwGM .card-title {
  margin-bottom: 8px;
  color: #0196e3;
}
.cid-tUA94CRwGM .card-subtitle {
  max-width: 550px;
  color: #24262b;
}
.cid-tUA94CRwGM .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tUA94CRwGM .card-name {
  color: #24262b;
}
.cid-tUA94CRwGM .card-text {
  color: #24262b;
}
.cid-tUA9RglV6Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUA9RglV6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUA9RglV6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUA9RglV6Z .cards-row {
  row-gap: 32px;
}
.cid-tUA9RglV6Z .card {
  border-radius: 0;
}
.cid-tUA9RglV6Z .card-wrapper {
  width: 100%;
}
.cid-tUA9RglV6Z .card-title {
  margin-bottom: 8px;
  color: #0196e3;
}
.cid-tUA9RglV6Z .card-subtitle {
  max-width: 550px;
  color: #24262b;
}
.cid-tUA9RglV6Z .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tUA9RglV6Z .card-name {
  color: #24262b;
}
.cid-tUA9RglV6Z .card-text {
  color: #24262b;
}
.cid-tUAatwGewR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tUAatwGewR .card-wrapper {
  margin-top: 3rem;
}
.cid-tUAatwGewR .row {
  justify-content: center;
}
.cid-tUAatwGewR .card-text {
  text-align: left;
  color: #000000;
}
.cid-tUAatwGewR .card-title,
.cid-tUAatwGewR .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tUAatwGewR .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tUAavgXVLf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUAavgXVLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUAavgXVLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUAavgXVLf .cards-row {
  row-gap: 32px;
}
.cid-tUAavgXVLf .card {
  border-radius: 0;
}
.cid-tUAavgXVLf .card-wrapper {
  width: 100%;
}
.cid-tUAavgXVLf .card-title {
  margin-bottom: 8px;
  color: #0196e3;
}
.cid-tUAavgXVLf .card-subtitle {
  max-width: 550px;
  color: #24262b;
}
.cid-tUAavgXVLf .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tUAavgXVLf .card-name {
  color: #24262b;
}
.cid-tUAavgXVLf .card-text {
  color: #24262b;
}
.cid-tUAaxm5V7Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUAaxm5V7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUAaxm5V7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUAaxm5V7Z .cards-row {
  row-gap: 32px;
}
.cid-tUAaxm5V7Z .card {
  border-radius: 0;
}
.cid-tUAaxm5V7Z .card-wrapper {
  width: 100%;
}
.cid-tUAaxm5V7Z .card-title {
  margin-bottom: 8px;
  color: #0196e3;
}
.cid-tUAaxm5V7Z .card-subtitle {
  max-width: 550px;
  color: #24262b;
}
.cid-tUAaxm5V7Z .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tUAaxm5V7Z .card-name {
  color: #24262b;
}
.cid-tUAaxm5V7Z .card-text {
  color: #24262b;
}
.cid-tUAayfdltH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUAayfdltH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUAayfdltH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUAayfdltH .cards-row {
  row-gap: 32px;
}
.cid-tUAayfdltH .card {
  border-radius: 0;
}
.cid-tUAayfdltH .card-wrapper {
  width: 100%;
}
.cid-tUAayfdltH .card-title {
  margin-bottom: 8px;
  color: #0196e3;
}
.cid-tUAayfdltH .card-subtitle {
  max-width: 550px;
  color: #24262b;
}
.cid-tUAayfdltH .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tUAayfdltH .card-name {
  color: #24262b;
}
.cid-tUAayfdltH .card-text {
  color: #24262b;
}
.cid-tXBQbmUW1a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tXBQbmUW1a .card-wrapper {
  margin-top: 3rem;
}
.cid-tXBQbmUW1a .row {
  justify-content: center;
}
.cid-tXBQbmUW1a .card-text {
  text-align: left;
  color: #000000;
}
.cid-tXBQbmUW1a .card-title,
.cid-tXBQbmUW1a .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tXBQbmUW1a .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-twUkbQjtuB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twUkbQjtuB .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-twUkbQjtuB .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-twUkbQjtuB .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-twUkbQjtuB .card {
    margin-bottom: 2rem;
  }
  .cid-twUkbQjtuB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twUkbQjtuB .card-title,
.cid-twUkbQjtuB .card-box {
  color: #0196e3;
}
.cid-twUkbQjtuB .icon-title {
  color: #0196e3;
}
.cid-twUkbQjtuB .icon-text {
  color: #6c758f;
}
.cid-twUkbQjtuB .mbr-text,
.cid-twUkbQjtuB .mbr-section-btn {
  color: #6c758f;
}
.cid-twUkbQjtuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twUkbQjtuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBQvNH0iW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tXBQvNH0iW .card-wrapper {
  margin-top: 3rem;
}
.cid-tXBQvNH0iW .row {
  justify-content: center;
}
.cid-tXBQvNH0iW .card-text {
  text-align: left;
  color: #000000;
}
.cid-tXBQvNH0iW .card-title,
.cid-tXBQvNH0iW .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tXBQvNH0iW .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tUxAhLz7lP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUxAhLz7lP .mbr-section-title {
  color: #0196e3;
}
.cid-tUxAhLz7lP .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-tUxAhLz7lP .align-left {
    text-align: center;
  }
}
.cid-tUxAhLz7lP .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tUxAhLz7lP .row {
    padding: 3rem 2rem;
  }
}
.cid-tUxAhLz7lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxAhLz7lP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twUuaKl8SH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-twUuaKl8SH .mbr-section-title {
  color: #ffffff;
}
.cid-twUuaKl8SH .mbr-section-subtitle {
  color: #0196e3;
}
.cid-twUuaKl8SH .mbr-text {
  color: #0196e3;
}
.cid-twUuaKl8SH .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-twUuaKl8SH .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-twUuaKl8SH .text-col {
  align-items: center;
  display: flex;
}
.cid-twUuaKl8SH .mbr-section-subtitle,
.cid-twUuaKl8SH .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tYYpx3P43B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tYYpx3P43B .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tYYpx3P43B .row {
    justify-content: flex-start;
  }
}
.cid-tYYpx3P43B .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tYYpx3P43B .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tYYpx3P43B .col-card {
    width: 100% !important;
  }
}
.cid-tYYpx3P43B .card-title {
  color: #0196e3;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tYYpx3P43B .card-title {
    padding: 0 !important;
  }
}
.cid-tYYpx3P43B .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tYYpx3P43B .card-wrapper {
  height: 100%;
}
.cid-tYYpx3P43B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYpx3P43B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twU7erfZfo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-twU7erfZfo .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-twU7erfZfo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-twU7erfZfo .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-twU7erfZfo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-twU7erfZfo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-twU7erfZfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-twU7erfZfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twU7erfZfo .mbr-section-title {
  color: #0196e3;
}
.cid-tWZxNtubRw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tWZxNtubRw .card-wrapper {
  margin-top: 3rem;
}
.cid-tWZxNtubRw .row {
  justify-content: center;
}
.cid-tWZxNtubRw .card-text {
  text-align: left;
  color: #000000;
}
.cid-tWZxNtubRw .card-title,
.cid-tWZxNtubRw .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tWZxNtubRw .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tWZxNtubRw .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bvSWgvRd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bvSWgvRd img {
  width: 180px;
  margin: auto;
}
.cid-u4bvSWgvRd .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bvSWgvRd .card {
    max-width: 16.66%;
  }
}
.cid-u4bvSWgvRd .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bvSWgvRd .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bxNObSQy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bxNObSQy img {
  width: 180px;
  margin: auto;
}
.cid-u4bxNObSQy .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bxNObSQy .card {
    max-width: 16.66%;
  }
}
.cid-u4bxNObSQy .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bxNObSQy .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-svGOEmEDBN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-svGOEmEDBN .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-svGOEmEDBN .mbr-text {
  color: #ffffff;
}
.cid-svGOEmEDBN .row {
  align-items: center;
}
.cid-twYl9w1lXR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twYl9w1lXR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-twYl9w1lXR .container {
    padding: 0 ;
  }
}
.cid-twYl9w1lXR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-twYl9w1lXR .navbar.opened {
  transition: all 0.3s;
}
.cid-twYl9w1lXR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twYl9w1lXR .navbar .navbar-logo img {
  width: auto;
}
.cid-twYl9w1lXR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twYl9w1lXR .navbar.collapsed {
  justify-content: center;
}
.cid-twYl9w1lXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twYl9w1lXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twYl9w1lXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twYl9w1lXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twYl9w1lXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twYl9w1lXR .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-twYl9w1lXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twYl9w1lXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twYl9w1lXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twYl9w1lXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twYl9w1lXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twYl9w1lXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twYl9w1lXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twYl9w1lXR .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-twYl9w1lXR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twYl9w1lXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twYl9w1lXR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twYl9w1lXR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twYl9w1lXR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twYl9w1lXR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-twYl9w1lXR .navbar.navbar-short {
  min-height: 110px;
}
.cid-twYl9w1lXR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twYl9w1lXR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twYl9w1lXR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-twYl9w1lXR nav.navbar {
  position: fixed;
}
.cid-twYl9w1lXR .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-twYl9w1lXR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-twYl9w1lXR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twYl9w1lXR .dropdown-item:hover,
.cid-twYl9w1lXR .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-twYl9w1lXR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twYl9w1lXR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twYl9w1lXR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twYl9w1lXR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twYl9w1lXR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twYl9w1lXR .dropdown-menu,
.cid-twYl9w1lXR .navbar.opened {
  background: #ffffff !important;
}
.cid-twYl9w1lXR .nav-item:focus,
.cid-twYl9w1lXR .nav-link:focus {
  outline: none;
}
.cid-twYl9w1lXR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twYl9w1lXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twYl9w1lXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twYl9w1lXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twYl9w1lXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twYl9w1lXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twYl9w1lXR .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-twYl9w1lXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twYl9w1lXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twYl9w1lXR .dropdown-item.active,
.cid-twYl9w1lXR .dropdown-item:active {
  background-color: transparent;
}
.cid-twYl9w1lXR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twYl9w1lXR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twYl9w1lXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twYl9w1lXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twYl9w1lXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twYl9w1lXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twYl9w1lXR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twYl9w1lXR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twYl9w1lXR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twYl9w1lXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-twYl9w1lXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twYl9w1lXR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twYl9w1lXR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twYl9w1lXR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twYl9w1lXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twYl9w1lXR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twYl9w1lXR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twYl9w1lXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twYl9w1lXR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twYl9w1lXR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twYl9w1lXR .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-twYl9w1lXR .navbar {
    height: 70px;
  }
  .cid-twYl9w1lXR .navbar.opened {
    height: auto;
  }
  .cid-twYl9w1lXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twYl9w1lXR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-twYl9w1lXR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-twYl9xsrDo {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-1474x1134.jpg");
}
.cid-twYl9xsrDo .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-twYl9xsrDo .mbr-text,
.cid-twYl9xsrDo .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-twYl9xsrDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-twYl9xsrDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twYl9xsrDo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-twYmrwDG9W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-twYmrwDG9W .mbr-section-title {
  color: #ffffff;
}
.cid-twYmrwDG9W .mbr-section-subtitle {
  color: #0196e3;
}
.cid-twYmrwDG9W .mbr-text {
  color: #0196e3;
}
.cid-twYmrwDG9W .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-twYmrwDG9W .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-twYmrwDG9W .text-col {
  align-items: center;
  display: flex;
}
.cid-twYmrwDG9W .mbr-section-subtitle,
.cid-twYmrwDG9W .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tXd96FMltj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXd96FMltj .mbr-section-subtitle {
  color: #36187d;
}
.cid-tXd96FMltj .mbr-text {
  color: #000000;
}
.cid-tXBJpSWwAa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXBJpSWwAa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXBJpSWwAa .row {
    flex-direction: column-reverse;
  }
  .cid-tXBJpSWwAa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXBJpSWwAa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXBJpSWwAa .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXBJpSWwAa .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXBJpSWwAa .card-title {
  color: #0196e3;
}
.cid-tXBJpSWwAa .mbr-text,
.cid-tXBJpSWwAa .mbr-section-btn {
  color: #6c758f;
}
.cid-tXBJpSWwAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBJpSWwAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBJQjVFeq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXBJQjVFeq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXBJQjVFeq .row {
    flex-direction: column-reverse;
  }
  .cid-tXBJQjVFeq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXBJQjVFeq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXBJQjVFeq .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXBJQjVFeq .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXBJQjVFeq .card-title {
  color: #0196e3;
}
.cid-tXBJQjVFeq .mbr-text,
.cid-tXBJQjVFeq .mbr-section-btn {
  color: #6c758f;
}
.cid-tXBJQjVFeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBJQjVFeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBJQXiPmz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXBJQXiPmz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXBJQXiPmz .row {
    flex-direction: column-reverse;
  }
  .cid-tXBJQXiPmz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXBJQXiPmz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXBJQXiPmz .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXBJQXiPmz .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXBJQXiPmz .card-title {
  color: #0196e3;
}
.cid-tXBJQXiPmz .mbr-text,
.cid-tXBJQXiPmz .mbr-section-btn {
  color: #6c758f;
}
.cid-tXBJQXiPmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBJQXiPmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBK7yijzy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXBK7yijzy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXBK7yijzy .row {
    flex-direction: column-reverse;
  }
  .cid-tXBK7yijzy .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXBK7yijzy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXBK7yijzy .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXBK7yijzy .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXBK7yijzy .card-title {
  color: #0196e3;
}
.cid-tXBK7yijzy .mbr-text,
.cid-tXBK7yijzy .mbr-section-btn {
  color: #6c758f;
}
.cid-tXBK7yijzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBK7yijzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBK8fRUFn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXBK8fRUFn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXBK8fRUFn .row {
    flex-direction: column-reverse;
  }
  .cid-tXBK8fRUFn .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXBK8fRUFn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXBK8fRUFn .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXBK8fRUFn .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXBK8fRUFn .card-title {
  color: #0196e3;
}
.cid-tXBK8fRUFn .mbr-text,
.cid-tXBK8fRUFn .mbr-section-btn {
  color: #6c758f;
}
.cid-tXBK8fRUFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBK8fRUFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBK8Yr7D7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXBK8Yr7D7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXBK8Yr7D7 .row {
    flex-direction: column-reverse;
  }
  .cid-tXBK8Yr7D7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXBK8Yr7D7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXBK8Yr7D7 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXBK8Yr7D7 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXBK8Yr7D7 .card-title {
  color: #0196e3;
}
.cid-tXBK8Yr7D7 .mbr-text,
.cid-tXBK8Yr7D7 .mbr-section-btn {
  color: #6c758f;
}
.cid-tXBK8Yr7D7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBK8Yr7D7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bzB6JlU2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bzB6JlU2 .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bzB6JlU2 .row {
  justify-content: center;
}
.cid-u4bzB6JlU2 .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bzB6JlU2 .card-title,
.cid-u4bzB6JlU2 .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bzB6JlU2 .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bzB6JlU2 .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bzBC2KPD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bzBC2KPD img {
  width: 180px;
  margin: auto;
}
.cid-u4bzBC2KPD .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bzBC2KPD .card {
    max-width: 16.66%;
  }
}
.cid-u4bzBC2KPD .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bzBC2KPD .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bzGS3O1K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bzGS3O1K img {
  width: 180px;
  margin: auto;
}
.cid-u4bzGS3O1K .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bzGS3O1K .card {
    max-width: 16.66%;
  }
}
.cid-u4bzGS3O1K .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bzGS3O1K .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-twYl9N3Snk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-twYl9N3Snk .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-twYl9N3Snk .mbr-text {
  color: #ffffff;
}
.cid-twYl9N3Snk .row {
  align-items: center;
}
.cid-twXqkXOPEh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twXqkXOPEh .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-twXqkXOPEh .container {
    padding: 0 ;
  }
}
.cid-twXqkXOPEh .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-twXqkXOPEh .navbar.opened {
  transition: all 0.3s;
}
.cid-twXqkXOPEh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twXqkXOPEh .navbar .navbar-logo img {
  width: auto;
}
.cid-twXqkXOPEh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twXqkXOPEh .navbar.collapsed {
  justify-content: center;
}
.cid-twXqkXOPEh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twXqkXOPEh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twXqkXOPEh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twXqkXOPEh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twXqkXOPEh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twXqkXOPEh .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-twXqkXOPEh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twXqkXOPEh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twXqkXOPEh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twXqkXOPEh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twXqkXOPEh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twXqkXOPEh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twXqkXOPEh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twXqkXOPEh .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-twXqkXOPEh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twXqkXOPEh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twXqkXOPEh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twXqkXOPEh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twXqkXOPEh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twXqkXOPEh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-twXqkXOPEh .navbar.navbar-short {
  min-height: 110px;
}
.cid-twXqkXOPEh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twXqkXOPEh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twXqkXOPEh .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-twXqkXOPEh nav.navbar {
  position: fixed;
}
.cid-twXqkXOPEh .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-twXqkXOPEh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-twXqkXOPEh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twXqkXOPEh .dropdown-item:hover,
.cid-twXqkXOPEh .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-twXqkXOPEh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twXqkXOPEh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twXqkXOPEh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twXqkXOPEh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twXqkXOPEh .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twXqkXOPEh .dropdown-menu,
.cid-twXqkXOPEh .navbar.opened {
  background: #ffffff !important;
}
.cid-twXqkXOPEh .nav-item:focus,
.cid-twXqkXOPEh .nav-link:focus {
  outline: none;
}
.cid-twXqkXOPEh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twXqkXOPEh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twXqkXOPEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twXqkXOPEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twXqkXOPEh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twXqkXOPEh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twXqkXOPEh .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-twXqkXOPEh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twXqkXOPEh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twXqkXOPEh .dropdown-item.active,
.cid-twXqkXOPEh .dropdown-item:active {
  background-color: transparent;
}
.cid-twXqkXOPEh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twXqkXOPEh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twXqkXOPEh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twXqkXOPEh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twXqkXOPEh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twXqkXOPEh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twXqkXOPEh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twXqkXOPEh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twXqkXOPEh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twXqkXOPEh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-twXqkXOPEh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twXqkXOPEh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twXqkXOPEh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twXqkXOPEh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twXqkXOPEh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twXqkXOPEh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twXqkXOPEh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twXqkXOPEh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twXqkXOPEh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twXqkXOPEh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twXqkXOPEh .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-twXqkXOPEh .navbar {
    height: 70px;
  }
  .cid-twXqkXOPEh .navbar.opened {
    height: auto;
  }
  .cid-twXqkXOPEh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twXqkXOPEh .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-twXqkXOPEh .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-twXqkYNBPW {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dsc7113-2000x1123.jpg");
}
.cid-twXqkYNBPW .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-twXqkYNBPW .mbr-text,
.cid-twXqkYNBPW .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-twXqkYNBPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-twXqkYNBPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twXqkYNBPW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXBzUAftMm {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tXBzUAftMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBzUAftMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBzUAftMm .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-tXBzUAftMm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tXBzUAftMm .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-tXBzUAftMm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tXBzUAftMm .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-tXBzUAftMm .social-row {
  text-align: center;
}
.cid-tXBzUAftMm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tXBzUAftMm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tXBzUAftMm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tXBzUAftMm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tXBzUAftMm .mbr-role,
.cid-tXBzUAftMm .social-row {
  color: #353535;
}
.cid-tXBzUAftMm .card-title,
.cid-tXBzUAftMm .social-row {
  color: #0196e3;
}
.cid-tXBzUAftMm .mbr-section-maintitle {
  color: #0196e3;
}
.cid-tXBAsj84X5 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tXBAsj84X5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXBAsj84X5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXBAsj84X5 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-tXBAsj84X5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tXBAsj84X5 .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-tXBAsj84X5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tXBAsj84X5 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-tXBAsj84X5 .social-row {
  text-align: center;
}
.cid-tXBAsj84X5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tXBAsj84X5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tXBAsj84X5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tXBAsj84X5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tXBAsj84X5 .mbr-role,
.cid-tXBAsj84X5 .social-row {
  color: #353535;
}
.cid-tXBAsj84X5 .card-title,
.cid-tXBAsj84X5 .social-row {
  color: #0196e3;
}
.cid-tXBAsj84X5 .mbr-section-maintitle {
  color: #0196e3;
}
.cid-tUzLC9S25I {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUzLC9S25I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzLC9S25I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzLC9S25I img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tUzLC9S25I img {
    width: 200px;
    height: 200px;
  }
}
.cid-tUzLC9S25I a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tUzLC9S25I .mbr-section-title {
  color: #0196e3;
}
.cid-tUzMk2ZiWJ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tUzMk2ZiWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzMk2ZiWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzMk2ZiWJ img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tUzMk2ZiWJ img {
    width: 200px;
    height: 200px;
  }
}
.cid-tUzMk2ZiWJ a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tUzMk2ZiWJ .mbr-section-title {
  color: #0196e3;
}
.cid-tUzMNcYRsF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tUzMNcYRsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzMNcYRsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzMNcYRsF img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tUzMNcYRsF img {
    width: 200px;
    height: 200px;
  }
}
.cid-tUzMNcYRsF a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tUzMNcYRsF .mbr-section-title {
  color: #0196e3;
}
.cid-tUzNd4dUbS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tUzNd4dUbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzNd4dUbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzNd4dUbS img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tUzNd4dUbS img {
    width: 200px;
    height: 200px;
  }
}
.cid-tUzNd4dUbS a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tUzNd4dUbS .mbr-section-title {
  color: #0196e3;
}
.cid-tUzO0P4sqE {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tUzO0P4sqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzO0P4sqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzO0P4sqE img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tUzO0P4sqE img {
    width: 200px;
    height: 200px;
  }
}
.cid-tUzO0P4sqE a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tUzO0P4sqE .mbr-section-title {
  color: #0196e3;
}
.cid-tUzORAir3s {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tUzORAir3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzORAir3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzORAir3s img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tUzORAir3s img {
    width: 200px;
    height: 200px;
  }
}
.cid-tUzORAir3s a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tUzORAir3s .mbr-section-title {
  color: #0196e3;
}
.cid-tW6udSuKer {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tW6udSuKer .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW6udSuKer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW6udSuKer img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tW6udSuKer img {
    width: 200px;
    height: 200px;
  }
}
.cid-tW6udSuKer a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-tW6udSuKer .mbr-section-title {
  color: #0196e3;
}
.cid-tUzR1UyOFP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tUzR1UyOFP .card-wrapper {
  margin-top: 3rem;
}
.cid-tUzR1UyOFP .row {
  justify-content: center;
}
.cid-tUzR1UyOFP .card-text {
  text-align: left;
  color: #000000;
}
.cid-tUzR1UyOFP .card-title,
.cid-tUzR1UyOFP .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tUzR1UyOFP .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tUzQy3VFQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzQy3VFQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzQy3VFQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzQy3VFQS .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzQy3VFQS .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzQy3VFQS .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzQy3VFQS .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzQy3VFQS .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzQy3VFQS .card-wrapper {
  width: 100%;
}
.cid-tUzQy3VFQS .card-box {
  width: 100%;
}
.cid-tUzQy3VFQS .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzQy3VFQS .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzQy3VFQS .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzQy3VFQS .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzQy3VFQS .col-img {
    width: 100%;
  }
}
.cid-tUzQy3VFQS .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzQy3VFQS .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzQy3VFQS .image-wrapper {
    width: 250px;
  }
}
.cid-tUzQy3VFQS .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzQy3VFQS .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzQy3VFQS .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzQzbgyaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzQzbgyaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzQzbgyaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzQzbgyaf .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzQzbgyaf .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzQzbgyaf .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzQzbgyaf .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzQzbgyaf .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzQzbgyaf .card-wrapper {
  width: 100%;
}
.cid-tUzQzbgyaf .card-box {
  width: 100%;
}
.cid-tUzQzbgyaf .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzQzbgyaf .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzQzbgyaf .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzQzbgyaf .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzQzbgyaf .col-img {
    width: 100%;
  }
}
.cid-tUzQzbgyaf .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzQzbgyaf .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzQzbgyaf .image-wrapper {
    width: 250px;
  }
}
.cid-tUzQzbgyaf .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzQzbgyaf .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzQzbgyaf .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzQ0t8UxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzQ0t8UxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzQ0t8UxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzQ0t8UxS .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzQ0t8UxS .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzQ0t8UxS .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzQ0t8UxS .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzQ0t8UxS .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzQ0t8UxS .card-wrapper {
  width: 100%;
}
.cid-tUzQ0t8UxS .card-box {
  width: 100%;
}
.cid-tUzQ0t8UxS .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzQ0t8UxS .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzQ0t8UxS .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzQ0t8UxS .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzQ0t8UxS .col-img {
    width: 100%;
  }
}
.cid-tUzQ0t8UxS .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzQ0t8UxS .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzQ0t8UxS .image-wrapper {
    width: 250px;
  }
}
.cid-tUzQ0t8UxS .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzQ0t8UxS .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzQ0t8UxS .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-u0ObRViiqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0ObRViiqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0ObRViiqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0ObRViiqk .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0ObRViiqk .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0ObRViiqk .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u0ObRViiqk .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ObRViiqk .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-u0ObRViiqk .card-wrapper {
  width: 100%;
}
.cid-u0ObRViiqk .card-box {
  width: 100%;
}
.cid-u0ObRViiqk .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-u0ObRViiqk .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-u0ObRViiqk .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-u0ObRViiqk .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0ObRViiqk .col-img {
    width: 100%;
  }
}
.cid-u0ObRViiqk .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-u0ObRViiqk .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-u0ObRViiqk .image-wrapper {
    width: 250px;
  }
}
.cid-u0ObRViiqk .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-u0ObRViiqk .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-u0ObRViiqk .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-u0OcgUyRYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0OcgUyRYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0OcgUyRYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0OcgUyRYh .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0OcgUyRYh .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0OcgUyRYh .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u0OcgUyRYh .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u0OcgUyRYh .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-u0OcgUyRYh .card-wrapper {
  width: 100%;
}
.cid-u0OcgUyRYh .card-box {
  width: 100%;
}
.cid-u0OcgUyRYh .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-u0OcgUyRYh .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-u0OcgUyRYh .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-u0OcgUyRYh .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0OcgUyRYh .col-img {
    width: 100%;
  }
}
.cid-u0OcgUyRYh .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-u0OcgUyRYh .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-u0OcgUyRYh .image-wrapper {
    width: 250px;
  }
}
.cid-u0OcgUyRYh .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-u0OcgUyRYh .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-u0OcgUyRYh .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-u0Odyx13sG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0Odyx13sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Odyx13sG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Odyx13sG .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0Odyx13sG .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0Odyx13sG .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u0Odyx13sG .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u0Odyx13sG .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-u0Odyx13sG .card-wrapper {
  width: 100%;
}
.cid-u0Odyx13sG .card-box {
  width: 100%;
}
.cid-u0Odyx13sG .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-u0Odyx13sG .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-u0Odyx13sG .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-u0Odyx13sG .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0Odyx13sG .col-img {
    width: 100%;
  }
}
.cid-u0Odyx13sG .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-u0Odyx13sG .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-u0Odyx13sG .image-wrapper {
    width: 250px;
  }
}
.cid-u0Odyx13sG .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-u0Odyx13sG .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-u0Odyx13sG .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-u0OdSr9ppt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0OdSr9ppt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0OdSr9ppt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0OdSr9ppt .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0OdSr9ppt .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0OdSr9ppt .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-u0OdSr9ppt .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u0OdSr9ppt .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-u0OdSr9ppt .card-wrapper {
  width: 100%;
}
.cid-u0OdSr9ppt .card-box {
  width: 100%;
}
.cid-u0OdSr9ppt .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-u0OdSr9ppt .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-u0OdSr9ppt .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-u0OdSr9ppt .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0OdSr9ppt .col-img {
    width: 100%;
  }
}
.cid-u0OdSr9ppt .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-u0OdSr9ppt .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-u0OdSr9ppt .image-wrapper {
    width: 250px;
  }
}
.cid-u0OdSr9ppt .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-u0OdSr9ppt .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-u0OdSr9ppt .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzRcUDfE3 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tUzRcUDfE3 .card-wrapper {
  margin-top: 3rem;
}
.cid-tUzRcUDfE3 .row {
  justify-content: center;
}
.cid-tUzRcUDfE3 .card-text {
  text-align: left;
  color: #000000;
}
.cid-tUzRcUDfE3 .card-title,
.cid-tUzRcUDfE3 .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tUzRcUDfE3 .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tUzS4LOChm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzS4LOChm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzS4LOChm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzS4LOChm .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzS4LOChm .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzS4LOChm .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzS4LOChm .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzS4LOChm .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzS4LOChm .card-wrapper {
  width: 100%;
}
.cid-tUzS4LOChm .card-box {
  width: 100%;
}
.cid-tUzS4LOChm .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzS4LOChm .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzS4LOChm .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzS4LOChm .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzS4LOChm .col-img {
    width: 100%;
  }
}
.cid-tUzS4LOChm .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzS4LOChm .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzS4LOChm .image-wrapper {
    width: 250px;
  }
}
.cid-tUzS4LOChm .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzS4LOChm .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzS4LOChm .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzRolaKPP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzRolaKPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzRolaKPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzRolaKPP .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzRolaKPP .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzRolaKPP .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzRolaKPP .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzRolaKPP .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzRolaKPP .card-wrapper {
  width: 100%;
}
.cid-tUzRolaKPP .card-box {
  width: 100%;
}
.cid-tUzRolaKPP .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzRolaKPP .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzRolaKPP .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzRolaKPP .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzRolaKPP .col-img {
    width: 100%;
  }
}
.cid-tUzRolaKPP .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzRolaKPP .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzRolaKPP .image-wrapper {
    width: 250px;
  }
}
.cid-tUzRolaKPP .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzRolaKPP .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzRolaKPP .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzRnAe2U8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzRnAe2U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzRnAe2U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzRnAe2U8 .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzRnAe2U8 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzRnAe2U8 .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzRnAe2U8 .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzRnAe2U8 .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzRnAe2U8 .card-wrapper {
  width: 100%;
}
.cid-tUzRnAe2U8 .card-box {
  width: 100%;
}
.cid-tUzRnAe2U8 .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzRnAe2U8 .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzRnAe2U8 .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzRnAe2U8 .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzRnAe2U8 .col-img {
    width: 100%;
  }
}
.cid-tUzRnAe2U8 .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzRnAe2U8 .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzRnAe2U8 .image-wrapper {
    width: 250px;
  }
}
.cid-tUzRnAe2U8 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzRnAe2U8 .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzRnAe2U8 .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzRmFZLhN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzRmFZLhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzRmFZLhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzRmFZLhN .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzRmFZLhN .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzRmFZLhN .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzRmFZLhN .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzRmFZLhN .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzRmFZLhN .card-wrapper {
  width: 100%;
}
.cid-tUzRmFZLhN .card-box {
  width: 100%;
}
.cid-tUzRmFZLhN .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzRmFZLhN .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzRmFZLhN .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzRmFZLhN .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzRmFZLhN .col-img {
    width: 100%;
  }
}
.cid-tUzRmFZLhN .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzRmFZLhN .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzRmFZLhN .image-wrapper {
    width: 250px;
  }
}
.cid-tUzRmFZLhN .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzRmFZLhN .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzRmFZLhN .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzSlTLPln {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tUzSlTLPln .card-wrapper {
  margin-top: 3rem;
}
.cid-tUzSlTLPln .row {
  justify-content: center;
}
.cid-tUzSlTLPln .card-text {
  text-align: left;
  color: #000000;
}
.cid-tUzSlTLPln .card-title,
.cid-tUzSlTLPln .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-tUzSlTLPln .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-tUzSnNvfNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzSnNvfNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzSnNvfNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzSnNvfNI .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzSnNvfNI .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzSnNvfNI .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzSnNvfNI .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzSnNvfNI .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzSnNvfNI .card-wrapper {
  width: 100%;
}
.cid-tUzSnNvfNI .card-box {
  width: 100%;
}
.cid-tUzSnNvfNI .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzSnNvfNI .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzSnNvfNI .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzSnNvfNI .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzSnNvfNI .col-img {
    width: 100%;
  }
}
.cid-tUzSnNvfNI .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzSnNvfNI .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzSnNvfNI .image-wrapper {
    width: 250px;
  }
}
.cid-tUzSnNvfNI .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzSnNvfNI .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzSnNvfNI .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzSqrWY25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzSqrWY25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzSqrWY25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzSqrWY25 .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzSqrWY25 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzSqrWY25 .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzSqrWY25 .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzSqrWY25 .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzSqrWY25 .card-wrapper {
  width: 100%;
}
.cid-tUzSqrWY25 .card-box {
  width: 100%;
}
.cid-tUzSqrWY25 .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzSqrWY25 .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzSqrWY25 .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzSqrWY25 .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzSqrWY25 .col-img {
    width: 100%;
  }
}
.cid-tUzSqrWY25 .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzSqrWY25 .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzSqrWY25 .image-wrapper {
    width: 250px;
  }
}
.cid-tUzSqrWY25 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzSqrWY25 .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzSqrWY25 .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-tUzSp2DF4r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzSp2DF4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzSp2DF4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzSp2DF4r .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzSp2DF4r .content-container {
    flex-wrap: wrap;
  }
}
.cid-tUzSp2DF4r .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tUzSp2DF4r .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzSp2DF4r .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-tUzSp2DF4r .card-wrapper {
  width: 100%;
}
.cid-tUzSp2DF4r .card-box {
  width: 100%;
}
.cid-tUzSp2DF4r .card-title {
  color: #6c758f;
  margin-bottom: 4px;
  width: 100%;
}
.cid-tUzSp2DF4r .card-subtitle {
  color: #1F1D1A;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-tUzSp2DF4r .mbr-text {
  color: #0196e3;
  margin-bottom: 24px;
  width: 100%;
}
.cid-tUzSp2DF4r .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tUzSp2DF4r .col-img {
    width: 100%;
  }
}
.cid-tUzSp2DF4r .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-tUzSp2DF4r .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tUzSp2DF4r .image-wrapper {
    width: 250px;
  }
}
.cid-tUzSp2DF4r .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-tUzSp2DF4r .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-tUzSp2DF4r .mbr-iconfont {
  font-size: 48px;
  color: #fff6eb;
}
.cid-u4bzMwUPUP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bzMwUPUP .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bzMwUPUP .row {
  justify-content: center;
}
.cid-u4bzMwUPUP .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bzMwUPUP .card-title,
.cid-u4bzMwUPUP .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bzMwUPUP .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bzMwUPUP .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bzNDHp6U {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bzNDHp6U img {
  width: 180px;
  margin: auto;
}
.cid-u4bzNDHp6U .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bzNDHp6U .card {
    max-width: 16.66%;
  }
}
.cid-u4bzNDHp6U .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bzNDHp6U .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bzOnNpvr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bzOnNpvr img {
  width: 180px;
  margin: auto;
}
.cid-u4bzOnNpvr .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bzOnNpvr .card {
    max-width: 16.66%;
  }
}
.cid-u4bzOnNpvr .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bzOnNpvr .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-twXqlexfkd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-twXqlexfkd .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-twXqlexfkd .mbr-text {
  color: #ffffff;
}
.cid-twXqlexfkd .row {
  align-items: center;
}
.cid-tUiIWbD2sd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUiIWbD2sd .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tUiIWbD2sd .container {
    padding: 0 ;
  }
}
.cid-tUiIWbD2sd .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tUiIWbD2sd .navbar.opened {
  transition: all 0.3s;
}
.cid-tUiIWbD2sd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUiIWbD2sd .navbar .navbar-logo img {
  width: auto;
}
.cid-tUiIWbD2sd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUiIWbD2sd .navbar.collapsed {
  justify-content: center;
}
.cid-tUiIWbD2sd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUiIWbD2sd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUiIWbD2sd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUiIWbD2sd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUiIWbD2sd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUiIWbD2sd .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-tUiIWbD2sd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUiIWbD2sd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUiIWbD2sd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUiIWbD2sd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUiIWbD2sd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUiIWbD2sd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUiIWbD2sd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUiIWbD2sd .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-tUiIWbD2sd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUiIWbD2sd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUiIWbD2sd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUiIWbD2sd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUiIWbD2sd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUiIWbD2sd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tUiIWbD2sd .navbar.navbar-short {
  min-height: 110px;
}
.cid-tUiIWbD2sd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUiIWbD2sd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUiIWbD2sd .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tUiIWbD2sd nav.navbar {
  position: fixed;
}
.cid-tUiIWbD2sd .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-tUiIWbD2sd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tUiIWbD2sd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUiIWbD2sd .dropdown-item:hover,
.cid-tUiIWbD2sd .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-tUiIWbD2sd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUiIWbD2sd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUiIWbD2sd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUiIWbD2sd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUiIWbD2sd .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUiIWbD2sd .dropdown-menu,
.cid-tUiIWbD2sd .navbar.opened {
  background: #ffffff !important;
}
.cid-tUiIWbD2sd .nav-item:focus,
.cid-tUiIWbD2sd .nav-link:focus {
  outline: none;
}
.cid-tUiIWbD2sd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUiIWbD2sd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUiIWbD2sd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUiIWbD2sd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUiIWbD2sd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUiIWbD2sd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUiIWbD2sd .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-tUiIWbD2sd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUiIWbD2sd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUiIWbD2sd .dropdown-item.active,
.cid-tUiIWbD2sd .dropdown-item:active {
  background-color: transparent;
}
.cid-tUiIWbD2sd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUiIWbD2sd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUiIWbD2sd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUiIWbD2sd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUiIWbD2sd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUiIWbD2sd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUiIWbD2sd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUiIWbD2sd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUiIWbD2sd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUiIWbD2sd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-tUiIWbD2sd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUiIWbD2sd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUiIWbD2sd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUiIWbD2sd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUiIWbD2sd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUiIWbD2sd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUiIWbD2sd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUiIWbD2sd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUiIWbD2sd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUiIWbD2sd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUiIWbD2sd .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-tUiIWbD2sd .navbar {
    height: 70px;
  }
  .cid-tUiIWbD2sd .navbar.opened {
    height: auto;
  }
  .cid-tUiIWbD2sd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUiIWbD2sd .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUiIWbD2sd .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tUiIWcAcNm {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dsc7101-2000x1123.jpg");
}
.cid-tUiIWcAcNm .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-tUiIWcAcNm .mbr-text,
.cid-tUiIWcAcNm .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-tUiIWcAcNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiIWcAcNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiIWcAcNm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tUiIWdhbYZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tUiIWdhbYZ .mbr-section-title {
  color: #ffffff;
}
.cid-tUiIWdhbYZ .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tUiIWdhbYZ .mbr-text {
  color: #0196e3;
}
.cid-tUiIWdhbYZ .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tUiIWdhbYZ .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tUiIWdhbYZ .text-col {
  align-items: center;
  display: flex;
}
.cid-tUiIWdhbYZ .mbr-section-subtitle,
.cid-tUiIWdhbYZ .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tUiK1pgcHu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUiK1pgcHu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUiK1pgcHu .row {
    flex-direction: column-reverse;
  }
  .cid-tUiK1pgcHu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tUiK1pgcHu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tUiK1pgcHu .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tUiK1pgcHu .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tUiK1pgcHu .card-title {
  color: #0196e3;
}
.cid-tUiK1pgcHu .mbr-text,
.cid-tUiK1pgcHu .mbr-section-btn {
  color: #6c758f;
}
.cid-tUiK1pgcHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiK1pgcHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiKzvVN9n {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUiKzvVN9n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUiKzvVN9n .row {
    flex-direction: column-reverse;
  }
  .cid-tUiKzvVN9n .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tUiKzvVN9n .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tUiKzvVN9n .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tUiKzvVN9n .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tUiKzvVN9n .card-title {
  color: #0196e3;
}
.cid-tUiKzvVN9n .mbr-text,
.cid-tUiKzvVN9n .mbr-section-btn {
  color: #6c758f;
}
.cid-tUiKzvVN9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiKzvVN9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiKKC2Pun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUiKKC2Pun .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUiKKC2Pun .row {
    flex-direction: column-reverse;
  }
  .cid-tUiKKC2Pun .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tUiKKC2Pun .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tUiKKC2Pun .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tUiKKC2Pun .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tUiKKC2Pun .card-title {
  color: #0196e3;
}
.cid-tUiKKC2Pun .mbr-text,
.cid-tUiKKC2Pun .mbr-section-btn {
  color: #6c758f;
}
.cid-tUiKKC2Pun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiKKC2Pun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bB5bgzD8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bB5bgzD8 .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bB5bgzD8 .row {
  justify-content: center;
}
.cid-u4bB5bgzD8 .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bB5bgzD8 .card-title,
.cid-u4bB5bgzD8 .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bB5bgzD8 .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bB5bgzD8 .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bB5NgJs7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bB5NgJs7 img {
  width: 180px;
  margin: auto;
}
.cid-u4bB5NgJs7 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bB5NgJs7 .card {
    max-width: 16.66%;
  }
}
.cid-u4bB5NgJs7 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bB5NgJs7 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bB6KA2mD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bB6KA2mD img {
  width: 180px;
  margin: auto;
}
.cid-u4bB6KA2mD .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bB6KA2mD .card {
    max-width: 16.66%;
  }
}
.cid-u4bB6KA2mD .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bB6KA2mD .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-tUiIWjDlsY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-tUiIWjDlsY .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-tUiIWjDlsY .mbr-text {
  color: #ffffff;
}
.cid-tUiIWjDlsY .row {
  align-items: center;
}
.cid-tUiRV81T3e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUiRV81T3e .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tUiRV81T3e .container {
    padding: 0 ;
  }
}
.cid-tUiRV81T3e .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tUiRV81T3e .navbar.opened {
  transition: all 0.3s;
}
.cid-tUiRV81T3e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUiRV81T3e .navbar .navbar-logo img {
  width: auto;
}
.cid-tUiRV81T3e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUiRV81T3e .navbar.collapsed {
  justify-content: center;
}
.cid-tUiRV81T3e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUiRV81T3e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUiRV81T3e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUiRV81T3e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUiRV81T3e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUiRV81T3e .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-tUiRV81T3e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUiRV81T3e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUiRV81T3e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUiRV81T3e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUiRV81T3e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUiRV81T3e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUiRV81T3e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUiRV81T3e .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-tUiRV81T3e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUiRV81T3e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUiRV81T3e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUiRV81T3e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUiRV81T3e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUiRV81T3e .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tUiRV81T3e .navbar.navbar-short {
  min-height: 110px;
}
.cid-tUiRV81T3e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUiRV81T3e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUiRV81T3e .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tUiRV81T3e nav.navbar {
  position: fixed;
}
.cid-tUiRV81T3e .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-tUiRV81T3e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tUiRV81T3e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUiRV81T3e .dropdown-item:hover,
.cid-tUiRV81T3e .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-tUiRV81T3e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUiRV81T3e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUiRV81T3e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUiRV81T3e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUiRV81T3e .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUiRV81T3e .dropdown-menu,
.cid-tUiRV81T3e .navbar.opened {
  background: #ffffff !important;
}
.cid-tUiRV81T3e .nav-item:focus,
.cid-tUiRV81T3e .nav-link:focus {
  outline: none;
}
.cid-tUiRV81T3e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUiRV81T3e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUiRV81T3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUiRV81T3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUiRV81T3e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUiRV81T3e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUiRV81T3e .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-tUiRV81T3e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUiRV81T3e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUiRV81T3e .dropdown-item.active,
.cid-tUiRV81T3e .dropdown-item:active {
  background-color: transparent;
}
.cid-tUiRV81T3e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUiRV81T3e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUiRV81T3e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUiRV81T3e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUiRV81T3e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUiRV81T3e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUiRV81T3e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUiRV81T3e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUiRV81T3e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUiRV81T3e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-tUiRV81T3e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUiRV81T3e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUiRV81T3e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUiRV81T3e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUiRV81T3e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUiRV81T3e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUiRV81T3e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUiRV81T3e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUiRV81T3e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUiRV81T3e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUiRV81T3e .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-tUiRV81T3e .navbar {
    height: 70px;
  }
  .cid-tUiRV81T3e .navbar.opened {
    height: auto;
  }
  .cid-tUiRV81T3e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUiRV81T3e .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUiRV81T3e .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tUiRV8XKze {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/dsc7137-2000x1123.jpg");
}
.cid-tUiRV8XKze .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-tUiRV8XKze .mbr-text,
.cid-tUiRV8XKze .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-tUiRV8XKze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiRV8XKze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUiRV8XKze .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tUiRV9BcMK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tUiRV9BcMK .mbr-section-title {
  color: #ffffff;
}
.cid-tUiRV9BcMK .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tUiRV9BcMK .mbr-text {
  color: #0196e3;
}
.cid-tUiRV9BcMK .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tUiRV9BcMK .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tUiRV9BcMK .text-col {
  align-items: center;
  display: flex;
}
.cid-tUiRV9BcMK .mbr-section-subtitle,
.cid-tUiRV9BcMK .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tXd69innGM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXd69innGM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXd69innGM .row {
    flex-direction: column-reverse;
  }
  .cid-tXd69innGM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXd69innGM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXd69innGM .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXd69innGM .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXd69innGM .card-title {
  color: #0196e3;
}
.cid-tXd69innGM .mbr-text,
.cid-tXd69innGM .mbr-section-btn {
  color: #6c758f;
}
.cid-tXd69innGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXd69innGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXd6xolRyb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXd6xolRyb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXd6xolRyb .row {
    flex-direction: column-reverse;
  }
  .cid-tXd6xolRyb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXd6xolRyb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXd6xolRyb .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXd6xolRyb .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXd6xolRyb .card-title {
  color: #0196e3;
}
.cid-tXd6xolRyb .mbr-text,
.cid-tXd6xolRyb .mbr-section-btn {
  color: #6c758f;
}
.cid-tXd6xolRyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXd6xolRyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXd6NDzqed {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXd6NDzqed .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXd6NDzqed .row {
    flex-direction: column-reverse;
  }
  .cid-tXd6NDzqed .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXd6NDzqed .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXd6NDzqed .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXd6NDzqed .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXd6NDzqed .card-title {
  color: #0196e3;
}
.cid-tXd6NDzqed .mbr-text,
.cid-tXd6NDzqed .mbr-section-btn {
  color: #6c758f;
}
.cid-tXd6NDzqed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXd6NDzqed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXd7JUcoGY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXd7JUcoGY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXd7JUcoGY .row {
    flex-direction: column-reverse;
  }
  .cid-tXd7JUcoGY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXd7JUcoGY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXd7JUcoGY .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXd7JUcoGY .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXd7JUcoGY .card-title {
  color: #0196e3;
}
.cid-tXd7JUcoGY .mbr-text,
.cid-tXd7JUcoGY .mbr-section-btn {
  color: #6c758f;
}
.cid-tXd7JUcoGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXd7JUcoGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXd7Xllf1W {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXd7Xllf1W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tXd7Xllf1W .row {
    flex-direction: column-reverse;
  }
  .cid-tXd7Xllf1W .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXd7Xllf1W .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tXd7Xllf1W .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tXd7Xllf1W .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tXd7Xllf1W .card-title {
  color: #0196e3;
}
.cid-tXd7Xllf1W .mbr-text,
.cid-tXd7Xllf1W .mbr-section-btn {
  color: #6c758f;
}
.cid-tXd7Xllf1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXd7Xllf1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bBb5E4wW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bBb5E4wW .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bBb5E4wW .row {
  justify-content: center;
}
.cid-u4bBb5E4wW .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bBb5E4wW .card-title,
.cid-u4bBb5E4wW .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bBb5E4wW .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bBb5E4wW .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bBc5FD8X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBc5FD8X img {
  width: 180px;
  margin: auto;
}
.cid-u4bBc5FD8X .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBc5FD8X .card {
    max-width: 16.66%;
  }
}
.cid-u4bBc5FD8X .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBc5FD8X .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bBd8Zgs0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBd8Zgs0 img {
  width: 180px;
  margin: auto;
}
.cid-u4bBd8Zgs0 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBd8Zgs0 .card {
    max-width: 16.66%;
  }
}
.cid-u4bBd8Zgs0 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBd8Zgs0 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-tUiRVbMf0i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-tUiRVbMf0i .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-tUiRVbMf0i .mbr-text {
  color: #ffffff;
}
.cid-tUiRVbMf0i .row {
  align-items: center;
}
.cid-tXcDU8WLES {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXcDU8WLES .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXcDU8WLES .container {
    padding: 0 ;
  }
}
.cid-tXcDU8WLES .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tXcDU8WLES .navbar.opened {
  transition: all 0.3s;
}
.cid-tXcDU8WLES .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXcDU8WLES .navbar .navbar-logo img {
  width: auto;
}
.cid-tXcDU8WLES .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXcDU8WLES .navbar.collapsed {
  justify-content: center;
}
.cid-tXcDU8WLES .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXcDU8WLES .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXcDU8WLES .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXcDU8WLES .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXcDU8WLES .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXcDU8WLES .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-tXcDU8WLES .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXcDU8WLES .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXcDU8WLES .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXcDU8WLES .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXcDU8WLES .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXcDU8WLES .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXcDU8WLES .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXcDU8WLES .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-tXcDU8WLES .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXcDU8WLES .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXcDU8WLES .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXcDU8WLES .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXcDU8WLES .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXcDU8WLES .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tXcDU8WLES .navbar.navbar-short {
  min-height: 110px;
}
.cid-tXcDU8WLES .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXcDU8WLES .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXcDU8WLES .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tXcDU8WLES nav.navbar {
  position: fixed;
}
.cid-tXcDU8WLES .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-tXcDU8WLES .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tXcDU8WLES .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXcDU8WLES .dropdown-item:hover,
.cid-tXcDU8WLES .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-tXcDU8WLES .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXcDU8WLES .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXcDU8WLES .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXcDU8WLES .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXcDU8WLES .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXcDU8WLES .dropdown-menu,
.cid-tXcDU8WLES .navbar.opened {
  background: #ffffff !important;
}
.cid-tXcDU8WLES .nav-item:focus,
.cid-tXcDU8WLES .nav-link:focus {
  outline: none;
}
.cid-tXcDU8WLES .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXcDU8WLES .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXcDU8WLES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXcDU8WLES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXcDU8WLES .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXcDU8WLES .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXcDU8WLES .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-tXcDU8WLES .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXcDU8WLES .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXcDU8WLES .dropdown-item.active,
.cid-tXcDU8WLES .dropdown-item:active {
  background-color: transparent;
}
.cid-tXcDU8WLES .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXcDU8WLES .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXcDU8WLES .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXcDU8WLES .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXcDU8WLES .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXcDU8WLES .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXcDU8WLES ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXcDU8WLES .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXcDU8WLES button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXcDU8WLES button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-tXcDU8WLES button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXcDU8WLES button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXcDU8WLES button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXcDU8WLES button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXcDU8WLES nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXcDU8WLES nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXcDU8WLES nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXcDU8WLES nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXcDU8WLES .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXcDU8WLES a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXcDU8WLES .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-tXcDU8WLES .navbar {
    height: 70px;
  }
  .cid-tXcDU8WLES .navbar.opened {
    height: auto;
  }
  .cid-tXcDU8WLES .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXcDU8WLES .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXcDU8WLES .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tXcDU9Uv0C {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-tXcDU9Uv0C .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-tXcDU9Uv0C .mbr-text,
.cid-tXcDU9Uv0C .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-tXcDU9Uv0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcDU9Uv0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcDU9Uv0C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXcDUaPRhR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tXcDUaPRhR .mbr-section-title {
  color: #ffffff;
}
.cid-tXcDUaPRhR .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tXcDUaPRhR .mbr-text {
  color: #0196e3;
}
.cid-tXcDUaPRhR .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tXcDUaPRhR .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tXcDUaPRhR .text-col {
  align-items: center;
  display: flex;
}
.cid-tXcDUaPRhR .mbr-section-subtitle,
.cid-tXcDUaPRhR .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tXcDUbbyli {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXcDUbbyli .nav-tabs .nav-item.open .nav-link:focus,
.cid-tXcDUbbyli .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tXcDUbbyli .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tXcDUbbyli .nav-item {
    margin: 0;
  }
}
.cid-tXcDUbbyli .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-tXcDUbbyli .nav-tabs .nav-link:not(.active) {
  color: #0196e3;
}
.cid-tXcDUbbyli .nav-link,
.cid-tXcDUbbyli .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-tXcDUbbyli .nav-tabs .nav-link.active {
  background: #cccccc;
  color: #0196e3;
}
.cid-tXcDUbbyli H4 {
  text-align: center;
}
.cid-tXcDUbbyli H3 {
  text-align: center;
  color: #0196e3;
}
.cid-tXcDUbbyli P {
  color: #6c758f;
}
.cid-tXcDUbbyli .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcDUbbyli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bBszDLlH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bBszDLlH .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bBszDLlH .row {
  justify-content: center;
}
.cid-u4bBszDLlH .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bBszDLlH .card-title,
.cid-u4bBszDLlH .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bBszDLlH .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bBszDLlH .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bBttKnnr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBttKnnr img {
  width: 180px;
  margin: auto;
}
.cid-u4bBttKnnr .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBttKnnr .card {
    max-width: 16.66%;
  }
}
.cid-u4bBttKnnr .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBttKnnr .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bBu1DfHu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBu1DfHu img {
  width: 180px;
  margin: auto;
}
.cid-u4bBu1DfHu .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBu1DfHu .card {
    max-width: 16.66%;
  }
}
.cid-u4bBu1DfHu .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBu1DfHu .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-tXcDUdxRL6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-tXcDUdxRL6 .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-tXcDUdxRL6 .mbr-text {
  color: #ffffff;
}
.cid-tXcDUdxRL6 .row {
  align-items: center;
}
.cid-tXcmKQAdrX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tXcmKQAdrX .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXcmKQAdrX .container {
    padding: 0 ;
  }
}
.cid-tXcmKQAdrX .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tXcmKQAdrX .navbar.opened {
  transition: all 0.3s;
}
.cid-tXcmKQAdrX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXcmKQAdrX .navbar .navbar-logo img {
  width: auto;
}
.cid-tXcmKQAdrX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXcmKQAdrX .navbar.collapsed {
  justify-content: center;
}
.cid-tXcmKQAdrX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXcmKQAdrX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXcmKQAdrX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXcmKQAdrX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXcmKQAdrX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXcmKQAdrX .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-tXcmKQAdrX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXcmKQAdrX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXcmKQAdrX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXcmKQAdrX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXcmKQAdrX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXcmKQAdrX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXcmKQAdrX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXcmKQAdrX .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-tXcmKQAdrX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXcmKQAdrX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXcmKQAdrX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXcmKQAdrX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXcmKQAdrX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXcmKQAdrX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tXcmKQAdrX .navbar.navbar-short {
  min-height: 110px;
}
.cid-tXcmKQAdrX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXcmKQAdrX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXcmKQAdrX .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tXcmKQAdrX nav.navbar {
  position: fixed;
}
.cid-tXcmKQAdrX .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-tXcmKQAdrX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tXcmKQAdrX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXcmKQAdrX .dropdown-item:hover,
.cid-tXcmKQAdrX .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-tXcmKQAdrX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXcmKQAdrX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXcmKQAdrX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXcmKQAdrX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXcmKQAdrX .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXcmKQAdrX .dropdown-menu,
.cid-tXcmKQAdrX .navbar.opened {
  background: #ffffff !important;
}
.cid-tXcmKQAdrX .nav-item:focus,
.cid-tXcmKQAdrX .nav-link:focus {
  outline: none;
}
.cid-tXcmKQAdrX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXcmKQAdrX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXcmKQAdrX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXcmKQAdrX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXcmKQAdrX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXcmKQAdrX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXcmKQAdrX .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-tXcmKQAdrX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXcmKQAdrX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXcmKQAdrX .dropdown-item.active,
.cid-tXcmKQAdrX .dropdown-item:active {
  background-color: transparent;
}
.cid-tXcmKQAdrX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXcmKQAdrX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXcmKQAdrX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXcmKQAdrX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tXcmKQAdrX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXcmKQAdrX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXcmKQAdrX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXcmKQAdrX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXcmKQAdrX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXcmKQAdrX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-tXcmKQAdrX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXcmKQAdrX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXcmKQAdrX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXcmKQAdrX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXcmKQAdrX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXcmKQAdrX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXcmKQAdrX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXcmKQAdrX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXcmKQAdrX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXcmKQAdrX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXcmKQAdrX .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-tXcmKQAdrX .navbar {
    height: 70px;
  }
  .cid-tXcmKQAdrX .navbar.opened {
    height: auto;
  }
  .cid-tXcmKQAdrX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXcmKQAdrX .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXcmKQAdrX .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tXcmKRx0ou {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-tXcmKRx0ou .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-tXcmKRx0ou .mbr-text,
.cid-tXcmKRx0ou .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-tXcmKRx0ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcmKRx0ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXcmKRx0ou .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXcmKS4PYf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tXcmKS4PYf .mbr-section-title {
  color: #ffffff;
}
.cid-tXcmKS4PYf .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tXcmKS4PYf .mbr-text {
  color: #00c8d6;
}
.cid-tXcmKS4PYf .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tXcmKS4PYf .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tXcmKS4PYf .text-col {
  align-items: center;
  display: flex;
}
.cid-tXcmKS4PYf .mbr-section-subtitle,
.cid-tXcmKS4PYf .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-tXcmKSmS5h {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXcmKSmS5h .nav-tabs .nav-item.open .nav-link:focus,
.cid-tXcmKSmS5h .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tXcmKSmS5h .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tXcmKSmS5h .nav-item {
    margin: 0;
  }
}
.cid-tXcmKSmS5h .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-tXcmKSmS5h .nav-tabs .nav-link:not(.active) {
  color: #0196e3;
}
.cid-tXcmKSmS5h .nav-link,
.cid-tXcmKSmS5h .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-tXcmKSmS5h .nav-tabs .nav-link.active {
  background: #cccccc;
  color: #0196e3;
}
.cid-tXcmKSmS5h H4 {
  text-align: center;
}
.cid-tXcmKSmS5h H3 {
  text-align: center;
  color: #0196e3;
}
.cid-tXcmKSmS5h P {
  color: #6c758f;
}
.cid-tXcmKSmS5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXcmKSmS5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bBhKHNrP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bBhKHNrP .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bBhKHNrP .row {
  justify-content: center;
}
.cid-u4bBhKHNrP .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bBhKHNrP .card-title,
.cid-u4bBhKHNrP .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bBhKHNrP .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bBhKHNrP .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bBiz9NQX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBiz9NQX img {
  width: 180px;
  margin: auto;
}
.cid-u4bBiz9NQX .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBiz9NQX .card {
    max-width: 16.66%;
  }
}
.cid-u4bBiz9NQX .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBiz9NQX .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bBjcH1OH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBjcH1OH img {
  width: 180px;
  margin: auto;
}
.cid-u4bBjcH1OH .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBjcH1OH .card {
    max-width: 16.66%;
  }
}
.cid-u4bBjcH1OH .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBjcH1OH .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-tXcmKUTRrL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-tXcmKUTRrL .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-tXcmKUTRrL .mbr-text {
  color: #ffffff;
}
.cid-tXcmKUTRrL .row {
  align-items: center;
}
.cid-u3urohcXRG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3urohcXRG .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u3urohcXRG .container {
    padding: 0 ;
  }
}
.cid-u3urohcXRG .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3urohcXRG .navbar.opened {
  transition: all 0.3s;
}
.cid-u3urohcXRG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3urohcXRG .navbar .navbar-logo img {
  width: auto;
}
.cid-u3urohcXRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3urohcXRG .navbar.collapsed {
  justify-content: center;
}
.cid-u3urohcXRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3urohcXRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3urohcXRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3urohcXRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3urohcXRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3urohcXRG .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-u3urohcXRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3urohcXRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3urohcXRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3urohcXRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3urohcXRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3urohcXRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3urohcXRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3urohcXRG .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-u3urohcXRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3urohcXRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3urohcXRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3urohcXRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3urohcXRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3urohcXRG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-u3urohcXRG .navbar.navbar-short {
  min-height: 110px;
}
.cid-u3urohcXRG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3urohcXRG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3urohcXRG .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-u3urohcXRG nav.navbar {
  position: fixed;
}
.cid-u3urohcXRG .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-u3urohcXRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u3urohcXRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3urohcXRG .dropdown-item:hover,
.cid-u3urohcXRG .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-u3urohcXRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3urohcXRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3urohcXRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3urohcXRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3urohcXRG .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3urohcXRG .dropdown-menu,
.cid-u3urohcXRG .navbar.opened {
  background: #ffffff !important;
}
.cid-u3urohcXRG .nav-item:focus,
.cid-u3urohcXRG .nav-link:focus {
  outline: none;
}
.cid-u3urohcXRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3urohcXRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3urohcXRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3urohcXRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3urohcXRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3urohcXRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3urohcXRG .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-u3urohcXRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3urohcXRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3urohcXRG .dropdown-item.active,
.cid-u3urohcXRG .dropdown-item:active {
  background-color: transparent;
}
.cid-u3urohcXRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3urohcXRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3urohcXRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3urohcXRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3urohcXRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3urohcXRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3urohcXRG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3urohcXRG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3urohcXRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3urohcXRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-u3urohcXRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3urohcXRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3urohcXRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3urohcXRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3urohcXRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3urohcXRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3urohcXRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3urohcXRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3urohcXRG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3urohcXRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3urohcXRG .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-u3urohcXRG .navbar {
    height: 70px;
  }
  .cid-u3urohcXRG .navbar.opened {
    height: auto;
  }
  .cid-u3urohcXRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3urohcXRG .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u3urohcXRG .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-u3uroi5xDn {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-u3uroi5xDn .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-u3uroi5xDn .mbr-text,
.cid-u3uroi5xDn .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u3uroi5xDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3uroi5xDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3uroi5xDn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u3uroiI5st {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u3uroiI5st .mbr-section-title {
  color: #ffffff;
}
.cid-u3uroiI5st .mbr-section-subtitle {
  color: #0196e3;
}
.cid-u3uroiI5st .mbr-text {
  color: #0196e3;
}
.cid-u3uroiI5st .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u3uroiI5st .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-u3uroiI5st .text-col {
  align-items: center;
  display: flex;
}
.cid-u3uroiI5st .mbr-section-subtitle,
.cid-u3uroiI5st .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-u3urojaWeF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3urojaWeF .nav-tabs .nav-item.open .nav-link:focus,
.cid-u3urojaWeF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u3urojaWeF .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u3urojaWeF .nav-item {
    margin: 0;
  }
}
.cid-u3urojaWeF .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-u3urojaWeF .nav-tabs .nav-link:not(.active) {
  color: #0196e3;
}
.cid-u3urojaWeF .nav-link,
.cid-u3urojaWeF .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-u3urojaWeF .nav-tabs .nav-link.active {
  background: #cccccc;
  color: #0196e3;
}
.cid-u3urojaWeF H4 {
  text-align: center;
}
.cid-u3urojaWeF H3 {
  text-align: center;
  color: #0196e3;
}
.cid-u3urojaWeF P {
  color: #000000;
}
.cid-u3urojaWeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3urojaWeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bBngO6JS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4bBngO6JS .card-wrapper {
  margin-top: 3rem;
}
.cid-u4bBngO6JS .row {
  justify-content: center;
}
.cid-u4bBngO6JS .card-text {
  text-align: left;
  color: #000000;
}
.cid-u4bBngO6JS .card-title,
.cid-u4bBngO6JS .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-u4bBngO6JS .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-u4bBngO6JS .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-u4bBnTmSf7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBnTmSf7 img {
  width: 180px;
  margin: auto;
}
.cid-u4bBnTmSf7 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBnTmSf7 .card {
    max-width: 16.66%;
  }
}
.cid-u4bBnTmSf7 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBnTmSf7 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bBoxU9Hy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bBoxU9Hy img {
  width: 180px;
  margin: auto;
}
.cid-u4bBoxU9Hy .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bBoxU9Hy .card {
    max-width: 16.66%;
  }
}
.cid-u4bBoxU9Hy .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bBoxU9Hy .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u3urol743Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-u3urol743Q .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-u3urol743Q .mbr-text {
  color: #ffffff;
}
.cid-u3urol743Q .row {
  align-items: center;
}
.cid-u4bRoOilX6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4bRoOilX6 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4bRoOilX6 .container {
    padding: 0 ;
  }
}
.cid-u4bRoOilX6 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u4bRoOilX6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4bRoOilX6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4bRoOilX6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4bRoOilX6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4bRoOilX6 .navbar.collapsed {
  justify-content: center;
}
.cid-u4bRoOilX6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4bRoOilX6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4bRoOilX6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u4bRoOilX6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4bRoOilX6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4bRoOilX6 .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-u4bRoOilX6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4bRoOilX6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4bRoOilX6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4bRoOilX6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4bRoOilX6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4bRoOilX6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4bRoOilX6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4bRoOilX6 .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-u4bRoOilX6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4bRoOilX6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4bRoOilX6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4bRoOilX6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4bRoOilX6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4bRoOilX6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-u4bRoOilX6 .navbar.navbar-short {
  min-height: 110px;
}
.cid-u4bRoOilX6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4bRoOilX6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4bRoOilX6 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-u4bRoOilX6 nav.navbar {
  position: fixed;
}
.cid-u4bRoOilX6 .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-u4bRoOilX6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-u4bRoOilX6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4bRoOilX6 .dropdown-item:hover,
.cid-u4bRoOilX6 .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-u4bRoOilX6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4bRoOilX6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4bRoOilX6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4bRoOilX6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4bRoOilX6 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4bRoOilX6 .dropdown-menu,
.cid-u4bRoOilX6 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4bRoOilX6 .nav-item:focus,
.cid-u4bRoOilX6 .nav-link:focus {
  outline: none;
}
.cid-u4bRoOilX6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4bRoOilX6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4bRoOilX6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4bRoOilX6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4bRoOilX6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4bRoOilX6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4bRoOilX6 .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-u4bRoOilX6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4bRoOilX6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4bRoOilX6 .dropdown-item.active,
.cid-u4bRoOilX6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4bRoOilX6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4bRoOilX6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4bRoOilX6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4bRoOilX6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4bRoOilX6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4bRoOilX6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4bRoOilX6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4bRoOilX6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4bRoOilX6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4bRoOilX6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-u4bRoOilX6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4bRoOilX6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4bRoOilX6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4bRoOilX6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4bRoOilX6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4bRoOilX6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4bRoOilX6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4bRoOilX6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4bRoOilX6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4bRoOilX6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4bRoOilX6 .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-u4bRoOilX6 .navbar {
    height: 70px;
  }
  .cid-u4bRoOilX6 .navbar.opened {
    height: auto;
  }
  .cid-u4bRoOilX6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4bRoOilX6 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u4bRoOilX6 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-u4bRoPmU9J {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-u4bRoPmU9J .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-u4bRoPmU9J .mbr-text,
.cid-u4bRoPmU9J .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u4bRoPmU9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4bRoPmU9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bRoPmU9J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u4bRoQ0CeL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u4bRoQ0CeL .mbr-section-title {
  color: #ffffff;
}
.cid-u4bRoQ0CeL .mbr-section-subtitle {
  color: #0196e3;
}
.cid-u4bRoQ0CeL .mbr-text {
  color: #0196e3;
}
.cid-u4bRoQ0CeL .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u4bRoQ0CeL .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-u4bRoQ0CeL .text-col {
  align-items: center;
  display: flex;
}
.cid-u4bRoQ0CeL .mbr-section-subtitle,
.cid-u4bRoQ0CeL .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-u4bRXn45vQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-u4bRXn45vQ .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-u4bRXn45vQ .card-title {
  max-width: 600px;
  color: #0196e3;
}
.cid-u4bRXn45vQ a {
  display: flex;
}
.cid-u4bRXn45vQ .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-u4bRXn45vQ .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-u4bRXn45vQ .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u4bRXn45vQ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-u4bRXn45vQ img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-u4bRXn45vQ .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4bRXn45vQ .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u4bRXn45vQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-u4bRXn45vQ .card-text {
  color: #000000;
}
.cid-u4bRXn45vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4bRXn45vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4bRoS1EO6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bRoS1EO6 img {
  width: 180px;
  margin: auto;
}
.cid-u4bRoS1EO6 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bRoS1EO6 .card {
    max-width: 16.66%;
  }
}
.cid-u4bRoS1EO6 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bRoS1EO6 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bRoSxoBL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4bRoSxoBL img {
  width: 180px;
  margin: auto;
}
.cid-u4bRoSxoBL .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4bRoSxoBL .card {
    max-width: 16.66%;
  }
}
.cid-u4bRoSxoBL .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u4bRoSxoBL .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-u4bRoT2Ey9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-u4bRoT2Ey9 .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-u4bRoT2Ey9 .mbr-text {
  color: #ffffff;
}
.cid-u4bRoT2Ey9 .row {
  align-items: center;
}
.cid-ufC7hUXHkN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufC7hUXHkN .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ufC7hUXHkN .container {
    padding: 0 ;
  }
}
.cid-ufC7hUXHkN .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ufC7hUXHkN .navbar.opened {
  transition: all 0.3s;
}
.cid-ufC7hUXHkN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufC7hUXHkN .navbar .navbar-logo img {
  width: auto;
}
.cid-ufC7hUXHkN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufC7hUXHkN .navbar.collapsed {
  justify-content: center;
}
.cid-ufC7hUXHkN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufC7hUXHkN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufC7hUXHkN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufC7hUXHkN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufC7hUXHkN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufC7hUXHkN .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-ufC7hUXHkN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufC7hUXHkN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufC7hUXHkN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufC7hUXHkN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufC7hUXHkN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufC7hUXHkN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufC7hUXHkN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufC7hUXHkN .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-ufC7hUXHkN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufC7hUXHkN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufC7hUXHkN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufC7hUXHkN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufC7hUXHkN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufC7hUXHkN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ufC7hUXHkN .navbar.navbar-short {
  min-height: 110px;
}
.cid-ufC7hUXHkN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufC7hUXHkN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufC7hUXHkN .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ufC7hUXHkN nav.navbar {
  position: fixed;
}
.cid-ufC7hUXHkN .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-ufC7hUXHkN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ufC7hUXHkN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufC7hUXHkN .dropdown-item:hover,
.cid-ufC7hUXHkN .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-ufC7hUXHkN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufC7hUXHkN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufC7hUXHkN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufC7hUXHkN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufC7hUXHkN .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufC7hUXHkN .dropdown-menu,
.cid-ufC7hUXHkN .navbar.opened {
  background: #ffffff !important;
}
.cid-ufC7hUXHkN .nav-item:focus,
.cid-ufC7hUXHkN .nav-link:focus {
  outline: none;
}
.cid-ufC7hUXHkN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufC7hUXHkN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufC7hUXHkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufC7hUXHkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufC7hUXHkN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufC7hUXHkN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufC7hUXHkN .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-ufC7hUXHkN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufC7hUXHkN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufC7hUXHkN .dropdown-item.active,
.cid-ufC7hUXHkN .dropdown-item:active {
  background-color: transparent;
}
.cid-ufC7hUXHkN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufC7hUXHkN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufC7hUXHkN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufC7hUXHkN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufC7hUXHkN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufC7hUXHkN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufC7hUXHkN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufC7hUXHkN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufC7hUXHkN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufC7hUXHkN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-ufC7hUXHkN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufC7hUXHkN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC7hUXHkN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufC7hUXHkN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufC7hUXHkN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC7hUXHkN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufC7hUXHkN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufC7hUXHkN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufC7hUXHkN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufC7hUXHkN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufC7hUXHkN .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-ufC7hUXHkN .navbar {
    height: 70px;
  }
  .cid-ufC7hUXHkN .navbar.opened {
    height: auto;
  }
  .cid-ufC7hUXHkN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufC7hUXHkN .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufC7hUXHkN .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ufC85ONhMX {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-ufC85ONhMX .mbr-section-title {
  text-align: center;
  color: #0196e3;
}
.cid-ufC85ONhMX .mbr-text,
.cid-ufC85ONhMX .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-ufC85ONhMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC85ONhMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC85ONhMX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufC7hWXgJu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-ufC7hWXgJu .mbr-section-title {
  color: #ffffff;
}
.cid-ufC7hWXgJu .mbr-section-subtitle {
  color: #0196e3;
}
.cid-ufC7hWXgJu .mbr-text {
  color: #ffffff;
}
.cid-ufC7hWXgJu .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufC7hWXgJu .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-ufC7hWXgJu .text-col {
  align-items: center;
  display: flex;
}
.cid-ufC7hWXgJu .mbr-section-subtitle,
.cid-ufC7hWXgJu .title-col {
  width: 100%;
  color: #0196e3;
  text-align: right;
}
.cid-uizLTBH5Xs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uizLTBH5Xs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uizLTBH5Xs .row {
    flex-direction: column-reverse;
  }
  .cid-uizLTBH5Xs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uizLTBH5Xs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uizLTBH5Xs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uizLTBH5Xs .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uizLTBH5Xs .card-title {
  color: #0196e3;
}
.cid-uizLTBH5Xs .mbr-text,
.cid-uizLTBH5Xs .mbr-section-btn {
  color: #6c758f;
}
.cid-uizLTBH5Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uizLTBH5Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC7hXsm58 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufC7hXsm58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC7hXsm58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC7hXsm58 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ufC7hXsm58 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ufC7hXsm58 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ufC7hXsm58 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ufC7hXsm58 .container {
    padding: 0 16px;
  }
}
.cid-ufC7hXsm58 .row {
  padding: 60px 64px;
  background-color: #f2f3f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufC7hXsm58 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ufC7hXsm58 .row {
    padding: 25px 9px;
  }
}
.cid-ufC7hXsm58 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-ufC7hXsm58 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ufC7hXsm58 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ufC7hXsm58 .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ufC7hXsm58 .box {
    width: 100%;
  }
}
.cid-ufC7hXsm58 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ufC7hXsm58 .box .mbr-media {
    height: 350px;
  }
}
.cid-ufC7hXsm58 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-ufC7hXsm58 .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ufC7hXsm58 .mbr-media {
  position: relative;
}
.cid-ufC7hXsm58 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ufC7hXsm58 a:hover {
  background-image: none !important;
}
.cid-ufC7hXsm58 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #0196e3;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ufC7hXsm58 .icon-wrap:hover,
.cid-ufC7hXsm58 .icon-wrap:focus {
  cursor: pointer;
}
.cid-ufC7hXsm58 .icon-wrap:hover .mbr-iconfont,
.cid-ufC7hXsm58 .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-ufC7hXsm58 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ufC7hXsm58 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ufC7hXsm58 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufC7hXsm58 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ufC7hXsm58 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufC7hXsm58 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufC7hXsm58 .mbr-section-title {
  color: #0196e3;
}
.cid-ufC7hYcywz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ufC7hYcywz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufC7hYcywz .row {
    flex-direction: column-reverse;
  }
  .cid-ufC7hYcywz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ufC7hYcywz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufC7hYcywz .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ufC7hYcywz .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-ufC7hYcywz .card-title {
  color: #0196e3;
}
.cid-ufC7hYcywz .mbr-text,
.cid-ufC7hYcywz .mbr-section-btn {
  color: #6c758f;
}
.cid-ufC7hYcywz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC7hYcywz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC7hYNErY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ufC7hYNErY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufC7hYNErY .row {
    flex-direction: column-reverse;
  }
  .cid-ufC7hYNErY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ufC7hYNErY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufC7hYNErY .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ufC7hYNErY .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-ufC7hYNErY .card-title {
  color: #0196e3;
}
.cid-ufC7hYNErY .mbr-text,
.cid-ufC7hYNErY .mbr-section-btn {
  color: #6c758f;
}
.cid-ufC7hYNErY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufC7hYNErY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufC7iea9zg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-ufC7iea9zg .card-wrapper {
  margin-top: 3rem;
}
.cid-ufC7iea9zg .row {
  justify-content: center;
}
.cid-ufC7iea9zg .card-text {
  text-align: left;
  color: #000000;
}
.cid-ufC7iea9zg .card-title,
.cid-ufC7iea9zg .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-ufC7iea9zg .mbr-section-title {
  color: #0196e3;
  text-align: left;
}
.cid-ufC7iea9zg .mbr-section-subtitle {
  color: #6c758f;
  text-align: left;
}
.cid-ufC7ieWvmU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufC7ieWvmU img {
  width: 180px;
  margin: auto;
}
.cid-ufC7ieWvmU .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ufC7ieWvmU .card {
    max-width: 16.66%;
  }
}
.cid-ufC7ieWvmU .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ufC7ieWvmU .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ufC7ifIcw1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufC7ifIcw1 img {
  width: 180px;
  margin: auto;
}
.cid-ufC7ifIcw1 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ufC7ifIcw1 .card {
    max-width: 16.66%;
  }
}
.cid-ufC7ifIcw1 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ufC7ifIcw1 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ufC7igzVCq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0196e3;
  overflow: hidden;
}
.cid-ufC7igzVCq .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-ufC7igzVCq .mbr-text {
  color: #ffffff;
}
.cid-ufC7igzVCq .row {
  align-items: center;
}
