body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  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: #398ab9 !important;
}
.bg-success {
  background-color: #81b8d8 !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #0b4b71 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #398ab9 !important;
  border-color: #0b4b71 !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: #398ab9 !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #398ab9 !important;
  border-color: #398ab9 !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #0b4b71 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0b4b71 !important;
  border-color: #0b4b71 !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: #0b4b71 !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b4b71 !important;
  border-color: #0b4b71 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #0b4b71 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #0b4b71 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #0b4b71 !important;
}
.btn-success,
.btn-success:active {
  background-color: #81b8d8 !important;
  border-color: #0b4b71 !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: #81b8d8 !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #81b8d8 !important;
  border-color: #81b8d8 !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #0b4b71 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #0b4b71 !important;
  color: #614f00 !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: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #0b4b71 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #0b4b71 !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: #ff9966 !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #0b4b71 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #0b4b71 !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #0b4b71 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #0b4b71 !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: #232323 !important;
  border-color: #0b4b71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #398ab9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #255977 !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: #398ab9 !important;
  border-color: #398ab9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0b4b71;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #031722 !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: #0b4b71 !important;
  border-color: #0b4b71 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #81b8d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f93c4 !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: #81b8d8 !important;
  border-color: #81b8d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #398ab9 !important;
}
.text-secondary {
  color: #0b4b71 !important;
}
.text-success {
  color: #81b8d8 !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #21506b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020d14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #398aba !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #398ab9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #398ab9;
  border-color: #398ab9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #398ab9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #94c3de;
}
.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: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #398ab9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #398ab9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #398ab9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #398ab9;
}
.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: #398ab9;
  border-bottom-color: #398ab9;
}
.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: #398ab9 !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: #0b4b71 !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='%23398ab9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tjQEGCZ8EM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQEGCZ8EM .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQEGCZ8EM nav.navbar {
  position: fixed;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQEGCZ8EM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQEGCZ8EM .dropdown-item:hover,
