body {
  font-family: Be Vietnam Pro;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #07693a !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #07693a !important;
  border-color: #07693a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #02180d !important;
  border-color: #02180d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02180d !important;
  border-color: #02180d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00398d !important;
  border-color: #00398d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #001636 !important;
  border-color: #001636 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001636 !important;
  border-color: #001636 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #07693a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02180d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #07693a !important;
  border-color: #07693a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00398d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001636 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00398d !important;
  border-color: #00398d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #07693a !important;
}
.text-secondary {
  color: #00398d !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010905 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #001027 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #07693a;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #07693a;
  border-color: #07693a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #07693a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0fe17c;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #07693a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #07693a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #07693a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #07693a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #07693a;
  border-bottom-color: #07693a;
}
.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: #07693a !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: #00398d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2307693a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #00398d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  position: relative !important;
}
.cid-sXTK8IMcXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXTK8IMcXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXTK8IMcXk .dropdown-item:hover,
.cid-sXTK8IMcXk .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-sXTK8IMcXk .dropdown-item:hover span {
  color: white;
}
.cid-sXTK8IMcXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXTK8IMcXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXTK8IMcXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXTK8IMcXk .nav-link {
  position: relative;
}
.cid-sXTK8IMcXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXTK8IMcXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown-menu,
.cid-sXTK8IMcXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item:focus,
.cid-sXTK8IMcXk .nav-link:focus {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXTK8IMcXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXTK8IMcXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXTK8IMcXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXTK8IMcXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-sXTK8IMcXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXTK8IMcXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXTK8IMcXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXTK8IMcXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXTK8IMcXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sXTK8IMcXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXTK8IMcXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXTK8IMcXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXTK8IMcXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sXTK8IMcXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXTK8IMcXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXTK8IMcXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXTK8IMcXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXTK8IMcXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXTK8IMcXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXTK8IMcXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXTK8IMcXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXTK8IMcXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXTK8IMcXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXTK8IMcXk .dropdown-item.active,
.cid-sXTK8IMcXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXTK8IMcXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXTK8IMcXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXTK8IMcXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXTK8IMcXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXTK8IMcXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXTK8IMcXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXTK8IMcXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXTK8IMcXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXTK8IMcXk .navbar-dropdown {
  padding: 0;
}
.cid-sXTK8IMcXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXTK8IMcXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXTK8IMcXk .navbar {
    height: 70px;
  }
  .cid-sXTK8IMcXk .navbar.opened {
    height: auto;
  }
  .cid-sXTK8IMcXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK8IMcXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXTK8IMcXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTK8IMcXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXTK8IMcXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-sXTK8IMcXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXTK8IMcXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXTK8IMcXk .tel-menu {
    display: none;
  }
}
.cid-sXTK8IMcXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXTK8IMcXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXTK8IMcXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXTK8IMcXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXTK8IMcXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXTK8IMcXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXTK8IMcXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK8IMcXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqBDB9cL8g {
  background-image: url("../../../assets/images/mainbkg2-1470x1077.png");
  overflow: hidden;
  position: relative;
}
.cid-tqBDB9cL8g .container,
.cid-tqBDB9cL8g .container-fluid {
  position: static;
}
.cid-tqBDB9cL8g .mbr-section-title {
  color: #010d4c;
}
.cid-tqBDB9cL8g .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-tqBDB9cL8g .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-tqBDB9cL8g .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tqBDB9cL8g .mbr-text {
    margin-top: 38px;
  }
}
.cid-tqBDB9cL8g .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqBDB9cL8g .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqBDB9cL8g .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-tqBDB9cL8g .mbr-section-btn .btn-info:hover {
  background-color: #00398d !important;
  color: #ffffff !important;
}
.cid-tqBDB9cL8g .image-wrapper {
  height: 650px;
}
.cid-tqBDB9cL8g .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tqBDB9cL8g .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqBDB9cL8g .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tqBDB9cL8g .image-wrapper:before {
  content: '';
  position: absolute;
  width: 1056px;
  height: 1056px;
  top: -385px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
  z-index: -1;
  box-sizing: border-box;
  right: -305px;
}
@media (max-width: 1399px) {
  .cid-tqBDB9cL8g .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-tqBDB9cL8g .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-tqBDB9cL8g .image-wrapper:before {
    display: none;
  }
}
.cid-tqBDB9cL8g .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tqBDB9cL8g .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-tqBDB9cL8g .col-text {
    width: 50% !important;
  }
}
.cid-tqBDB9cL8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqBDB9cL8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqBDB9cL8g .mbr-text,
.cid-tqBDB9cL8g .mbr-section-btn {
  color: #ffffff;
}
.cid-uTi745Fctz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTi745Fctz .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uTi745Fctz .mbr-section-title {
  color: #00284e;
  text-align: left;
}
.cid-uTi745Fctz .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTi745Fctz .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uTi745Fctz .card {
  margin-bottom: 30px;
}
.cid-uTi745Fctz img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tpOUwsKvfI .navbar-dropdown {
  position: relative !important;
}
.cid-tpOUwsKvfI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOUwsKvfI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpOUwsKvfI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpOUwsKvfI .dropdown-item:hover,
.cid-tpOUwsKvfI .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-tpOUwsKvfI .dropdown-item:hover span {
  color: white;
}
.cid-tpOUwsKvfI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpOUwsKvfI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpOUwsKvfI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpOUwsKvfI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpOUwsKvfI .nav-link {
  position: relative;
}
.cid-tpOUwsKvfI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpOUwsKvfI .container {
    flex-wrap: nowrap;
  }
}
.cid-tpOUwsKvfI .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpOUwsKvfI .dropdown-menu,
.cid-tpOUwsKvfI .navbar.opened {
  background: #ffffff !important;
}
.cid-tpOUwsKvfI .nav-item:focus,
.cid-tpOUwsKvfI .nav-link:focus {
  outline: none;
}
.cid-tpOUwsKvfI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpOUwsKvfI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpOUwsKvfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpOUwsKvfI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOUwsKvfI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpOUwsKvfI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpOUwsKvfI .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tpOUwsKvfI .navbar.opened {
  transition: all 0.3s;
}
.cid-tpOUwsKvfI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpOUwsKvfI .navbar .navbar-logo img {
  width: auto;
}
.cid-tpOUwsKvfI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpOUwsKvfI .navbar.collapsed {
  justify-content: center;
}
.cid-tpOUwsKvfI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpOUwsKvfI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpOUwsKvfI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tpOUwsKvfI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpOUwsKvfI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpOUwsKvfI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpOUwsKvfI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpOUwsKvfI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpOUwsKvfI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpOUwsKvfI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpOUwsKvfI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpOUwsKvfI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpOUwsKvfI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpOUwsKvfI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpOUwsKvfI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpOUwsKvfI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpOUwsKvfI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpOUwsKvfI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpOUwsKvfI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpOUwsKvfI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpOUwsKvfI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpOUwsKvfI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpOUwsKvfI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpOUwsKvfI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpOUwsKvfI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpOUwsKvfI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpOUwsKvfI .dropdown-item.active,
.cid-tpOUwsKvfI .dropdown-item:active {
  background-color: transparent;
}
.cid-tpOUwsKvfI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpOUwsKvfI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpOUwsKvfI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpOUwsKvfI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpOUwsKvfI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpOUwsKvfI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpOUwsKvfI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpOUwsKvfI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpOUwsKvfI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpOUwsKvfI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpOUwsKvfI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOUwsKvfI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOUwsKvfI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpOUwsKvfI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOUwsKvfI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpOUwsKvfI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpOUwsKvfI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOUwsKvfI .navbar-dropdown {
  padding: 0;
}
.cid-tpOUwsKvfI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpOUwsKvfI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpOUwsKvfI .navbar {
    height: 70px;
  }
  .cid-tpOUwsKvfI .navbar.opened {
    height: auto;
  }
  .cid-tpOUwsKvfI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpOUwsKvfI .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tpOUwsKvfI .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tpOUwsKvfI .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpOUwsKvfI .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tpOUwsKvfI .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tpOUwsKvfI .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tpOUwsKvfI .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tpOUwsKvfI .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tpOUwsKvfI .nav-item .nav-link {
  position: relative !important;
}
.cid-tpOUwsKvfI .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tpOUwsKvfI .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-tpOUwsKvfI .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tpOUwsKvfI .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tpOUwsKvfI .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tpOUwsKvfI .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tpOUwsKvfI .tel-menu {
    display: none;
  }
}
.cid-tpOUwsKvfI .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tpOUwsKvfI .mbr-text {
    text-align: center !important;
  }
}
.cid-tpOUwsKvfI .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tpOUwsKvfI .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpOUwsKvfI .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tpOUwsKvfI .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tpOUwsKvfI .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tpOUwsKvfI .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tpOUwsKvfI .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqEBRMR5NQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tqEBRMR5NQ .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tqEBRMR5NQ .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tqEBRMR5NQ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqEBRMR5NQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqEBRMR5NQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEBRMR5NQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEBRMR5NQ .mbr-section-title,
.cid-tqEBRMR5NQ .mbr-section-btn {
  color: #004ab8;
  text-align: center;
}
.cid-tpOUwwxUzJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tpOUwwxUzJ .container,
.cid-tpOUwwxUzJ .container-fluid {
  position: static;
}
.cid-tpOUwwxUzJ .mbr-section-title {
  color: #010d4c;
}
.cid-tpOUwwxUzJ .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-tpOUwwxUzJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-tpOUwwxUzJ .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tpOUwwxUzJ .mbr-text {
    margin-top: 38px;
  }
}
.cid-tpOUwwxUzJ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tpOUwwxUzJ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tpOUwwxUzJ .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-tpOUwwxUzJ .mbr-section-btn .btn-info:hover {
  background-color: #00398d !important;
  color: #ffffff !important;
}
.cid-tpOUwwxUzJ .image-wrapper {
  height: 650px;
}
.cid-tpOUwwxUzJ .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tpOUwwxUzJ .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tpOUwwxUzJ .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tpOUwwxUzJ .image-wrapper:before {
  content: '';
  position: absolute;
  width: 1056px;
  height: 1056px;
  top: -385px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
  z-index: -1;
  box-sizing: border-box;
  right: -305px;
}
@media (max-width: 1399px) {
  .cid-tpOUwwxUzJ .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-tpOUwwxUzJ .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-tpOUwwxUzJ .image-wrapper:before {
    display: none;
  }
}
.cid-tpOUwwxUzJ .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tpOUwwxUzJ .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-tpOUwwxUzJ .col-text {
    width: 50% !important;
  }
}
.cid-tpOUwwxUzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOUwwxUzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tpOUMeug5F .navbar-dropdown {
  position: relative !important;
}
.cid-tpOUMeug5F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOUMeug5F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpOUMeug5F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpOUMeug5F .dropdown-item:hover,
.cid-tpOUMeug5F .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-tpOUMeug5F .dropdown-item:hover span {
  color: white;
}
.cid-tpOUMeug5F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpOUMeug5F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpOUMeug5F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpOUMeug5F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpOUMeug5F .nav-link {
  position: relative;
}
.cid-tpOUMeug5F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpOUMeug5F .container {
    flex-wrap: nowrap;
  }
}
.cid-tpOUMeug5F .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpOUMeug5F .dropdown-menu,
.cid-tpOUMeug5F .navbar.opened {
  background: #ffffff !important;
}
.cid-tpOUMeug5F .nav-item:focus,
.cid-tpOUMeug5F .nav-link:focus {
  outline: none;
}
.cid-tpOUMeug5F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpOUMeug5F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpOUMeug5F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpOUMeug5F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOUMeug5F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpOUMeug5F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpOUMeug5F .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tpOUMeug5F .navbar.opened {
  transition: all 0.3s;
}
.cid-tpOUMeug5F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpOUMeug5F .navbar .navbar-logo img {
  width: auto;
}
.cid-tpOUMeug5F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpOUMeug5F .navbar.collapsed {
  justify-content: center;
}
.cid-tpOUMeug5F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpOUMeug5F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpOUMeug5F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tpOUMeug5F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpOUMeug5F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpOUMeug5F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpOUMeug5F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpOUMeug5F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpOUMeug5F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpOUMeug5F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpOUMeug5F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpOUMeug5F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpOUMeug5F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpOUMeug5F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpOUMeug5F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpOUMeug5F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpOUMeug5F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpOUMeug5F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpOUMeug5F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpOUMeug5F .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpOUMeug5F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpOUMeug5F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpOUMeug5F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpOUMeug5F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpOUMeug5F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpOUMeug5F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpOUMeug5F .dropdown-item.active,
.cid-tpOUMeug5F .dropdown-item:active {
  background-color: transparent;
}
.cid-tpOUMeug5F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpOUMeug5F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpOUMeug5F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpOUMeug5F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpOUMeug5F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpOUMeug5F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpOUMeug5F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpOUMeug5F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpOUMeug5F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpOUMeug5F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpOUMeug5F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOUMeug5F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOUMeug5F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpOUMeug5F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOUMeug5F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpOUMeug5F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpOUMeug5F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOUMeug5F .navbar-dropdown {
  padding: 0;
}
.cid-tpOUMeug5F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpOUMeug5F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpOUMeug5F .navbar {
    height: 70px;
  }
  .cid-tpOUMeug5F .navbar.opened {
    height: auto;
  }
  .cid-tpOUMeug5F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpOUMeug5F .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tpOUMeug5F .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tpOUMeug5F .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpOUMeug5F .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tpOUMeug5F .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tpOUMeug5F .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tpOUMeug5F .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tpOUMeug5F .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tpOUMeug5F .nav-item .nav-link {
  position: relative !important;
}
.cid-tpOUMeug5F .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tpOUMeug5F .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-tpOUMeug5F .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tpOUMeug5F .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tpOUMeug5F .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tpOUMeug5F .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tpOUMeug5F .tel-menu {
    display: none;
  }
}
.cid-tpOUMeug5F .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tpOUMeug5F .mbr-text {
    text-align: center !important;
  }
}
.cid-tpOUMeug5F .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tpOUMeug5F .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpOUMeug5F .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tpOUMeug5F .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tpOUMeug5F .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tpOUMeug5F .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tpOUMeug5F .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqECcsnLLj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tqECcsnLLj .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tqECcsnLLj .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tqECcsnLLj .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqECcsnLLj .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqECcsnLLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqECcsnLLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqECcsnLLj .mbr-section-title,
.cid-tqECcsnLLj .mbr-section-btn {
  color: #004ab8;
}
.cid-tpTUnKKMA4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0f4f3;
}
.cid-tpTUnKKMA4 .row {
  justify-content: flex-start;
}
.cid-tpTUnKKMA4 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-tpTUnKKMA4 .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tpTUnKKMA4 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tpTUnKKMA4 .mbr-section-title {
  color: #45494E;
}
.cid-tpTUnKKMA4 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tpTUnKKMA4 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tpTUnKKMA4 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tpTUnKKMA4 .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #e0f4f3;
  border-left: 1px solid #000000;
}
.cid-tpTUnKKMA4 .mbr-text {
  color: #45494E;
}
.cid-tpTUnKKMA4 .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tpTUnKKMA4 .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-tpTUnKKMA4 .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-tpTUnKKMA4 .name-text {
  color: #45494E;
}
.cid-tpTUnKKMA4 .date-text {
  color: #5c6064;
}
.cid-tpOUMfHxZv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0f4f3;
}
@media (min-width: 1400px) {
  .cid-tpOUMfHxZv .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tpOUMfHxZv .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tpOUMfHxZv .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tpOUMfHxZv .row {
  display: flex;
  align-items: stretch;
}
.cid-tpOUMfHxZv .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tpOUMfHxZv .label-text {
  width: 100%;
  color: #a1a0a0;
  margin-bottom: 20px;
}
.cid-tpOUMfHxZv .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tpOUMfHxZv .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tpOUMfHxZv .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tpOUMfHxZv .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tpOUMfHxZv .item:focus,
.cid-tpOUMfHxZv span:focus {
  outline: none;
}
.cid-tpOUMfHxZv .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tpOUMfHxZv .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tpOUMfHxZv .item-wrapper .item-content a:hover {
  color: #07693a !important;
}
.cid-tpOUMfHxZv .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tpOUMfHxZv .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tpOUMfHxZv .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tpOUMfHxZv .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tpOUMfHxZv .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tpOUMfHxZv .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tpOUMfHxZv .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tpOUMfHxZv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tpOUMfHxZv .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #07693a;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tpOUMfHxZv .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tpOUMfHxZv .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tpOUMfHxZv .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tpOUMfHxZv .mbr-section-btn {
  margin-top: 20px;
}
.cid-tpOUMfHxZv .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-tpOUMfHxZv .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tpOUMfHxZv .mbr-text,
.cid-tpOUMfHxZv .mbr-section-btn {
  text-align: center;
}
.cid-tpOUMgcUoy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ddf0ef;
}
@media (min-width: 1400px) {
  .cid-tpOUMgcUoy .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tpOUMgcUoy .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tpOUMgcUoy .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tpOUMgcUoy .row {
  display: flex;
  align-items: stretch;
}
.cid-tpOUMgcUoy .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tpOUMgcUoy .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tpOUMgcUoy .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tpOUMgcUoy .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tpOUMgcUoy .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tpOUMgcUoy .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tpOUMgcUoy .item:focus,
.cid-tpOUMgcUoy span:focus {
  outline: none;
}
.cid-tpOUMgcUoy .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tpOUMgcUoy .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tpOUMgcUoy .item-wrapper .item-content a:hover {
  color: #07693a !important;
}
.cid-tpOUMgcUoy .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tpOUMgcUoy .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tpOUMgcUoy .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tpOUMgcUoy .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tpOUMgcUoy .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tpOUMgcUoy .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tpOUMgcUoy .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tpOUMgcUoy .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tpOUMgcUoy .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tpOUMgcUoy .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tpOUMgcUoy .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tpOUMgcUoy .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #07693a;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tpOUMgcUoy .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tpOUMgcUoy .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tpOUMgcUoy .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tpOUMgcUoy .mbr-section-btn {
  margin-top: 20px;
}
.cid-tpOUMgcUoy .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-tpOUMgcUoy .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tpOUMgcUoy .mbr-text,
.cid-tpOUMgcUoy .mbr-section-btn {
  text-align: center;
}
.cid-tpOUMgHGO1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e0f4f3;
}
@media (min-width: 1400px) {
  .cid-tpOUMgHGO1 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tpOUMgHGO1 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tpOUMgHGO1 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tpOUMgHGO1 .row {
  display: flex;
  align-items: stretch;
}
.cid-tpOUMgHGO1 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tpOUMgHGO1 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tpOUMgHGO1 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tpOUMgHGO1 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tpOUMgHGO1 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tpOUMgHGO1 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tpOUMgHGO1 .item:focus,
.cid-tpOUMgHGO1 span:focus {
  outline: none;
}
.cid-tpOUMgHGO1 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tpOUMgHGO1 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tpOUMgHGO1 .item-wrapper .item-content a:hover {
  color: #07693a !important;
}
.cid-tpOUMgHGO1 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tpOUMgHGO1 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tpOUMgHGO1 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tpOUMgHGO1 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tpOUMgHGO1 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tpOUMgHGO1 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tpOUMgHGO1 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tpOUMgHGO1 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tpOUMgHGO1 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tpOUMgHGO1 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tpOUMgHGO1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tpOUMgHGO1 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #07693a;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tpOUMgHGO1 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tpOUMgHGO1 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tpOUMgHGO1 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tpOUMgHGO1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tpOUMgHGO1 .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-tpOUMgHGO1 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tpOUMgHGO1 .mbr-text,
.cid-tpOUMgHGO1 .mbr-section-btn {
  text-align: center;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tpOV62Kbgu .navbar-dropdown {
  position: relative !important;
}
.cid-tpOV62Kbgu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOV62Kbgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpOV62Kbgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpOV62Kbgu .dropdown-item:hover,
.cid-tpOV62Kbgu .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-tpOV62Kbgu .dropdown-item:hover span {
  color: white;
}
.cid-tpOV62Kbgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpOV62Kbgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpOV62Kbgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpOV62Kbgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpOV62Kbgu .nav-link {
  position: relative;
}
.cid-tpOV62Kbgu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpOV62Kbgu .container {
    flex-wrap: nowrap;
  }
}
.cid-tpOV62Kbgu .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpOV62Kbgu .dropdown-menu,
.cid-tpOV62Kbgu .navbar.opened {
  background: #ffffff !important;
}
.cid-tpOV62Kbgu .nav-item:focus,
.cid-tpOV62Kbgu .nav-link:focus {
  outline: none;
}
.cid-tpOV62Kbgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpOV62Kbgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpOV62Kbgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpOV62Kbgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOV62Kbgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpOV62Kbgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpOV62Kbgu .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tpOV62Kbgu .navbar.opened {
  transition: all 0.3s;
}
.cid-tpOV62Kbgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpOV62Kbgu .navbar .navbar-logo img {
  width: auto;
}
.cid-tpOV62Kbgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpOV62Kbgu .navbar.collapsed {
  justify-content: center;
}
.cid-tpOV62Kbgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpOV62Kbgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpOV62Kbgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tpOV62Kbgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpOV62Kbgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpOV62Kbgu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpOV62Kbgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpOV62Kbgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpOV62Kbgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpOV62Kbgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpOV62Kbgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpOV62Kbgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpOV62Kbgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpOV62Kbgu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpOV62Kbgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpOV62Kbgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpOV62Kbgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpOV62Kbgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpOV62Kbgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpOV62Kbgu .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpOV62Kbgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpOV62Kbgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpOV62Kbgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpOV62Kbgu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpOV62Kbgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpOV62Kbgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpOV62Kbgu .dropdown-item.active,
.cid-tpOV62Kbgu .dropdown-item:active {
  background-color: transparent;
}
.cid-tpOV62Kbgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpOV62Kbgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpOV62Kbgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpOV62Kbgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpOV62Kbgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpOV62Kbgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpOV62Kbgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpOV62Kbgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpOV62Kbgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpOV62Kbgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpOV62Kbgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOV62Kbgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOV62Kbgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpOV62Kbgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOV62Kbgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpOV62Kbgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpOV62Kbgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOV62Kbgu .navbar-dropdown {
  padding: 0;
}
.cid-tpOV62Kbgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpOV62Kbgu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpOV62Kbgu .navbar {
    height: 70px;
  }
  .cid-tpOV62Kbgu .navbar.opened {
    height: auto;
  }
  .cid-tpOV62Kbgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpOV62Kbgu .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tpOV62Kbgu .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tpOV62Kbgu .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpOV62Kbgu .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tpOV62Kbgu .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tpOV62Kbgu .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tpOV62Kbgu .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tpOV62Kbgu .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tpOV62Kbgu .nav-item .nav-link {
  position: relative !important;
}
.cid-tpOV62Kbgu .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tpOV62Kbgu .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-tpOV62Kbgu .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tpOV62Kbgu .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tpOV62Kbgu .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tpOV62Kbgu .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tpOV62Kbgu .tel-menu {
    display: none;
  }
}
.cid-tpOV62Kbgu .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tpOV62Kbgu .mbr-text {
    text-align: center !important;
  }
}
.cid-tpOV62Kbgu .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tpOV62Kbgu .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpOV62Kbgu .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tpOV62Kbgu .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tpOV62Kbgu .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tpOV62Kbgu .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tpOV62Kbgu .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqECSisWfD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tqECSisWfD .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tqECSisWfD .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tqECSisWfD .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqECSisWfD .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqECSisWfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqECSisWfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqECSisWfD .mbr-section-title,
.cid-tqECSisWfD .mbr-section-btn {
  color: #004ab8;
}
.cid-tpOV67rgck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tpOV67rgck .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tpOV67rgck .head-row {
  align-items: center;
  margin-bottom: 20px;
}
.cid-tpOV67rgck .mbr-section-head {
  flex-grow: 1;
}
.cid-tpOV67rgck .col-btn {
  flex-grow: 1;
}
.cid-tpOV67rgck .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tpOV67rgck .label-text {
    text-align: center !important;
  }
}
.cid-tpOV67rgck .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .cid-tpOV67rgck .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tpOV67rgck .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .cid-tpOV67rgck .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tpOV67rgck .mbr-section-btn {
  text-align: right;
}
@media (max-width: 575px) {
  .cid-tpOV67rgck .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tpOV67rgck .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 26px;
}
.cid-tpOV67rgck .mbr-section-btn .btn-primary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tpOV67rgck .mbr-section-btn .btn-secondary:hover {
  background-color: #ff7a41 !important;
  color: #ffffff !important;
}
.cid-tpOV67rgck .item:focus,
.cid-tpOV67rgck span:focus {
  outline: none;
}
.cid-tpOV67rgck .item {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tpOV67rgck .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tpOV67rgck .item-wrapper .item-content a:hover {
  color: #07693a !important;
}
.cid-tpOV67rgck .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tpOV67rgck .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 340px;
}
@media (max-width: 1399px) {
  .cid-tpOV67rgck .item-img {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .cid-tpOV67rgck .item-img {
    height: 508px;
  }
}
@media (max-width: 991px) {
  .cid-tpOV67rgck .item-img {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .cid-tpOV67rgck .item-img {
    height: 267px;
  }
}
@media (max-width: 575px) {
  .cid-tpOV67rgck .item-img {
    height: 100%;
    max-height: 582px;
  }
}
.cid-tpOV67rgck .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tpOV67rgck .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 5px 20px;
}
.cid-tpOV67rgck .item-title {
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tpOV67rgck .mbr-text {
  color: #010d4c;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}
.cid-tpOV67S18z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mainbkg2-1470x1077.png");
}
.cid-tpOV67S18z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOV67S18z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOV67S18z .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tpOV67S18z .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tpOV67S18z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpOV67S18z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpOV67S18z img {
  border-radius: 2rem;
}
.cid-tpOV67S18z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tpOV67S18z .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tpOV67S18z .mbr-text,
.cid-tpOV67S18z .mbr-section-btn {
  color: #02274a;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tpOV68ivW6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mainbkg2-1470x1077.png");
}
.cid-tpOV68ivW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOV68ivW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOV68ivW6 .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tpOV68ivW6 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tpOV68ivW6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpOV68ivW6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpOV68ivW6 img {
  border-radius: 2rem;
}
.cid-tpOV68ivW6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tpOV68ivW6 .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tpOV68ivW6 .mbr-text,
.cid-tpOV68ivW6 .mbr-section-btn {
  color: #02274a;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tpOV68JG79 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mainbkg2-1470x1077.png");
}
.cid-tpOV68JG79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOV68JG79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOV68JG79 .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tpOV68JG79 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tpOV68JG79 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpOV68JG79 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpOV68JG79 img {
  border-radius: 2rem;
}
.cid-tpOV68JG79 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tpOV68JG79 .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tpOV68JG79 .mbr-text,
.cid-tpOV68JG79 .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tpOV698b9Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mainbkg2-1470x1077.png");
}
.cid-tpOV698b9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOV698b9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOV698b9Z .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tpOV698b9Z .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tpOV698b9Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpOV698b9Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpOV698b9Z img {
  border-radius: 2rem;
}
.cid-tpOV698b9Z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tpOV698b9Z .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tpOV698b9Z .mbr-text,
.cid-tpOV698b9Z .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tpOVzUMehd .navbar-dropdown {
  position: relative !important;
}
.cid-tpOVzUMehd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOVzUMehd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpOVzUMehd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpOVzUMehd .dropdown-item:hover,
.cid-tpOVzUMehd .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-tpOVzUMehd .dropdown-item:hover span {
  color: white;
}
.cid-tpOVzUMehd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpOVzUMehd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpOVzUMehd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpOVzUMehd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpOVzUMehd .nav-link {
  position: relative;
}
.cid-tpOVzUMehd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpOVzUMehd .container {
    flex-wrap: nowrap;
  }
}
.cid-tpOVzUMehd .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpOVzUMehd .dropdown-menu,
.cid-tpOVzUMehd .navbar.opened {
  background: #ffffff !important;
}
.cid-tpOVzUMehd .nav-item:focus,
.cid-tpOVzUMehd .nav-link:focus {
  outline: none;
}
.cid-tpOVzUMehd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpOVzUMehd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpOVzUMehd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpOVzUMehd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOVzUMehd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpOVzUMehd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpOVzUMehd .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tpOVzUMehd .navbar.opened {
  transition: all 0.3s;
}
.cid-tpOVzUMehd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpOVzUMehd .navbar .navbar-logo img {
  width: auto;
}
.cid-tpOVzUMehd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpOVzUMehd .navbar.collapsed {
  justify-content: center;
}
.cid-tpOVzUMehd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpOVzUMehd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpOVzUMehd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tpOVzUMehd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpOVzUMehd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpOVzUMehd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpOVzUMehd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpOVzUMehd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpOVzUMehd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpOVzUMehd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpOVzUMehd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpOVzUMehd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpOVzUMehd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpOVzUMehd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpOVzUMehd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpOVzUMehd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpOVzUMehd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpOVzUMehd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpOVzUMehd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpOVzUMehd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpOVzUMehd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpOVzUMehd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpOVzUMehd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpOVzUMehd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpOVzUMehd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpOVzUMehd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpOVzUMehd .dropdown-item.active,
.cid-tpOVzUMehd .dropdown-item:active {
  background-color: transparent;
}
.cid-tpOVzUMehd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpOVzUMehd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpOVzUMehd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpOVzUMehd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpOVzUMehd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpOVzUMehd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpOVzUMehd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpOVzUMehd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpOVzUMehd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpOVzUMehd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpOVzUMehd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOVzUMehd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOVzUMehd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpOVzUMehd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOVzUMehd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpOVzUMehd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpOVzUMehd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOVzUMehd .navbar-dropdown {
  padding: 0;
}
.cid-tpOVzUMehd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpOVzUMehd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpOVzUMehd .navbar {
    height: 70px;
  }
  .cid-tpOVzUMehd .navbar.opened {
    height: auto;
  }
  .cid-tpOVzUMehd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpOVzUMehd .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tpOVzUMehd .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tpOVzUMehd .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpOVzUMehd .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tpOVzUMehd .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tpOVzUMehd .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tpOVzUMehd .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tpOVzUMehd .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tpOVzUMehd .nav-item .nav-link {
  position: relative !important;
}
.cid-tpOVzUMehd .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tpOVzUMehd .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-tpOVzUMehd .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tpOVzUMehd .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tpOVzUMehd .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tpOVzUMehd .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tpOVzUMehd .tel-menu {
    display: none;
  }
}
.cid-tpOVzUMehd .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tpOVzUMehd .mbr-text {
    text-align: center !important;
  }
}
.cid-tpOVzUMehd .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tpOVzUMehd .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpOVzUMehd .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tpOVzUMehd .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tpOVzUMehd .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tpOVzUMehd .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tpOVzUMehd .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqEDIe5xDr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tqEDIe5xDr .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tqEDIe5xDr .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tqEDIe5xDr .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqEDIe5xDr .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqEDIe5xDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEDIe5xDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEDIe5xDr .mbr-section-title,
.cid-tqEDIe5xDr .mbr-section-btn {
  color: #004ab8;
}
.cid-tpOVA0AXdE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #073820;
}
.cid-tpOVA0AXdE .row {
  padding: 0 110px;
  justify-content: center;
}
.cid-tpOVA0AXdE .row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #f3722f;
  display: none;
}
.cid-tpOVA0AXdE .row::after {
  content: '';
  position: absolute;
  top: 0;
  right: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #ee2947;
  display: none;
}
@media (max-width: 992px) {
  .cid-tpOVA0AXdE .row {
    padding: 0 12px;
  }
}
.cid-tpOVA0AXdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOVA0AXdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOVA0AXdE .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tpOVA0AXdE .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tpOVA0AXdE .desc-wrapper {
  position: relative;
}
.cid-tpOVA0AXdE .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tpOVA0AXdE .desc-wrapper .mbr-desc span {
  color: #00398d;
}
.cid-tpOVA0AXdE .cards {
  margin-top: 30px;
}
.cid-tpOVA0AXdE .cards::before {
  display: none;
}
.cid-tpOVA0AXdE .cards::after {
  display: none;
}
.cid-tpOVA0AXdE .cards .card {
  margin-bottom: 30px;
}
.cid-tpOVA0AXdE .cards .card .mbr-number {
  margin-bottom: 10px;
}
.cid-tpOVA0AXdE .cards .card .mbr-card-title {
  margin-bottom: 8px;
}
.cid-tpOVA0AXdE .mbr-section-title {
  color: #ee2947;
}
.cid-tpOVA0AXdE .mbr-text {
  color: #ffffff;
}
.cid-tpOVA0AXdE .mbr-desc {
  color: #162148;
}
.cid-tpOVA0AXdE .mbr-number {
  color: #ee2947;
}
.cid-tpOVA0AXdE .mbr-card-title {
  color: #ffffff;
}
.cid-tpOVA0AXdE .mbr-card-text {
  color: #ffffff;
}
.cid-tpOVA11YvO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #073820;
}
.cid-tpOVA11YvO .row {
  padding: 0 110px;
  justify-content: center;
}
.cid-tpOVA11YvO .row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #f3722f;
  display: none;
}
.cid-tpOVA11YvO .row::after {
  content: '';
  position: absolute;
  top: 0;
  right: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #ee2947;
  display: none;
}
@media (max-width: 992px) {
  .cid-tpOVA11YvO .row {
    padding: 0 12px;
  }
}
.cid-tpOVA11YvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOVA11YvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOVA11YvO .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tpOVA11YvO .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tpOVA11YvO .desc-wrapper {
  position: relative;
}
.cid-tpOVA11YvO .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tpOVA11YvO .desc-wrapper .mbr-desc span {
  color: #00398d;
}
.cid-tpOVA11YvO .cards {
  margin-top: 30px;
}
.cid-tpOVA11YvO .cards::before {
  display: none;
}
.cid-tpOVA11YvO .cards::after {
  display: none;
}
.cid-tpOVA11YvO .cards .card {
  margin-bottom: 30px;
}
.cid-tpOVA11YvO .cards .card .mbr-number {
  margin-bottom: 10px;
}
.cid-tpOVA11YvO .cards .card .mbr-card-title {
  margin-bottom: 8px;
}
.cid-tpOVA11YvO .mbr-section-title {
  color: #ee2947;
}
.cid-tpOVA11YvO .mbr-text {
  color: #ffffff;
}
.cid-tpOVA11YvO .mbr-desc {
  color: #162148;
}
.cid-tpOVA11YvO .mbr-number {
  color: #ee2947;
}
.cid-tpOVA11YvO .mbr-card-title {
  color: #ffffff;
}
.cid-tpOVA11YvO .mbr-card-text {
  color: #ffffff;
}
.cid-tpOVA1tCJl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0f4f3;
}
.cid-tpOVA1tCJl .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tpOVA1tCJl .row {
    padding: 20px 34px;
  }
}
.cid-tpOVA1S7DM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpOVA1S7DM .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tpOVA1S7DM .mbr-section-title {
  color: #C4CFDE;
}
.cid-tpOVA1S7DM .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tpOVA1S7DM .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tpOVA1S7DM .card {
  margin-bottom: 30px;
}
.cid-tpOVA1S7DM img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tpOVY7IuDM .navbar-dropdown {
  position: relative !important;
}
.cid-tpOVY7IuDM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOVY7IuDM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpOVY7IuDM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpOVY7IuDM .dropdown-item:hover,
.cid-tpOVY7IuDM .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-tpOVY7IuDM .dropdown-item:hover span {
  color: white;
}
.cid-tpOVY7IuDM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpOVY7IuDM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpOVY7IuDM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpOVY7IuDM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpOVY7IuDM .nav-link {
  position: relative;
}
.cid-tpOVY7IuDM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpOVY7IuDM .container {
    flex-wrap: nowrap;
  }
}
.cid-tpOVY7IuDM .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpOVY7IuDM .dropdown-menu,
.cid-tpOVY7IuDM .navbar.opened {
  background: #ffffff !important;
}
.cid-tpOVY7IuDM .nav-item:focus,
.cid-tpOVY7IuDM .nav-link:focus {
  outline: none;
}
.cid-tpOVY7IuDM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpOVY7IuDM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpOVY7IuDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpOVY7IuDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpOVY7IuDM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpOVY7IuDM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpOVY7IuDM .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tpOVY7IuDM .navbar.opened {
  transition: all 0.3s;
}
.cid-tpOVY7IuDM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpOVY7IuDM .navbar .navbar-logo img {
  width: auto;
}
.cid-tpOVY7IuDM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpOVY7IuDM .navbar.collapsed {
  justify-content: center;
}
.cid-tpOVY7IuDM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpOVY7IuDM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpOVY7IuDM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tpOVY7IuDM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpOVY7IuDM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpOVY7IuDM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpOVY7IuDM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpOVY7IuDM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpOVY7IuDM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpOVY7IuDM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpOVY7IuDM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpOVY7IuDM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpOVY7IuDM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpOVY7IuDM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpOVY7IuDM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpOVY7IuDM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpOVY7IuDM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpOVY7IuDM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpOVY7IuDM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpOVY7IuDM .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpOVY7IuDM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpOVY7IuDM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpOVY7IuDM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpOVY7IuDM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpOVY7IuDM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpOVY7IuDM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpOVY7IuDM .dropdown-item.active,
.cid-tpOVY7IuDM .dropdown-item:active {
  background-color: transparent;
}
.cid-tpOVY7IuDM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpOVY7IuDM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpOVY7IuDM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpOVY7IuDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpOVY7IuDM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpOVY7IuDM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpOVY7IuDM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpOVY7IuDM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpOVY7IuDM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpOVY7IuDM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpOVY7IuDM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOVY7IuDM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpOVY7IuDM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpOVY7IuDM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOVY7IuDM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpOVY7IuDM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpOVY7IuDM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpOVY7IuDM .navbar-dropdown {
  padding: 0;
}
.cid-tpOVY7IuDM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpOVY7IuDM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpOVY7IuDM .navbar {
    height: 70px;
  }
  .cid-tpOVY7IuDM .navbar.opened {
    height: auto;
  }
  .cid-tpOVY7IuDM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpOVY7IuDM .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tpOVY7IuDM .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tpOVY7IuDM .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpOVY7IuDM .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tpOVY7IuDM .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tpOVY7IuDM .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tpOVY7IuDM .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tpOVY7IuDM .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tpOVY7IuDM .nav-item .nav-link {
  position: relative !important;
}
.cid-tpOVY7IuDM .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tpOVY7IuDM .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-tpOVY7IuDM .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tpOVY7IuDM .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tpOVY7IuDM .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tpOVY7IuDM .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tpOVY7IuDM .tel-menu {
    display: none;
  }
}
.cid-tpOVY7IuDM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tpOVY7IuDM .mbr-text {
    text-align: center !important;
  }
}
.cid-tpOVY7IuDM .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tpOVY7IuDM .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpOVY7IuDM .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tpOVY7IuDM .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tpOVY7IuDM .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tpOVY7IuDM .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tpOVY7IuDM .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqEE2d72GY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tqEE2d72GY .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tqEE2d72GY .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tqEE2d72GY .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqEE2d72GY .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqEE2d72GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEE2d72GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEE2d72GY .mbr-section-title,
.cid-tqEE2d72GY .mbr-section-btn {
  color: #004ab8;
}
.cid-uThCKK64NM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uThCKK64NM .main-col {
  display: flex;
}
.cid-uThCKK64NM .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uThCKK64NM .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uThCKK64NM .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uThCKK64NM .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uThCKK64NM .text-wrapper {
    width: 52%;
  }
}
.cid-uThCKK64NM .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uThCKK64NM .prof-text {
  color: #00072c;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uThCKK64NM .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uThCKK64NM .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uThCKK64NM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uThCKK64NM .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uThCKK64NM .image-wrapper {
    width: 48%;
  }
}
.cid-uThCKK64NM .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uThCKK64NM .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uThCKK64NM .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uThCKK64NM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uThCKK64NM .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uThCKK64NM .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uThCKK64NM .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uThCKK64NM .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uThCKK64NM .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uThCKK64NM .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tpOVYgQs76 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c6ffe0;
}
.cid-tpOVYgQs76 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tpOVYgQs76 .img-item,
.cid-tpOVYgQs76 img {
  height: 100%;
  object-fit: cover;
}
.cid-tpOVYgQs76 .img-col {
  padding: 0;
}
.cid-tpOVYgQs76 .col-auto {
  width: 100%;
}
.cid-tpOVYgQs76 .row {
  margin: 0;
}
.cid-tpOVYgQs76 .wrapper {
  background: #19303d;
  padding: 5rem 10rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tpOVYgQs76 .wrapper {
    padding: 5rem 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tpOVYgQs76 .wrapper {
    padding: 3rem 1rem;
    margin: 0 1rem;
  }
}
.cid-tpOVYgQs76 .btn {
  margin-top: 2rem;
}
.cid-tpOVYgQs76 .btn:hover,
.cid-tpOVYgQs76 .btn:focus {
  background: white !important;
  color: #00398d !important;
  border-color: white !important;
}
.cid-tpOVYgQs76 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-tpOVYgQs76 .form-control,
.cid-tpOVYgQs76 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #273c48;
  border-color: #3c505b !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tpOVYgQs76 .form-control::-webkit-input-placeholder,
.cid-tpOVYgQs76 .field-input::-webkit-input-placeholder,
.cid-tpOVYgQs76 .form-control::-webkit-input-placeholder,
.cid-tpOVYgQs76 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tpOVYgQs76 .form-control:-moz-placeholder,
.cid-tpOVYgQs76 .field-input:-moz-placeholder,
.cid-tpOVYgQs76 .form-control:-moz-placeholder,
.cid-tpOVYgQs76 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tpOVYgQs76 .form-control:hover,
.cid-tpOVYgQs76 .field-input:hover,
.cid-tpOVYgQs76 .form-control:focus,
.cid-tpOVYgQs76 .field-input:focus {
  background-color: #273c48;
  border-color: #3c505b !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tpOVYgQs76 .form-control:hover::-webkit-input-placeholder,
.cid-tpOVYgQs76 .field-input:hover::-webkit-input-placeholder,
.cid-tpOVYgQs76 .form-control:focus::-webkit-input-placeholder,
.cid-tpOVYgQs76 .field-input:focus::-webkit-input-placeholder,
.cid-tpOVYgQs76 .form-control:hover::-webkit-input-placeholder,
.cid-tpOVYgQs76 .field-input:hover::-webkit-input-placeholder,
.cid-tpOVYgQs76 .form-control:focus::-webkit-input-placeholder,
.cid-tpOVYgQs76 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tpOVYgQs76 .form-control:hover:-moz-placeholder,
.cid-tpOVYgQs76 .field-input:hover:-moz-placeholder,
.cid-tpOVYgQs76 .form-control:focus:-moz-placeholder,
.cid-tpOVYgQs76 .field-input:focus:-moz-placeholder,
.cid-tpOVYgQs76 .form-control:hover:-moz-placeholder,
.cid-tpOVYgQs76 .field-input:hover:-moz-placeholder,
.cid-tpOVYgQs76 .form-control:focus:-moz-placeholder,
.cid-tpOVYgQs76 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tpOVYgQs76 .jq-number__spin:hover,
.cid-tpOVYgQs76 .jq-number__spin:focus {
  background-color: #273c48;
  border-color: #3c505b;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tpOVYgQs76 .jq-number__spin {
  background-color: #273c48;
  border-color: #3c505b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tpOVYgQs76 .jq-selectbox li,
.cid-tpOVYgQs76 .jq-selectbox li {
  background-color: #273c48;
  color: #ffffff;
}
.cid-tpOVYgQs76 .jq-selectbox li:hover,
.cid-tpOVYgQs76 .jq-selectbox li.selected {
  background-color: #273c48;
  color: #ffffff;
}
.cid-tpOVYgQs76 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tpOVYgQs76 .jq-number__spin.minus:hover:after,
.cid-tpOVYgQs76 .jq-number__spin.plus:hover:after {
  border-top-color: #273c48;
  border-bottom-color: #273c48;
}
.cid-tpOVYgQs76 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tpOVYgQs76 .jq-number__spin.minus:after,
.cid-tpOVYgQs76 .jq-number__spin.plus:after {
  border-top-color: #273c48;
  border-bottom-color: #273c48;
}
.cid-tpOVYgQs76 input::-webkit-clear-button {
  display: none;
}
.cid-tpOVYgQs76 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tpOVYgQs76 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tpOVYgQs76 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tpOVYgQs76 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-tpOVYgQs76 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tpP0rKileE .navbar-dropdown {
  position: relative !important;
}
.cid-tpP0rKileE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpP0rKileE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpP0rKileE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpP0rKileE .dropdown-item:hover,
.cid-tpP0rKileE .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-tpP0rKileE .dropdown-item:hover span {
  color: white;
}
.cid-tpP0rKileE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpP0rKileE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpP0rKileE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpP0rKileE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpP0rKileE .nav-link {
  position: relative;
}
.cid-tpP0rKileE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpP0rKileE .container {
    flex-wrap: nowrap;
  }
}
.cid-tpP0rKileE .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpP0rKileE .dropdown-menu,
.cid-tpP0rKileE .navbar.opened {
  background: #ffffff !important;
}
.cid-tpP0rKileE .nav-item:focus,
.cid-tpP0rKileE .nav-link:focus {
  outline: none;
}
.cid-tpP0rKileE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpP0rKileE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpP0rKileE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpP0rKileE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpP0rKileE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpP0rKileE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpP0rKileE .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tpP0rKileE .navbar.opened {
  transition: all 0.3s;
}
.cid-tpP0rKileE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpP0rKileE .navbar .navbar-logo img {
  width: auto;
}
.cid-tpP0rKileE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpP0rKileE .navbar.collapsed {
  justify-content: center;
}
.cid-tpP0rKileE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpP0rKileE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpP0rKileE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tpP0rKileE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpP0rKileE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpP0rKileE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpP0rKileE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpP0rKileE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpP0rKileE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpP0rKileE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpP0rKileE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpP0rKileE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpP0rKileE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpP0rKileE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpP0rKileE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpP0rKileE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpP0rKileE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpP0rKileE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpP0rKileE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpP0rKileE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpP0rKileE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tpP0rKileE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpP0rKileE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpP0rKileE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpP0rKileE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpP0rKileE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpP0rKileE .dropdown-item.active,
.cid-tpP0rKileE .dropdown-item:active {
  background-color: transparent;
}
.cid-tpP0rKileE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpP0rKileE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpP0rKileE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpP0rKileE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpP0rKileE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpP0rKileE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpP0rKileE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpP0rKileE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpP0rKileE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpP0rKileE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpP0rKileE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpP0rKileE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpP0rKileE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpP0rKileE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpP0rKileE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpP0rKileE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpP0rKileE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpP0rKileE .navbar-dropdown {
  padding: 0;
}
.cid-tpP0rKileE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpP0rKileE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpP0rKileE .navbar {
    height: 70px;
  }
  .cid-tpP0rKileE .navbar.opened {
    height: auto;
  }
  .cid-tpP0rKileE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpP0rKileE .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tpP0rKileE .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tpP0rKileE .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpP0rKileE .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tpP0rKileE .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tpP0rKileE .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tpP0rKileE .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tpP0rKileE .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tpP0rKileE .nav-item .nav-link {
  position: relative !important;
}
.cid-tpP0rKileE .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tpP0rKileE .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-tpP0rKileE .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tpP0rKileE .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tpP0rKileE .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tpP0rKileE .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tpP0rKileE .tel-menu {
    display: none;
  }
}
.cid-tpP0rKileE .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tpP0rKileE .mbr-text {
    text-align: center !important;
  }
}
.cid-tpP0rKileE .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tpP0rKileE .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpP0rKileE .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tpP0rKileE .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tpP0rKileE .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tpP0rKileE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tpP0rKileE .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-tqEBhRZvxR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tqEBhRZvxR .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tqEBhRZvxR .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tqEBhRZvxR .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tqEBhRZvxR .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tqEBhRZvxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEBhRZvxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEBhRZvxR .mbr-section-title,
.cid-tqEBhRZvxR .mbr-section-btn {
  color: #00398d;
}
.cid-tpTBpwi7cT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tpTBpwi7cT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpTBpwi7cT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpTBpwi7cT .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-tpTBpwi7cT .card-text a:hover {
  border: none;
}
.cid-tpTBpwi7cT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpTBpwi7cT .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpTBpwi7cT .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-tpTBpwi7cT .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpTBpwi7cT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpTBpwi7cT .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-tpTBpwi7cT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpTBpwi7cT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpTBpwi7cT .social-row {
  text-align: center;
}
.cid-tpTBpwi7cT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-tpTBpwi7cT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tpTBpwi7cT .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-tpTBpwi7cT .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tpTBpwi7cT .mbr-section-title {
  color: #ffffff;
}
.cid-tpTBpwi7cT .mbr-role,
.cid-tpTBpwi7cT .social-row {
  color: #000000;
}
.cid-tpTBpwi7cT .card-text,
.cid-tpTBpwi7cT .mbr-section-btn,
.cid-tpTBpwi7cT .social-row {
  color: #ffffff;
}
.cid-tpTBpwi7cT .card-title,
.cid-tpTBpwi7cT .social-row {
  color: #000000;
}
.cid-uThFmA7XiM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uThFmA7XiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThFmA7XiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThFmA7XiM .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-uThFmA7XiM .card-text a:hover {
  border: none;
}
.cid-uThFmA7XiM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uThFmA7XiM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uThFmA7XiM .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-uThFmA7XiM .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uThFmA7XiM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uThFmA7XiM .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-uThFmA7XiM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uThFmA7XiM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uThFmA7XiM .social-row {
  text-align: center;
}
.cid-uThFmA7XiM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-uThFmA7XiM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uThFmA7XiM .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-uThFmA7XiM .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-uThFmA7XiM .mbr-section-title {
  color: #ffffff;
}
.cid-uThFmA7XiM .mbr-role,
.cid-uThFmA7XiM .social-row {
  color: #000000;
}
.cid-uThFmA7XiM .card-text,
.cid-uThFmA7XiM .mbr-section-btn,
.cid-uThFmA7XiM .social-row {
  color: #ffffff;
}
.cid-uThFmA7XiM .card-title,
.cid-uThFmA7XiM .social-row {
  color: #000000;
}
.cid-tpTFZ81M61 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpTFZ81M61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpTFZ81M61 img {
  border-radius: 1rem;
  width: 150px;
}
.cid-tpTFZ81M61 img {
  filter: brightness(10);
}
.cid-tpTFZ81M61 .row {
  padding: 0 1rem;
}
.cid-tpTFZ81M61 a {
  font-weight: 600;
}
.cid-tpTFZ81M61 .btn {
  transition: all 0.3s;
}
.cid-tpTFZ81M61 .btn:hover,
.cid-tpTFZ81M61 .btn:focus {
  background: white !important;
  color: #19303d !important;
  border: 2px dashed #19303d !important;
}
.cid-tpTFZ81M61 .img-wrap {
  display: inline-block;
}
.cid-tpTFZ81M61 .card {
  background: #19303d;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tpTFZ81M61 .card {
    padding: 2rem 1rem;
  }
}
.cid-tpTFZ81M61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tpTFZ81M61 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpTFZ81M61 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpTFZ81M61 .mbr-section-title {
  color: #ffffff;
}
.cid-tpTFZ81M61 .mbr-section-subtitle,
.cid-tpTFZ81M61 .subtitle-wrap {
  color: #19303d;
}
.cid-tpTFZ81M61 .mbr-text,
.cid-tpTFZ81M61 .mbr-section-btn {
  color: #ffffff;
}
.cid-tpTGPxaVRU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpTGPxaVRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpTGPxaVRU img {
  border-radius: 1rem;
  width: 150px;
}
.cid-tpTGPxaVRU img {
  filter: brightness(10);
}
.cid-tpTGPxaVRU .row {
  padding: 0 1rem;
}
.cid-tpTGPxaVRU a {
  font-weight: 600;
}
.cid-tpTGPxaVRU .btn {
  transition: all 0.3s;
}
.cid-tpTGPxaVRU .btn:hover,
.cid-tpTGPxaVRU .btn:focus {
  background: white !important;
  color: #19303d !important;
  border: 2px dashed #19303d !important;
}
.cid-tpTGPxaVRU .img-wrap {
  display: inline-block;
}
.cid-tpTGPxaVRU .card {
  background: #19303d;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tpTGPxaVRU .card {
    padding: 2rem 1rem;
  }
}
.cid-tpTGPxaVRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tpTGPxaVRU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpTGPxaVRU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpTGPxaVRU .mbr-section-title {
  color: #ffffff;
}
.cid-tpTGPxaVRU .mbr-section-subtitle,
.cid-tpTGPxaVRU .subtitle-wrap {
  color: #19303d;
}
.cid-tpTGPxaVRU .mbr-text,
.cid-tpTGPxaVRU .mbr-section-btn {
  color: #ffffff;
}
.cid-tpTKmw6nbe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpTKmw6nbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpTKmw6nbe img {
  border-radius: 1rem;
  width: 150px;
}
.cid-tpTKmw6nbe img {
  filter: brightness(10);
}
.cid-tpTKmw6nbe .row {
  padding: 0 1rem;
}
.cid-tpTKmw6nbe a {
  font-weight: 600;
}
.cid-tpTKmw6nbe .btn {
  transition: all 0.3s;
}
.cid-tpTKmw6nbe .btn:hover,
.cid-tpTKmw6nbe .btn:focus {
  background: white !important;
  color: #19303d !important;
  border: 2px dashed #19303d !important;
}
.cid-tpTKmw6nbe .img-wrap {
  display: inline-block;
}
.cid-tpTKmw6nbe .card {
  background: #19303d;
  padding: 3rem 1rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tpTKmw6nbe .card {
    padding: 2rem 1rem;
  }
}
.cid-tpTKmw6nbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tpTKmw6nbe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpTKmw6nbe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpTKmw6nbe .mbr-section-title {
  color: #ffffff;
}
.cid-tpTKmw6nbe .mbr-section-subtitle,
.cid-tpTKmw6nbe .subtitle-wrap {
  color: #19303d;
}
.cid-tpTKmw6nbe .mbr-text,
.cid-tpTKmw6nbe .mbr-section-btn {
  color: #ffffff;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uEwaWmqbfS .navbar-dropdown {
  position: relative !important;
}
.cid-uEwaWmqbfS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEwaWmqbfS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEwaWmqbfS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEwaWmqbfS .dropdown-item:hover,
.cid-uEwaWmqbfS .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-uEwaWmqbfS .dropdown-item:hover span {
  color: white;
}
.cid-uEwaWmqbfS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEwaWmqbfS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEwaWmqbfS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEwaWmqbfS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEwaWmqbfS .nav-link {
  position: relative;
}
.cid-uEwaWmqbfS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEwaWmqbfS .container {
    flex-wrap: nowrap;
  }
}
.cid-uEwaWmqbfS .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEwaWmqbfS .dropdown-menu,
.cid-uEwaWmqbfS .navbar.opened {
  background: #ffffff !important;
}
.cid-uEwaWmqbfS .nav-item:focus,
.cid-uEwaWmqbfS .nav-link:focus {
  outline: none;
}
.cid-uEwaWmqbfS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEwaWmqbfS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEwaWmqbfS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEwaWmqbfS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEwaWmqbfS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEwaWmqbfS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEwaWmqbfS .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uEwaWmqbfS .navbar.opened {
  transition: all 0.3s;
}
.cid-uEwaWmqbfS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEwaWmqbfS .navbar .navbar-logo img {
  width: auto;
}
.cid-uEwaWmqbfS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEwaWmqbfS .navbar.collapsed {
  justify-content: center;
}
.cid-uEwaWmqbfS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEwaWmqbfS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEwaWmqbfS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uEwaWmqbfS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEwaWmqbfS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEwaWmqbfS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEwaWmqbfS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEwaWmqbfS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEwaWmqbfS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEwaWmqbfS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEwaWmqbfS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEwaWmqbfS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEwaWmqbfS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEwaWmqbfS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEwaWmqbfS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEwaWmqbfS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEwaWmqbfS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEwaWmqbfS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEwaWmqbfS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEwaWmqbfS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEwaWmqbfS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEwaWmqbfS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEwaWmqbfS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEwaWmqbfS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEwaWmqbfS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEwaWmqbfS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEwaWmqbfS .dropdown-item.active,
.cid-uEwaWmqbfS .dropdown-item:active {
  background-color: transparent;
}
.cid-uEwaWmqbfS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEwaWmqbfS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEwaWmqbfS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEwaWmqbfS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEwaWmqbfS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEwaWmqbfS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEwaWmqbfS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEwaWmqbfS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEwaWmqbfS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEwaWmqbfS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEwaWmqbfS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEwaWmqbfS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEwaWmqbfS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEwaWmqbfS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEwaWmqbfS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEwaWmqbfS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEwaWmqbfS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEwaWmqbfS .navbar-dropdown {
  padding: 0;
}
.cid-uEwaWmqbfS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEwaWmqbfS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEwaWmqbfS .navbar {
    height: 70px;
  }
  .cid-uEwaWmqbfS .navbar.opened {
    height: auto;
  }
  .cid-uEwaWmqbfS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEwaWmqbfS .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uEwaWmqbfS .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uEwaWmqbfS .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uEwaWmqbfS .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uEwaWmqbfS .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uEwaWmqbfS .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uEwaWmqbfS .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uEwaWmqbfS .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uEwaWmqbfS .nav-item .nav-link {
  position: relative !important;
}
.cid-uEwaWmqbfS .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uEwaWmqbfS .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-uEwaWmqbfS .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uEwaWmqbfS .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uEwaWmqbfS .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uEwaWmqbfS .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uEwaWmqbfS .tel-menu {
    display: none;
  }
}
.cid-uEwaWmqbfS .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uEwaWmqbfS .mbr-text {
    text-align: center !important;
  }
}
.cid-uEwaWmqbfS .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uEwaWmqbfS .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uEwaWmqbfS .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uEwaWmqbfS .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uEwaWmqbfS .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uEwaWmqbfS .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uEwaWmqbfS .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-uEwaWnizRq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uEwaWnizRq .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-uEwaWnizRq .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uEwaWnizRq .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uEwaWnizRq .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uEwaWnizRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEwaWnizRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEwaWnizRq .mbr-section-title,
.cid-uEwaWnizRq .mbr-section-btn {
  color: #004ab8;
}
.cid-uEwaWnHi8s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0f4f3;
}
.cid-uEwaWnHi8s .row {
  justify-content: flex-start;
}
.cid-uEwaWnHi8s .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-uEwaWnHi8s .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uEwaWnHi8s .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uEwaWnHi8s .mbr-section-title {
  color: #45494E;
}
.cid-uEwaWnHi8s .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uEwaWnHi8s .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uEwaWnHi8s .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uEwaWnHi8s .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #e0f4f3;
  border-left: 1px solid #000000;
}
.cid-uEwaWnHi8s .mbr-text {
  color: #45494E;
}
.cid-uEwaWnHi8s .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uEwaWnHi8s .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-uEwaWnHi8s .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-uEwaWnHi8s .name-text {
  color: #45494E;
}
.cid-uEwaWnHi8s .date-text {
  color: #5c6064;
}
.cid-uEwaWo3Hwu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0f4f3;
}
@media (min-width: 1400px) {
  .cid-uEwaWo3Hwu .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uEwaWo3Hwu .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uEwaWo3Hwu .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uEwaWo3Hwu .row {
  display: flex;
  align-items: stretch;
}
.cid-uEwaWo3Hwu .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uEwaWo3Hwu .label-text {
  width: 100%;
  color: #a1a0a0;
  margin-bottom: 20px;
}
.cid-uEwaWo3Hwu .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uEwaWo3Hwu .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uEwaWo3Hwu .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uEwaWo3Hwu .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uEwaWo3Hwu .item:focus,
.cid-uEwaWo3Hwu span:focus {
  outline: none;
}
.cid-uEwaWo3Hwu .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uEwaWo3Hwu .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uEwaWo3Hwu .item-wrapper .item-content a:hover {
  color: #07693a !important;
}
.cid-uEwaWo3Hwu .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uEwaWo3Hwu .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uEwaWo3Hwu .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uEwaWo3Hwu .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uEwaWo3Hwu .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uEwaWo3Hwu .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uEwaWo3Hwu .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uEwaWo3Hwu .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEwaWo3Hwu .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #07693a;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uEwaWo3Hwu .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uEwaWo3Hwu .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uEwaWo3Hwu .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uEwaWo3Hwu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uEwaWo3Hwu .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-uEwaWo3Hwu .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uEwaWo3Hwu .mbr-text,
.cid-uEwaWo3Hwu .mbr-section-btn {
  text-align: center;
}
.cid-uEwf67g2RX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0f4f3;
}
@media (min-width: 1400px) {
  .cid-uEwf67g2RX .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uEwf67g2RX .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uEwf67g2RX .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uEwf67g2RX .row {
  display: flex;
  align-items: stretch;
}
.cid-uEwf67g2RX .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uEwf67g2RX .label-text {
  width: 100%;
  color: #a1a0a0;
  margin-bottom: 20px;
}
.cid-uEwf67g2RX .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uEwf67g2RX .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uEwf67g2RX .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uEwf67g2RX .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uEwf67g2RX .item:focus,
.cid-uEwf67g2RX span:focus {
  outline: none;
}
.cid-uEwf67g2RX .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uEwf67g2RX .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uEwf67g2RX .item-wrapper .item-content a:hover {
  color: #07693a !important;
}
.cid-uEwf67g2RX .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uEwf67g2RX .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uEwf67g2RX .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uEwf67g2RX .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uEwf67g2RX .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uEwf67g2RX .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uEwf67g2RX .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uEwf67g2RX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEwf67g2RX .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #07693a;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uEwf67g2RX .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uEwf67g2RX .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uEwf67g2RX .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uEwf67g2RX .mbr-section-btn {
  margin-top: 20px;
}
.cid-uEwf67g2RX .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-uEwf67g2RX .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uEwf67g2RX .mbr-text,
.cid-uEwf67g2RX .mbr-section-btn {
  text-align: center;
}
.cid-uEwgz5oZFo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEwgz5oZFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEwgz5oZFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEwgz5oZFo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEwgz5oZFo .row {
  flex-direction: row-reverse;
}
.cid-uEwgz5oZFo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uEwgz5oZFo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uEwgz5oZFo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uEwgz5oZFo .mbr-section-title {
  color: #000000;
}
.cid-uEwgz5oZFo .mbr-text,
.cid-uEwgz5oZFo .mbr-section-btn {
  color: #000000;
}
.cid-uEwhHTjgth {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEwhHTjgth .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uEwhHTjgth .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uEwhHTjgth .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uEwhHTjgth .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-uEwhHTjgth .img-container {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-uEwhHTjgth .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEwhHTjgth .img-container {
    height: 500px;
  }
  .cid-uEwhHTjgth .img-container img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-uEwhHTjgth .img-container {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-uEwhHTjgth .img-container {
    height: 610px;
  }
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uExz7Nxx4u .navbar-dropdown {
  position: relative !important;
}
.cid-uExz7Nxx4u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uExz7Nxx4u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uExz7Nxx4u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uExz7Nxx4u .dropdown-item:hover,
.cid-uExz7Nxx4u .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-uExz7Nxx4u .dropdown-item:hover span {
  color: white;
}
.cid-uExz7Nxx4u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uExz7Nxx4u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uExz7Nxx4u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uExz7Nxx4u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uExz7Nxx4u .nav-link {
  position: relative;
}
.cid-uExz7Nxx4u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uExz7Nxx4u .container {
    flex-wrap: nowrap;
  }
}
.cid-uExz7Nxx4u .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uExz7Nxx4u .dropdown-menu,
.cid-uExz7Nxx4u .navbar.opened {
  background: #ffffff !important;
}
.cid-uExz7Nxx4u .nav-item:focus,
.cid-uExz7Nxx4u .nav-link:focus {
  outline: none;
}
.cid-uExz7Nxx4u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uExz7Nxx4u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uExz7Nxx4u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uExz7Nxx4u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uExz7Nxx4u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uExz7Nxx4u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uExz7Nxx4u .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uExz7Nxx4u .navbar.opened {
  transition: all 0.3s;
}
.cid-uExz7Nxx4u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uExz7Nxx4u .navbar .navbar-logo img {
  width: auto;
}
.cid-uExz7Nxx4u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uExz7Nxx4u .navbar.collapsed {
  justify-content: center;
}
.cid-uExz7Nxx4u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uExz7Nxx4u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uExz7Nxx4u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uExz7Nxx4u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uExz7Nxx4u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uExz7Nxx4u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uExz7Nxx4u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uExz7Nxx4u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uExz7Nxx4u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uExz7Nxx4u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uExz7Nxx4u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uExz7Nxx4u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uExz7Nxx4u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uExz7Nxx4u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uExz7Nxx4u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uExz7Nxx4u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uExz7Nxx4u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uExz7Nxx4u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uExz7Nxx4u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uExz7Nxx4u .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uExz7Nxx4u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uExz7Nxx4u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uExz7Nxx4u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uExz7Nxx4u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uExz7Nxx4u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uExz7Nxx4u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uExz7Nxx4u .dropdown-item.active,
.cid-uExz7Nxx4u .dropdown-item:active {
  background-color: transparent;
}
.cid-uExz7Nxx4u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uExz7Nxx4u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uExz7Nxx4u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uExz7Nxx4u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uExz7Nxx4u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uExz7Nxx4u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uExz7Nxx4u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uExz7Nxx4u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uExz7Nxx4u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uExz7Nxx4u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uExz7Nxx4u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uExz7Nxx4u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uExz7Nxx4u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uExz7Nxx4u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uExz7Nxx4u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uExz7Nxx4u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uExz7Nxx4u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uExz7Nxx4u .navbar-dropdown {
  padding: 0;
}
.cid-uExz7Nxx4u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uExz7Nxx4u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uExz7Nxx4u .navbar {
    height: 70px;
  }
  .cid-uExz7Nxx4u .navbar.opened {
    height: auto;
  }
  .cid-uExz7Nxx4u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uExz7Nxx4u .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uExz7Nxx4u .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uExz7Nxx4u .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uExz7Nxx4u .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uExz7Nxx4u .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uExz7Nxx4u .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uExz7Nxx4u .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uExz7Nxx4u .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uExz7Nxx4u .nav-item .nav-link {
  position: relative !important;
}
.cid-uExz7Nxx4u .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uExz7Nxx4u .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-uExz7Nxx4u .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uExz7Nxx4u .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uExz7Nxx4u .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uExz7Nxx4u .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uExz7Nxx4u .tel-menu {
    display: none;
  }
}
.cid-uExz7Nxx4u .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uExz7Nxx4u .mbr-text {
    text-align: center !important;
  }
}
.cid-uExz7Nxx4u .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uExz7Nxx4u .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uExz7Nxx4u .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uExz7Nxx4u .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uExz7Nxx4u .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uExz7Nxx4u .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uExz7Nxx4u .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-uExz7NS5am {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uExz7NS5am .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-uExz7NS5am .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uExz7NS5am .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uExz7NS5am .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uExz7NS5am .mbr-fallback-image.disabled {
  display: none;
}
.cid-uExz7NS5am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uExz7NS5am .mbr-section-title,
.cid-uExz7NS5am .mbr-section-btn {
  color: #004ab8;
}
.cid-uExz7ObVGx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0f4f3;
}
.cid-uExz7ObVGx .row {
  justify-content: flex-start;
}
.cid-uExz7ObVGx .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-uExz7ObVGx .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uExz7ObVGx .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uExz7ObVGx .mbr-section-title {
  color: #45494E;
}
.cid-uExz7ObVGx .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uExz7ObVGx .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uExz7ObVGx .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uExz7ObVGx .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #e0f4f3;
  border-left: 1px solid #000000;
}
.cid-uExz7ObVGx .mbr-text {
  color: #45494E;
}
.cid-uExz7ObVGx .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uExz7ObVGx .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-uExz7ObVGx .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-uExz7ObVGx .name-text {
  color: #45494E;
}
.cid-uExz7ObVGx .date-text {
  color: #5c6064;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uEw4ilmKO5 .navbar-dropdown {
  position: relative !important;
}
.cid-uEw4ilmKO5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEw4ilmKO5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEw4ilmKO5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEw4ilmKO5 .dropdown-item:hover,
.cid-uEw4ilmKO5 .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-uEw4ilmKO5 .dropdown-item:hover span {
  color: white;
}
.cid-uEw4ilmKO5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEw4ilmKO5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEw4ilmKO5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEw4ilmKO5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEw4ilmKO5 .nav-link {
  position: relative;
}
.cid-uEw4ilmKO5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEw4ilmKO5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uEw4ilmKO5 .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEw4ilmKO5 .dropdown-menu,
.cid-uEw4ilmKO5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uEw4ilmKO5 .nav-item:focus,
.cid-uEw4ilmKO5 .nav-link:focus {
  outline: none;
}
.cid-uEw4ilmKO5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEw4ilmKO5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEw4ilmKO5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEw4ilmKO5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEw4ilmKO5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEw4ilmKO5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEw4ilmKO5 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uEw4ilmKO5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEw4ilmKO5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEw4ilmKO5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uEw4ilmKO5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEw4ilmKO5 .navbar.collapsed {
  justify-content: center;
}
.cid-uEw4ilmKO5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEw4ilmKO5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEw4ilmKO5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uEw4ilmKO5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEw4ilmKO5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEw4ilmKO5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEw4ilmKO5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEw4ilmKO5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEw4ilmKO5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEw4ilmKO5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEw4ilmKO5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEw4ilmKO5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEw4ilmKO5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEw4ilmKO5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEw4ilmKO5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEw4ilmKO5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEw4ilmKO5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEw4ilmKO5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEw4ilmKO5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEw4ilmKO5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEw4ilmKO5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEw4ilmKO5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEw4ilmKO5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEw4ilmKO5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEw4ilmKO5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEw4ilmKO5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEw4ilmKO5 .dropdown-item.active,
.cid-uEw4ilmKO5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEw4ilmKO5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEw4ilmKO5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEw4ilmKO5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEw4ilmKO5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEw4ilmKO5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEw4ilmKO5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEw4ilmKO5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEw4ilmKO5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEw4ilmKO5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEw4ilmKO5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEw4ilmKO5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEw4ilmKO5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEw4ilmKO5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEw4ilmKO5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEw4ilmKO5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEw4ilmKO5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEw4ilmKO5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEw4ilmKO5 .navbar-dropdown {
  padding: 0;
}
.cid-uEw4ilmKO5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEw4ilmKO5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEw4ilmKO5 .navbar {
    height: 70px;
  }
  .cid-uEw4ilmKO5 .navbar.opened {
    height: auto;
  }
  .cid-uEw4ilmKO5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEw4ilmKO5 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uEw4ilmKO5 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uEw4ilmKO5 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uEw4ilmKO5 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uEw4ilmKO5 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uEw4ilmKO5 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uEw4ilmKO5 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uEw4ilmKO5 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uEw4ilmKO5 .nav-item .nav-link {
  position: relative !important;
}
.cid-uEw4ilmKO5 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uEw4ilmKO5 .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-uEw4ilmKO5 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uEw4ilmKO5 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uEw4ilmKO5 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uEw4ilmKO5 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uEw4ilmKO5 .tel-menu {
    display: none;
  }
}
.cid-uEw4ilmKO5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uEw4ilmKO5 .mbr-text {
    text-align: center !important;
  }
}
.cid-uEw4ilmKO5 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uEw4ilmKO5 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uEw4ilmKO5 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uEw4ilmKO5 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uEw4ilmKO5 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uEw4ilmKO5 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uEw4ilmKO5 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-uEw4ilY1Ll {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uEw4ilY1Ll .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-uEw4ilY1Ll .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uEw4ilY1Ll .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uEw4ilY1Ll .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uEw4ilY1Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEw4ilY1Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEw4ilY1Ll .mbr-section-title,
.cid-uEw4ilY1Ll .mbr-section-btn {
  color: #004ab8;
  text-align: center;
}
.cid-uEw60KgvOa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-uEw60KgvOa .container,
.cid-uEw60KgvOa .container-fluid {
  position: static;
}
.cid-uEw60KgvOa .mbr-section-title {
  color: #010d4c;
}
.cid-uEw60KgvOa .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-uEw60KgvOa .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-uEw60KgvOa .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uEw60KgvOa .mbr-text {
    margin-top: 38px;
  }
}
.cid-uEw60KgvOa .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uEw60KgvOa .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uEw60KgvOa .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-uEw60KgvOa .mbr-section-btn .btn-info:hover {
  background-color: #00398d !important;
  color: #ffffff !important;
}
.cid-uEw60KgvOa .image-wrapper {
  max-height: 100%;
}
.cid-uEw60KgvOa .image-wrapper img {
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-uEw60KgvOa .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uEw60KgvOa .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uEw60KgvOa .image-wrapper:before {
  content: '';
  position: absolute;
  width: 1056px;
  height: 1056px;
  top: -385px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
  z-index: -1;
  box-sizing: border-box;
  right: -305px;
}
@media (max-width: 1399px) {
  .cid-uEw60KgvOa .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-uEw60KgvOa .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uEw60KgvOa .image-wrapper:before {
    display: none;
  }
}
.cid-uEw60KgvOa .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uEw60KgvOa .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-uEw60KgvOa .col-text {
    width: 50% !important;
  }
}
.cid-uEwjpM2w7p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uEwjpM2w7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEwjpM2w7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEwjpM2w7p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEwjpM2w7p .container-fluid {
    padding: 0 20px;
  }
}
.cid-uEwjpM2w7p .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uEwjpM2w7p .container {
    padding: 0 20px;
  }
}
.cid-uEwjpM2w7p .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uEwjpM2w7p .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uEwjpM2w7p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uEwjpM2w7p .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEwjpM2w7p .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uEwjpM2w7p .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uEwjpM2w7p .embla__button--next,
.cid-uEwjpM2w7p .embla__button--prev {
  display: flex;
}
.cid-uEwjpM2w7p .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #07693a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEwjpM2w7p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEwjpM2w7p .embla__button:hover {
  background: transparent;
  color: #07693a;
  opacity: .7;
}
.cid-uEwjpM2w7p .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uEwjpM2w7p .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEwjpM2w7p .embla__button {
    top: 7rem;
  }
}
.cid-uEwjpM2w7p .embla {
  position: relative;
  width: 100%;
}
.cid-uEwjpM2w7p .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEwjpM2w7p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEwjpM2w7p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEwjpM2w7p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uExA61flQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uExA61flQH .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uK3pQrhXgs .navbar-dropdown {
  position: relative !important;
}
.cid-uK3pQrhXgs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3pQrhXgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uK3pQrhXgs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uK3pQrhXgs .dropdown-item:hover,
.cid-uK3pQrhXgs .dropdown-item:focus {
  background: #07693a !important;
  color: white !important;
}
.cid-uK3pQrhXgs .dropdown-item:hover span {
  color: white;
}
.cid-uK3pQrhXgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK3pQrhXgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK3pQrhXgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK3pQrhXgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK3pQrhXgs .nav-link {
  position: relative;
}
.cid-uK3pQrhXgs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uK3pQrhXgs .container {
    flex-wrap: nowrap;
  }
}
.cid-uK3pQrhXgs .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK3pQrhXgs .dropdown-menu,
.cid-uK3pQrhXgs .navbar.opened {
  background: #ffffff !important;
}
.cid-uK3pQrhXgs .nav-item:focus,
.cid-uK3pQrhXgs .nav-link:focus {
  outline: none;
}
.cid-uK3pQrhXgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK3pQrhXgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK3pQrhXgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK3pQrhXgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK3pQrhXgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK3pQrhXgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK3pQrhXgs .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uK3pQrhXgs .navbar.opened {
  transition: all 0.3s;
}
.cid-uK3pQrhXgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK3pQrhXgs .navbar .navbar-logo img {
  width: auto;
}
.cid-uK3pQrhXgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK3pQrhXgs .navbar.collapsed {
  justify-content: center;
}
.cid-uK3pQrhXgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK3pQrhXgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK3pQrhXgs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uK3pQrhXgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK3pQrhXgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK3pQrhXgs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uK3pQrhXgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK3pQrhXgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK3pQrhXgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK3pQrhXgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK3pQrhXgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK3pQrhXgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK3pQrhXgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK3pQrhXgs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uK3pQrhXgs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK3pQrhXgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK3pQrhXgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK3pQrhXgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uK3pQrhXgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK3pQrhXgs .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK3pQrhXgs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK3pQrhXgs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK3pQrhXgs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK3pQrhXgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK3pQrhXgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK3pQrhXgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK3pQrhXgs .dropdown-item.active,
.cid-uK3pQrhXgs .dropdown-item:active {
  background-color: transparent;
}
.cid-uK3pQrhXgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK3pQrhXgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK3pQrhXgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK3pQrhXgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK3pQrhXgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK3pQrhXgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK3pQrhXgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK3pQrhXgs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK3pQrhXgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uK3pQrhXgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK3pQrhXgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3pQrhXgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK3pQrhXgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK3pQrhXgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3pQrhXgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK3pQrhXgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK3pQrhXgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK3pQrhXgs .navbar-dropdown {
  padding: 0;
}
.cid-uK3pQrhXgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK3pQrhXgs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK3pQrhXgs .navbar {
    height: 70px;
  }
  .cid-uK3pQrhXgs .navbar.opened {
    height: auto;
  }
  .cid-uK3pQrhXgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK3pQrhXgs .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uK3pQrhXgs .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uK3pQrhXgs .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uK3pQrhXgs .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uK3pQrhXgs .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uK3pQrhXgs .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uK3pQrhXgs .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uK3pQrhXgs .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uK3pQrhXgs .nav-item .nav-link {
  position: relative !important;
}
.cid-uK3pQrhXgs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #07693a;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uK3pQrhXgs .nav-item .nav-link:hover {
  color: #07693a !important;
}
.cid-uK3pQrhXgs .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uK3pQrhXgs .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uK3pQrhXgs .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uK3pQrhXgs .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uK3pQrhXgs .tel-menu {
    display: none;
  }
}
.cid-uK3pQrhXgs .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uK3pQrhXgs .mbr-text {
    text-align: center !important;
  }
}
.cid-uK3pQrhXgs .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uK3pQrhXgs .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uK3pQrhXgs .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uK3pQrhXgs .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uK3pQrhXgs .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uK3pQrhXgs .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uK3pQrhXgs .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #07693a;
  border-radius: 0.25rem;
}
.cid-uK3pQrMTxw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uK3pQrMTxw .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-uK3pQrMTxw .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uK3pQrMTxw .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uK3pQrMTxw .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uK3pQrMTxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3pQrMTxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3pQrMTxw .mbr-section-title,
.cid-uK3pQrMTxw .mbr-section-btn {
  color: #004ab8;
  text-align: center;
}
.cid-uK3pQsam1j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-uK3pQsam1j .container,
.cid-uK3pQsam1j .container-fluid {
  position: static;
}
.cid-uK3pQsam1j .mbr-section-title {
  color: #010d4c;
}
.cid-uK3pQsam1j .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-uK3pQsam1j .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-uK3pQsam1j .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uK3pQsam1j .mbr-text {
    margin-top: 38px;
  }
}
.cid-uK3pQsam1j .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uK3pQsam1j .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uK3pQsam1j .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-uK3pQsam1j .mbr-section-btn .btn-info:hover {
  background-color: #00398d !important;
  color: #ffffff !important;
}
.cid-uK3pQsam1j .image-wrapper {
  max-height: 100%;
}
.cid-uK3pQsam1j .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uK3pQsam1j .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    left: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uK3pQsam1j .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uK3pQsam1j .image-wrapper:before {
  content: '';
  position: absolute;
  width: 1056px;
  height: 1056px;
  top: -385px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 12, 119, 0.03);
  z-index: -1;
  box-sizing: border-box;
  left: -305px;
}
@media (max-width: 1399px) {
  .cid-uK3pQsam1j .image-wrapper:before {
    width: 870px;
    height: 870px;
  }
}
@media (max-width: 1199px) {
  .cid-uK3pQsam1j .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uK3pQsam1j .image-wrapper:before {
    display: none;
  }
}
.cid-uK3pQsam1j .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uK3pQsam1j .col-text {
    width: 58.3333333333% !important;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .cid-uK3pQsam1j .col-text {
    width: 50% !important;
  }
}
.cid-uK3rqVQKUl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uK3rqVQKUl .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-uK3rqVQKUl .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  text-align: left;
}
.cid-uK3rqVQKUl .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uK3rqVQKUl .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uK3rqVQKUl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uK3pQsyQvm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uK3pQsyQvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3pQsyQvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3pQsyQvm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uK3pQsyQvm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uK3pQsyQvm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uK3pQsyQvm .container {
    padding: 0 20px;
  }
}
.cid-uK3pQsyQvm .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uK3pQsyQvm .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uK3pQsyQvm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uK3pQsyQvm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uK3pQsyQvm .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uK3pQsyQvm .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uK3pQsyQvm .embla__button--next,
.cid-uK3pQsyQvm .embla__button--prev {
  display: flex;
}
.cid-uK3pQsyQvm .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #07693a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK3pQsyQvm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uK3pQsyQvm .embla__button:hover {
  background: transparent;
  color: #07693a;
  opacity: .7;
}
.cid-uK3pQsyQvm .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uK3pQsyQvm .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uK3pQsyQvm .embla__button {
    top: 7rem;
  }
}
.cid-uK3pQsyQvm .embla {
  position: relative;
  width: 100%;
}
.cid-uK3pQsyQvm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uK3pQsyQvm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uK3pQsyQvm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uK3pQsyQvm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uK3pQtwBKk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uK3pQtwBKk .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
