body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #130947 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #130947 !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #130947;
  border-color: #130947;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #664de8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #130947;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #130947;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #130947;
  border-bottom-color: #130947;
}
.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: #130947 !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: #130947 !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%;
}
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='%23130947' %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;
}
.is-builder .cid-rSbeojjCqg .navbar {
  padding-top: 20px !important;
}
.cid-rSbeojjCqg .navbar {
  padding: 0.5rem 0;
  background: #0087ab;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-rSbeojjCqg .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar-dropdown.bg-color.transparent.opened {
  background: #0087ab;
}
.cid-rSbeojjCqg a {
  font-style: normal;
}
.cid-rSbeojjCqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rSbeojjCqg .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rSbeojjCqg .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rSbeojjCqg .content-text {
  margin-bottom: 0;
}
.cid-rSbeojjCqg .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSbeojjCqg .navbar-nav li:first-child > a {
  color: #130947;
}
.cid-rSbeojjCqg .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #130947;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rSbeojjCqg .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rSbeojjCqg .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-rSbeojjCqg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rSbeojjCqg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rSbeojjCqg .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-rSbeojjCqg .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-link {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-rSbeojjCqg .nav-dropdown .link {
  font-weight: 600;
}
.cid-rSbeojjCqg .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-rSbeojjCqg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rSbeojjCqg .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-rSbeojjCqg .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-rSbeojjCqg .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rSbeojjCqg .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rSbeojjCqg .dropdown-item:before {
    display: none;
  }
  .cid-rSbeojjCqg .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-rSbeojjCqg .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rSbeojjCqg img {
    height: 3.8rem !important;
  }
  .cid-rSbeojjCqg .btn {
    display: flex;
  }
  .cid-rSbeojjCqg button.navbar-toggler {
    display: block;
  }
  .cid-rSbeojjCqg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rSbeojjCqg .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbeojjCqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing,
  .cid-rSbeojjCqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .menu-content-top {
    display: block;
  }
  .cid-rSbeojjCqg .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rSbeojjCqg .menu-bottom {
    display: flex;
  }
  .cid-rSbeojjCqg .navbar {
    display: block;
    padding: 0;
  }
  .cid-rSbeojjCqg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSbeojjCqg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rSbeojjCqg .navbar-toggler {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-rSbeojjCqg .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-rSbeojjCqg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rSbeojjCqg .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu {
  background: #0087ab;
  display: none;
  position: absolute;
  border-top: 3px solid #130947;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSbeojjCqg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rSbeojjCqg .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-rSbeojjCqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler:focus {
  outline: none;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rSbeojjCqg .collapsed .btn {
  display: flex;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rSbeojjCqg .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-rSbeojjCqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rSbeojjCqg .collapsed .dropdown-item:before {
  display: none;
}
.cid-rSbeojjCqg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rSbeojjCqg .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-rSbeojjCqg .nav-link:focus {
  outline: none;
}
.cid-rSbeojjCqg .navbar-toggler {
  position: relative;
}
.cid-rSbeojjCqg .dropdown-item.active,
.cid-rSbeojjCqg .dropdown-item:active {
  background-color: #0087ab;
  color: #ffffff;
}
.cid-rSbeojjCqg .nav-link:hover,
.cid-rSbeojjCqg .dropdown-item:hover {
  color: #130947;
}
.cid-v7wCTX8UJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7wCTX8UJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wCTX8UJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wCTX8UJi .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v7wCTX8UJi .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wCTX8UJi .content-wrapper::before,
.cid-v7wCTX8UJi .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v7wCTX8UJi .content-wrapper::before {
  left: 0;
}
.cid-v7wCTX8UJi .content-wrapper::after {
  right: 0;
}
.cid-v7wCTX8UJi .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v7wCTX8UJi .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v7wCTX8UJi .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wCTX8UJi .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wCTX8UJi .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wCTX8UJi .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v7wCTX8UJi .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7wCTX8UJi .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v7wCTX8UJi .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v7wCTX8UJi .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v7wCTX8UJi .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v7wCTX8UJi .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v7wCTX8UJi .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v7wCTX8UJi .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7wCTX8UJi .mbr-text {
  color: #0a0a0a;
}
.cid-v7vICTeuYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
}
.cid-v7vICTeuYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vICTeuYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vICTeuYM .row {
  flex-direction: row-reverse;
}
.cid-v7vICTeuYM .mbr-text {
  color: #000000;
}
.cid-v7vICTeuYM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7vICTeuYM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7vICTeuYM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7vICTeuYM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7vICTeuYM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7vICTeuYM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7vICTeuYM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7vICTeuYM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7vICTeuYM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #130947;
  background-color: #130947;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7vICTeuYM .mbr-text UL {
  text-align: left;
}
.cid-v7vICTeuYM .mbr-section-subtitle,
.cid-v7vICTeuYM .main-button {
  color: #000000;
}
.cid-v7vICTeuYM .mbr-section-title {
  color: #ffffff;
}
.cid-v7wCsyeayB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wCsyeayB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wCsyeayB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wCsyeayB .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCsyeayB .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wCsyeayB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wCsyeayB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wCsyeayB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCsyeayB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wCsyeayB .mbr-label {
  color: #000000;
}
.cid-v7wCsyeayB .mbr-section-title {
  color: #000000;
}
.cid-v7wCsyeayB .mbr-text {
  color: #000000;
}
.cid-v7wBznG9bD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wBznG9bD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wBznG9bD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wBznG9bD .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wBznG9bD .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wBznG9bD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wBznG9bD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wBznG9bD .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wBznG9bD .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wBznG9bD .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wBznG9bD .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wBznG9bD .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wBznG9bD .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wBznG9bD .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wBznG9bD .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wBznG9bD .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wBznG9bD .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wBznG9bD .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wBznG9bD .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wBznG9bD .icon-title {
  color: #bff747;
}
.cid-v7wBznG9bD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wBznG9bD .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wBznG9bD .content-head {
  max-width: 856px;
}
.cid-v7wBznG9bD .card-title,
.cid-v7wBznG9bD .iconfont-wrapper {
  color: #000000;
}
.cid-v7wBznG9bD .card-text,
.cid-v7wBznG9bD .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wCw3j4v0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wCw3j4v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wCw3j4v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wCw3j4v0 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCw3j4v0 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wCw3j4v0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wCw3j4v0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wCw3j4v0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCw3j4v0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wCw3j4v0 .mbr-label {
  color: #000000;
}
.cid-v7wCw3j4v0 .mbr-section-title {
  color: #000000;
}
.cid-v7wCw3j4v0 .mbr-text {
  color: #000000;
}
.cid-v7vuj4lKrG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7vuj4lKrG .title-text {
  margin-bottom: 70px;
}
.cid-v7vuj4lKrG .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7vuj4lKrG .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7vuj4lKrG .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7vuj4lKrG .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7vuj4lKrG .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .accordion-content {
  flex-basis: 100%;
}
.cid-v7vuj4lKrG .panel-group {
  width: 100%;
}
.cid-v7vuj4lKrG .panel-text,
.cid-v7vuj4lKrG .header-text,
.cid-v7vuj4lKrG .mbr-section-subtitle {
  color: #222222;
}
.cid-v7vuj4lKrG .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7vuj4lKrG .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:before,
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #0087ab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7vuj4lKrG .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7vuj4lKrG .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7vuj4lKrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vuj4lKrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v7wB6T6aAs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wB6T6aAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wB6T6aAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wB6T6aAs .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wB6T6aAs .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wB6T6aAs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wB6T6aAs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wB6T6aAs .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wB6T6aAs .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wB6T6aAs .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wB6T6aAs .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wB6T6aAs .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wB6T6aAs .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wB6T6aAs .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wB6T6aAs .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wB6T6aAs .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wB6T6aAs .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wB6T6aAs .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wB6T6aAs .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wB6T6aAs .icon-title {
  color: #bff747;
}
.cid-v7wB6T6aAs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wB6T6aAs .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wB6T6aAs .content-head {
  max-width: 856px;
}
.cid-v7wB6T6aAs .card-title,
.cid-v7wB6T6aAs .iconfont-wrapper {
  color: #000000;
}
.cid-v7wB6T6aAs .card-text,
.cid-v7wB6T6aAs .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wCx9HoMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wCx9HoMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wCx9HoMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wCx9HoMQ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCx9HoMQ .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wCx9HoMQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wCx9HoMQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wCx9HoMQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCx9HoMQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wCx9HoMQ .mbr-label {
  color: #000000;
}
.cid-v7wCx9HoMQ .mbr-section-title {
  color: #000000;
}
.cid-v7wCx9HoMQ .mbr-text {
  color: #000000;
}
.cid-rSbev8cAt7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSbev8cAt7 .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #130947 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_174059/assets/images/mbr-1371x1920.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-rSbev8cAt7 .row::before {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-rSbev8cAt7 .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbev8cAt7 .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-rSbev8cAt7 .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-rSbev8cAt7 .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-rSbev8cAt7 .stats-item:after {
    display: none;
  }
}
.cid-rSbev8cAt7 .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-rSbev8cAt7 .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-rSbev8cAt7 .heading {
  color: #ffffff;
}
.cid-rSbev8cAt7 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-rSbev8cAt7 .counter {
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.cid-rSbev8cAt7 .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-rSbev8cAt7 .mbr-card-title,
.cid-rSbev8cAt7 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-rSbev8cAt7 .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-rSbev8cAt7 .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-rSbev8cAt7 .stats-item:first-child {
    border-radius: 0;
  }
  .cid-rSbev8cAt7 .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7wCxSlOUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wCxSlOUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wCxSlOUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wCxSlOUM .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCxSlOUM .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wCxSlOUM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wCxSlOUM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wCxSlOUM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wCxSlOUM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wCxSlOUM .mbr-label {
  color: #000000;
}
.cid-v7wCxSlOUM .mbr-section-title {
  color: #000000;
}
.cid-v7wCxSlOUM .mbr-text {
  color: #000000;
}
.cid-v7wDESQcdg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v7wDESQcdg {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 110%);
  }
}
.cid-v7wDESQcdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDESQcdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDESQcdg .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7wDESQcdg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wDESQcdg .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7wDESQcdg .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7wDESQcdg .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7wDESQcdg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7wDESQcdg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7wDESQcdg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7wDESQcdg .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wDESQcdg .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v7wDESQcdg .image-wrapper {
    padding-left: 0;
  }
}
.cid-v7wDESQcdg .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7wDESQcdg .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v7wDESQcdg .image-wrapper img {
    height: 350px;
  }
}
.cid-v7wDESQcdg .mbr-label {
  color: #a6adbf;
}
.cid-v7wDESQcdg .mbr-section-title {
  color: #111111;
}
.cid-v7wDESQcdg .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7wDESQcdg .mbr-text,
.cid-v7wDESQcdg .text-wrapper {
  color: #666666;
}
.cid-v7wDESQcdg .mbr-text,
.cid-v7wDESQcdg .text-wrapper,
.cid-v7wDESQcdg .mbr-section-btn {
  color: #000000;
}
.cid-v7vrmSSITT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
  overflow: hidden;
  position: relative;
}
.cid-v7vrmSSITT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vrmSSITT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vrmSSITT .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7vrmSSITT .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7vrmSSITT .content-wrapper .border_1 {
  top: 0;
}
.cid-v7vrmSSITT .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vrmSSITT .content-wrapper::before,
.cid-v7vrmSSITT .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7vrmSSITT .content-wrapper::before {
  left: 0;
}
.cid-v7vrmSSITT .content-wrapper::after {
  right: 0;
}
.cid-v7vrmSSITT .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7vrmSSITT .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7vrmSSITT .mbr-section-title {
  color: #ffffff;
}
.cid-v7vrmSSITT .mbr-text {
  color: #ffffff;
}
.cid-v7vrmSSITT .mbr-list-title {
  color: #000000;
}
.cid-v7vrmSSITT .list {
  color: #ffffff;
}
.cid-v7vrmSSITT .list,
.cid-v7vrmSSITT .item-wrap {
  color: #ffffff;
}
.cid-v7vrmSSITT .mbr-section-title,
.cid-v7vrmSSITT .mbr-section-btn {
  color: #000000;
}
.cid-v7vrmSSITT .mbr-text,
.cid-v7vrmSSITT .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7wMV0dg9D .navbar {
  padding-top: 20px !important;
}
.cid-v7wMV0dg9D .navbar {
  padding: 0.5rem 0;
  background: #0087ab;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7wMV0dg9D .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7wMV0dg9D .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7wMV0dg9D .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7wMV0dg9D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wMV0dg9D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7wMV0dg9D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7wMV0dg9D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wMV0dg9D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7wMV0dg9D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wMV0dg9D .navbar-dropdown.bg-color.transparent.opened {
  background: #0087ab;
}
.cid-v7wMV0dg9D a {
  font-style: normal;
}
.cid-v7wMV0dg9D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7wMV0dg9D .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7wMV0dg9D .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wMV0dg9D .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7wMV0dg9D .content-text {
  margin-bottom: 0;
}
.cid-v7wMV0dg9D .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7wMV0dg9D .navbar-nav li:first-child > a {
  color: #130947;
}
.cid-v7wMV0dg9D .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7wMV0dg9D .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #130947;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7wMV0dg9D .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7wMV0dg9D .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7wMV0dg9D .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7wMV0dg9D .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7wMV0dg9D .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7wMV0dg9D .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7wMV0dg9D .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7wMV0dg9D .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7wMV0dg9D .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7wMV0dg9D .content-link {
    display: none;
  }
}
.cid-v7wMV0dg9D .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wMV0dg9D .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7wMV0dg9D .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7wMV0dg9D .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7wMV0dg9D .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7wMV0dg9D .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7wMV0dg9D .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wMV0dg9D .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wMV0dg9D .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7wMV0dg9D .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wMV0dg9D .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wMV0dg9D .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7wMV0dg9D .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7wMV0dg9D .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7wMV0dg9D .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7wMV0dg9D .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7wMV0dg9D .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7wMV0dg9D .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7wMV0dg9D .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7wMV0dg9D .dropdown-item:before {
    display: none;
  }
  .cid-v7wMV0dg9D .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7wMV0dg9D .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7wMV0dg9D img {
    height: 3.8rem !important;
  }
  .cid-v7wMV0dg9D .btn {
    display: flex;
  }
  .cid-v7wMV0dg9D button.navbar-toggler {
    display: block;
  }
  .cid-v7wMV0dg9D .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7wMV0dg9D .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7wMV0dg9D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7wMV0dg9D .navbar-collapse.collapsing,
  .cid-v7wMV0dg9D .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7wMV0dg9D .navbar-collapse.collapsing .navbar-nav,
  .cid-v7wMV0dg9D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7wMV0dg9D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7wMV0dg9D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7wMV0dg9D .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7wMV0dg9D .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7wMV0dg9D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7wMV0dg9D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7wMV0dg9D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7wMV0dg9D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7wMV0dg9D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7wMV0dg9D .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7wMV0dg9D .navbar .menu-content-top {
    display: block;
  }
  .cid-v7wMV0dg9D .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7wMV0dg9D .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wMV0dg9D .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wMV0dg9D .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7wMV0dg9D .menu-bottom {
    display: flex;
  }
  .cid-v7wMV0dg9D .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7wMV0dg9D .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7wMV0dg9D .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7wMV0dg9D .navbar-toggler {
    display: none;
  }
}
.cid-v7wMV0dg9D .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7wMV0dg9D .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7wMV0dg9D .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7wMV0dg9D .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7wMV0dg9D .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7wMV0dg9D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7wMV0dg9D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wMV0dg9D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu {
  background: #0087ab;
  display: none;
  position: absolute;
  border-top: 3px solid #130947;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7wMV0dg9D .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wMV0dg9D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7wMV0dg9D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7wMV0dg9D .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7wMV0dg9D .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMV0dg9D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wMV0dg9D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7wMV0dg9D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7wMV0dg9D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7wMV0dg9D .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7wMV0dg9D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMV0dg9D button.navbar-toggler:focus {
  outline: none;
}
.cid-v7wMV0dg9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7wMV0dg9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMV0dg9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wMV0dg9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wMV0dg9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMV0dg9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMV0dg9D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wMV0dg9D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wMV0dg9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMV0dg9D .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wMV0dg9D .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wMV0dg9D .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7wMV0dg9D .collapsed .btn {
  display: flex;
}
.cid-v7wMV0dg9D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7wMV0dg9D .collapsed .navbar-collapse.collapsing,
.cid-v7wMV0dg9D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7wMV0dg9D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7wMV0dg9D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7wMV0dg9D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7wMV0dg9D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7wMV0dg9D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7wMV0dg9D .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7wMV0dg9D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7wMV0dg9D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7wMV0dg9D .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-v7wMV0dg9D .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wMV0dg9D .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wMV0dg9D .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7wMV0dg9D .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wMV0dg9D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7wMV0dg9D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7wMV0dg9D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7wMV0dg9D .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7wMV0dg9D .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7wMV0dg9D .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7wMV0dg9D .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7wMV0dg9D .nav-link:focus {
  outline: none;
}
.cid-v7wMV0dg9D .navbar-toggler {
  position: relative;
}
.cid-v7wMV0dg9D .dropdown-item.active,
.cid-v7wMV0dg9D .dropdown-item:active {
  background-color: #0087ab;
  color: #ffffff;
}
.cid-v7wMV0dg9D .nav-link:hover,
.cid-v7wMV0dg9D .dropdown-item:hover {
  color: #130947;
}
.cid-v7wMV11vC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7wMV11vC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wMV11vC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wMV11vC2 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v7wMV11vC2 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wMV11vC2 .content-wrapper::before,
.cid-v7wMV11vC2 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v7wMV11vC2 .content-wrapper::before {
  left: 0;
}
.cid-v7wMV11vC2 .content-wrapper::after {
  right: 0;
}
.cid-v7wMV11vC2 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v7wMV11vC2 .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v7wMV11vC2 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wMV11vC2 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wMV11vC2 .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wMV11vC2 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v7wMV11vC2 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7wMV11vC2 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v7wMV11vC2 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v7wMV11vC2 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v7wMV11vC2 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v7wMV11vC2 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v7wMV11vC2 .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v7wMV11vC2 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7wMV11vC2 .mbr-text {
  color: #0a0a0a;
}
.cid-v7wMV1FVpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wMV1FVpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wMV1FVpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wMV1FVpp .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wMV1FVpp .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wMV1FVpp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wMV1FVpp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wMV1FVpp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wMV1FVpp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wMV1FVpp .mbr-label {
  color: #000000;
}
.cid-v7wMV1FVpp .mbr-section-title {
  color: #000000;
}
.cid-v7wMV1FVpp .mbr-text {
  color: #000000;
}
.cid-v7wMV26C5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
  overflow: hidden;
  position: relative;
}
.cid-v7wMV26C5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wMV26C5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wMV26C5t .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7wMV26C5t .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7wMV26C5t .content-wrapper .border_1 {
  top: 0;
}
.cid-v7wMV26C5t .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wMV26C5t .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wMV26C5t .content-wrapper::before,
.cid-v7wMV26C5t .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7wMV26C5t .content-wrapper::before {
  left: 0;
}
.cid-v7wMV26C5t .content-wrapper::after {
  right: 0;
}
.cid-v7wMV26C5t .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7wMV26C5t .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7wMV26C5t .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wMV26C5t .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7wMV26C5t .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7wMV26C5t .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7wMV26C5t .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7wMV26C5t .mbr-section-title {
  color: #ffffff;
}
.cid-v7wMV26C5t .mbr-text {
  color: #ffffff;
}
.cid-v7wMV26C5t .mbr-list-title {
  color: #000000;
}
.cid-v7wMV26C5t .list {
  color: #ffffff;
}
.cid-v7wMV26C5t .list,
.cid-v7wMV26C5t .item-wrap {
  color: #ffffff;
}
.cid-v7wMV26C5t .mbr-section-title,
.cid-v7wMV26C5t .mbr-section-btn {
  color: #000000;
}
.cid-v7wMV26C5t .mbr-text,
.cid-v7wMV26C5t .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7wMyaTW6U .navbar {
  padding-top: 20px !important;
}
.cid-v7wMyaTW6U .navbar {
  padding: 0.5rem 0;
  background: #0087ab;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7wMyaTW6U .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7wMyaTW6U .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7wMyaTW6U .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7wMyaTW6U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wMyaTW6U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7wMyaTW6U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7wMyaTW6U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wMyaTW6U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7wMyaTW6U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wMyaTW6U .navbar-dropdown.bg-color.transparent.opened {
  background: #0087ab;
}
.cid-v7wMyaTW6U a {
  font-style: normal;
}
.cid-v7wMyaTW6U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7wMyaTW6U .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7wMyaTW6U .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wMyaTW6U .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7wMyaTW6U .content-text {
  margin-bottom: 0;
}
.cid-v7wMyaTW6U .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7wMyaTW6U .navbar-nav li:first-child > a {
  color: #130947;
}
.cid-v7wMyaTW6U .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7wMyaTW6U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #130947;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7wMyaTW6U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7wMyaTW6U .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7wMyaTW6U .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7wMyaTW6U .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7wMyaTW6U .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7wMyaTW6U .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7wMyaTW6U .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7wMyaTW6U .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7wMyaTW6U .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7wMyaTW6U .content-link {
    display: none;
  }
}
.cid-v7wMyaTW6U .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wMyaTW6U .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7wMyaTW6U .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7wMyaTW6U .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7wMyaTW6U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7wMyaTW6U .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7wMyaTW6U .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wMyaTW6U .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wMyaTW6U .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7wMyaTW6U .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wMyaTW6U .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wMyaTW6U .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7wMyaTW6U .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7wMyaTW6U .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7wMyaTW6U .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7wMyaTW6U .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7wMyaTW6U .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7wMyaTW6U .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7wMyaTW6U .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7wMyaTW6U .dropdown-item:before {
    display: none;
  }
  .cid-v7wMyaTW6U .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7wMyaTW6U .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7wMyaTW6U img {
    height: 3.8rem !important;
  }
  .cid-v7wMyaTW6U .btn {
    display: flex;
  }
  .cid-v7wMyaTW6U button.navbar-toggler {
    display: block;
  }
  .cid-v7wMyaTW6U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7wMyaTW6U .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7wMyaTW6U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7wMyaTW6U .navbar-collapse.collapsing,
  .cid-v7wMyaTW6U .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7wMyaTW6U .navbar-collapse.collapsing .navbar-nav,
  .cid-v7wMyaTW6U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7wMyaTW6U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7wMyaTW6U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7wMyaTW6U .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7wMyaTW6U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7wMyaTW6U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7wMyaTW6U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7wMyaTW6U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7wMyaTW6U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7wMyaTW6U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7wMyaTW6U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7wMyaTW6U .navbar .menu-content-top {
    display: block;
  }
  .cid-v7wMyaTW6U .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7wMyaTW6U .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wMyaTW6U .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wMyaTW6U .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7wMyaTW6U .menu-bottom {
    display: flex;
  }
  .cid-v7wMyaTW6U .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7wMyaTW6U .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7wMyaTW6U .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7wMyaTW6U .navbar-toggler {
    display: none;
  }
}
.cid-v7wMyaTW6U .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7wMyaTW6U .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7wMyaTW6U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7wMyaTW6U .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7wMyaTW6U .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7wMyaTW6U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7wMyaTW6U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wMyaTW6U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu {
  background: #0087ab;
  display: none;
  position: absolute;
  border-top: 3px solid #130947;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7wMyaTW6U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wMyaTW6U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7wMyaTW6U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7wMyaTW6U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7wMyaTW6U .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMyaTW6U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wMyaTW6U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7wMyaTW6U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7wMyaTW6U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7wMyaTW6U .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7wMyaTW6U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMyaTW6U button.navbar-toggler:focus {
  outline: none;
}
.cid-v7wMyaTW6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7wMyaTW6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMyaTW6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wMyaTW6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wMyaTW6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMyaTW6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMyaTW6U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wMyaTW6U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wMyaTW6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wMyaTW6U .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wMyaTW6U .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wMyaTW6U .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7wMyaTW6U .collapsed .btn {
  display: flex;
}
.cid-v7wMyaTW6U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7wMyaTW6U .collapsed .navbar-collapse.collapsing,
.cid-v7wMyaTW6U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7wMyaTW6U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7wMyaTW6U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7wMyaTW6U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7wMyaTW6U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7wMyaTW6U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7wMyaTW6U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7wMyaTW6U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7wMyaTW6U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7wMyaTW6U .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-v7wMyaTW6U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wMyaTW6U .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wMyaTW6U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7wMyaTW6U .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wMyaTW6U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7wMyaTW6U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7wMyaTW6U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7wMyaTW6U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7wMyaTW6U .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7wMyaTW6U .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7wMyaTW6U .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7wMyaTW6U .nav-link:focus {
  outline: none;
}
.cid-v7wMyaTW6U .navbar-toggler {
  position: relative;
}
.cid-v7wMyaTW6U .dropdown-item.active,
.cid-v7wMyaTW6U .dropdown-item:active {
  background-color: #0087ab;
  color: #ffffff;
}
.cid-v7wMyaTW6U .nav-link:hover,
.cid-v7wMyaTW6U .dropdown-item:hover {
  color: #130947;
}
.cid-v7wMybL5xL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7wMybL5xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wMybL5xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wMybL5xL .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v7wMybL5xL .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wMybL5xL .content-wrapper::before,
.cid-v7wMybL5xL .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v7wMybL5xL .content-wrapper::before {
  left: 0;
}
.cid-v7wMybL5xL .content-wrapper::after {
  right: 0;
}
.cid-v7wMybL5xL .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v7wMybL5xL .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v7wMybL5xL .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wMybL5xL .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wMybL5xL .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wMybL5xL .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v7wMybL5xL .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7wMybL5xL .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v7wMybL5xL .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v7wMybL5xL .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v7wMybL5xL .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v7wMybL5xL .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v7wMybL5xL .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v7wMybL5xL .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7wMybL5xL .mbr-text {
  color: #0a0a0a;
}
.cid-v7wMycFPNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wMycFPNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wMycFPNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wMycFPNP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wMycFPNP .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wMycFPNP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wMycFPNP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wMycFPNP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wMycFPNP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wMycFPNP .mbr-label {
  color: #000000;
}
.cid-v7wMycFPNP .mbr-section-title {
  color: #000000;
}
.cid-v7wMycFPNP .mbr-text {
  color: #000000;
}
.cid-v7wMygVw3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
  overflow: hidden;
  position: relative;
}
.cid-v7wMygVw3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wMygVw3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wMygVw3O .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7wMygVw3O .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7wMygVw3O .content-wrapper .border_1 {
  top: 0;
}
.cid-v7wMygVw3O .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wMygVw3O .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wMygVw3O .content-wrapper::before,
.cid-v7wMygVw3O .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7wMygVw3O .content-wrapper::before {
  left: 0;
}
.cid-v7wMygVw3O .content-wrapper::after {
  right: 0;
}
.cid-v7wMygVw3O .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7wMygVw3O .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7wMygVw3O .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wMygVw3O .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7wMygVw3O .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7wMygVw3O .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7wMygVw3O .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7wMygVw3O .mbr-section-title {
  color: #ffffff;
}
.cid-v7wMygVw3O .mbr-text {
  color: #ffffff;
}
.cid-v7wMygVw3O .mbr-list-title {
  color: #000000;
}
.cid-v7wMygVw3O .list {
  color: #ffffff;
}
.cid-v7wMygVw3O .list,
.cid-v7wMygVw3O .item-wrap {
  color: #ffffff;
}
.cid-v7wMygVw3O .mbr-section-title,
.cid-v7wMygVw3O .mbr-section-btn {
  color: #000000;
}
.cid-v7wMygVw3O .mbr-text,
.cid-v7wMygVw3O .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7wLWxcJ7U .navbar {
  padding-top: 20px !important;
}
.cid-v7wLWxcJ7U .navbar {
  padding: 0.5rem 0;
  background: #0087ab;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7wLWxcJ7U .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7wLWxcJ7U .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7wLWxcJ7U .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7wLWxcJ7U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wLWxcJ7U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7wLWxcJ7U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7wLWxcJ7U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wLWxcJ7U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7wLWxcJ7U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wLWxcJ7U .navbar-dropdown.bg-color.transparent.opened {
  background: #0087ab;
}
.cid-v7wLWxcJ7U a {
  font-style: normal;
}
.cid-v7wLWxcJ7U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7wLWxcJ7U .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7wLWxcJ7U .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wLWxcJ7U .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7wLWxcJ7U .content-text {
  margin-bottom: 0;
}
.cid-v7wLWxcJ7U .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7wLWxcJ7U .navbar-nav li:first-child > a {
  color: #130947;
}
.cid-v7wLWxcJ7U .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7wLWxcJ7U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #130947;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7wLWxcJ7U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7wLWxcJ7U .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7wLWxcJ7U .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7wLWxcJ7U .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7wLWxcJ7U .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7wLWxcJ7U .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7wLWxcJ7U .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7wLWxcJ7U .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7wLWxcJ7U .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7wLWxcJ7U .content-link {
    display: none;
  }
}
.cid-v7wLWxcJ7U .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wLWxcJ7U .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7wLWxcJ7U .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7wLWxcJ7U .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7wLWxcJ7U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7wLWxcJ7U .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7wLWxcJ7U .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wLWxcJ7U .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wLWxcJ7U .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7wLWxcJ7U .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wLWxcJ7U .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wLWxcJ7U .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7wLWxcJ7U .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7wLWxcJ7U .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7wLWxcJ7U .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7wLWxcJ7U .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7wLWxcJ7U .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7wLWxcJ7U .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7wLWxcJ7U .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7wLWxcJ7U .dropdown-item:before {
    display: none;
  }
  .cid-v7wLWxcJ7U .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7wLWxcJ7U .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7wLWxcJ7U img {
    height: 3.8rem !important;
  }
  .cid-v7wLWxcJ7U .btn {
    display: flex;
  }
  .cid-v7wLWxcJ7U button.navbar-toggler {
    display: block;
  }
  .cid-v7wLWxcJ7U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7wLWxcJ7U .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7wLWxcJ7U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7wLWxcJ7U .navbar-collapse.collapsing,
  .cid-v7wLWxcJ7U .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7wLWxcJ7U .navbar-collapse.collapsing .navbar-nav,
  .cid-v7wLWxcJ7U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7wLWxcJ7U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7wLWxcJ7U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7wLWxcJ7U .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7wLWxcJ7U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7wLWxcJ7U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7wLWxcJ7U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7wLWxcJ7U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7wLWxcJ7U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7wLWxcJ7U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7wLWxcJ7U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7wLWxcJ7U .navbar .menu-content-top {
    display: block;
  }
  .cid-v7wLWxcJ7U .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7wLWxcJ7U .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wLWxcJ7U .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wLWxcJ7U .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7wLWxcJ7U .menu-bottom {
    display: flex;
  }
  .cid-v7wLWxcJ7U .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7wLWxcJ7U .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7wLWxcJ7U .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7wLWxcJ7U .navbar-toggler {
    display: none;
  }
}
.cid-v7wLWxcJ7U .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7wLWxcJ7U .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7wLWxcJ7U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7wLWxcJ7U .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7wLWxcJ7U .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7wLWxcJ7U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7wLWxcJ7U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wLWxcJ7U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu {
  background: #0087ab;
  display: none;
  position: absolute;
  border-top: 3px solid #130947;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7wLWxcJ7U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wLWxcJ7U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7wLWxcJ7U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7wLWxcJ7U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7wLWxcJ7U .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wLWxcJ7U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wLWxcJ7U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7wLWxcJ7U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7wLWxcJ7U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7wLWxcJ7U .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7wLWxcJ7U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wLWxcJ7U button.navbar-toggler:focus {
  outline: none;
}
.cid-v7wLWxcJ7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7wLWxcJ7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wLWxcJ7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wLWxcJ7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wLWxcJ7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wLWxcJ7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wLWxcJ7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wLWxcJ7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wLWxcJ7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wLWxcJ7U .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wLWxcJ7U .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wLWxcJ7U .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7wLWxcJ7U .collapsed .btn {
  display: flex;
}
.cid-v7wLWxcJ7U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.collapsing,
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7wLWxcJ7U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7wLWxcJ7U .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-v7wLWxcJ7U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wLWxcJ7U .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wLWxcJ7U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7wLWxcJ7U .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wLWxcJ7U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7wLWxcJ7U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7wLWxcJ7U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7wLWxcJ7U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7wLWxcJ7U .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7wLWxcJ7U .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7wLWxcJ7U .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7wLWxcJ7U .nav-link:focus {
  outline: none;
}
.cid-v7wLWxcJ7U .navbar-toggler {
  position: relative;
}
.cid-v7wLWxcJ7U .dropdown-item.active,
.cid-v7wLWxcJ7U .dropdown-item:active {
  background-color: #0087ab;
  color: #ffffff;
}
.cid-v7wLWxcJ7U .nav-link:hover,
.cid-v7wLWxcJ7U .dropdown-item:hover {
  color: #130947;
}
.cid-v7wLWzDtm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7wLWzDtm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWzDtm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWzDtm3 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v7wLWzDtm3 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wLWzDtm3 .content-wrapper::before,
.cid-v7wLWzDtm3 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v7wLWzDtm3 .content-wrapper::before {
  left: 0;
}
.cid-v7wLWzDtm3 .content-wrapper::after {
  right: 0;
}
.cid-v7wLWzDtm3 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v7wLWzDtm3 .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v7wLWzDtm3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wLWzDtm3 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wLWzDtm3 .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wLWzDtm3 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v7wLWzDtm3 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7wLWzDtm3 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v7wLWzDtm3 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v7wLWzDtm3 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v7wLWzDtm3 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v7wLWzDtm3 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v7wLWzDtm3 .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v7wLWzDtm3 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7wLWzDtm3 .mbr-text {
  color: #0a0a0a;
}
.cid-v7wLWARP8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
}
.cid-v7wLWARP8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWARP8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWARP8P .row {
  flex-direction: row-reverse;
}
.cid-v7wLWARP8P .mbr-text {
  color: #000000;
}
.cid-v7wLWARP8P .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7wLWARP8P .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7wLWARP8P .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7wLWARP8P .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7wLWARP8P .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wLWARP8P .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7wLWARP8P .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7wLWARP8P .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7wLWARP8P .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #130947;
  background-color: #130947;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7wLWARP8P .mbr-text UL {
  text-align: left;
}
.cid-v7wLWARP8P .mbr-section-subtitle,
.cid-v7wLWARP8P .main-button {
  color: #000000;
}
.cid-v7wLWARP8P .mbr-section-title {
  color: #ffffff;
}
.cid-v7wLWBWtd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wLWBWtd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWBWtd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWBWtd0 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWBWtd0 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wLWBWtd0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wLWBWtd0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wLWBWtd0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWBWtd0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wLWBWtd0 .mbr-label {
  color: #000000;
}
.cid-v7wLWBWtd0 .mbr-section-title {
  color: #000000;
}
.cid-v7wLWBWtd0 .mbr-text {
  color: #000000;
}
.cid-v7wLWDgVvn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wLWDgVvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWDgVvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWDgVvn .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wLWDgVvn .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wLWDgVvn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wLWDgVvn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wLWDgVvn .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wLWDgVvn .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wLWDgVvn .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wLWDgVvn .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wLWDgVvn .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wLWDgVvn .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wLWDgVvn .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wLWDgVvn .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wLWDgVvn .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wLWDgVvn .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wLWDgVvn .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wLWDgVvn .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wLWDgVvn .icon-title {
  color: #bff747;
}
.cid-v7wLWDgVvn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wLWDgVvn .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wLWDgVvn .content-head {
  max-width: 856px;
}
.cid-v7wLWDgVvn .card-title,
.cid-v7wLWDgVvn .iconfont-wrapper {
  color: #000000;
}
.cid-v7wLWDgVvn .card-text,
.cid-v7wLWDgVvn .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wLWEDgUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wLWEDgUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWEDgUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWEDgUZ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWEDgUZ .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wLWEDgUZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wLWEDgUZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wLWEDgUZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWEDgUZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wLWEDgUZ .mbr-label {
  color: #000000;
}
.cid-v7wLWEDgUZ .mbr-section-title {
  color: #000000;
}
.cid-v7wLWEDgUZ .mbr-text {
  color: #000000;
}
.cid-v7wLWG1M8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7wLWG1M8K .title-text {
  margin-bottom: 70px;
}
.cid-v7wLWG1M8K .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7wLWG1M8K .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7wLWG1M8K .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7wLWG1M8K .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7wLWG1M8K .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7wLWG1M8K .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7wLWG1M8K .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wLWG1M8K .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7wLWG1M8K .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wLWG1M8K .accordion-content {
  flex-basis: 100%;
}
.cid-v7wLWG1M8K .panel-group {
  width: 100%;
}
.cid-v7wLWG1M8K .panel-text,
.cid-v7wLWG1M8K .header-text,
.cid-v7wLWG1M8K .mbr-section-subtitle {
  color: #222222;
}
.cid-v7wLWG1M8K .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7wLWG1M8K .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title .toggle-icon:before,
.cid-v7wLWG1M8K .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #0087ab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wLWG1M8K .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7wLWG1M8K .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wLWG1M8K .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7wLWG1M8K .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7wLWG1M8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWG1M8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWG1M8K .title-text .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v7wLWHZolZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wLWHZolZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWHZolZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWHZolZ .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wLWHZolZ .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wLWHZolZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wLWHZolZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wLWHZolZ .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wLWHZolZ .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wLWHZolZ .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wLWHZolZ .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wLWHZolZ .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wLWHZolZ .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wLWHZolZ .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wLWHZolZ .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wLWHZolZ .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wLWHZolZ .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wLWHZolZ .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wLWHZolZ .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wLWHZolZ .icon-title {
  color: #bff747;
}
.cid-v7wLWHZolZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wLWHZolZ .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wLWHZolZ .content-head {
  max-width: 856px;
}
.cid-v7wLWHZolZ .card-title,
.cid-v7wLWHZolZ .iconfont-wrapper {
  color: #000000;
}
.cid-v7wLWHZolZ .card-text,
.cid-v7wLWHZolZ .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wLWK3eCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wLWK3eCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWK3eCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWK3eCH .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWK3eCH .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wLWK3eCH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wLWK3eCH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wLWK3eCH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWK3eCH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wLWK3eCH .mbr-label {
  color: #000000;
}
.cid-v7wLWK3eCH .mbr-section-title {
  color: #000000;
}
.cid-v7wLWK3eCH .mbr-text {
  color: #000000;
}
.cid-v7wLWLtS7F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7wLWLtS7F .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #130947 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_174059/assets/images/mbr-1371x1920.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-v7wLWLtS7F .row::before {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-v7wLWLtS7F .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wLWLtS7F .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-v7wLWLtS7F .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-v7wLWLtS7F .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-v7wLWLtS7F .stats-item:after {
    display: none;
  }
}
.cid-v7wLWLtS7F .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-v7wLWLtS7F .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-v7wLWLtS7F .heading {
  color: #ffffff;
}
.cid-v7wLWLtS7F .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-v7wLWLtS7F .counter {
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.cid-v7wLWLtS7F .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-v7wLWLtS7F .mbr-card-title,
.cid-v7wLWLtS7F .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-v7wLWLtS7F .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-v7wLWLtS7F .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-v7wLWLtS7F .stats-item:first-child {
    border-radius: 0;
  }
  .cid-v7wLWLtS7F .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7wLWQCk0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wLWQCk0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWQCk0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWQCk0q .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWQCk0q .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wLWQCk0q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wLWQCk0q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wLWQCk0q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wLWQCk0q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wLWQCk0q .mbr-label {
  color: #000000;
}
.cid-v7wLWQCk0q .mbr-section-title {
  color: #000000;
}
.cid-v7wLWQCk0q .mbr-text {
  color: #000000;
}
.cid-v7wLWS0VEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v7wLWS0VEZ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 110%);
  }
}
.cid-v7wLWS0VEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWS0VEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWS0VEZ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7wLWS0VEZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wLWS0VEZ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7wLWS0VEZ .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7wLWS0VEZ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7wLWS0VEZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7wLWS0VEZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7wLWS0VEZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7wLWS0VEZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wLWS0VEZ .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v7wLWS0VEZ .image-wrapper {
    padding-left: 0;
  }
}
.cid-v7wLWS0VEZ .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7wLWS0VEZ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v7wLWS0VEZ .image-wrapper img {
    height: 350px;
  }
}
.cid-v7wLWS0VEZ .mbr-label {
  color: #a6adbf;
}
.cid-v7wLWS0VEZ .mbr-section-title {
  color: #111111;
}
.cid-v7wLWS0VEZ .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7wLWS0VEZ .mbr-text,
.cid-v7wLWS0VEZ .text-wrapper {
  color: #666666;
}
.cid-v7wLWS0VEZ .mbr-text,
.cid-v7wLWS0VEZ .text-wrapper,
.cid-v7wLWS0VEZ .mbr-section-btn {
  color: #000000;
}
.cid-v7wOVUDwFv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7wOVUDwFv .title-text {
  margin-bottom: 70px;
}
.cid-v7wOVUDwFv .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7wOVUDwFv .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7wOVUDwFv .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7wOVUDwFv .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7wOVUDwFv .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7wOVUDwFv .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7wOVUDwFv .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOVUDwFv .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7wOVUDwFv .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOVUDwFv .accordion-content {
  flex-basis: 100%;
}
.cid-v7wOVUDwFv .panel-group {
  width: 100%;
}
.cid-v7wOVUDwFv .panel-text,
.cid-v7wOVUDwFv .header-text,
.cid-v7wOVUDwFv .mbr-section-subtitle {
  color: #222222;
}
.cid-v7wOVUDwFv .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7wOVUDwFv .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title .toggle-icon:before,
.cid-v7wOVUDwFv .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOVUDwFv .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7wOVUDwFv .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOVUDwFv .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7wOVUDwFv .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7wOVUDwFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wOVUDwFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWTiW1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
  overflow: hidden;
  position: relative;
}
.cid-v7wLWTiW1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wLWTiW1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wLWTiW1N .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7wLWTiW1N .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7wLWTiW1N .content-wrapper .border_1 {
  top: 0;
}
.cid-v7wLWTiW1N .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wLWTiW1N .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wLWTiW1N .content-wrapper::before,
.cid-v7wLWTiW1N .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7wLWTiW1N .content-wrapper::before {
  left: 0;
}
.cid-v7wLWTiW1N .content-wrapper::after {
  right: 0;
}
.cid-v7wLWTiW1N .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7wLWTiW1N .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wLWTiW1N .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7wLWTiW1N .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7wLWTiW1N .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7wLWTiW1N .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7wLWTiW1N .mbr-section-title {
  color: #ffffff;
}
.cid-v7wLWTiW1N .mbr-text {
  color: #ffffff;
}
.cid-v7wLWTiW1N .mbr-list-title {
  color: #000000;
}
.cid-v7wLWTiW1N .list {
  color: #ffffff;
}
.cid-v7wLWTiW1N .list,
.cid-v7wLWTiW1N .item-wrap {
  color: #ffffff;
}
.cid-v7wLWTiW1N .mbr-section-title,
.cid-v7wLWTiW1N .mbr-section-btn {
  color: #000000;
}
.cid-v7wLWTiW1N .mbr-text,
.cid-v7wLWTiW1N .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7wGID5SO4 .navbar {
  padding-top: 20px !important;
}
.cid-v7wGID5SO4 .navbar {
  padding: 0.5rem 0;
  background: #0087ab;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7wGID5SO4 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7wGID5SO4 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7wGID5SO4 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7wGID5SO4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wGID5SO4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7wGID5SO4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7wGID5SO4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wGID5SO4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7wGID5SO4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wGID5SO4 .navbar-dropdown.bg-color.transparent.opened {
  background: #0087ab;
}
.cid-v7wGID5SO4 a {
  font-style: normal;
}
.cid-v7wGID5SO4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7wGID5SO4 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7wGID5SO4 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wGID5SO4 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7wGID5SO4 .content-text {
  margin-bottom: 0;
}
.cid-v7wGID5SO4 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7wGID5SO4 .navbar-nav li:first-child > a {
  color: #130947;
}
.cid-v7wGID5SO4 .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7wGID5SO4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #130947;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7wGID5SO4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7wGID5SO4 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7wGID5SO4 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7wGID5SO4 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7wGID5SO4 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7wGID5SO4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7wGID5SO4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7wGID5SO4 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7wGID5SO4 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7wGID5SO4 .content-link {
    display: none;
  }
}
.cid-v7wGID5SO4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wGID5SO4 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7wGID5SO4 .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7wGID5SO4 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7wGID5SO4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7wGID5SO4 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7wGID5SO4 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wGID5SO4 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wGID5SO4 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7wGID5SO4 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wGID5SO4 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wGID5SO4 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7wGID5SO4 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7wGID5SO4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7wGID5SO4 .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7wGID5SO4 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7wGID5SO4 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7wGID5SO4 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7wGID5SO4 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7wGID5SO4 .dropdown-item:before {
    display: none;
  }
  .cid-v7wGID5SO4 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7wGID5SO4 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7wGID5SO4 img {
    height: 3.8rem !important;
  }
  .cid-v7wGID5SO4 .btn {
    display: flex;
  }
  .cid-v7wGID5SO4 button.navbar-toggler {
    display: block;
  }
  .cid-v7wGID5SO4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7wGID5SO4 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7wGID5SO4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7wGID5SO4 .navbar-collapse.collapsing,
  .cid-v7wGID5SO4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7wGID5SO4 .navbar-collapse.collapsing .navbar-nav,
  .cid-v7wGID5SO4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7wGID5SO4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7wGID5SO4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7wGID5SO4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7wGID5SO4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7wGID5SO4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7wGID5SO4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7wGID5SO4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7wGID5SO4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7wGID5SO4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7wGID5SO4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7wGID5SO4 .navbar .menu-content-top {
    display: block;
  }
  .cid-v7wGID5SO4 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7wGID5SO4 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wGID5SO4 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wGID5SO4 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7wGID5SO4 .menu-bottom {
    display: flex;
  }
  .cid-v7wGID5SO4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7wGID5SO4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7wGID5SO4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7wGID5SO4 .navbar-toggler {
    display: none;
  }
}
.cid-v7wGID5SO4 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7wGID5SO4 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7wGID5SO4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7wGID5SO4 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7wGID5SO4 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7wGID5SO4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7wGID5SO4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wGID5SO4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu {
  background: #0087ab;
  display: none;
  position: absolute;
  border-top: 3px solid #130947;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7wGID5SO4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wGID5SO4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7wGID5SO4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7wGID5SO4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7wGID5SO4 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wGID5SO4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wGID5SO4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7wGID5SO4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7wGID5SO4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7wGID5SO4 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7wGID5SO4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wGID5SO4 button.navbar-toggler:focus {
  outline: none;
}
.cid-v7wGID5SO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7wGID5SO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wGID5SO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wGID5SO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wGID5SO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wGID5SO4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wGID5SO4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wGID5SO4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wGID5SO4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wGID5SO4 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wGID5SO4 .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wGID5SO4 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7wGID5SO4 .collapsed .btn {
  display: flex;
}
.cid-v7wGID5SO4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7wGID5SO4 .collapsed .navbar-collapse.collapsing,
.cid-v7wGID5SO4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7wGID5SO4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7wGID5SO4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7wGID5SO4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7wGID5SO4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7wGID5SO4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7wGID5SO4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7wGID5SO4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7wGID5SO4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7wGID5SO4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-v7wGID5SO4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wGID5SO4 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wGID5SO4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7wGID5SO4 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wGID5SO4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7wGID5SO4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7wGID5SO4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7wGID5SO4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7wGID5SO4 .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7wGID5SO4 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7wGID5SO4 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7wGID5SO4 .nav-link:focus {
  outline: none;
}
.cid-v7wGID5SO4 .navbar-toggler {
  position: relative;
}
.cid-v7wGID5SO4 .dropdown-item.active,
.cid-v7wGID5SO4 .dropdown-item:active {
  background-color: #0087ab;
  color: #ffffff;
}
.cid-v7wGID5SO4 .nav-link:hover,
.cid-v7wGID5SO4 .dropdown-item:hover {
  color: #130947;
}
.cid-v7wGIEOGJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7wGIEOGJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIEOGJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIEOGJk .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v7wGIEOGJk .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wGIEOGJk .content-wrapper::before,
.cid-v7wGIEOGJk .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v7wGIEOGJk .content-wrapper::before {
  left: 0;
}
.cid-v7wGIEOGJk .content-wrapper::after {
  right: 0;
}
.cid-v7wGIEOGJk .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v7wGIEOGJk .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v7wGIEOGJk .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wGIEOGJk .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wGIEOGJk .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wGIEOGJk .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v7wGIEOGJk .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7wGIEOGJk .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v7wGIEOGJk .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v7wGIEOGJk .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v7wGIEOGJk .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v7wGIEOGJk .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v7wGIEOGJk .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v7wGIEOGJk .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7wGIEOGJk .mbr-text {
  color: #0a0a0a;
}
.cid-v7wGIFQFJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
}
.cid-v7wGIFQFJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIFQFJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIFQFJ1 .row {
  flex-direction: row-reverse;
}
.cid-v7wGIFQFJ1 .mbr-text {
  color: #000000;
}
.cid-v7wGIFQFJ1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7wGIFQFJ1 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7wGIFQFJ1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7wGIFQFJ1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7wGIFQFJ1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wGIFQFJ1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7wGIFQFJ1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7wGIFQFJ1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7wGIFQFJ1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #130947;
  background-color: #130947;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7wGIFQFJ1 .mbr-text UL {
  text-align: left;
}
.cid-v7wGIFQFJ1 .mbr-section-subtitle,
.cid-v7wGIFQFJ1 .main-button {
  color: #000000;
}
.cid-v7wGIFQFJ1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7wGIGH2B7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wGIGH2B7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIGH2B7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIGH2B7 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGIGH2B7 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wGIGH2B7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wGIGH2B7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wGIGH2B7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGIGH2B7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wGIGH2B7 .mbr-label {
  color: #000000;
}
.cid-v7wGIGH2B7 .mbr-section-title {
  color: #000000;
}
.cid-v7wGIGH2B7 .mbr-text {
  color: #000000;
}
.cid-v7wGIJT07Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wGIJT07Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIJT07Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIJT07Q .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wGIJT07Q .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wGIJT07Q .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wGIJT07Q .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wGIJT07Q .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wGIJT07Q .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wGIJT07Q .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wGIJT07Q .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wGIJT07Q .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wGIJT07Q .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wGIJT07Q .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wGIJT07Q .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wGIJT07Q .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wGIJT07Q .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wGIJT07Q .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wGIJT07Q .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wGIJT07Q .icon-title {
  color: #bff747;
}
.cid-v7wGIJT07Q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wGIJT07Q .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wGIJT07Q .content-head {
  max-width: 856px;
}
.cid-v7wGIJT07Q .card-title,
.cid-v7wGIJT07Q .iconfont-wrapper {
  color: #000000;
}
.cid-v7wGIJT07Q .card-text,
.cid-v7wGIJT07Q .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wGILDQtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wGILDQtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGILDQtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGILDQtS .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGILDQtS .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wGILDQtS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wGILDQtS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wGILDQtS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGILDQtS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wGILDQtS .mbr-label {
  color: #000000;
}
.cid-v7wGILDQtS .mbr-section-title {
  color: #000000;
}
.cid-v7wGILDQtS .mbr-text {
  color: #000000;
}
.cid-v7wGIMuTQ7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7wGIMuTQ7 .title-text {
  margin-bottom: 70px;
}
.cid-v7wGIMuTQ7 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7wGIMuTQ7 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7wGIMuTQ7 .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7wGIMuTQ7 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7wGIMuTQ7 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7wGIMuTQ7 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7wGIMuTQ7 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wGIMuTQ7 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7wGIMuTQ7 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wGIMuTQ7 .accordion-content {
  flex-basis: 100%;
}
.cid-v7wGIMuTQ7 .panel-group {
  width: 100%;
}
.cid-v7wGIMuTQ7 .panel-text,
.cid-v7wGIMuTQ7 .header-text,
.cid-v7wGIMuTQ7 .mbr-section-subtitle {
  color: #222222;
}
.cid-v7wGIMuTQ7 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7wGIMuTQ7 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title .toggle-icon:before,
.cid-v7wGIMuTQ7 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #0087ab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wGIMuTQ7 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7wGIMuTQ7 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wGIMuTQ7 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7wGIMuTQ7 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7wGIMuTQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIMuTQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIMuTQ7 .title-text .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v7wGINU1N2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wGINU1N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGINU1N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGINU1N2 .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wGINU1N2 .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wGINU1N2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wGINU1N2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wGINU1N2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wGINU1N2 .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wGINU1N2 .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wGINU1N2 .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wGINU1N2 .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wGINU1N2 .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wGINU1N2 .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wGINU1N2 .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wGINU1N2 .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wGINU1N2 .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wGINU1N2 .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wGINU1N2 .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wGINU1N2 .icon-title {
  color: #bff747;
}
.cid-v7wGINU1N2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wGINU1N2 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wGINU1N2 .content-head {
  max-width: 856px;
}
.cid-v7wGINU1N2 .card-title,
.cid-v7wGINU1N2 .iconfont-wrapper {
  color: #000000;
}
.cid-v7wGINU1N2 .card-text,
.cid-v7wGINU1N2 .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wGIR6To3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wGIR6To3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIR6To3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIR6To3 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGIR6To3 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wGIR6To3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wGIR6To3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wGIR6To3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGIR6To3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wGIR6To3 .mbr-label {
  color: #000000;
}
.cid-v7wGIR6To3 .mbr-section-title {
  color: #000000;
}
.cid-v7wGIR6To3 .mbr-text {
  color: #000000;
}
.cid-v7wGIUUAAu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7wGIUUAAu .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #130947 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_174059/assets/images/mbr-1371x1920.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-v7wGIUUAAu .row::before {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-v7wGIUUAAu .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wGIUUAAu .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-v7wGIUUAAu .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-v7wGIUUAAu .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-v7wGIUUAAu .stats-item:after {
    display: none;
  }
}
.cid-v7wGIUUAAu .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-v7wGIUUAAu .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-v7wGIUUAAu .heading {
  color: #ffffff;
}
.cid-v7wGIUUAAu .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-v7wGIUUAAu .counter {
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.cid-v7wGIUUAAu .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-v7wGIUUAAu .mbr-card-title,
.cid-v7wGIUUAAu .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-v7wGIUUAAu .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-v7wGIUUAAu .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-v7wGIUUAAu .stats-item:first-child {
    border-radius: 0;
  }
  .cid-v7wGIUUAAu .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7wGIWo97a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wGIWo97a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIWo97a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIWo97a .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGIWo97a .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wGIWo97a .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wGIWo97a .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wGIWo97a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wGIWo97a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wGIWo97a .mbr-label {
  color: #000000;
}
.cid-v7wGIWo97a .mbr-section-title {
  color: #000000;
}
.cid-v7wGIWo97a .mbr-text {
  color: #000000;
}
.cid-v7wGIXFh1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v7wGIXFh1a {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 110%);
  }
}
.cid-v7wGIXFh1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIXFh1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIXFh1a .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7wGIXFh1a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wGIXFh1a .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7wGIXFh1a .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7wGIXFh1a .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7wGIXFh1a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7wGIXFh1a .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7wGIXFh1a .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7wGIXFh1a .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wGIXFh1a .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v7wGIXFh1a .image-wrapper {
    padding-left: 0;
  }
}
.cid-v7wGIXFh1a .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7wGIXFh1a .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v7wGIXFh1a .image-wrapper img {
    height: 350px;
  }
}
.cid-v7wGIXFh1a .mbr-label {
  color: #a6adbf;
}
.cid-v7wGIXFh1a .mbr-section-title {
  color: #111111;
}
.cid-v7wGIXFh1a .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7wGIXFh1a .mbr-text,
.cid-v7wGIXFh1a .text-wrapper {
  color: #666666;
}
.cid-v7wGIXFh1a .mbr-text,
.cid-v7wGIXFh1a .text-wrapper,
.cid-v7wGIXFh1a .mbr-section-btn {
  color: #000000;
}
.cid-v7wOBB2hce {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7wOBB2hce .title-text {
  margin-bottom: 70px;
}
.cid-v7wOBB2hce .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7wOBB2hce .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7wOBB2hce .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7wOBB2hce .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7wOBB2hce .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7wOBB2hce .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7wOBB2hce .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOBB2hce .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7wOBB2hce .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOBB2hce .accordion-content {
  flex-basis: 100%;
}
.cid-v7wOBB2hce .panel-group {
  width: 100%;
}
.cid-v7wOBB2hce .panel-text,
.cid-v7wOBB2hce .header-text,
.cid-v7wOBB2hce .mbr-section-subtitle {
  color: #222222;
}
.cid-v7wOBB2hce .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7wOBB2hce .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7wOBB2hce .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7wOBB2hce .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7wOBB2hce .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7wOBB2hce .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7wOBB2hce .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7wOBB2hce .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7wOBB2hce .card .card-header a.panel-title .toggle-icon:before,
.cid-v7wOBB2hce .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7wOBB2hce .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7wOBB2hce .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7wOBB2hce .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOBB2hce .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7wOBB2hce .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wOBB2hce .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7wOBB2hce .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7wOBB2hce .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wOBB2hce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIYDogY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
  overflow: hidden;
  position: relative;
}
.cid-v7wGIYDogY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wGIYDogY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wGIYDogY .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7wGIYDogY .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7wGIYDogY .content-wrapper .border_1 {
  top: 0;
}
.cid-v7wGIYDogY .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wGIYDogY .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wGIYDogY .content-wrapper::before,
.cid-v7wGIYDogY .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7wGIYDogY .content-wrapper::before {
  left: 0;
}
.cid-v7wGIYDogY .content-wrapper::after {
  right: 0;
}
.cid-v7wGIYDogY .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7wGIYDogY .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7wGIYDogY .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wGIYDogY .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7wGIYDogY .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7wGIYDogY .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7wGIYDogY .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7wGIYDogY .mbr-section-title {
  color: #ffffff;
}
.cid-v7wGIYDogY .mbr-text {
  color: #ffffff;
}
.cid-v7wGIYDogY .mbr-list-title {
  color: #000000;
}
.cid-v7wGIYDogY .list {
  color: #ffffff;
}
.cid-v7wGIYDogY .list,
.cid-v7wGIYDogY .item-wrap {
  color: #ffffff;
}
.cid-v7wGIYDogY .mbr-section-title,
.cid-v7wGIYDogY .mbr-section-btn {
  color: #000000;
}
.cid-v7wGIYDogY .mbr-text,
.cid-v7wGIYDogY .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7wDYyROSH .navbar {
  padding-top: 20px !important;
}
.cid-v7wDYyROSH .navbar {
  padding: 0.5rem 0;
  background: #0087ab;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7wDYyROSH .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7wDYyROSH .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7wDYyROSH .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7wDYyROSH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wDYyROSH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7wDYyROSH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7wDYyROSH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wDYyROSH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7wDYyROSH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wDYyROSH .navbar-dropdown.bg-color.transparent.opened {
  background: #0087ab;
}
.cid-v7wDYyROSH a {
  font-style: normal;
}
.cid-v7wDYyROSH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7wDYyROSH .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7wDYyROSH .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wDYyROSH .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7wDYyROSH .content-text {
  margin-bottom: 0;
}
.cid-v7wDYyROSH .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7wDYyROSH .navbar-nav li:first-child > a {
  color: #130947;
}
.cid-v7wDYyROSH .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7wDYyROSH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #130947;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7wDYyROSH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7wDYyROSH .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7wDYyROSH .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7wDYyROSH .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7wDYyROSH .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7wDYyROSH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7wDYyROSH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7wDYyROSH .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7wDYyROSH .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7wDYyROSH .content-link {
    display: none;
  }
}
.cid-v7wDYyROSH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wDYyROSH .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7wDYyROSH .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7wDYyROSH .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7wDYyROSH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7wDYyROSH .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7wDYyROSH .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wDYyROSH .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wDYyROSH .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7wDYyROSH .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7wDYyROSH .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7wDYyROSH .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7wDYyROSH .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7wDYyROSH .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7wDYyROSH .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7wDYyROSH .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7wDYyROSH .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7wDYyROSH .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7wDYyROSH .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7wDYyROSH .dropdown-item:before {
    display: none;
  }
  .cid-v7wDYyROSH .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7wDYyROSH .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7wDYyROSH img {
    height: 3.8rem !important;
  }
  .cid-v7wDYyROSH .btn {
    display: flex;
  }
  .cid-v7wDYyROSH button.navbar-toggler {
    display: block;
  }
  .cid-v7wDYyROSH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7wDYyROSH .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7wDYyROSH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7wDYyROSH .navbar-collapse.collapsing,
  .cid-v7wDYyROSH .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7wDYyROSH .navbar-collapse.collapsing .navbar-nav,
  .cid-v7wDYyROSH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7wDYyROSH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7wDYyROSH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7wDYyROSH .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7wDYyROSH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7wDYyROSH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7wDYyROSH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7wDYyROSH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7wDYyROSH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7wDYyROSH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7wDYyROSH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7wDYyROSH .navbar .menu-content-top {
    display: block;
  }
  .cid-v7wDYyROSH .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7wDYyROSH .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wDYyROSH .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7wDYyROSH .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7wDYyROSH .menu-bottom {
    display: flex;
  }
  .cid-v7wDYyROSH .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7wDYyROSH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7wDYyROSH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7wDYyROSH .navbar-toggler {
    display: none;
  }
}
.cid-v7wDYyROSH .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7wDYyROSH .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7wDYyROSH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7wDYyROSH .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7wDYyROSH .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7wDYyROSH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7wDYyROSH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wDYyROSH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7wDYyROSH .dropdown .dropdown-menu {
  background: #0087ab;
  display: none;
  position: absolute;
  border-top: 3px solid #130947;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7wDYyROSH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7wDYyROSH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7wDYyROSH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7wDYyROSH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7wDYyROSH .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wDYyROSH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7wDYyROSH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7wDYyROSH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7wDYyROSH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7wDYyROSH .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7wDYyROSH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wDYyROSH button.navbar-toggler:focus {
  outline: none;
}
.cid-v7wDYyROSH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7wDYyROSH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wDYyROSH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wDYyROSH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7wDYyROSH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wDYyROSH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wDYyROSH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wDYyROSH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7wDYyROSH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7wDYyROSH .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wDYyROSH .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7wDYyROSH .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7wDYyROSH .collapsed .btn {
  display: flex;
}
.cid-v7wDYyROSH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7wDYyROSH .collapsed .navbar-collapse.collapsing,
.cid-v7wDYyROSH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7wDYyROSH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7wDYyROSH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7wDYyROSH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7wDYyROSH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7wDYyROSH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7wDYyROSH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7wDYyROSH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7wDYyROSH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7wDYyROSH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-v7wDYyROSH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7wDYyROSH .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7wDYyROSH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7wDYyROSH .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7wDYyROSH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7wDYyROSH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7wDYyROSH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7wDYyROSH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7wDYyROSH .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7wDYyROSH .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7wDYyROSH .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7wDYyROSH .nav-link:focus {
  outline: none;
}
.cid-v7wDYyROSH .navbar-toggler {
  position: relative;
}
.cid-v7wDYyROSH .dropdown-item.active,
.cid-v7wDYyROSH .dropdown-item:active {
  background-color: #0087ab;
  color: #ffffff;
}
.cid-v7wDYyROSH .nav-link:hover,
.cid-v7wDYyROSH .dropdown-item:hover {
  color: #130947;
}
.cid-v7wDYzYLsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7wDYzYLsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYzYLsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYzYLsM .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v7wDYzYLsM .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wDYzYLsM .content-wrapper::before,
.cid-v7wDYzYLsM .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v7wDYzYLsM .content-wrapper::before {
  left: 0;
}
.cid-v7wDYzYLsM .content-wrapper::after {
  right: 0;
}
.cid-v7wDYzYLsM .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v7wDYzYLsM .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v7wDYzYLsM .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wDYzYLsM .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wDYzYLsM .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wDYzYLsM .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v7wDYzYLsM .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v7wDYzYLsM .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v7wDYzYLsM .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v7wDYzYLsM .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v7wDYzYLsM .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v7wDYzYLsM .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v7wDYzYLsM .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v7wDYzYLsM .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7wDYzYLsM .mbr-text {
  color: #0a0a0a;
}
.cid-v7wDYAyHy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
}
.cid-v7wDYAyHy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYAyHy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYAyHy4 .row {
  flex-direction: row-reverse;
}
.cid-v7wDYAyHy4 .mbr-text {
  color: #000000;
}
.cid-v7wDYAyHy4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7wDYAyHy4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7wDYAyHy4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7wDYAyHy4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7wDYAyHy4 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wDYAyHy4 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7wDYAyHy4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7wDYAyHy4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7wDYAyHy4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #130947;
  background-color: #130947;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7wDYAyHy4 .mbr-text UL {
  text-align: left;
}
.cid-v7wDYAyHy4 .mbr-section-subtitle,
.cid-v7wDYAyHy4 .main-button {
  color: #000000;
}
.cid-v7wDYAyHy4 .mbr-section-title {
  color: #ffffff;
}
.cid-v7wDYB6YDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wDYB6YDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYB6YDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYB6YDr .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYB6YDr .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wDYB6YDr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wDYB6YDr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wDYB6YDr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYB6YDr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wDYB6YDr .mbr-label {
  color: #000000;
}
.cid-v7wDYB6YDr .mbr-section-title {
  color: #000000;
}
.cid-v7wDYB6YDr .mbr-text {
  color: #000000;
}
.cid-v7wDYBGXza {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wDYBGXza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYBGXza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYBGXza .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wDYBGXza .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wDYBGXza .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wDYBGXza .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wDYBGXza .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wDYBGXza .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wDYBGXza .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wDYBGXza .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wDYBGXza .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wDYBGXza .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wDYBGXza .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wDYBGXza .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wDYBGXza .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wDYBGXza .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wDYBGXza .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wDYBGXza .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wDYBGXza .icon-title {
  color: #bff747;
}
.cid-v7wDYBGXza .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wDYBGXza .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wDYBGXza .content-head {
  max-width: 856px;
}
.cid-v7wDYBGXza .card-title,
.cid-v7wDYBGXza .iconfont-wrapper {
  color: #000000;
}
.cid-v7wDYBGXza .card-text,
.cid-v7wDYBGXza .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wDYCyLPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wDYCyLPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYCyLPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYCyLPO .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYCyLPO .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wDYCyLPO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wDYCyLPO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wDYCyLPO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYCyLPO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wDYCyLPO .mbr-label {
  color: #000000;
}
.cid-v7wDYCyLPO .mbr-section-title {
  color: #000000;
}
.cid-v7wDYCyLPO .mbr-text {
  color: #000000;
}
.cid-v7wDYD4d1e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7wDYD4d1e .title-text {
  margin-bottom: 70px;
}
.cid-v7wDYD4d1e .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7wDYD4d1e .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7wDYD4d1e .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7wDYD4d1e .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7wDYD4d1e .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7wDYD4d1e .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7wDYD4d1e .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wDYD4d1e .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7wDYD4d1e .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wDYD4d1e .accordion-content {
  flex-basis: 100%;
}
.cid-v7wDYD4d1e .panel-group {
  width: 100%;
}
.cid-v7wDYD4d1e .panel-text,
.cid-v7wDYD4d1e .header-text,
.cid-v7wDYD4d1e .mbr-section-subtitle {
  color: #222222;
}
.cid-v7wDYD4d1e .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7wDYD4d1e .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title .toggle-icon:before,
.cid-v7wDYD4d1e .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #0087ab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wDYD4d1e .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7wDYD4d1e .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wDYD4d1e .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7wDYD4d1e .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7wDYD4d1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYD4d1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYD4d1e .title-text .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v7wDYE0Lbj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-v7wDYE0Lbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYE0Lbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYE0Lbj .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-v7wDYE0Lbj .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-v7wDYE0Lbj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7wDYE0Lbj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7wDYE0Lbj .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7wDYE0Lbj .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-v7wDYE0Lbj .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-v7wDYE0Lbj .card-box .item-footer {
  margin-left: 0;
}
.cid-v7wDYE0Lbj .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-v7wDYE0Lbj .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-v7wDYE0Lbj .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-v7wDYE0Lbj .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-v7wDYE0Lbj .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-v7wDYE0Lbj .item-wrapper:hover {
  background-color: #0087ab;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-v7wDYE0Lbj .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-v7wDYE0Lbj .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-v7wDYE0Lbj .icon-title {
  color: #bff747;
}
.cid-v7wDYE0Lbj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7wDYE0Lbj .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7wDYE0Lbj .content-head {
  max-width: 856px;
}
.cid-v7wDYE0Lbj .card-title,
.cid-v7wDYE0Lbj .iconfont-wrapper {
  color: #000000;
}
.cid-v7wDYE0Lbj .card-text,
.cid-v7wDYE0Lbj .item .mbr-section-btn {
  color: #000000;
}
.cid-v7wDYEKiAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wDYEKiAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYEKiAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYEKiAW .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYEKiAW .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wDYEKiAW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wDYEKiAW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wDYEKiAW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYEKiAW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wDYEKiAW .mbr-label {
  color: #000000;
}
.cid-v7wDYEKiAW .mbr-section-title {
  color: #000000;
}
.cid-v7wDYEKiAW .mbr-text {
  color: #000000;
}
.cid-v7wDYFqAH0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7wDYFqAH0 .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #130947 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_174059/assets/images/mbr-1371x1920.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-v7wDYFqAH0 .row::before {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-v7wDYFqAH0 .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7wDYFqAH0 .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-v7wDYFqAH0 .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-v7wDYFqAH0 .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-v7wDYFqAH0 .stats-item:after {
    display: none;
  }
}
.cid-v7wDYFqAH0 .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-v7wDYFqAH0 .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-v7wDYFqAH0 .heading {
  color: #ffffff;
}
.cid-v7wDYFqAH0 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-v7wDYFqAH0 .counter {
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.cid-v7wDYFqAH0 .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-v7wDYFqAH0 .mbr-card-title,
.cid-v7wDYFqAH0 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-v7wDYFqAH0 .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-v7wDYFqAH0 .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-v7wDYFqAH0 .stats-item:first-child {
    border-radius: 0;
  }
  .cid-v7wDYFqAH0 .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7wDYGhPEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wDYGhPEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYGhPEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYGhPEz .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYGhPEz .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7wDYGhPEz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7wDYGhPEz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7wDYGhPEz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wDYGhPEz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7wDYGhPEz .mbr-label {
  color: #000000;
}
.cid-v7wDYGhPEz .mbr-section-title {
  color: #000000;
}
.cid-v7wDYGhPEz .mbr-text {
  color: #000000;
}
.cid-v7wPskHTPF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wPskHTPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wPskHTPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wPskHTPF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7wPskHTPF .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7wPskHTPF .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7wPskHTPF .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v7wPskHTPF .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7wPskHTPF .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wPskHTPF .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7wPskHTPF .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7wPskHTPF .image-wrapper {
  -webkit-flex: inherit;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7wPskHTPF .mbr-label,
.cid-v7wPskHTPF .label-wrapper {
  color: #000000;
}
.cid-v7wPskHTPF .mbr-section-title {
  color: #000000;
}
.cid-v7wPskHTPF .mbr-text,
.cid-v7wPskHTPF .text-wrapper {
  color: #4f4f4f;
}
.cid-v7wPskHTPF .mbr-section-title,
.cid-v7wPskHTPF .mbr-section-btn {
  text-align: center;
}
.cid-v7wDYGUjU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v7wDYGUjU6 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #5da2b5 0%, #ffffff 110%);
  }
}
.cid-v7wDYGUjU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYGUjU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYGUjU6 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7wDYGUjU6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wDYGUjU6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7wDYGUjU6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7wDYGUjU6 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7wDYGUjU6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7wDYGUjU6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7wDYGUjU6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7wDYGUjU6 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7wDYGUjU6 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v7wDYGUjU6 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v7wDYGUjU6 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7wDYGUjU6 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v7wDYGUjU6 .image-wrapper img {
    height: 350px;
  }
}
.cid-v7wDYGUjU6 .mbr-label {
  color: #a6adbf;
}
.cid-v7wDYGUjU6 .mbr-section-title {
  color: #111111;
}
.cid-v7wDYGUjU6 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7wDYGUjU6 .mbr-text,
.cid-v7wDYGUjU6 .text-wrapper {
  color: #666666;
}
.cid-v7wDYGUjU6 .mbr-text,
.cid-v7wDYGUjU6 .text-wrapper,
.cid-v7wDYGUjU6 .mbr-section-btn {
  color: #000000;
}
.cid-v7wO9yS0m5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7wO9yS0m5 .title-text {
  margin-bottom: 70px;
}
.cid-v7wO9yS0m5 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7wO9yS0m5 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7wO9yS0m5 .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7wO9yS0m5 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7wO9yS0m5 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7wO9yS0m5 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7wO9yS0m5 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wO9yS0m5 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7wO9yS0m5 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wO9yS0m5 .accordion-content {
  flex-basis: 100%;
}
.cid-v7wO9yS0m5 .panel-group {
  width: 100%;
}
.cid-v7wO9yS0m5 .panel-text,
.cid-v7wO9yS0m5 .header-text,
.cid-v7wO9yS0m5 .mbr-section-subtitle {
  color: #222222;
}
.cid-v7wO9yS0m5 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7wO9yS0m5 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title .toggle-icon:before,
.cid-v7wO9yS0m5 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wO9yS0m5 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7wO9yS0m5 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7wO9yS0m5 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7wO9yS0m5 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7wO9yS0m5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wO9yS0m5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7NXklbTy0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7NXklbTy0 .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v7NXklbTy0 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7NXklbTy0 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v7NXklbTy0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v7NXklbTy0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v7NXklbTy0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v7NXklbTy0 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-v7NXklbTy0 .map-placeholder {
  display: none;
}
.cid-v7NXklbTy0 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v7wDYHyRtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0087ab;
  overflow: hidden;
  position: relative;
}
.cid-v7wDYHyRtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wDYHyRtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wDYHyRtx .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7wDYHyRtx .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7wDYHyRtx .content-wrapper .border_1 {
  top: 0;
}
.cid-v7wDYHyRtx .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wDYHyRtx .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7wDYHyRtx .content-wrapper::before,
.cid-v7wDYHyRtx .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7wDYHyRtx .content-wrapper::before {
  left: 0;
}
.cid-v7wDYHyRtx .content-wrapper::after {
  right: 0;
}
.cid-v7wDYHyRtx .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7wDYHyRtx .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7wDYHyRtx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7wDYHyRtx .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7wDYHyRtx .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7wDYHyRtx .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7wDYHyRtx .mbr-section-title {
  color: #ffffff;
}
.cid-v7wDYHyRtx .mbr-text {
  color: #ffffff;
}
.cid-v7wDYHyRtx .mbr-list-title {
  color: #000000;
}
.cid-v7wDYHyRtx .list {
  color: #ffffff;
}
.cid-v7wDYHyRtx .list,
.cid-v7wDYHyRtx .item-wrap {
  color: #ffffff;
}
.cid-v7wDYHyRtx .mbr-section-title,
.cid-v7wDYHyRtx .mbr-section-btn {
  color: #000000;
}
.cid-v7wDYHyRtx .mbr-text,
.cid-v7wDYHyRtx .text-wrapper {
  color: #000000;
  text-align: justify;
}