.cid-tjQEGCZ8EM .dropdown-item:focus {
  background: #398ab9 !important;
  color: white !important;
}
.cid-tjQEGCZ8EM .dropdown-item:hover span {
  color: white;
}
.cid-tjQEGCZ8EM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQEGCZ8EM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQEGCZ8EM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQEGCZ8EM .nav-link {
  position: relative;
}
.cid-tjQEGCZ8EM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQEGCZ8EM .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQEGCZ8EM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQEGCZ8EM .dropdown-menu,
.cid-tjQEGCZ8EM .navbar.opened {
  background: #dfdfdf !important;
}
.cid-tjQEGCZ8EM .nav-item:focus,
.cid-tjQEGCZ8EM .nav-link:focus {
  outline: none;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQEGCZ8EM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQEGCZ8EM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQEGCZ8EM .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #dfdfdf;
}
.cid-tjQEGCZ8EM .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQEGCZ8EM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQEGCZ8EM .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQEGCZ8EM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQEGCZ8EM .navbar.collapsed {
  justify-content: center;
}
.cid-tjQEGCZ8EM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQEGCZ8EM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQEGCZ8EM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQEGCZ8EM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQEGCZ8EM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQEGCZ8EM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQEGCZ8EM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQEGCZ8EM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQEGCZ8EM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQEGCZ8EM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQEGCZ8EM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQEGCZ8EM .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQEGCZ8EM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQEGCZ8EM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQEGCZ8EM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQEGCZ8EM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQEGCZ8EM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQEGCZ8EM .dropdown-item.active,
.cid-tjQEGCZ8EM .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQEGCZ8EM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQEGCZ8EM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dfdfdf;
}
.cid-tjQEGCZ8EM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQEGCZ8EM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQEGCZ8EM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQEGCZ8EM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQEGCZ8EM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #398ab9;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQEGCZ8EM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar {
    height: 70px;
  }
  .cid-tjQEGCZ8EM .navbar.opened {
    height: auto;
  }
  .cid-tjQEGCZ8EM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2hiAdBmgy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #398ab9;
}
.cid-v2hiAdBmgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2hiAdBmgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2hiAdBmgy .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2hiAdBmgy .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-v2hiAdBmgy .row {
  align-items: center;
}
.cid-v2hiAdBmgy img {
  border-radius: 2rem;
}
.cid-v2hiAdBmgy .image-wrapper {
  background: #0b4b71;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2hiAdBmgy .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2hiAdBmgy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2hiAdBmgy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2hiAdBmgy .mbr-section-title {
  color: #ffffff;
}
.cid-v2hiAdBmgy .mbr-text,
.cid-v2hiAdBmgy .mbr-section-btn {
  color: #ffffff;
}
.cid-v2hlAk8Ykx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #dfdfdf;
}
.cid-v2hlAk8Ykx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2hlAk8Ykx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2hlAk8Ykx .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-v2hlAk8Ykx .card-text a:hover {
  border: none;
}
.cid-v2hlAk8Ykx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v2hlAk8Ykx .team-card:hover {
  transform: translateY(-10px);
}
.cid-v2hlAk8Ykx .row {
  background: #fafafa;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-v2hlAk8Ykx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v2hlAk8Ykx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v2hlAk8Ykx .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v2hlAk8Ykx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2hlAk8Ykx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v2hlAk8Ykx .social-row {
  text-align: center;
}
.cid-v2hlAk8Ykx .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-v2hlAk8Ykx .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-v2hlAk8Ykx .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-v2hlAk8Ykx .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v2hlAk8Ykx .mbr-section-title {
  color: #ffffff;
}
.cid-v2hlAk8Ykx .mbr-role,
.cid-v2hlAk8Ykx .social-row {
  color: #398ab9;
}
.cid-v2hlAk8Ykx .card-text,
.cid-v2hlAk8Ykx .mbr-section-btn,
.cid-v2hlAk8Ykx .social-row {
  color: #ffffff;
}
.cid-v2hlAk8Ykx .card-title,
.cid-v2hlAk8Ykx .social-row {
  color: #0b4b71;
}
.cid-v2hgthJHgR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2hgthJHgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2hgthJHgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2hgthJHgR .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2hgthJHgR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2hgthJHgR .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2hgthJHgR .embla__slide .slide-content {
  width: 100%;
}
.cid-v2hgthJHgR .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2hgthJHgR .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2hgthJHgR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2hgthJHgR .embla__button--next,
.cid-v2hgthJHgR .embla__button--prev {
  display: flex;
}
.cid-v2hgthJHgR .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2hgthJHgR .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2hgthJHgR .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2hgthJHgR .embla__button.embla__button--next {
  right: 0;
}
.cid-v2hgthJHgR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2hgthJHgR .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2hgthJHgR .embla__viewport {
    padding: 0;
  }
}
.cid-v2hgthJHgR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2hgthJHgR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2hgthJHgR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2hgthJHgR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2hgthJHgR .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2hjAJhCtP {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dfdfdf;
}
.cid-v2hjAJhCtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2hjAJhCtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2hjAJhCtP .mbr-text,
.cid-v2hjAJhCtP .mbr-section-btn {
  text-align: center;
  color: #398ab9;
}
.cid-v2hjAJhCtP .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-v2hjAJhCtP .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-tjRwV2prx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1eeff;
}
@media (max-width: 992px) {
  .cid-tjRwV2prx2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjRwV2prx2 .row {
  background: #0b4b71;
  border-radius: 3rem;
  justify-content: center;
  padding: 8rem 6rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tjRwV2prx2 .row {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tjRwV2prx2 .row {
    padding: 3rem 1rem;
  }
}
.cid-tjRwV2prx2 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #0b4b71;
  background: #ffffff;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tjRwV2prx2 .card-box {
  display: flex;
  align-items: center;
}
.cid-tjRwV2prx2 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRwV2prx2 .card-box {
    flex-direction: column;
  }
  .cid-tjRwV2prx2 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tjRwV2prx2 .card-link:hover a {
  background-image: none !important;
}
.cid-tjRwV2prx2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjRwV2prx2 .card-text {
  color: #ffffff;
}
.cid-tjRwV2prx2 .mbr-section-title {
  color: #ffffff;
}
.cid-tjRwV2prx2 .card-title,
.cid-tjRwV2prx2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2lbnlneNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v2lbnlneNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lbnlneNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lbnlneNH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2lbnlneNH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2lbnlneNH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v2lbnlneNH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2lbnlneNH .embla__slide .slide-content {
  width: 100%;
}
.cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-v2lbnlneNH .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v2lbnlneNH .embla__button--next,
.cid-v2lbnlneNH .embla__button--prev {
  display: flex;
}
.cid-v2lbnlneNH .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2lbnlneNH .embla__button {
    top: 0;
  }
}
.cid-v2lbnlneNH .embla__button:hover {
  background-color: #81b8d8 !important;
  color: #0b4b71 !important;
}
.cid-v2lbnlneNH .embla__button:disabled {
  opacity: .5 !important;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
}
.cid-v2lbnlneNH .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2lbnlneNH .embla__button.embla__button--next {
  right: 0;
}
.cid-v2lbnlneNH .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2lbnlneNH .embla {
    padding-top: 4.5rem;
  }
}
.cid-v2lbnlneNH .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2lbnlneNH .embla__viewport {
    width: 100%;
  }
}
.cid-v2lbnlneNH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2lbnlneNH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2lbnlneNH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2lbnlneNH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2lbnlneNH .mbr-section-title,
.cid-v2lbnlneNH .title-wrapper {
  color: #0b4b71;
  text-align: center;
}
.cid-v2lbnlneNH .card-text {
  color: #323432;
  text-align: center;
}
.cid-v2lbnlneNH .card-name,
.cid-v2lbnlneNH .item-img {
  color: #323432;
  text-align: center;
}
.cid-v2lbnlneNH .card-role {
  color: #323432;
  text-align: center;
}
.cid-v2lj6XgMXL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #dfdfdf;
}
.cid-v2lj6XgMXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lj6XgMXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lj6XgMXL img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2lj6XgMXL img {
    margin-bottom: 2rem;
  }
}
.cid-v2lj6XgMXL .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lj6XgMXL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-v2lj6XgMXL .card-wrapper {
    max-width: 400px;
  }
}
.cid-v2lj6XgMXL .mbr-iconfont {
  font-size: 3rem;
  color: #0b4b71;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2lj6XgMXL .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-v2lj6XgMXL .card-text {
  color: #0b4b71;
}
.cid-v2lrfTEaQ4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2lrfTEaQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lrfTEaQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lrfTEaQ4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lrfTEaQ4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lrfTEaQ4 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2lrfTEaQ4 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2lrfTEaQ4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2lrfTEaQ4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2lrfTEaQ4 .btn-wrapper {
  margin-top: -2%;
}
.cid-v2lrfTEaQ4 .mbr-section-title {
  color: #000000;
}
.cid-v2lrfTEaQ4 .item-title {
  color: #000000;
}
.cid-v2lrfTEaQ4 .item-text {
  color: #000000;
}
.cid-v2lrHEXAqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2lrHEXAqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lrHEXAqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lrHEXAqJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lrHEXAqJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lrHEXAqJ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2lrHEXAqJ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2lrHEXAqJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2lrHEXAqJ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2lrHEXAqJ .btn-wrapper {
  margin-top: -2%;
}
.cid-v2lrHEXAqJ .mbr-section-title {
  color: #000000;
}
.cid-v2lrHEXAqJ .item-title {
  color: #000000;
}
.cid-v2lrHEXAqJ .item-text {
  color: #000000;
}
.cid-v2lrIhXex7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2lrIhXex7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lrIhXex7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lrIhXex7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lrIhXex7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lrIhXex7 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2lrIhXex7 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2lrIhXex7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2lrIhXex7 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2lrIhXex7 .btn-wrapper {
  margin-top: -2%;
}
.cid-v2lrIhXex7 .mbr-section-title {
  color: #000000;
}
.cid-v2lrIhXex7 .item-title {
  color: #000000;
}
.cid-v2lrIhXex7 .item-text {
  color: #000000;
}
.cid-v2lpwuiZRA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b4b71;
}
.cid-v2lpwuiZRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpwuiZRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpwuiZRA .mbr-text,
.cid-v2lpwuiZRA .mbr-section-btn {
  text-align: center;
}
.cid-v2lpwuiZRA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2lpwuiZRA .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2m24tnosl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2m24tnosl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2m24tnosl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2m24tnosl .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2m24tnosl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2m24tnosl .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2m24tnosl .embla__slide .slide-content {
  width: 100%;
}
.cid-v2m24tnosl .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2m24tnosl .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2m24tnosl .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2m24tnosl .embla__button--next,
.cid-v2m24tnosl .embla__button--prev {
  display: flex;
}
.cid-v2m24tnosl .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2m24tnosl .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2m24tnosl .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2m24tnosl .embla__button.embla__button--next {
  right: 0;
}
.cid-v2m24tnosl .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2m24tnosl .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2m24tnosl .embla__viewport {
    padding: 0;
  }
}
.cid-v2m24tnosl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2m24tnosl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2m24tnosl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2m24tnosl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2m24tnosl .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2lIQVwMsP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #dfdfdf;
}
.cid-v2lIQVwMsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lIQVwMsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lIQVwMsP .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lIQVwMsP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lIQVwMsP .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2lIQVwMsP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lIQVwMsP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v2lIQVwMsP .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v2lIQVwMsP .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2lIQVwMsP .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2lIQVwMsP .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2lIQVwMsP .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #0b4b71;
}
@media (max-width: 1640px) {
  .cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v2lIQVwMsP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2lIQVwMsP .mbr-label {
  color: #0b4b71;
}
.cid-v2lIQVwMsP .mbr-section-title {
  color: #c10b02;
}
.cid-v2lIQVwMsP .item-title {
  color: #4b4949;
}
.cid-v2lIQVwMsP .mbr-section-title,
.cid-v2lIQVwMsP .title-wrap {
  color: #0b4b71;
  text-align: center;
}
.cid-v2m6Uac41i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dfdfdf;
}
.cid-v2m6Uac41i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2m6Uac41i .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-v2m6Uac41i .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-v2m6Uac41i .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-v2m6Uac41i .form-control,
.cid-v2m6Uac41i .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #dfdfdf;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2m6Uac41i .form-control::-webkit-input-placeholder,
.cid-v2m6Uac41i .field-input::-webkit-input-placeholder,
.cid-v2m6Uac41i .form-control::-webkit-input-placeholder,
.cid-v2m6Uac41i .field-input::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2m6Uac41i .form-control:-moz-placeholder,
.cid-v2m6Uac41i .field-input:-moz-placeholder,
.cid-v2m6Uac41i .form-control:-moz-placeholder,
.cid-v2m6Uac41i .field-input:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2m6Uac41i .form-control:hover,
.cid-v2m6Uac41i .field-input:hover,
.cid-v2m6Uac41i .form-control:focus,
.cid-v2m6Uac41i .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #0b4b71;
  box-shadow: none;
  outline: none;
}
.cid-v2m6Uac41i .form-control:hover::-webkit-input-placeholder,
.cid-v2m6Uac41i .field-input:hover::-webkit-input-placeholder,
.cid-v2m6Uac41i .form-control:focus::-webkit-input-placeholder,
.cid-v2m6Uac41i .field-input:focus::-webkit-input-placeholder,
.cid-v2m6Uac41i .form-control:hover::-webkit-input-placeholder,
.cid-v2m6Uac41i .field-input:hover::-webkit-input-placeholder,
.cid-v2m6Uac41i .form-control:focus::-webkit-input-placeholder,
.cid-v2m6Uac41i .field-input:focus::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2m6Uac41i .form-control:hover:-moz-placeholder,
.cid-v2m6Uac41i .field-input:hover:-moz-placeholder,
.cid-v2m6Uac41i .form-control:focus:-moz-placeholder,
.cid-v2m6Uac41i .field-input:focus:-moz-placeholder,
.cid-v2m6Uac41i .form-control:hover:-moz-placeholder,
.cid-v2m6Uac41i .field-input:hover:-moz-placeholder,
.cid-v2m6Uac41i .form-control:focus:-moz-placeholder,
.cid-v2m6Uac41i .field-input:focus:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2m6Uac41i .jq-number__spin:hover,
.cid-v2m6Uac41i .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2m6Uac41i .jq-number__spin {
  background-color: #dfdfdf;
  border-color: #c1c1c1;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2m6Uac41i .jq-selectbox li,
.cid-v2m6Uac41i .jq-selectbox li {
  background-color: #dfdfdf;
  color: #000000;
}
.cid-v2m6Uac41i .jq-selectbox li:hover,
.cid-v2m6Uac41i .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2m6Uac41i .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2m6Uac41i .jq-number__spin.minus:hover:after,
.cid-v2m6Uac41i .jq-number__spin.plus:hover:after {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
}
.cid-v2m6Uac41i .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2m6Uac41i .jq-number__spin.minus:after,
.cid-v2m6Uac41i .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v2m6Uac41i input::-webkit-clear-button {
  display: none;
}
.cid-v2m6Uac41i input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2m6Uac41i input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2m6Uac41i input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2m6Uac41i .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-v2m6Uac41i .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-v2m6Uac41i H4 {
  color: #0b4b71;
}
.cid-v2lOfolRqn {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0b4b71;
}
.cid-v2lOfolRqn .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-v2lOfolRqn .mbr-iconfont-social:hover {
  color: #d1eeff;
}
.cid-v2lOfolRqn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v2lOfolRqn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #398ab9, #0b4b71);
  display: inline-block;
}
.cid-v2lOfolRqn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v2lOfolRqn .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-v2lOfolRqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lOfolRqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lNve8PS9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b4b71;
  overflow: hidden;
}
.cid-v2mfQ67Ebb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-v2mfQ67Ebb .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-v2mfQ67Ebb nav.navbar {
  position: fixed;
}
.cid-v2mfQ67Ebb .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-v2mfQ67Ebb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mfQ67Ebb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2mfQ67Ebb .dropdown-item:hover,
.cid-v2mfQ67Ebb .dropdown-item:focus {
  background: #398ab9 !important;
  color: white !important;
}
.cid-v2mfQ67Ebb .dropdown-item:hover span {
  color: white;
}
.cid-v2mfQ67Ebb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mfQ67Ebb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mfQ67Ebb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mfQ67Ebb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mfQ67Ebb .nav-link {
  position: relative;
}
.cid-v2mfQ67Ebb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mfQ67Ebb .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mfQ67Ebb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2mfQ67Ebb .dropdown-menu,
.cid-v2mfQ67Ebb .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mfQ67Ebb .nav-item:focus,
.cid-v2mfQ67Ebb .nav-link:focus {
  outline: none;
}
.cid-v2mfQ67Ebb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mfQ67Ebb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mfQ67Ebb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mfQ67Ebb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mfQ67Ebb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mfQ67Ebb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mfQ67Ebb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2mfQ67Ebb .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mfQ67Ebb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mfQ67Ebb .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mfQ67Ebb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mfQ67Ebb .navbar.collapsed {
  justify-content: center;
}
.cid-v2mfQ67Ebb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mfQ67Ebb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mfQ67Ebb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-v2mfQ67Ebb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mfQ67Ebb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mfQ67Ebb .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-v2mfQ67Ebb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mfQ67Ebb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mfQ67Ebb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mfQ67Ebb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mfQ67Ebb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mfQ67Ebb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mfQ67Ebb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mfQ67Ebb .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-v2mfQ67Ebb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mfQ67Ebb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mfQ67Ebb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mfQ67Ebb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mfQ67Ebb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mfQ67Ebb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mfQ67Ebb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mfQ67Ebb .navbar.navbar-short {
  min-height: 80px;
}
.cid-v2mfQ67Ebb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2mfQ67Ebb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2mfQ67Ebb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2mfQ67Ebb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mfQ67Ebb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mfQ67Ebb .dropdown-item.active,
.cid-v2mfQ67Ebb .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mfQ67Ebb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mfQ67Ebb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mfQ67Ebb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mfQ67Ebb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mfQ67Ebb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mfQ67Ebb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mfQ67Ebb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mfQ67Ebb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2mfQ67Ebb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mfQ67Ebb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #398ab9;
}
.cid-v2mfQ67Ebb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mfQ67Ebb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mfQ67Ebb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mfQ67Ebb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mfQ67Ebb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mfQ67Ebb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mfQ67Ebb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mfQ67Ebb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mfQ67Ebb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2mfQ67Ebb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mfQ67Ebb .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-v2mfQ67Ebb .navbar {
    height: 70px;
  }
  .cid-v2mfQ67Ebb .navbar.opened {
    height: auto;
  }
  .cid-v2mfQ67Ebb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mfQcqTeM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1eeff;
}
.cid-v2mfQcqTeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQcqTeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQcqTeM .row {
  flex-direction: row-reverse;
}
.cid-v2mfQcqTeM .row {
  align-items: center;
}
.cid-v2mfQcqTeM img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-v2mfQcqTeM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2mfQcqTeM .mbr-section-title {
  color: #0b4b71;
}
.cid-v2mfQcqTeM .mbr-text,
.cid-v2mfQcqTeM .mbr-section-btn {
  color: #0b4b71;
}
.cid-v2mfQ8hT9I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfQ8hT9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQ8hT9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQ8hT9I .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2mfQ8hT9I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2mfQ8hT9I .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mfQ8hT9I .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfQ8hT9I .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2mfQ8hT9I .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2mfQ8hT9I .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2mfQ8hT9I .embla__button--next,
.cid-v2mfQ8hT9I .embla__button--prev {
  display: flex;
}
.cid-v2mfQ8hT9I .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2mfQ8hT9I .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2mfQ8hT9I .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2mfQ8hT9I .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfQ8hT9I .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2mfQ8hT9I .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2mfQ8hT9I .embla__viewport {
    padding: 0;
  }
}
.cid-v2mfQ8hT9I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfQ8hT9I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfQ8hT9I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfQ8hT9I .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfQ8hT9I .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2mfQ8QY7F {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dfdfdf;
}
.cid-v2mfQ8QY7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQ8QY7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQ8QY7F .mbr-text,
.cid-v2mfQ8QY7F .mbr-section-btn {
  text-align: center;
  color: #398ab9;
}
.cid-v2mfQ8QY7F .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-v2mfQ8QY7F .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2mfQ9fMJa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1eeff;
}
@media (max-width: 992px) {
  .cid-v2mfQ9fMJa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v2mfQ9fMJa .row {
  background: #0b4b71;
  border-radius: 3rem;
  justify-content: center;
  padding: 8rem 6rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v2mfQ9fMJa .row {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2mfQ9fMJa .row {
    padding: 3rem 1rem;
  }
}
.cid-v2mfQ9fMJa .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #0b4b71;
  background: #ffffff;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-v2mfQ9fMJa .card-box {
  display: flex;
  align-items: center;
}
.cid-v2mfQ9fMJa .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2mfQ9fMJa .card-box {
    flex-direction: column;
  }
  .cid-v2mfQ9fMJa .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-v2mfQ9fMJa .card-link:hover a {
  background-image: none !important;
}
.cid-v2mfQ9fMJa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2mfQ9fMJa .card-text {
  color: #ffffff;
}
.cid-v2mfQ9fMJa .mbr-section-title {
  color: #ffffff;
}
.cid-v2mfQ9fMJa .card-title,
.cid-v2mfQ9fMJa .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2mfQ9JJ5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v2mfQ9JJ5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQ9JJ5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQ9JJ5R .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mfQ9JJ5R .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2mfQ9JJ5R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v2mfQ9JJ5R .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-v2mfQ9JJ5R .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v2mfQ9JJ5R .embla__button--next,
.cid-v2mfQ9JJ5R .embla__button--prev {
  display: flex;
}
.cid-v2mfQ9JJ5R .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2mfQ9JJ5R .embla__button {
    top: 0;
  }
}
.cid-v2mfQ9JJ5R .embla__button:hover {
  background-color: #81b8d8 !important;
  color: #0b4b71 !important;
}
.cid-v2mfQ9JJ5R .embla__button:disabled {
  opacity: .5 !important;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
}
.cid-v2mfQ9JJ5R .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2mfQ9JJ5R .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfQ9JJ5R .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2mfQ9JJ5R .embla {
    padding-top: 4.5rem;
  }
}
.cid-v2mfQ9JJ5R .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2mfQ9JJ5R .embla__viewport {
    width: 100%;
  }
}
.cid-v2mfQ9JJ5R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfQ9JJ5R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfQ9JJ5R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfQ9JJ5R .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfQ9JJ5R .mbr-section-title,
.cid-v2mfQ9JJ5R .title-wrapper {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mfQ9JJ5R .card-text {
  color: #323432;
  text-align: center;
}
.cid-v2mfQ9JJ5R .card-name,
.cid-v2mfQ9JJ5R .item-img {
  color: #323432;
  text-align: center;
}
.cid-v2mfQ9JJ5R .card-role {
  color: #323432;
  text-align: center;
}
.cid-v2mfQalXJP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #dfdfdf;
}
.cid-v2mfQalXJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQalXJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQalXJP img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2mfQalXJP img {
    margin-bottom: 2rem;
  }
}
.cid-v2mfQalXJP .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2mfQalXJP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-v2mfQalXJP .card-wrapper {
    max-width: 400px;
  }
}
.cid-v2mfQalXJP .mbr-iconfont {
  font-size: 3rem;
  color: #0b4b71;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2mfQalXJP .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-v2mfQalXJP .card-text {
  color: #0b4b71;
}
.cid-v2mfQaLuPd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfQaLuPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQaLuPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQaLuPd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfQaLuPd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mfQaLuPd .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mfQaLuPd .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mfQaLuPd .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mfQaLuPd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mfQaLuPd .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mfQaLuPd .mbr-section-title {
  color: #000000;
}
.cid-v2mfQaLuPd .item-title {
  color: #000000;
}
.cid-v2mfQaLuPd .item-text {
  color: #000000;
}
.cid-v2mfQbajm6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfQbajm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQbajm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQbajm6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfQbajm6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mfQbajm6 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mfQbajm6 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mfQbajm6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mfQbajm6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mfQbajm6 .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mfQbajm6 .mbr-section-title {
  color: #000000;
}
.cid-v2mfQbajm6 .item-title {
  color: #000000;
}
.cid-v2mfQbajm6 .item-text {
  color: #000000;
}
.cid-v2mfQbASGt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfQbASGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQbASGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQbASGt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfQbASGt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mfQbASGt .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mfQbASGt .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mfQbASGt .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mfQbASGt .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mfQbASGt .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mfQbASGt .mbr-section-title {
  color: #000000;
}
.cid-v2mfQbASGt .item-title {
  color: #000000;
}
.cid-v2mfQbASGt .item-text {
  color: #000000;
}
.cid-v2mfQc0YeB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b4b71;
}
.cid-v2mfQc0YeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQc0YeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQc0YeB .mbr-text,
.cid-v2mfQc0YeB .mbr-section-btn {
  text-align: center;
}
.cid-v2mfQc0YeB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2mfQc0YeB .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2mfQdtOJ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfQdtOJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQdtOJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQdtOJ8 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2mfQdtOJ8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2mfQdtOJ8 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mfQdtOJ8 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfQdtOJ8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2mfQdtOJ8 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2mfQdtOJ8 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2mfQdtOJ8 .embla__button--next,
.cid-v2mfQdtOJ8 .embla__button--prev {
  display: flex;
}
.cid-v2mfQdtOJ8 .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2mfQdtOJ8 .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2mfQdtOJ8 .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2mfQdtOJ8 .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfQdtOJ8 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2mfQdtOJ8 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2mfQdtOJ8 .embla__viewport {
    padding: 0;
  }
}
.cid-v2mfQdtOJ8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfQdtOJ8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfQdtOJ8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfQdtOJ8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfQdtOJ8 .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2mfQe5All {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #dfdfdf;
}
.cid-v2mfQe5All .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQe5All .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQe5All .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2mfQe5All .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2mfQe5All .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2mfQe5All .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfQe5All .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v2mfQe5All .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v2mfQe5All .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mfQe5All .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2mfQe5All .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2mfQe5All .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v2mfQe5All .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v2mfQe5All .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v2mfQe5All .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #0b4b71;
}
@media (max-width: 1640px) {
  .cid-v2mfQe5All .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2mfQe5All .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v2mfQe5All .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v2mfQe5All .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v2mfQe5All .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2mfQe5All .mbr-label {
  color: #0b4b71;
}
.cid-v2mfQe5All .mbr-section-title {
  color: #c10b02;
}
.cid-v2mfQe5All .item-title {
  color: #4b4949;
}
.cid-v2mfQe5All .mbr-section-title,
.cid-v2mfQe5All .title-wrap {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mfQeCumf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dfdfdf;
}
.cid-v2mfQeCumf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2mfQeCumf .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-v2mfQeCumf .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-v2mfQeCumf .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-v2mfQeCumf .form-control,
.cid-v2mfQeCumf .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #dfdfdf;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mfQeCumf .form-control::-webkit-input-placeholder,
.cid-v2mfQeCumf .field-input::-webkit-input-placeholder,
.cid-v2mfQeCumf .form-control::-webkit-input-placeholder,
.cid-v2mfQeCumf .field-input::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2mfQeCumf .form-control:-moz-placeholder,
.cid-v2mfQeCumf .field-input:-moz-placeholder,
.cid-v2mfQeCumf .form-control:-moz-placeholder,
.cid-v2mfQeCumf .field-input:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2mfQeCumf .form-control:hover,
.cid-v2mfQeCumf .field-input:hover,
.cid-v2mfQeCumf .form-control:focus,
.cid-v2mfQeCumf .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #0b4b71;
  box-shadow: none;
  outline: none;
}
.cid-v2mfQeCumf .form-control:hover::-webkit-input-placeholder,
.cid-v2mfQeCumf .field-input:hover::-webkit-input-placeholder,
.cid-v2mfQeCumf .form-control:focus::-webkit-input-placeholder,
.cid-v2mfQeCumf .field-input:focus::-webkit-input-placeholder,
.cid-v2mfQeCumf .form-control:hover::-webkit-input-placeholder,
.cid-v2mfQeCumf .field-input:hover::-webkit-input-placeholder,
.cid-v2mfQeCumf .form-control:focus::-webkit-input-placeholder,
.cid-v2mfQeCumf .field-input:focus::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2mfQeCumf .form-control:hover:-moz-placeholder,
.cid-v2mfQeCumf .field-input:hover:-moz-placeholder,
.cid-v2mfQeCumf .form-control:focus:-moz-placeholder,
.cid-v2mfQeCumf .field-input:focus:-moz-placeholder,
.cid-v2mfQeCumf .form-control:hover:-moz-placeholder,
.cid-v2mfQeCumf .field-input:hover:-moz-placeholder,
.cid-v2mfQeCumf .form-control:focus:-moz-placeholder,
.cid-v2mfQeCumf .field-input:focus:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2mfQeCumf .jq-number__spin:hover,
.cid-v2mfQeCumf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2mfQeCumf .jq-number__spin {
  background-color: #dfdfdf;
  border-color: #c1c1c1;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mfQeCumf .jq-selectbox li,
.cid-v2mfQeCumf .jq-selectbox li {
  background-color: #dfdfdf;
  color: #000000;
}
.cid-v2mfQeCumf .jq-selectbox li:hover,
.cid-v2mfQeCumf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2mfQeCumf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2mfQeCumf .jq-number__spin.minus:hover:after,
.cid-v2mfQeCumf .jq-number__spin.plus:hover:after {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
}
.cid-v2mfQeCumf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2mfQeCumf .jq-number__spin.minus:after,
.cid-v2mfQeCumf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v2mfQeCumf input::-webkit-clear-button {
  display: none;
}
.cid-v2mfQeCumf input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2mfQeCumf input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2mfQeCumf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2mfQeCumf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-v2mfQeCumf .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-v2mfQeCumf H4 {
  color: #0b4b71;
}
.cid-v2mfQfq2Jg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0b4b71;
}
.cid-v2mfQfq2Jg .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-v2mfQfq2Jg .mbr-iconfont-social:hover {
  color: #d1eeff;
}
.cid-v2mfQfq2Jg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v2mfQfq2Jg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #398ab9, #0b4b71);
  display: inline-block;
}
.cid-v2mfQfq2Jg .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v2mfQfq2Jg .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-v2mfQfq2Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfQfq2Jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfQfX6ON {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b4b71;
  overflow: hidden;
}
.cid-v2mfY2TFQf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-v2mfY2TFQf .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-v2mfY2TFQf nav.navbar {
  position: fixed;
}
.cid-v2mfY2TFQf .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-v2mfY2TFQf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mfY2TFQf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2mfY2TFQf .dropdown-item:hover,
.cid-v2mfY2TFQf .dropdown-item:focus {
  background: #398ab9 !important;
  color: white !important;
}
.cid-v2mfY2TFQf .dropdown-item:hover span {
  color: white;
}
.cid-v2mfY2TFQf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mfY2TFQf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mfY2TFQf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mfY2TFQf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mfY2TFQf .nav-link {
  position: relative;
}
.cid-v2mfY2TFQf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mfY2TFQf .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mfY2TFQf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2mfY2TFQf .dropdown-menu,
.cid-v2mfY2TFQf .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mfY2TFQf .nav-item:focus,
.cid-v2mfY2TFQf .nav-link:focus {
  outline: none;
}
.cid-v2mfY2TFQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mfY2TFQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mfY2TFQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mfY2TFQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mfY2TFQf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mfY2TFQf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mfY2TFQf .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2mfY2TFQf .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mfY2TFQf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mfY2TFQf .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mfY2TFQf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mfY2TFQf .navbar.collapsed {
  justify-content: center;
}
.cid-v2mfY2TFQf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mfY2TFQf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mfY2TFQf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-v2mfY2TFQf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mfY2TFQf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mfY2TFQf .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-v2mfY2TFQf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mfY2TFQf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mfY2TFQf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mfY2TFQf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mfY2TFQf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mfY2TFQf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mfY2TFQf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mfY2TFQf .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-v2mfY2TFQf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mfY2TFQf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mfY2TFQf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mfY2TFQf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mfY2TFQf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mfY2TFQf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mfY2TFQf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mfY2TFQf .navbar.navbar-short {
  min-height: 80px;
}
.cid-v2mfY2TFQf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2mfY2TFQf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2mfY2TFQf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2mfY2TFQf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mfY2TFQf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mfY2TFQf .dropdown-item.active,
.cid-v2mfY2TFQf .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mfY2TFQf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mfY2TFQf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mfY2TFQf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mfY2TFQf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mfY2TFQf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mfY2TFQf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mfY2TFQf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mfY2TFQf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2mfY2TFQf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mfY2TFQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #398ab9;
}
.cid-v2mfY2TFQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mfY2TFQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mfY2TFQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mfY2TFQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mfY2TFQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mfY2TFQf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mfY2TFQf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mfY2TFQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mfY2TFQf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2mfY2TFQf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mfY2TFQf .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-v2mfY2TFQf .navbar {
    height: 70px;
  }
  .cid-v2mfY2TFQf .navbar.opened {
    height: auto;
  }
  .cid-v2mfY2TFQf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mfY9mJLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #81b8d8;
}
.cid-v2mfY9mJLk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2mfY9mJLk .item {
    padding: 1.5rem;
  }
}
.cid-v2mfY9mJLk img {
  border-radius: 2rem;
}
.cid-v2mfY9mJLk .item-img {
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-v2mfY9mJLk .item-img {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-v2mfY9mJLk img,
.cid-v2mfY9mJLk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v2mfY9mJLk .item:focus,
.cid-v2mfY9mJLk span:focus {
  outline: none;
}
.cid-v2mfY9mJLk .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #398ab9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v2mfY9mJLk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2mfY9mJLk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2mfY9mJLk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2mfY9mJLk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v2mfY9mJLk .item-wrapper:hover {
  box-shadow: 0 0 40px 0 lightgray;
  transform: scale(1.02);
}
.cid-v2mfY9mJLk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2mfY9mJLk .mbr-section-title {
  color: #ffffff;
}
.cid-v2mfY9mJLk .mbr-text,
.cid-v2mfY9mJLk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v2mfY9mJLk .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2mfY9mJLk .item-subtitle {
  text-align: left;
}
.cid-v2mfY4MvcV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfY4MvcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY4MvcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY4MvcV .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2mfY4MvcV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2mfY4MvcV .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mfY4MvcV .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfY4MvcV .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2mfY4MvcV .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2mfY4MvcV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2mfY4MvcV .embla__button--next,
.cid-v2mfY4MvcV .embla__button--prev {
  display: flex;
}
.cid-v2mfY4MvcV .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2mfY4MvcV .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2mfY4MvcV .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2mfY4MvcV .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfY4MvcV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2mfY4MvcV .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2mfY4MvcV .embla__viewport {
    padding: 0;
  }
}
.cid-v2mfY4MvcV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfY4MvcV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfY4MvcV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfY4MvcV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfY4MvcV .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2mfY5jzEB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dfdfdf;
}
.cid-v2mfY5jzEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY5jzEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY5jzEB .mbr-text,
.cid-v2mfY5jzEB .mbr-section-btn {
  text-align: center;
  color: #398ab9;
}
.cid-v2mfY5jzEB .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-v2mfY5jzEB .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2mfY4aTb1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #dfdfdf;
}
.cid-v2mfY4aTb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY4aTb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY4aTb1 .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-v2mfY4aTb1 .card-text a:hover {
  border: none;
}
.cid-v2mfY4aTb1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v2mfY4aTb1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-v2mfY4aTb1 .row {
  background: #fafafa;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-v2mfY4aTb1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v2mfY4aTb1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v2mfY4aTb1 .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v2mfY4aTb1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2mfY4aTb1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v2mfY4aTb1 .social-row {
  text-align: center;
}
.cid-v2mfY4aTb1 .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-v2mfY4aTb1 .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-v2mfY4aTb1 .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-v2mfY4aTb1 .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v2mfY4aTb1 .mbr-section-title {
  color: #ffffff;
}
.cid-v2mfY4aTb1 .mbr-role,
.cid-v2mfY4aTb1 .social-row {
  color: #398ab9;
}
.cid-v2mfY4aTb1 .card-text,
.cid-v2mfY4aTb1 .mbr-section-btn,
.cid-v2mfY4aTb1 .social-row {
  color: #ffffff;
}
.cid-v2mfY4aTb1 .card-title,
.cid-v2mfY4aTb1 .social-row {
  color: #0b4b71;
}
.cid-v2mfY5Gycf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1eeff;
}
@media (max-width: 992px) {
  .cid-v2mfY5Gycf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v2mfY5Gycf .row {
  background: #0b4b71;
  border-radius: 3rem;
  justify-content: center;
  padding: 8rem 6rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v2mfY5Gycf .row {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2mfY5Gycf .row {
    padding: 3rem 1rem;
  }
}
.cid-v2mfY5Gycf .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #0b4b71;
  background: #ffffff;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-v2mfY5Gycf .card-box {
  display: flex;
  align-items: center;
}
.cid-v2mfY5Gycf .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2mfY5Gycf .card-box {
    flex-direction: column;
  }
  .cid-v2mfY5Gycf .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-v2mfY5Gycf .card-link:hover a {
  background-image: none !important;
}
.cid-v2mfY5Gycf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2mfY5Gycf .card-text {
  color: #ffffff;
}
.cid-v2mfY5Gycf .mbr-section-title {
  color: #ffffff;
}
.cid-v2mfY5Gycf .card-title,
.cid-v2mfY5Gycf .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2mfY6aAWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v2mfY6aAWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY6aAWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY6aAWT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mfY6aAWT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2mfY6aAWT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v2mfY6aAWT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mfY6aAWT .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-v2mfY6aAWT .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v2mfY6aAWT .embla__button--next,
.cid-v2mfY6aAWT .embla__button--prev {
  display: flex;
}
.cid-v2mfY6aAWT .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2mfY6aAWT .embla__button {
    top: 0;
  }
}
.cid-v2mfY6aAWT .embla__button:hover {
  background-color: #81b8d8 !important;
  color: #0b4b71 !important;
}
.cid-v2mfY6aAWT .embla__button:disabled {
  opacity: .5 !important;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
}
.cid-v2mfY6aAWT .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2mfY6aAWT .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfY6aAWT .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2mfY6aAWT .embla {
    padding-top: 4.5rem;
  }
}
.cid-v2mfY6aAWT .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2mfY6aAWT .embla__viewport {
    width: 100%;
  }
}
.cid-v2mfY6aAWT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfY6aAWT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfY6aAWT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfY6aAWT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfY6aAWT .mbr-section-title,
.cid-v2mfY6aAWT .title-wrapper {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mfY6aAWT .card-text {
  color: #323432;
  text-align: center;
}
.cid-v2mfY6aAWT .card-name,
.cid-v2mfY6aAWT .item-img {
  color: #323432;
  text-align: center;
}
.cid-v2mfY6aAWT .card-role {
  color: #323432;
  text-align: center;
}
.cid-v2mfY6LePn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #dfdfdf;
}
.cid-v2mfY6LePn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY6LePn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY6LePn img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2mfY6LePn img {
    margin-bottom: 2rem;
  }
}
.cid-v2mfY6LePn .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2mfY6LePn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-v2mfY6LePn .card-wrapper {
    max-width: 400px;
  }
}
.cid-v2mfY6LePn .mbr-iconfont {
  font-size: 3rem;
  color: #0b4b71;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2mfY6LePn .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-v2mfY6LePn .card-text {
  color: #0b4b71;
}
.cid-v2mfY7ajwV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfY7ajwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY7ajwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY7ajwV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfY7ajwV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mfY7ajwV .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mfY7ajwV .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mfY7ajwV .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mfY7ajwV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mfY7ajwV .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mfY7ajwV .mbr-section-title {
  color: #000000;
}
.cid-v2mfY7ajwV .item-title {
  color: #000000;
}
.cid-v2mfY7ajwV .item-text {
  color: #000000;
}
.cid-v2mfY7zN7R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfY7zN7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY7zN7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY7zN7R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfY7zN7R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mfY7zN7R .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mfY7zN7R .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mfY7zN7R .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mfY7zN7R .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mfY7zN7R .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mfY7zN7R .mbr-section-title {
  color: #000000;
}
.cid-v2mfY7zN7R .item-title {
  color: #000000;
}
.cid-v2mfY7zN7R .item-text {
  color: #000000;
}
.cid-v2mfY829CG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfY829CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY829CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY829CG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfY829CG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mfY829CG .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mfY829CG .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mfY829CG .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mfY829CG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mfY829CG .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mfY829CG .mbr-section-title {
  color: #000000;
}
.cid-v2mfY829CG .item-title {
  color: #000000;
}
.cid-v2mfY829CG .item-text {
  color: #000000;
}
.cid-v2mfY8sEHH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b4b71;
}
.cid-v2mfY8sEHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY8sEHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY8sEHH .mbr-text,
.cid-v2mfY8sEHH .mbr-section-btn {
  text-align: center;
}
.cid-v2mfY8sEHH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2mfY8sEHH .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2mfY9UcnE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dfdfdf;
}
.cid-v2mfY9UcnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfY9UcnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfY9UcnE .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2mfY9UcnE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2mfY9UcnE .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mfY9UcnE .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfY9UcnE .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2mfY9UcnE .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2mfY9UcnE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2mfY9UcnE .embla__button--next,
.cid-v2mfY9UcnE .embla__button--prev {
  display: flex;
}
.cid-v2mfY9UcnE .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2mfY9UcnE .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2mfY9UcnE .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2mfY9UcnE .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfY9UcnE .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2mfY9UcnE .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2mfY9UcnE .embla__viewport {
    padding: 0;
  }
}
.cid-v2mfY9UcnE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfY9UcnE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfY9UcnE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfY9UcnE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfY9UcnE .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2mfYaxhkG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #dfdfdf;
}
.cid-v2mfYaxhkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfYaxhkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfYaxhkG .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2mfYaxhkG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2mfYaxhkG .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2mfYaxhkG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mfYaxhkG .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v2mfYaxhkG .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v2mfYaxhkG .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mfYaxhkG .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2mfYaxhkG .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2mfYaxhkG .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #0b4b71;
}
@media (max-width: 1640px) {
  .cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v2mfYaxhkG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2mfYaxhkG .mbr-label {
  color: #0b4b71;
}
.cid-v2mfYaxhkG .mbr-section-title {
  color: #c10b02;
}
.cid-v2mfYaxhkG .item-title {
  color: #4b4949;
}
.cid-v2mfYaxhkG .mbr-section-title,
.cid-v2mfYaxhkG .title-wrap {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mfYb2iKg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dfdfdf;
}
.cid-v2mfYb2iKg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2mfYb2iKg .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-v2mfYb2iKg .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-v2mfYb2iKg .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-v2mfYb2iKg .form-control,
.cid-v2mfYb2iKg .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #dfdfdf;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mfYb2iKg .form-control::-webkit-input-placeholder,
.cid-v2mfYb2iKg .field-input::-webkit-input-placeholder,
.cid-v2mfYb2iKg .form-control::-webkit-input-placeholder,
.cid-v2mfYb2iKg .field-input::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2mfYb2iKg .form-control:-moz-placeholder,
.cid-v2mfYb2iKg .field-input:-moz-placeholder,
.cid-v2mfYb2iKg .form-control:-moz-placeholder,
.cid-v2mfYb2iKg .field-input:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2mfYb2iKg .form-control:hover,
.cid-v2mfYb2iKg .field-input:hover,
.cid-v2mfYb2iKg .form-control:focus,
.cid-v2mfYb2iKg .field-input:focus {
  background-color: #fafafa;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #0b4b71;
  box-shadow: none;
  outline: none;
}
.cid-v2mfYb2iKg .form-control:hover::-webkit-input-placeholder,
.cid-v2mfYb2iKg .field-input:hover::-webkit-input-placeholder,
.cid-v2mfYb2iKg .form-control:focus::-webkit-input-placeholder,
.cid-v2mfYb2iKg .field-input:focus::-webkit-input-placeholder,
.cid-v2mfYb2iKg .form-control:hover::-webkit-input-placeholder,
.cid-v2mfYb2iKg .field-input:hover::-webkit-input-placeholder,
.cid-v2mfYb2iKg .form-control:focus::-webkit-input-placeholder,
.cid-v2mfYb2iKg .field-input:focus::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2mfYb2iKg .form-control:hover:-moz-placeholder,
.cid-v2mfYb2iKg .field-input:hover:-moz-placeholder,
.cid-v2mfYb2iKg .form-control:focus:-moz-placeholder,
.cid-v2mfYb2iKg .field-input:focus:-moz-placeholder,
.cid-v2mfYb2iKg .form-control:hover:-moz-placeholder,
.cid-v2mfYb2iKg .field-input:hover:-moz-placeholder,
.cid-v2mfYb2iKg .form-control:focus:-moz-placeholder,
.cid-v2mfYb2iKg .field-input:focus:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2mfYb2iKg .jq-number__spin:hover,
.cid-v2mfYb2iKg .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2mfYb2iKg .jq-number__spin {
  background-color: #dfdfdf;
  border-color: #c1c1c1;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mfYb2iKg .jq-selectbox li,
.cid-v2mfYb2iKg .jq-selectbox li {
  background-color: #dfdfdf;
  color: #000000;
}
.cid-v2mfYb2iKg .jq-selectbox li:hover,
.cid-v2mfYb2iKg .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-v2mfYb2iKg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2mfYb2iKg .jq-number__spin.minus:hover:after,
.cid-v2mfYb2iKg .jq-number__spin.plus:hover:after {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
}
.cid-v2mfYb2iKg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2mfYb2iKg .jq-number__spin.minus:after,
.cid-v2mfYb2iKg .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-v2mfYb2iKg input::-webkit-clear-button {
  display: none;
}
.cid-v2mfYb2iKg input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2mfYb2iKg input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2mfYb2iKg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2mfYb2iKg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-v2mfYb2iKg .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-v2mfYb2iKg H4 {
  color: #0b4b71;
}
.cid-v2mfYbS0VN {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0b4b71;
}
.cid-v2mfYbS0VN .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-v2mfYbS0VN .mbr-iconfont-social:hover {
  color: #d1eeff;
}
.cid-v2mfYbS0VN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v2mfYbS0VN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #398ab9, #0b4b71);
  display: inline-block;
}
.cid-v2mfYbS0VN .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v2mfYbS0VN .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-v2mfYbS0VN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfYbS0VN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfYcn0F9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b4b71;
  overflow: hidden;
}
.cid-v2mg0DtP27 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-v2mg0DtP27 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-v2mg0DtP27 nav.navbar {
  position: fixed;
}
.cid-v2mg0DtP27 .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-v2mg0DtP27 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mg0DtP27 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2mg0DtP27 .dropdown-item:hover,
.cid-v2mg0DtP27 .dropdown-item:focus {
  background: #398ab9 !important;
  color: white !important;
}
.cid-v2mg0DtP27 .dropdown-item:hover span {
  color: white;
}
.cid-v2mg0DtP27 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mg0DtP27 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mg0DtP27 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mg0DtP27 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mg0DtP27 .nav-link {
  position: relative;
}
.cid-v2mg0DtP27 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mg0DtP27 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mg0DtP27 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2mg0DtP27 .dropdown-menu,
.cid-v2mg0DtP27 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mg0DtP27 .nav-item:focus,
.cid-v2mg0DtP27 .nav-link:focus {
  outline: none;
}
.cid-v2mg0DtP27 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mg0DtP27 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mg0DtP27 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mg0DtP27 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mg0DtP27 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mg0DtP27 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mg0DtP27 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2mg0DtP27 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mg0DtP27 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mg0DtP27 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mg0DtP27 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mg0DtP27 .navbar.collapsed {
  justify-content: center;
}
.cid-v2mg0DtP27 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mg0DtP27 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mg0DtP27 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-v2mg0DtP27 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mg0DtP27 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mg0DtP27 .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-v2mg0DtP27 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mg0DtP27 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mg0DtP27 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mg0DtP27 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mg0DtP27 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mg0DtP27 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mg0DtP27 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mg0DtP27 .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-v2mg0DtP27 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mg0DtP27 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mg0DtP27 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mg0DtP27 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mg0DtP27 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mg0DtP27 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mg0DtP27 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mg0DtP27 .navbar.navbar-short {
  min-height: 80px;
}
.cid-v2mg0DtP27 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2mg0DtP27 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2mg0DtP27 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2mg0DtP27 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mg0DtP27 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mg0DtP27 .dropdown-item.active,
.cid-v2mg0DtP27 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mg0DtP27 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mg0DtP27 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mg0DtP27 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mg0DtP27 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mg0DtP27 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mg0DtP27 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mg0DtP27 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mg0DtP27 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2mg0DtP27 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mg0DtP27 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #398ab9;
}
.cid-v2mg0DtP27 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mg0DtP27 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mg0DtP27 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mg0DtP27 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mg0DtP27 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mg0DtP27 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mg0DtP27 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mg0DtP27 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mg0DtP27 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2mg0DtP27 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mg0DtP27 .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-v2mg0DtP27 .navbar {
    height: 70px;
  }
  .cid-v2mg0DtP27 .navbar.opened {
    height: auto;
  }
  .cid-v2mg0DtP27 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mg0KHqtV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #dfdfdf;
}
.cid-v2mg0KHqtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg0KHqtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg0KHqtV .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2mg0KHqtV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2mg0KHqtV .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2mg0KHqtV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mg0KHqtV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v2mg0KHqtV .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v2mg0KHqtV .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mg0KHqtV .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2mg0KHqtV .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2mg0KHqtV .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #0b4b71;
}
@media (max-width: 1640px) {
  .cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v2mg0KHqtV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2mg0KHqtV .mbr-label {
  color: #0b4b71;
}
.cid-v2mg0KHqtV .mbr-section-title {
  color: #c10b02;
}
.cid-v2mg0KHqtV .item-title {
  color: #4b4949;
}
.cid-v2mg0KHqtV .mbr-section-title,
.cid-v2mg0KHqtV .title-wrap {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mg0LcTlR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dfdfdf;
}
.cid-v2mg0LcTlR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2mg0LcTlR .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-v2mg0LcTlR .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-v2mg0LcTlR .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-v2mg0LcTlR .form-control,
.cid-v2mg0LcTlR .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #dfdfdf;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mg0LcTlR .form-control::-webkit-input-placeholder,
.cid-v2mg0LcTlR .field-input::-webkit-input-placeholder,
.cid-v2mg0LcTlR .form-control::-webkit-input-placeholder,
.cid-v2mg0LcTlR .field-input::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2mg0LcTlR .form-control:-moz-placeholder,
.cid-v2mg0LcTlR .field-input:-moz-placeholder,
.cid-v2mg0LcTlR .form-control:-moz-placeholder,
.cid-v2mg0LcTlR .field-input:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2mg0LcTlR .form-control:hover,
.cid-v2mg0LcTlR .field-input:hover,
.cid-v2mg0LcTlR .form-control:focus,
.cid-v2mg0LcTlR .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #0b4b71;
  box-shadow: none;
  outline: none;
}
.cid-v2mg0LcTlR .form-control:hover::-webkit-input-placeholder,
.cid-v2mg0LcTlR .field-input:hover::-webkit-input-placeholder,
.cid-v2mg0LcTlR .form-control:focus::-webkit-input-placeholder,
.cid-v2mg0LcTlR .field-input:focus::-webkit-input-placeholder,
.cid-v2mg0LcTlR .form-control:hover::-webkit-input-placeholder,
.cid-v2mg0LcTlR .field-input:hover::-webkit-input-placeholder,
.cid-v2mg0LcTlR .form-control:focus::-webkit-input-placeholder,
.cid-v2mg0LcTlR .field-input:focus::-webkit-input-placeholder {
  color: #81b8d8;
}
.cid-v2mg0LcTlR .form-control:hover:-moz-placeholder,
.cid-v2mg0LcTlR .field-input:hover:-moz-placeholder,
.cid-v2mg0LcTlR .form-control:focus:-moz-placeholder,
.cid-v2mg0LcTlR .field-input:focus:-moz-placeholder,
.cid-v2mg0LcTlR .form-control:hover:-moz-placeholder,
.cid-v2mg0LcTlR .field-input:hover:-moz-placeholder,
.cid-v2mg0LcTlR .form-control:focus:-moz-placeholder,
.cid-v2mg0LcTlR .field-input:focus:-moz-placeholder {
  color: #81b8d8;
}
.cid-v2mg0LcTlR .jq-number__spin:hover,
.cid-v2mg0LcTlR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2mg0LcTlR .jq-number__spin {
  background-color: #dfdfdf;
  border-color: #c1c1c1;
  color: #0b4b71;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mg0LcTlR .jq-selectbox li,
.cid-v2mg0LcTlR .jq-selectbox li {
  background-color: #dfdfdf;
  color: #000000;
}
.cid-v2mg0LcTlR .jq-selectbox li:hover,
.cid-v2mg0LcTlR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2mg0LcTlR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2mg0LcTlR .jq-number__spin.minus:hover:after,
.cid-v2mg0LcTlR .jq-number__spin.plus:hover:after {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
}
.cid-v2mg0LcTlR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2mg0LcTlR .jq-number__spin.minus:after,
.cid-v2mg0LcTlR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v2mg0LcTlR input::-webkit-clear-button {
  display: none;
}
.cid-v2mg0LcTlR input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2mg0LcTlR input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2mg0LcTlR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2mg0LcTlR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-v2mg0LcTlR .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-v2mg0LcTlR H4 {
  color: #0b4b71;
}
.cid-v2mg0LXzXe {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0b4b71;
}
.cid-v2mg0LXzXe .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-v2mg0LXzXe .mbr-iconfont-social:hover {
  color: #d1eeff;
}
.cid-v2mg0LXzXe .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v2mg0LXzXe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #398ab9, #0b4b71);
  display: inline-block;
}
.cid-v2mg0LXzXe .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v2mg0LXzXe .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-v2mg0LXzXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg0LXzXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg0MrtOq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b4b71;
  overflow: hidden;
}
.cid-v2mg2HHS22 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-v2mg2HHS22 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-v2mg2HHS22 nav.navbar {
  position: fixed;
}
.cid-v2mg2HHS22 .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-v2mg2HHS22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mg2HHS22 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2mg2HHS22 .dropdown-item:hover,
.cid-v2mg2HHS22 .dropdown-item:focus {
  background: #398ab9 !important;
  color: white !important;
}
.cid-v2mg2HHS22 .dropdown-item:hover span {
  color: white;
}
.cid-v2mg2HHS22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mg2HHS22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mg2HHS22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mg2HHS22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mg2HHS22 .nav-link {
  position: relative;
}
.cid-v2mg2HHS22 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mg2HHS22 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mg2HHS22 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2mg2HHS22 .dropdown-menu,
.cid-v2mg2HHS22 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mg2HHS22 .nav-item:focus,
.cid-v2mg2HHS22 .nav-link:focus {
  outline: none;
}
.cid-v2mg2HHS22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mg2HHS22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mg2HHS22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mg2HHS22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mg2HHS22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mg2HHS22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mg2HHS22 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2mg2HHS22 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mg2HHS22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mg2HHS22 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mg2HHS22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mg2HHS22 .navbar.collapsed {
  justify-content: center;
}
.cid-v2mg2HHS22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mg2HHS22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mg2HHS22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-v2mg2HHS22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mg2HHS22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mg2HHS22 .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-v2mg2HHS22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mg2HHS22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mg2HHS22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mg2HHS22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mg2HHS22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mg2HHS22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mg2HHS22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mg2HHS22 .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-v2mg2HHS22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mg2HHS22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mg2HHS22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mg2HHS22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mg2HHS22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mg2HHS22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mg2HHS22 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mg2HHS22 .navbar.navbar-short {
  min-height: 80px;
}
.cid-v2mg2HHS22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2mg2HHS22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2mg2HHS22 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2mg2HHS22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mg2HHS22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mg2HHS22 .dropdown-item.active,
.cid-v2mg2HHS22 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mg2HHS22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mg2HHS22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mg2HHS22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mg2HHS22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mg2HHS22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mg2HHS22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mg2HHS22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mg2HHS22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2mg2HHS22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mg2HHS22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #398ab9;
}
.cid-v2mg2HHS22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mg2HHS22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mg2HHS22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mg2HHS22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mg2HHS22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mg2HHS22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mg2HHS22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mg2HHS22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mg2HHS22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2mg2HHS22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mg2HHS22 .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-v2mg2HHS22 .navbar {
    height: 70px;
  }
  .cid-v2mg2HHS22 .navbar.opened {
    height: auto;
  }
  .cid-v2mg2HHS22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mg2ICxch {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #398ab9;
}
.cid-v2mg2ICxch .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2ICxch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2ICxch .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2mg2ICxch .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-v2mg2ICxch .row {
  align-items: center;
}
.cid-v2mg2ICxch img {
  border-radius: 2rem;
}
.cid-v2mg2ICxch .image-wrapper {
  background: #0b4b71;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2mg2ICxch .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2mg2ICxch .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2mg2ICxch .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2mg2ICxch .mbr-section-title {
  color: #ffffff;
}
.cid-v2mg2ICxch .mbr-text,
.cid-v2mg2ICxch .mbr-section-btn {
  color: #ffffff;
}
.cid-v2mg2IXZ7X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-v2mg2IXZ7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2IXZ7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2IXZ7X .card-text a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.cid-v2mg2IXZ7X .card-text a:hover {
  border: none;
}
.cid-v2mg2IXZ7X .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v2mg2IXZ7X .team-card:hover {
  transform: translateY(-10px);
}
.cid-v2mg2IXZ7X .row {
  background: #ffffff;
  border-radius: 3rem;
  padding: 6rem 1rem;
  margin: 0;
}
.cid-v2mg2IXZ7X .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v2mg2IXZ7X .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v2mg2IXZ7X .card-wrap .image-wrap img {
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v2mg2IXZ7X .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2mg2IXZ7X .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v2mg2IXZ7X .social-row {
  text-align: center;
}
.cid-v2mg2IXZ7X .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-v2mg2IXZ7X .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-v2mg2IXZ7X .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-v2mg2IXZ7X .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v2mg2IXZ7X .mbr-section-title {
  color: #ffffff;
}
.cid-v2mg2IXZ7X .mbr-role,
.cid-v2mg2IXZ7X .social-row {
  color: #398ab9;
}
.cid-v2mg2IXZ7X .card-text,
.cid-v2mg2IXZ7X .mbr-section-btn,
.cid-v2mg2IXZ7X .social-row {
  color: #ffffff;
}
.cid-v2mg2IXZ7X .card-title,
.cid-v2mg2IXZ7X .social-row {
  color: #0b4b71;
}
.cid-v2mg2JxBAV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2mg2JxBAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2JxBAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2JxBAV .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2mg2JxBAV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2mg2JxBAV .content-wrapper::before,
.cid-v2mg2JxBAV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2mg2JxBAV .content-wrapper::before {
  left: 0;
}
.cid-v2mg2JxBAV .content-wrapper::after {
  right: 0;
}
.cid-v2mg2JxBAV .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2mg2JxBAV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2mg2JxBAV .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mg2JxBAV .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mg2JxBAV .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2mg2JxBAV .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2mg2JxBAV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2mg2JxBAV .embla__button--next,
.cid-v2mg2JxBAV .embla__button--prev {
  display: flex;
}
.cid-v2mg2JxBAV .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2mg2JxBAV .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2mg2JxBAV .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2mg2JxBAV .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mg2JxBAV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2mg2JxBAV .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2mg2JxBAV .embla__viewport {
    padding: 0;
  }
}
.cid-v2mg2JxBAV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mg2JxBAV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mg2JxBAV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mg2JxBAV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mg2JxBAV .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2mg2K3yNx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mg2K3yNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2K3yNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2K3yNx .mbr-text,
.cid-v2mg2K3yNx .mbr-section-btn {
  text-align: center;
  color: #398ab9;
}
.cid-v2mg2K3yNx .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-v2mg2K3yNx .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2mg2KpBMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1eeff;
}
@media (max-width: 992px) {
  .cid-v2mg2KpBMg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v2mg2KpBMg .row {
  background: #0b4b71;
  border-radius: 3rem;
  justify-content: center;
  padding: 8rem 6rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v2mg2KpBMg .row {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2mg2KpBMg .row {
    padding: 3rem 1rem;
  }
}
.cid-v2mg2KpBMg .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #0b4b71;
  background: #ffffff;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-v2mg2KpBMg .card-box {
  display: flex;
  align-items: center;
}
.cid-v2mg2KpBMg .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2mg2KpBMg .card-box {
    flex-direction: column;
  }
  .cid-v2mg2KpBMg .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-v2mg2KpBMg .card-link:hover a {
  background-image: none !important;
}
.cid-v2mg2KpBMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2mg2KpBMg .card-text {
  color: #ffffff;
}
.cid-v2mg2KpBMg .mbr-section-title {
  color: #ffffff;
}
.cid-v2mg2KpBMg .card-title,
.cid-v2mg2KpBMg .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2mg2KQqrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mg2KQqrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2KQqrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2KQqrg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mg2KQqrg .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2mg2KQqrg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v2mg2KQqrg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mg2KQqrg .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-v2mg2KQqrg .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v2mg2KQqrg .embla__button--next,
.cid-v2mg2KQqrg .embla__button--prev {
  display: flex;
}
.cid-v2mg2KQqrg .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2mg2KQqrg .embla__button {
    top: 0;
  }
}
.cid-v2mg2KQqrg .embla__button:hover {
  background-color: #81b8d8 !important;
  color: #0b4b71 !important;
}
.cid-v2mg2KQqrg .embla__button:disabled {
  opacity: .5 !important;
  background-color: #0b4b71 !important;
  color: #81b8d8 !important;
}
.cid-v2mg2KQqrg .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2mg2KQqrg .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mg2KQqrg .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2mg2KQqrg .embla {
    padding-top: 4.5rem;
  }
}
.cid-v2mg2KQqrg .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v2mg2KQqrg .embla__viewport {
    width: 100%;
  }
}
.cid-v2mg2KQqrg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mg2KQqrg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mg2KQqrg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mg2KQqrg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mg2KQqrg .mbr-section-title,
.cid-v2mg2KQqrg .title-wrapper {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mg2KQqrg .card-text {
  color: #323432;
  text-align: center;
}
.cid-v2mg2KQqrg .card-name,
.cid-v2mg2KQqrg .item-img {
  color: #323432;
  text-align: center;
}
.cid-v2mg2KQqrg .card-role {
  color: #323432;
  text-align: center;
}
.cid-v2mg2LtgFZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2mg2LtgFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2LtgFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2LtgFZ img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2mg2LtgFZ img {
    margin-bottom: 2rem;
  }
}
.cid-v2mg2LtgFZ .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2mg2LtgFZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-v2mg2LtgFZ .card-wrapper {
    max-width: 400px;
  }
}
.cid-v2mg2LtgFZ .mbr-iconfont {
  font-size: 3rem;
  color: #0b4b71;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2mg2LtgFZ .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-v2mg2LtgFZ .card-text {
  color: #0b4b71;
}
.cid-v2mg2LSjV3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2mg2LSjV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2LSjV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2LSjV3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mg2LSjV3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mg2LSjV3 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mg2LSjV3 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mg2LSjV3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mg2LSjV3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mg2LSjV3 .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mg2LSjV3 .mbr-section-title {
  color: #000000;
}
.cid-v2mg2LSjV3 .item-title {
  color: #000000;
}
.cid-v2mg2LSjV3 .item-text {
  color: #000000;
}
.cid-v2mg2MhTfm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2mg2MhTfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2MhTfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2MhTfm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mg2MhTfm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mg2MhTfm .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mg2MhTfm .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mg2MhTfm .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mg2MhTfm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mg2MhTfm .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mg2MhTfm .mbr-section-title {
  color: #000000;
}
.cid-v2mg2MhTfm .item-title {
  color: #000000;
}
.cid-v2mg2MhTfm .item-text {
  color: #000000;
}
.cid-v2mg2MGkWK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2mg2MGkWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2MGkWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2MGkWK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mg2MGkWK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2mg2MGkWK .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v2mg2MGkWK .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v2mg2MGkWK .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v2mg2MGkWK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2mg2MGkWK .btn-wrapper {
  margin-top: -2%;
}
.cid-v2mg2MGkWK .mbr-section-title {
  color: #000000;
}
.cid-v2mg2MGkWK .item-title {
  color: #000000;
}
.cid-v2mg2MGkWK .item-text {
  color: #000000;
}
.cid-v2mg2N7Ut8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b4b71;
}
.cid-v2mg2N7Ut8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2N7Ut8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2N7Ut8 .mbr-text,
.cid-v2mg2N7Ut8 .mbr-section-btn {
  text-align: center;
}
.cid-v2mg2N7Ut8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2mg2N7Ut8 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-v2mg2NxuDW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1eeff;
}
.cid-v2mg2NxuDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2NxuDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2NxuDW .row {
  flex-direction: row-reverse;
}
.cid-v2mg2NxuDW .row {
  align-items: center;
}
.cid-v2mg2NxuDW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-v2mg2NxuDW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2mg2NxuDW .mbr-section-title {
  color: #0b4b71;
}
.cid-v2mg2NxuDW .mbr-text,
.cid-v2mg2NxuDW .mbr-section-btn {
  color: #0b4b71;
}
.cid-v2mg2NZnxO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-v2mg2NZnxO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-v2mg2NZnxO .item {
    padding: 1.5rem;
  }
}
.cid-v2mg2NZnxO img {
  border-radius: 2rem;
}
.cid-v2mg2NZnxO .item-img {
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-v2mg2NZnxO .item-img {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-v2mg2NZnxO img,
.cid-v2mg2NZnxO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v2mg2NZnxO .item:focus,
.cid-v2mg2NZnxO span:focus {
  outline: none;
}
.cid-v2mg2NZnxO .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #81b8d8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v2mg2NZnxO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2mg2NZnxO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2mg2NZnxO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2mg2NZnxO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v2mg2NZnxO .item-wrapper:hover {
  box-shadow: 0 0 40px 0 lightgray;
  transform: scale(1.02);
}
.cid-v2mg2NZnxO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2mg2NZnxO .mbr-section-title {
  color: #0b4b71;
}
.cid-v2mg2NZnxO .mbr-text,
.cid-v2mg2NZnxO .mbr-section-btn {
  text-align: center;
  color: #0b4b71;
}
.cid-v2mg2NZnxO .item-title {
  text-align: center;
  color: #0b4b71;
}
.cid-v2mg2NZnxO .item-subtitle {
  text-align: left;
}
.cid-v2mg2Ow1DZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2mg2Ow1DZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2Ow1DZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2Ow1DZ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2mg2Ow1DZ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2mg2Ow1DZ .content-wrapper::before,
.cid-v2mg2Ow1DZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2mg2Ow1DZ .content-wrapper::before {
  left: 0;
}
.cid-v2mg2Ow1DZ .content-wrapper::after {
  right: 0;
}
.cid-v2mg2Ow1DZ .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2mg2Ow1DZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v2mg2Ow1DZ .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2mg2Ow1DZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mg2Ow1DZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2mg2Ow1DZ .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2mg2Ow1DZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v2mg2Ow1DZ .embla__button--next,
.cid-v2mg2Ow1DZ .embla__button--prev {
  display: flex;
}
.cid-v2mg2Ow1DZ .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #0a0a0a !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2mg2Ow1DZ .embla__button:disabled {
  opacity: .5 !important;
}
.cid-v2mg2Ow1DZ .embla__button.embla__button--prev {
  right: 36px;
}
.cid-v2mg2Ow1DZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mg2Ow1DZ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2mg2Ow1DZ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v2mg2Ow1DZ .embla__viewport {
    padding: 0;
  }
}
.cid-v2mg2Ow1DZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mg2Ow1DZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mg2Ow1DZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mg2Ow1DZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mg2Ow1DZ .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2mg2P8rbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v2mg2P8rbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2P8rbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2P8rbL .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2mg2P8rbL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2mg2P8rbL .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2mg2P8rbL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mg2P8rbL .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v2mg2P8rbL .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-v2mg2P8rbL .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mg2P8rbL .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-v2mg2P8rbL .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2mg2P8rbL .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #0b4b71;
}
@media (max-width: 1640px) {
  .cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v2mg2P8rbL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2mg2P8rbL .mbr-label {
  color: #0b4b71;
}
.cid-v2mg2P8rbL .mbr-section-title {
  color: #c10b02;
}
.cid-v2mg2P8rbL .item-title {
  color: #4b4949;
}
.cid-v2mg2P8rbL .mbr-section-title,
.cid-v2mg2P8rbL .title-wrap {
  color: #0b4b71;
  text-align: center;
}
.cid-v2mg2PCOfD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2mg2PCOfD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2mg2PCOfD .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-v2mg2PCOfD .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-v2mg2PCOfD .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-v2mg2PCOfD .form-control,
.cid-v2mg2PCOfD .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mg2PCOfD .form-control::-webkit-input-placeholder,
.cid-v2mg2PCOfD .field-input::-webkit-input-placeholder,
.cid-v2mg2PCOfD .form-control::-webkit-input-placeholder,
.cid-v2mg2PCOfD .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v2mg2PCOfD .form-control:-moz-placeholder,
.cid-v2mg2PCOfD .field-input:-moz-placeholder,
.cid-v2mg2PCOfD .form-control:-moz-placeholder,
.cid-v2mg2PCOfD .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v2mg2PCOfD .form-control:hover,
.cid-v2mg2PCOfD .field-input:hover,
.cid-v2mg2PCOfD .form-control:focus,
.cid-v2mg2PCOfD .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v2mg2PCOfD .form-control:hover::-webkit-input-placeholder,
.cid-v2mg2PCOfD .field-input:hover::-webkit-input-placeholder,
.cid-v2mg2PCOfD .form-control:focus::-webkit-input-placeholder,
.cid-v2mg2PCOfD .field-input:focus::-webkit-input-placeholder,
.cid-v2mg2PCOfD .form-control:hover::-webkit-input-placeholder,
.cid-v2mg2PCOfD .field-input:hover::-webkit-input-placeholder,
.cid-v2mg2PCOfD .form-control:focus::-webkit-input-placeholder,
.cid-v2mg2PCOfD .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v2mg2PCOfD .form-control:hover:-moz-placeholder,
.cid-v2mg2PCOfD .field-input:hover:-moz-placeholder,
.cid-v2mg2PCOfD .form-control:focus:-moz-placeholder,
.cid-v2mg2PCOfD .field-input:focus:-moz-placeholder,
.cid-v2mg2PCOfD .form-control:hover:-moz-placeholder,
.cid-v2mg2PCOfD .field-input:hover:-moz-placeholder,
.cid-v2mg2PCOfD .form-control:focus:-moz-placeholder,
.cid-v2mg2PCOfD .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v2mg2PCOfD .jq-number__spin:hover,
.cid-v2mg2PCOfD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2mg2PCOfD .jq-number__spin {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2mg2PCOfD .jq-selectbox li,
.cid-v2mg2PCOfD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2mg2PCOfD .jq-selectbox li:hover,
.cid-v2mg2PCOfD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2mg2PCOfD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2mg2PCOfD .jq-number__spin.minus:hover:after,
.cid-v2mg2PCOfD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v2mg2PCOfD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2mg2PCOfD .jq-number__spin.minus:after,
.cid-v2mg2PCOfD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v2mg2PCOfD input::-webkit-clear-button {
  display: none;
}
.cid-v2mg2PCOfD input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2mg2PCOfD input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2mg2PCOfD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2mg2PCOfD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-v2mg2PCOfD .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-v2mg2PCOfD H4 {
  color: #0b4b71;
}
.cid-v2mg2Qn9c1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0b4b71;
}
.cid-v2mg2Qn9c1 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-v2mg2Qn9c1 .mbr-iconfont-social:hover {
  color: #d1eeff;
}
.cid-v2mg2Qn9c1 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v2mg2Qn9c1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #398ab9, #0b4b71);
  display: inline-block;
}
.cid-v2mg2Qn9c1 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v2mg2Qn9c1 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-v2mg2Qn9c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mg2Qn9c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mg2QUxiY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b4b71;
  overflow: hidden;
}
