body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.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: #255085 !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: #ed4266 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23255085' %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;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5EGMYF1Pz {
  background-image: url("https://r.mobirisesite.com/2039573/assets/images/background1-h_mi9bxcj7.jpg");
  background-position: right;
}
.cid-v5EGMYF1Pz .wrapper {
  position: relative;
  border-top: 3px solid #255085;
  border-right: 3px solid #255085;
  border-left: 3px solid #255085;
  padding: 2.5rem 2.5rem;
}
.cid-v5EGMYF1Pz .wrapper:before {
  content: "";
  background: #255085;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-v5EGMYF1Pz .wrapper:after {
  content: "";
  background: #255085;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-v5EGMYF1Pz img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-v5EGMYF1Pz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-v5EGMYF1Pz H1 {
  color: #232323;
}
.cid-v5EGMYF1Pz .mbr-text,
.cid-v5EGMYF1Pz .mbr-section-btn {
  color: #ff7f9f;
}
.cid-v5G94FF76o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5G94FF76o .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5G94FF76o .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5G94FF76o .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5G94FF76o .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5G94FF76o .card {
  padding: 0!important;
}
.cid-v5G94FF76o .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5G94FF76o .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5G94FF76o .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5G94FF76o .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5G94FF76o .card1 {
  background: #1b3a61;
}
.cid-v5G94FF76o .card2 {
  background: #1d3f69;
}
.cid-v5G94FF76o .card3 {
  background: #1f4471;
}
.cid-v5G94FF76o .card4 {
  background: #224879;
}
.cid-v5G94FF76o .card5 {
  background: #244d81;
}
.cid-v5G94FF76o .card6 {
  background: #265289;
}
.cid-v5G94FF76o .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5G94FF76o .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5G94FF76o .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4HkiPJUA {
  padding-top: 45px;
  padding-bottom: 135px;
}
.cid-ro4HkiPJUA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-ro4HkiPJUA H2 {
  color: #232323;
}
.cid-ro4HkiPJUA H3 {
  color: #232323;
}
.cid-ro4HkiPJUA .mbr-text,
.cid-ro4HkiPJUA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4HkiPJUA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-v3dPTwR4kd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3dPTwR4kd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3dPTwR4kd section {
  position: relative;
}
.cid-v3dPTwR4kd h4 {
  margin: 0;
}
.cid-v3dPTwR4kd a {
  font-weight: 300;
}
.cid-v3dPTwR4kd .row {
  align-items: center;
}
.cid-v3dPTwR4kd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3dPTwR4kd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3dPTwR4kd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .align-left {
    text-align: center;
  }
  .cid-v3dPTwR4kd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3dPTwR4kd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3dPTwR4kd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3dPTwR4kd .item-title {
  color: #c1c1c1;
}
.cid-v3dPTwR4kd H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v3dKeNoA7k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v3dKeNoA7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dKeNoA7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dKeNoA7k .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v3dKeNoA7k .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3dKeNoA7k .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v3dKeNoA7k .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3dKeNoA7k .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v3dKeNoA7k .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3dKeNoA7k {
    display: block;
  }
}
.cid-v3dKeNoA7k .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v3dKeNoA7k .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v3dKeNoA7k .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3dKeNoA7k .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v3dKeNoA7k .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3dKeNoA7k .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3dKeNoA7k .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3dKeNoA7k .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v3dKeNoA7k .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3dKeNoA7k .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3dKeNoA7k .mbr-section-title {
  color: #0a0a0a;
}
.cid-v3dKeNoA7k .mbr-text {
  color: #0a0a0a;
}
.cid-v3dKeNoA7k .item-name {
  color: #0a0a0a;
}
.cid-v3dKeNoA7k .item-role {
  color: #909090;
}
.cid-v3dKeNoA7k .mbr-text,
.cid-v3dKeNoA7k .text-wrapper {
  color: #f8f8f8;
}
.cid-v3dKeNoA7k .mbr-section-title,
.cid-v3dKeNoA7k .mbr-section-btn {
  color: #ed4266;
}
.cid-v5aZ4EW7am {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #255085;
  overflow: hidden;
}
.cid-v5aZ4EW7am .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aZ4EW7am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aZ4EW7am .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v5aZ4EW7am .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v5aZ4EW7am .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-v5aZ4EW7am .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-v5aZ4EW7am .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-v5aZ4EW7am .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5aZ4EW7am .mbr-section-head {
  width: 100%;
}
.cid-v5aZ4EW7am .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v5aZ4EW7am .mbr-section-title {
    text-align: center;
  }
}
.cid-v5aZ4EW7am .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v5aZ4EW7am .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v5aZ4EW7am .card-row {
  align-items: stretch;
}
.cid-v5aZ4EW7am .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v5aZ4EW7am .item {
    margin-top: 30px;
  }
}
.cid-v5aZ4EW7am .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #255085, #255085);
}
@media (max-width: 575px) {
  .cid-v5aZ4EW7am .item-wrapper {
    padding: 20px;
  }
}
.cid-v5aZ4EW7am .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v5aZ4EW7am .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-v5aZ4EW7am .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #255085, #255085);
  opacity: 0;
  transition: .4s all;
}
.cid-v5aZ4EW7am .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v5aZ4EW7am .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v5aZ4EW7am .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-v5aZ4EW7am .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v5aZ4EW7am .card-title {
    margin-bottom: 10px;
  }
}
.cid-v5aZ4EW7am .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v5aZ4EW7am .card-text a {
  transition: .4s all;
}
.cid-v5aZ4EW7am .card-text a:hover {
  color: #255085 !important;
}
.cid-v5JT1Q8mh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5JT1Q8mh8 .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5JT1Q8mh8 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5JT1Q8mh8 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5JT1Q8mh8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5JT1Q8mh8 .card {
  padding: 0 !important;
}
.cid-v5JT1Q8mh8 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5JT1Q8mh8 .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5JT1Q8mh8 .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5JT1Q8mh8 .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5JT1Q8mh8 .card1 {
  background: #1b3a61;
}
.cid-v5JT1Q8mh8 .card2 {
  background: #1d3f69;
}
.cid-v5JT1Q8mh8 .card3 {
  background: #1f4471;
}
.cid-v5JT1Q8mh8 .card4 {
  background: #224879;
}
.cid-v5JT1Q8mh8 .card5 {
  background: #244d81;
}
.cid-v5JT1Q8mh8 .card6 {
  background: #265289;
}
.cid-v5JT1Q8mh8 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5JT1Q8mh8 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5JT1Q8mh8 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5JT1Q8mh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JT1Q8mh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dPTwR4kd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3dPTwR4kd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3dPTwR4kd section {
  position: relative;
}
.cid-v3dPTwR4kd h4 {
  margin: 0;
}
.cid-v3dPTwR4kd a {
  font-weight: 300;
}
.cid-v3dPTwR4kd .row {
  align-items: center;
}
.cid-v3dPTwR4kd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3dPTwR4kd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3dPTwR4kd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .align-left {
    text-align: center;
  }
  .cid-v3dPTwR4kd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3dPTwR4kd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3dPTwR4kd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3dPTwR4kd .item-title {
  color: #c1c1c1;
}
.cid-v3dPTwR4kd H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v3e3wxvgMF {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #255085;
}
.cid-v3e3wxvgMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e3wxvgMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e3wxvgMF .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e3wxvgMF .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e3wxvgMF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e3wxvgMF .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e3wxvgMF .mbr-section-title {
  color: #ffffff;
}
.cid-v5aJRb9QQA {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #255085;
}
.cid-v5aJRb9QQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aJRb9QQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aJRb9QQA .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5aJRb9QQA .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v5aJRb9QQA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5aJRb9QQA .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5aJRb9QQA .mbr-section-title {
  color: #ffffff;
}
.cid-v4jiNJJdf7 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #255085;
}
.cid-v4jiNJJdf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jiNJJdf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jiNJJdf7 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v4jiNJJdf7 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v4jiNJJdf7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v4jiNJJdf7 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v4jiNJJdf7 .mbr-section-title {
  color: #ffffff;
}
.cid-v3e341t4CG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e341t4CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e341t4CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e341t4CG .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e341t4CG .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e341t4CG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e341t4CG .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e341t4CG .mbr-section-title {
  color: #ffffff;
}
.cid-v3dIMS0klv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3dIMS0klv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dIMS0klv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dIMS0klv .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3dIMS0klv .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3dIMS0klv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3dIMS0klv .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3dIMS0klv .mbr-section-title {
  color: #ffffff;
}
.cid-v3e425goNs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e425goNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e425goNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e425goNs .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e425goNs .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e425goNs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e425goNs .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e425goNs .mbr-section-title {
  color: #ffffff;
}
.cid-v3e4xkF14A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e4xkF14A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e4xkF14A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e4xkF14A .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e4xkF14A .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e4xkF14A .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e4xkF14A .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e4xkF14A .mbr-section-title {
  color: #ffffff;
}
.cid-v3e4RyKxue {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e4RyKxue .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e4RyKxue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e4RyKxue .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e4RyKxue .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e4RyKxue .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e4RyKxue .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e4RyKxue .mbr-section-title {
  color: #ffffff;
}
.cid-v3e55JkhNH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e55JkhNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e55JkhNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e55JkhNH .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e55JkhNH .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e55JkhNH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e55JkhNH .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e55JkhNH .mbr-section-title {
  color: #ffffff;
}
.cid-v3e5qmxNxQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e5qmxNxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e5qmxNxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e5qmxNxQ .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e5qmxNxQ .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e5qmxNxQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e5qmxNxQ .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e5qmxNxQ .mbr-section-title {
  color: #ffffff;
}
.cid-v3e73Ljcwp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e73Ljcwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e73Ljcwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e73Ljcwp .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e73Ljcwp .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e73Ljcwp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e73Ljcwp .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e73Ljcwp .mbr-section-title {
  color: #ffffff;
}
.cid-v3e7pES2AF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e7pES2AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e7pES2AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e7pES2AF .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e7pES2AF .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e7pES2AF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e7pES2AF .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e7pES2AF .mbr-section-title {
  color: #ffffff;
}
.cid-v3e8BPUiY2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e8BPUiY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e8BPUiY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e8BPUiY2 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e8BPUiY2 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e8BPUiY2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e8BPUiY2 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e8BPUiY2 .mbr-section-title {
  color: #ffffff;
}
.cid-v3e8ZWI89p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e8ZWI89p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e8ZWI89p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e8ZWI89p .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e8ZWI89p .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e8ZWI89p .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e8ZWI89p .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e8ZWI89p .mbr-section-title {
  color: #ffffff;
}
.cid-v3e8ZGebVw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e8ZGebVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e8ZGebVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e8ZGebVw .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e8ZGebVw .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e8ZGebVw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e8ZGebVw .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e8ZGebVw .mbr-section-title {
  color: #ffffff;
}
.cid-v3e9w44bUA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e9w44bUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e9w44bUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e9w44bUA .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e9w44bUA .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e9w44bUA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e9w44bUA .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e9w44bUA .mbr-section-title {
  color: #ffffff;
}
.cid-v3e9EbWDc2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3e9EbWDc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e9EbWDc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e9EbWDc2 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3e9EbWDc2 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3e9EbWDc2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3e9EbWDc2 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3e9EbWDc2 .mbr-section-title {
  color: #ffffff;
}
.cid-v3eahB7Ho2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3eahB7Ho2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eahB7Ho2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eahB7Ho2 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3eahB7Ho2 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3eahB7Ho2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3eahB7Ho2 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3eahB7Ho2 .mbr-section-title {
  color: #ffffff;
}
.cid-v3eaP69eKS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3eaP69eKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eaP69eKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eaP69eKS .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3eaP69eKS .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3eaP69eKS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3eaP69eKS .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3eaP69eKS .mbr-section-title {
  color: #ffffff;
}
.cid-v3eb3sfn6A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3eb3sfn6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eb3sfn6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eb3sfn6A .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3eb3sfn6A .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3eb3sfn6A .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3eb3sfn6A .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3eb3sfn6A .mbr-section-title {
  color: #ffffff;
}
.cid-v3ebgJwlnK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ebgJwlnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ebgJwlnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ebgJwlnK .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ebgJwlnK .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ebgJwlnK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ebgJwlnK .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ebgJwlnK .mbr-section-title {
  color: #ffffff;
}
.cid-v3ebvjYsyV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ebvjYsyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ebvjYsyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ebvjYsyV .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ebvjYsyV .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ebvjYsyV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ebvjYsyV .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ebvjYsyV .mbr-section-title {
  color: #ffffff;
}
.cid-v3ebGSVKYh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ebGSVKYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ebGSVKYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ebGSVKYh .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ebGSVKYh .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ebGSVKYh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ebGSVKYh .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ebGSVKYh .mbr-section-title {
  color: #ffffff;
}
.cid-v3ebYmBNC6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ebYmBNC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ebYmBNC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ebYmBNC6 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ebYmBNC6 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ebYmBNC6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ebYmBNC6 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ebYmBNC6 .mbr-section-title {
  color: #ffffff;
}
.cid-v3ecbmLtMe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ecbmLtMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ecbmLtMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ecbmLtMe .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ecbmLtMe .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ecbmLtMe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ecbmLtMe .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ecbmLtMe .mbr-section-title {
  color: #ffffff;
}
.cid-v3ecov4jmy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ecov4jmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ecov4jmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ecov4jmy .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ecov4jmy .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ecov4jmy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ecov4jmy .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ecov4jmy .mbr-section-title {
  color: #ffffff;
}
.cid-v3eczIOour {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3eczIOour .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eczIOour .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eczIOour .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3eczIOour .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3eczIOour .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3eczIOour .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3eczIOour .mbr-section-title {
  color: #ffffff;
}
.cid-v3ecLqvgMi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ecLqvgMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ecLqvgMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ecLqvgMi .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ecLqvgMi .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ecLqvgMi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ecLqvgMi .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ecLqvgMi .mbr-section-title {
  color: #ffffff;
}
.cid-v3ecYWtz81 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v3ecYWtz81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ecYWtz81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ecYWtz81 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ecYWtz81 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3ecYWtz81 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3ecYWtz81 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3ecYWtz81 .mbr-section-title {
  color: #ffffff;
}
.cid-v5JTWqBxri {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5JTWqBxri .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5JTWqBxri .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5JTWqBxri .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5JTWqBxri .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5JTWqBxri .card {
  padding: 0 !important;
}
.cid-v5JTWqBxri .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5JTWqBxri .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5JTWqBxri .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5JTWqBxri .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5JTWqBxri .card1 {
  background: #1b3a61;
}
.cid-v5JTWqBxri .card2 {
  background: #1d3f69;
}
.cid-v5JTWqBxri .card3 {
  background: #1f4471;
}
.cid-v5JTWqBxri .card4 {
  background: #224879;
}
.cid-v5JTWqBxri .card5 {
  background: #244d81;
}
.cid-v5JTWqBxri .card6 {
  background: #265289;
}
.cid-v5JTWqBxri .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5JTWqBxri .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5JTWqBxri .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5JTWqBxri .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JTWqBxri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dPTwR4kd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3dPTwR4kd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3dPTwR4kd section {
  position: relative;
}
.cid-v3dPTwR4kd h4 {
  margin: 0;
}
.cid-v3dPTwR4kd a {
  font-weight: 300;
}
.cid-v3dPTwR4kd .row {
  align-items: center;
}
.cid-v3dPTwR4kd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3dPTwR4kd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3dPTwR4kd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .align-left {
    text-align: center;
  }
  .cid-v3dPTwR4kd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3dPTwR4kd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3dPTwR4kd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3dPTwR4kd .item-title {
  color: #c1c1c1;
}
.cid-v3dPTwR4kd H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v3cqY8pRb4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v3cqY8pRb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cqY8pRb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cqY8pRb4 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v3cqY8pRb4 .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3cqY8pRb4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v3cqY8pRb4 .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3cqY8pRb4 .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v3cqY8pRb4 .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3cqY8pRb4 {
    display: block;
  }
}
.cid-v3cqY8pRb4 .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v3cqY8pRb4 .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v3cqY8pRb4 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3cqY8pRb4 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v3cqY8pRb4 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3cqY8pRb4 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3cqY8pRb4 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3cqY8pRb4 .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v3cqY8pRb4 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3cqY8pRb4 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3cqY8pRb4 .mbr-section-title {
  color: #0a0a0a;
}
.cid-v3cqY8pRb4 .mbr-text {
  color: #0a0a0a;
}
.cid-v3cqY8pRb4 .item-name {
  color: #0a0a0a;
}
.cid-v3cqY8pRb4 .item-role {
  color: #909090;
}
.cid-v3cqY8pRb4 .mbr-text,
.cid-v3cqY8pRb4 .text-wrapper {
  color: #f8f8f8;
}
.cid-v3cqY8pRb4 .mbr-section-title,
.cid-v3cqY8pRb4 .mbr-section-btn {
  color: #ed4266;
}
.cid-v5G9xVnTv7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5G9xVnTv7 .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5G9xVnTv7 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5G9xVnTv7 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5G9xVnTv7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5G9xVnTv7 .card {
  padding: 0 !important;
}
.cid-v5G9xVnTv7 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5G9xVnTv7 .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5G9xVnTv7 .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5G9xVnTv7 .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5G9xVnTv7 .card1 {
  background: #1b3a61;
}
.cid-v5G9xVnTv7 .card2 {
  background: #1d3f69;
}
.cid-v5G9xVnTv7 .card3 {
  background: #1f4471;
}
.cid-v5G9xVnTv7 .card4 {
  background: #224879;
}
.cid-v5G9xVnTv7 .card5 {
  background: #244d81;
}
.cid-v5G9xVnTv7 .card6 {
  background: #265289;
}
.cid-v5G9xVnTv7 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5G9xVnTv7 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5G9xVnTv7 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5G9xVnTv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G9xVnTv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dPTwR4kd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #255085;
}
.cid-v3dPTwR4kd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3dPTwR4kd section {
  position: relative;
}
.cid-v3dPTwR4kd h4 {
  margin: 0;
}
.cid-v3dPTwR4kd a {
  font-weight: 300;
}
.cid-v3dPTwR4kd .row {
  align-items: center;
}
.cid-v3dPTwR4kd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3dPTwR4kd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3dPTwR4kd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .align-left {
    text-align: center;
  }
  .cid-v3dPTwR4kd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3dPTwR4kd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3dPTwR4kd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3dPTwR4kd .item-title {
  color: #c1c1c1;
}
.cid-v3dPTwR4kd H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v3ct2GdZYX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v3ct2GdZYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ct2GdZYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ct2GdZYX .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v3ct2GdZYX .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3ct2GdZYX .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v3ct2GdZYX .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3ct2GdZYX .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v3ct2GdZYX .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3ct2GdZYX {
    display: block;
  }
}
.cid-v3ct2GdZYX .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v3ct2GdZYX .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v3ct2GdZYX .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3ct2GdZYX .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v3ct2GdZYX .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3ct2GdZYX .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3ct2GdZYX .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3ct2GdZYX .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v3ct2GdZYX .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3ct2GdZYX .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3ct2GdZYX .mbr-section-title {
  color: #0a0a0a;
}
.cid-v3ct2GdZYX .mbr-text {
  color: #0a0a0a;
}
.cid-v3ct2GdZYX .item-name {
  color: #0a0a0a;
}
.cid-v3ct2GdZYX .item-role {
  color: #909090;
}
.cid-v3ct2GdZYX .mbr-text,
.cid-v3ct2GdZYX .text-wrapper {
  color: #f8f8f8;
}
.cid-v3ct2GdZYX .mbr-section-title,
.cid-v3ct2GdZYX .mbr-section-btn {
  color: #ed4266;
}
.cid-v5aWYkJ8Pi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #255085;
  overflow: hidden;
}
.cid-v5aWYkJ8Pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aWYkJ8Pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aWYkJ8Pi .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v5aWYkJ8Pi .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v5aWYkJ8Pi .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-v5aWYkJ8Pi .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-v5aWYkJ8Pi .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-v5aWYkJ8Pi .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5aWYkJ8Pi .mbr-section-head {
  width: 100%;
}
.cid-v5aWYkJ8Pi .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v5aWYkJ8Pi .mbr-section-title {
    text-align: center;
  }
}
.cid-v5aWYkJ8Pi .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v5aWYkJ8Pi .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v5aWYkJ8Pi .card-row {
  align-items: stretch;
}
.cid-v5aWYkJ8Pi .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v5aWYkJ8Pi .item {
    margin-top: 30px;
  }
}
.cid-v5aWYkJ8Pi .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #255085, #255085);
}
@media (max-width: 575px) {
  .cid-v5aWYkJ8Pi .item-wrapper {
    padding: 20px;
  }
}
.cid-v5aWYkJ8Pi .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v5aWYkJ8Pi .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-v5aWYkJ8Pi .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #255085, #255085);
  opacity: 0;
  transition: .4s all;
}
.cid-v5aWYkJ8Pi .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v5aWYkJ8Pi .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v5aWYkJ8Pi .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-v5aWYkJ8Pi .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v5aWYkJ8Pi .card-title {
    margin-bottom: 10px;
  }
}
.cid-v5aWYkJ8Pi .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v5aWYkJ8Pi .card-text a {
  transition: .4s all;
}
.cid-v5aWYkJ8Pi .card-text a:hover {
  color: #255085 !important;
}
.cid-v5KgeZFSet {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5KgeZFSet .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5KgeZFSet .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5KgeZFSet .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5KgeZFSet .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5KgeZFSet .card {
  padding: 0 !important;
}
.cid-v5KgeZFSet .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5KgeZFSet .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5KgeZFSet .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5KgeZFSet .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5KgeZFSet .card1 {
  background: #1b3a61;
}
.cid-v5KgeZFSet .card2 {
  background: #1d3f69;
}
.cid-v5KgeZFSet .card3 {
  background: #1f4471;
}
.cid-v5KgeZFSet .card4 {
  background: #224879;
}
.cid-v5KgeZFSet .card5 {
  background: #244d81;
}
.cid-v5KgeZFSet .card6 {
  background: #265289;
}
.cid-v5KgeZFSet .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5KgeZFSet .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5KgeZFSet .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5KgeZFSet .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KgeZFSet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dPTwR4kd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3dPTwR4kd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3dPTwR4kd section {
  position: relative;
}
.cid-v3dPTwR4kd h4 {
  margin: 0;
}
.cid-v3dPTwR4kd a {
  font-weight: 300;
}
.cid-v3dPTwR4kd .row {
  align-items: center;
}
.cid-v3dPTwR4kd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3dPTwR4kd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3dPTwR4kd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3dPTwR4kd .align-left {
    text-align: center;
  }
  .cid-v3dPTwR4kd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3dPTwR4kd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3dPTwR4kd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3dPTwR4kd .item-title {
  color: #c1c1c1;
}
.cid-v3dPTwR4kd H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v3e0ogC2Rn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v3e0ogC2Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3e0ogC2Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e0ogC2Rn .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v3e0ogC2Rn .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3e0ogC2Rn .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v3e0ogC2Rn .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3e0ogC2Rn .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v3e0ogC2Rn .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v3e0ogC2Rn {
    display: block;
  }
}
.cid-v3e0ogC2Rn .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v3e0ogC2Rn .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v3e0ogC2Rn .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v3e0ogC2Rn .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v3e0ogC2Rn .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v3e0ogC2Rn .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v3e0ogC2Rn .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v3e0ogC2Rn .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v3e0ogC2Rn .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v3e0ogC2Rn .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3e0ogC2Rn .mbr-section-title {
  color: #0a0a0a;
}
.cid-v3e0ogC2Rn .mbr-text {
  color: #0a0a0a;
}
.cid-v3e0ogC2Rn .item-name {
  color: #0a0a0a;
}
.cid-v3e0ogC2Rn .item-role {
  color: #909090;
}
.cid-v3e0ogC2Rn .mbr-text,
.cid-v3e0ogC2Rn .text-wrapper {
  color: #f8f8f8;
}
.cid-v3e0ogC2Rn .mbr-section-title,
.cid-v3e0ogC2Rn .mbr-section-btn {
  color: #ed4266;
}
.cid-v5Kf7FSzZz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5Kf7FSzZz .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5Kf7FSzZz .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5Kf7FSzZz .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5Kf7FSzZz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5Kf7FSzZz .card {
  padding: 0 !important;
}
.cid-v5Kf7FSzZz .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5Kf7FSzZz .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5Kf7FSzZz .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5Kf7FSzZz .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5Kf7FSzZz .card1 {
  background: #1b3a61;
}
.cid-v5Kf7FSzZz .card2 {
  background: #1d3f69;
}
.cid-v5Kf7FSzZz .card3 {
  background: #1f4471;
}
.cid-v5Kf7FSzZz .card4 {
  background: #224879;
}
.cid-v5Kf7FSzZz .card5 {
  background: #244d81;
}
.cid-v5Kf7FSzZz .card6 {
  background: #265289;
}
.cid-v5Kf7FSzZz .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5Kf7FSzZz .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5Kf7FSzZz .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5Kf7FSzZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Kf7FSzZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e0ohFvak {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3e0ohFvak .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3e0ohFvak section {
  position: relative;
}
.cid-v3e0ohFvak h4 {
  margin: 0;
}
.cid-v3e0ohFvak a {
  font-weight: 300;
}
.cid-v3e0ohFvak .row {
  align-items: center;
}
.cid-v3e0ohFvak .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3e0ohFvak .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3e0ohFvak .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3e0ohFvak .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3e0ohFvak .align-left {
    text-align: center;
  }
  .cid-v3e0ohFvak .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3e0ohFvak .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3e0ohFvak .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3e0ohFvak .item-title {
  color: #c1c1c1;
}
.cid-v3e0ohFvak H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v3edtIZBS2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #255085;
}
.cid-v3edtIZBS2 .card-icon {
  font-size: 72px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v3edtIZBS2 .icon2 {
  color: #f9b03e;
}
.cid-v3edtIZBS2 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v3edtIZBS2 p {
  font-weight: 400;
}
.cid-v3edtIZBS2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v3edtIZBS2 .line2 {
  background: #f7ed4a;
}
.cid-v3edtIZBS2 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #f1894c;
}
.cid-v3edtIZBS2 .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-v3edtIZBS2 .card2 {
  background: #ed4266;
}
.cid-v3edtIZBS2 .card-title,
.cid-v3edtIZBS2 .card-ico,
.cid-v3edtIZBS2 .line-wrap {
  text-align: center;
}
.cid-v3edtIZBS2 .mbr-text,
.cid-v3edtIZBS2 .card-link {
  text-align: center;
}
.cid-v3edtIZBS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3edtIZBS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3e6CsHlgT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3e6CsHlgT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3e6CsHlgT section {
  position: relative;
}
.cid-v3e6CsHlgT h4 {
  margin: 0;
}
.cid-v3e6CsHlgT a {
  font-weight: 300;
}
.cid-v3e6CsHlgT .row {
  align-items: center;
}
.cid-v3e6CsHlgT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3e6CsHlgT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3e6CsHlgT .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3e6CsHlgT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3e6CsHlgT .align-left {
    text-align: center;
  }
  .cid-v3e6CsHlgT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3e6CsHlgT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3e6CsHlgT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3e6CsHlgT .item-title {
  color: #c1c1c1;
}
.cid-v3e6CsHlgT H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5Es2Vc81p {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("https://r.mobirisesite.com/2039573/assets/images/g7e7516a80779a829b30c2bbe7e1a-h_mja6dnxy.jpg");
}
.cid-v5Es2Vc81p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Es2Vc81p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EpkogGif {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5EpkogGif .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5EpkogGif .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5EpkogGif .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5EpkogGif .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5EpkogGif .card {
  padding: 0 !important;
}
.cid-v5EpkogGif .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5EpkogGif .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5EpkogGif .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5EpkogGif .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5EpkogGif .card1 {
  background: #1b3a61;
}
.cid-v5EpkogGif .card2 {
  background: #1d3f69;
}
.cid-v5EpkogGif .card3 {
  background: #1f4471;
}
.cid-v5EpkogGif .card4 {
  background: #224879;
}
.cid-v5EpkogGif .card5 {
  background: #244d81;
}
.cid-v5EpkogGif .card6 {
  background: #265289;
}
.cid-v5EpkogGif .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-v5EpkogGif .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5EpkogGif .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EpkogGif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5KbAEEr3Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5KbAEEr3Z .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5KbAEEr3Z .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5KbAEEr3Z .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5KbAEEr3Z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5KbAEEr3Z .card {
  padding: 0 !important;
}
.cid-v5KbAEEr3Z .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5KbAEEr3Z .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5KbAEEr3Z .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5KbAEEr3Z .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5KbAEEr3Z .card1 {
  background: #1b3a61;
}
.cid-v5KbAEEr3Z .card2 {
  background: #1d3f69;
}
.cid-v5KbAEEr3Z .card3 {
  background: #1f4471;
}
.cid-v5KbAEEr3Z .card4 {
  background: #224879;
}
.cid-v5KbAEEr3Z .card5 {
  background: #244d81;
}
.cid-v5KbAEEr3Z .card6 {
  background: #265289;
}
.cid-v5KbAEEr3Z .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5KbAEEr3Z .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5KbAEEr3Z .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5KbAEEr3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KbAEEr3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ehxVvOfE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v3ehxVvOfE .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v3ehxVvOfE section {
  position: relative;
}
.cid-v3ehxVvOfE h4 {
  margin: 0;
}
.cid-v3ehxVvOfE a {
  font-weight: 300;
}
.cid-v3ehxVvOfE .row {
  align-items: center;
}
.cid-v3ehxVvOfE .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v3ehxVvOfE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v3ehxVvOfE .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3ehxVvOfE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v3ehxVvOfE .align-left {
    text-align: center;
  }
  .cid-v3ehxVvOfE .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3ehxVvOfE .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3ehxVvOfE .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v3ehxVvOfE .item-title {
  color: #c1c1c1;
}
.cid-v3ehxVvOfE H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5EurvKH3l {
  background-image: url("https://r.mobirisesite.com/2039573/assets/images/background1-h_mi9bxcj7.jpg");
  background-position: right;
}
.cid-v5EurvKH3l .wrapper {
  position: relative;
  border-top: 3px solid #255085;
  border-right: 3px solid #255085;
  border-left: 3px solid #255085;
  padding: 2.5rem 2.5rem;
}
.cid-v5EurvKH3l .wrapper:before {
  content: "";
  background: #255085;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-v5EurvKH3l .wrapper:after {
  content: "";
  background: #255085;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-v5EurvKH3l img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-v5EurvKH3l .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-v5EurvKH3l H1 {
  color: #232323;
}
.cid-v5EurvKH3l .mbr-text,
.cid-v5EurvKH3l .mbr-section-btn {
  color: #ff7f9f;
}
.cid-v5EurvZi2y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5EurvZi2y .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5EurvZi2y .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5EurvZi2y .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5EurvZi2y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5EurvZi2y .card {
  padding: 0!important;
}
.cid-v5EurvZi2y .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5EurvZi2y .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5EurvZi2y .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5EurvZi2y .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5EurvZi2y .card1 {
  background: #1b3a61;
}
.cid-v5EurvZi2y .card2 {
  background: #1d3f69;
}
.cid-v5EurvZi2y .card3 {
  background: #1f4471;
}
.cid-v5EurvZi2y .card4 {
  background: #224879;
}
.cid-v5EurvZi2y .card5 {
  background: #244d81;
}
.cid-v5EurvZi2y .card6 {
  background: #265289;
}
.cid-v5EurvZi2y .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v5EurvZi2y .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5EurvZi2y .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5EurwBn6Q {
  padding-top: 45px;
  padding-bottom: 135px;
}
.cid-v5EurwBn6Q .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-v5EurwBn6Q H2 {
  color: #232323;
}
.cid-v5EurwBn6Q H3 {
  color: #232323;
}
.cid-v5EurwBn6Q .mbr-text,
.cid-v5EurwBn6Q .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v5EurwBn6Q .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-v5Eurx3sjs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v5Eurx3sjs .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v5Eurx3sjs section {
  position: relative;
}
.cid-v5Eurx3sjs h4 {
  margin: 0;
}
.cid-v5Eurx3sjs a {
  font-weight: 300;
}
.cid-v5Eurx3sjs .row {
  align-items: center;
}
.cid-v5Eurx3sjs .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v5Eurx3sjs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5Eurx3sjs .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5Eurx3sjs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5Eurx3sjs .align-left {
    text-align: center;
  }
  .cid-v5Eurx3sjs .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v5Eurx3sjs .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v5Eurx3sjs .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v5Eurx3sjs .item-title {
  color: #c1c1c1;
}
.cid-v5Eurx3sjs H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5EAoooCsH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5EAoooCsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EAoooCsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EAoooCsH .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5EAoooCsH .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5EAoooCsH .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5EAoooCsH .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5EAoooCsH .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5EAoooCsH .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5EAoooCsH {
    display: block;
  }
}
.cid-v5EAoooCsH .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5EAoooCsH .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5EAoooCsH .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5EAoooCsH .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v5EAoooCsH .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5EAoooCsH .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5EAoooCsH .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5EAoooCsH .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5EAoooCsH .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5EAoooCsH .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5EAoooCsH .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5EAoooCsH .mbr-text {
  color: #0a0a0a;
}
.cid-v5EAoooCsH .item-name {
  color: #0a0a0a;
}
.cid-v5EAoooCsH .item-role {
  color: #909090;
}
.cid-v5EAoooCsH .mbr-text,
.cid-v5EAoooCsH .text-wrapper {
  color: #f8f8f8;
}
.cid-v5EAoooCsH .mbr-section-title,
.cid-v5EAoooCsH .mbr-section-btn {
  color: #ed4266;
}
.cid-v5EAooGR3A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #255085;
  overflow: hidden;
}
.cid-v5EAooGR3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EAooGR3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EAooGR3A .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v5EAooGR3A .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v5EAooGR3A .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-v5EAooGR3A .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-v5EAooGR3A .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-v5EAooGR3A .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5EAooGR3A .mbr-section-head {
  width: 100%;
}
.cid-v5EAooGR3A .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v5EAooGR3A .mbr-section-title {
    text-align: center;
  }
}
.cid-v5EAooGR3A .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v5EAooGR3A .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v5EAooGR3A .card-row {
  align-items: stretch;
}
.cid-v5EAooGR3A .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v5EAooGR3A .item {
    margin-top: 30px;
  }
}
.cid-v5EAooGR3A .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #255085, #255085);
}
@media (max-width: 575px) {
  .cid-v5EAooGR3A .item-wrapper {
    padding: 20px;
  }
}
.cid-v5EAooGR3A .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v5EAooGR3A .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-v5EAooGR3A .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #255085, #255085);
  opacity: 0;
  transition: .4s all;
}
.cid-v5EAooGR3A .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v5EAooGR3A .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v5EAooGR3A .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-v5EAooGR3A .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v5EAooGR3A .card-title {
    margin-bottom: 10px;
  }
}
.cid-v5EAooGR3A .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v5EAooGR3A .card-text a {
  transition: .4s all;
}
.cid-v5EAooGR3A .card-text a:hover {
  color: #255085 !important;
}
.cid-v6dq0Ko3We {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6dq0Ko3We .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v6dq0Ko3We .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6dq0Ko3We .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6dq0Ko3We .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6dq0Ko3We .card {
  padding: 0 !important;
}
.cid-v6dq0Ko3We .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6dq0Ko3We .card-wrapper:hover {
  background: #ed4266;
}
.cid-v6dq0Ko3We .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v6dq0Ko3We .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v6dq0Ko3We .card1 {
  background: #1b3a61;
}
.cid-v6dq0Ko3We .card2 {
  background: #1d3f69;
}
.cid-v6dq0Ko3We .card3 {
  background: #1f4471;
}
.cid-v6dq0Ko3We .card4 {
  background: #224879;
}
.cid-v6dq0Ko3We .card5 {
  background: #244d81;
}
.cid-v6dq0Ko3We .card6 {
  background: #265289;
}
.cid-v6dq0Ko3We .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6dq0Ko3We .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6dq0Ko3We .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6dq0Ko3We .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dq0Ko3We .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EAop2Dd3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v5EAop2Dd3 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v5EAop2Dd3 section {
  position: relative;
}
.cid-v5EAop2Dd3 h4 {
  margin: 0;
}
.cid-v5EAop2Dd3 a {
  font-weight: 300;
}
.cid-v5EAop2Dd3 .row {
  align-items: center;
}
.cid-v5EAop2Dd3 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v5EAop2Dd3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5EAop2Dd3 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5EAop2Dd3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5EAop2Dd3 .align-left {
    text-align: center;
  }
  .cid-v5EAop2Dd3 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v5EAop2Dd3 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v5EAop2Dd3 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v5EAop2Dd3 .item-title {
  color: #c1c1c1;
}
.cid-v5EAop2Dd3 H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5EyAWCyYN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("https://r.mobirisesite.com/2039573/assets/images/g7e7516a80779a829b30c2bbe7e1a-h_mja6dnxy.jpg");
}
.cid-v5EyAWCyYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EyAWCyYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EyAWQLl5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5EyAWQLl5 .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v5EyAWQLl5 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v5EyAWQLl5 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v5EyAWQLl5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v5EyAWQLl5 .card {
  padding: 0 !important;
}
.cid-v5EyAWQLl5 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v5EyAWQLl5 .card-wrapper:hover {
  background: #ed4266;
}
.cid-v5EyAWQLl5 .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v5EyAWQLl5 .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v5EyAWQLl5 .card1 {
  background: #1b3a61;
}
.cid-v5EyAWQLl5 .card2 {
  background: #1d3f69;
}
.cid-v5EyAWQLl5 .card3 {
  background: #1f4471;
}
.cid-v5EyAWQLl5 .card4 {
  background: #224879;
}
.cid-v5EyAWQLl5 .card5 {
  background: #244d81;
}
.cid-v5EyAWQLl5 .card6 {
  background: #265289;
}
.cid-v5EyAWQLl5 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-v5EyAWQLl5 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v5EyAWQLl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EyAWQLl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dlrcaH14 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6dlrcaH14 .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v6dlrcaH14 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6dlrcaH14 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6dlrcaH14 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6dlrcaH14 .card {
  padding: 0 !important;
}
.cid-v6dlrcaH14 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6dlrcaH14 .card-wrapper:hover {
  background: #ed4266;
}
.cid-v6dlrcaH14 .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v6dlrcaH14 .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v6dlrcaH14 .card1 {
  background: #1b3a61;
}
.cid-v6dlrcaH14 .card2 {
  background: #1d3f69;
}
.cid-v6dlrcaH14 .card3 {
  background: #1f4471;
}
.cid-v6dlrcaH14 .card4 {
  background: #224879;
}
.cid-v6dlrcaH14 .card5 {
  background: #244d81;
}
.cid-v6dlrcaH14 .card6 {
  background: #265289;
}
.cid-v6dlrcaH14 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6dlrcaH14 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6dlrcaH14 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6dlrcaH14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dlrcaH14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EyAXm6sX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v5EyAXm6sX .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v5EyAXm6sX section {
  position: relative;
}
.cid-v5EyAXm6sX h4 {
  margin: 0;
}
.cid-v5EyAXm6sX a {
  font-weight: 300;
}
.cid-v5EyAXm6sX .row {
  align-items: center;
}
.cid-v5EyAXm6sX .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v5EyAXm6sX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5EyAXm6sX .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5EyAXm6sX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5EyAXm6sX .align-left {
    text-align: center;
  }
  .cid-v5EyAXm6sX .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v5EyAXm6sX .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v5EyAXm6sX .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v5EyAXm6sX .item-title {
  color: #c1c1c1;
}
.cid-v5EyAXm6sX H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5ExdjVxxm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5ExdjVxxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ExdjVxxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ExdjVxxm .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5ExdjVxxm .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5ExdjVxxm .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5ExdjVxxm .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5ExdjVxxm .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5ExdjVxxm .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5ExdjVxxm {
    display: block;
  }
}
.cid-v5ExdjVxxm .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5ExdjVxxm .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5ExdjVxxm .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5ExdjVxxm .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v5ExdjVxxm .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5ExdjVxxm .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5ExdjVxxm .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5ExdjVxxm .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5ExdjVxxm .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5ExdjVxxm .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5ExdjVxxm .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5ExdjVxxm .mbr-text {
  color: #0a0a0a;
}
.cid-v5ExdjVxxm .item-name {
  color: #0a0a0a;
}
.cid-v5ExdjVxxm .item-role {
  color: #909090;
}
.cid-v5ExdjVxxm .mbr-text,
.cid-v5ExdjVxxm .text-wrapper {
  color: #f8f8f8;
}
.cid-v5ExdjVxxm .mbr-section-title,
.cid-v5ExdjVxxm .mbr-section-btn {
  color: #ed4266;
}
.cid-v5Exdkd1zu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #255085;
  overflow: hidden;
}
.cid-v5Exdkd1zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Exdkd1zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Exdkd1zu .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v5Exdkd1zu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v5Exdkd1zu .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-v5Exdkd1zu .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-v5Exdkd1zu .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-v5Exdkd1zu .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5Exdkd1zu .mbr-section-head {
  width: 100%;
}
.cid-v5Exdkd1zu .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v5Exdkd1zu .mbr-section-title {
    text-align: center;
  }
}
.cid-v5Exdkd1zu .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v5Exdkd1zu .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v5Exdkd1zu .card-row {
  align-items: stretch;
}
.cid-v5Exdkd1zu .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v5Exdkd1zu .item {
    margin-top: 30px;
  }
}
.cid-v5Exdkd1zu .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #255085, #255085);
}
@media (max-width: 575px) {
  .cid-v5Exdkd1zu .item-wrapper {
    padding: 20px;
  }
}
.cid-v5Exdkd1zu .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v5Exdkd1zu .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-v5Exdkd1zu .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #255085, #255085);
  opacity: 0;
  transition: .4s all;
}
.cid-v5Exdkd1zu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v5Exdkd1zu .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v5Exdkd1zu .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-v5Exdkd1zu .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v5Exdkd1zu .card-title {
    margin-bottom: 10px;
  }
}
.cid-v5Exdkd1zu .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v5Exdkd1zu .card-text a {
  transition: .4s all;
}
.cid-v5Exdkd1zu .card-text a:hover {
  color: #255085 !important;
}
.cid-v6dfArap5F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6dfArap5F .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v6dfArap5F .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6dfArap5F .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6dfArap5F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6dfArap5F .card {
  padding: 0 !important;
}
.cid-v6dfArap5F .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6dfArap5F .card-wrapper:hover {
  background: #ed4266;
}
.cid-v6dfArap5F .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v6dfArap5F .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v6dfArap5F .card1 {
  background: #1b3a61;
}
.cid-v6dfArap5F .card2 {
  background: #1d3f69;
}
.cid-v6dfArap5F .card3 {
  background: #1f4471;
}
.cid-v6dfArap5F .card4 {
  background: #224879;
}
.cid-v6dfArap5F .card5 {
  background: #244d81;
}
.cid-v6dfArap5F .card6 {
  background: #265289;
}
.cid-v6dfArap5F .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6dfArap5F .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6dfArap5F .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6dfArap5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dfArap5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ExdkwqAo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v5ExdkwqAo .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v5ExdkwqAo section {
  position: relative;
}
.cid-v5ExdkwqAo h4 {
  margin: 0;
}
.cid-v5ExdkwqAo a {
  font-weight: 300;
}
.cid-v5ExdkwqAo .row {
  align-items: center;
}
.cid-v5ExdkwqAo .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v5ExdkwqAo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5ExdkwqAo .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5ExdkwqAo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5ExdkwqAo .align-left {
    text-align: center;
  }
  .cid-v5ExdkwqAo .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v5ExdkwqAo .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v5ExdkwqAo .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v5ExdkwqAo .item-title {
  color: #c1c1c1;
}
.cid-v5ExdkwqAo H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5EvQEhPby {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5EvQEhPby .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EvQEhPby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EvQEhPby .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5EvQEhPby .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5EvQEhPby .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5EvQEhPby .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5EvQEhPby .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5EvQEhPby .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5EvQEhPby {
    display: block;
  }
}
.cid-v5EvQEhPby .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5EvQEhPby .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5EvQEhPby .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5EvQEhPby .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v5EvQEhPby .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5EvQEhPby .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5EvQEhPby .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5EvQEhPby .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5EvQEhPby .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5EvQEhPby .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5EvQEhPby .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5EvQEhPby .mbr-text {
  color: #0a0a0a;
}
.cid-v5EvQEhPby .item-name {
  color: #0a0a0a;
}
.cid-v5EvQEhPby .item-role {
  color: #909090;
}
.cid-v5EvQEhPby .mbr-text,
.cid-v5EvQEhPby .text-wrapper {
  color: #f8f8f8;
}
.cid-v5EvQEhPby .mbr-section-title,
.cid-v5EvQEhPby .mbr-section-btn {
  color: #ed4266;
}
.cid-v6di8smspA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6di8smspA .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v6di8smspA .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6di8smspA .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6di8smspA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6di8smspA .card {
  padding: 0 !important;
}
.cid-v6di8smspA .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6di8smspA .card-wrapper:hover {
  background: #ed4266;
}
.cid-v6di8smspA .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v6di8smspA .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v6di8smspA .card1 {
  background: #1b3a61;
}
.cid-v6di8smspA .card2 {
  background: #1d3f69;
}
.cid-v6di8smspA .card3 {
  background: #1f4471;
}
.cid-v6di8smspA .card4 {
  background: #224879;
}
.cid-v6di8smspA .card5 {
  background: #244d81;
}
.cid-v6di8smspA .card6 {
  background: #265289;
}
.cid-v6di8smspA .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6di8smspA .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6di8smspA .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6di8smspA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6di8smspA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EvQEylMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v5EvQEylMH .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v5EvQEylMH section {
  position: relative;
}
.cid-v5EvQEylMH h4 {
  margin: 0;
}
.cid-v5EvQEylMH a {
  font-weight: 300;
}
.cid-v5EvQEylMH .row {
  align-items: center;
}
.cid-v5EvQEylMH .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v5EvQEylMH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5EvQEylMH .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5EvQEylMH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5EvQEylMH .align-left {
    text-align: center;
  }
  .cid-v5EvQEylMH .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v5EvQEylMH .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v5EvQEylMH .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v5EvQEylMH .item-title {
  color: #c1c1c1;
}
.cid-v5EvQEylMH H4 {
  color: #c1c1c1;
}
.cid-v5KkeJUj5A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5KkeJUj5A .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;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5KkeJUj5A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5KkeJUj5A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5KkeJUj5A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5KkeJUj5A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v5KkeJUj5A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5KkeJUj5A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5KkeJUj5A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5KkeJUj5A .navbar-logo {
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5KkeJUj5A .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5KkeJUj5A .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v5KkeJUj5A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5KkeJUj5A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v5KkeJUj5A .nav-item:focus,
.cid-v5KkeJUj5A .nav-link:focus {
  outline: none;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5KkeJUj5A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5KkeJUj5A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5KkeJUj5A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5KkeJUj5A .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5KkeJUj5A .navbar.opened {
  transition: all 0.25s;
}
.cid-v5KkeJUj5A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5KkeJUj5A .navbar .navbar-logo img {
  width: auto;
}
.cid-v5KkeJUj5A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5KkeJUj5A .navbar.collapsed {
  justify-content: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5KkeJUj5A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5KkeJUj5A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5KkeJUj5A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5KkeJUj5A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar {
    min-height: 72px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5KkeJUj5A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5KkeJUj5A .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-v5KkeJUj5A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5KkeJUj5A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5KkeJUj5A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5KkeJUj5A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5KkeJUj5A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5KkeJUj5A .dropdown-item.active,
.cid-v5KkeJUj5A .dropdown-item:active {
  background-color: transparent;
}
.cid-v5KkeJUj5A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5KkeJUj5A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v5KkeJUj5A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5KkeJUj5A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5KkeJUj5A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .navbar-buttons {
    text-align: left;
  }
}
.cid-v5KkeJUj5A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5KkeJUj5A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5KkeJUj5A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5KkeJUj5A .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v5KkeJUj5A .opacityScroll {
  background: #255085 !important;
}
.cid-v5KkeJUj5A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5KkeJUj5A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5KkeJUj5A .navbar {
    height: 70px;
  }
  .cid-v5KkeJUj5A .navbar.opened {
    height: auto;
  }
  .cid-v5KkeJUj5A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5KkeJUj5A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5KkeJUj5A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-brand {
    margin-right: auto;
  }
  .cid-v5KkeJUj5A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5KkeJUj5A .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5KkeJUj5A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v5KkeJUj5A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v5KkeJUj5A .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v5KkeJUj5A .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v5KkeJUj5A .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v5Ez5QGrPf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #255085;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5Ez5QGrPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ez5QGrPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ez5QGrPf .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5Ez5QGrPf .card-wrapper {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5Ez5QGrPf .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5Ez5QGrPf .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5Ez5QGrPf .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5Ez5QGrPf .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5Ez5QGrPf {
    display: block;
  }
}
.cid-v5Ez5QGrPf .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5Ez5QGrPf .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5Ez5QGrPf .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5Ez5QGrPf .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #255085;
  box-shadow: 0 -28px 0 #255085;
  transform: none;
}
.cid-v5Ez5QGrPf .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5Ez5QGrPf .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5Ez5QGrPf .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5Ez5QGrPf .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5Ez5QGrPf .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5Ez5QGrPf .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5Ez5QGrPf .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5Ez5QGrPf .mbr-text {
  color: #0a0a0a;
}
.cid-v5Ez5QGrPf .item-name {
  color: #0a0a0a;
}
.cid-v5Ez5QGrPf .item-role {
  color: #909090;
}
.cid-v5Ez5QGrPf .mbr-text,
.cid-v5Ez5QGrPf .text-wrapper {
  color: #f8f8f8;
}
.cid-v5Ez5QGrPf .mbr-section-title,
.cid-v5Ez5QGrPf .mbr-section-btn {
  color: #ed4266;
}
.cid-v6dnqSBLUy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6dnqSBLUy .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v6dnqSBLUy .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6dnqSBLUy .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6dnqSBLUy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6dnqSBLUy .card {
  padding: 0 !important;
}
.cid-v6dnqSBLUy .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6dnqSBLUy .card-wrapper:hover {
  background: #ed4266;
}
.cid-v6dnqSBLUy .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v6dnqSBLUy .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v6dnqSBLUy .card1 {
  background: #1b3a61;
}
.cid-v6dnqSBLUy .card2 {
  background: #1d3f69;
}
.cid-v6dnqSBLUy .card3 {
  background: #1f4471;
}
.cid-v6dnqSBLUy .card4 {
  background: #224879;
}
.cid-v6dnqSBLUy .card5 {
  background: #244d81;
}
.cid-v6dnqSBLUy .card6 {
  background: #265289;
}
.cid-v6dnqSBLUy .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6dnqSBLUy .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6dnqSBLUy .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6dnqSBLUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dnqSBLUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ez5QYUhZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v5Ez5QYUhZ .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v5Ez5QYUhZ section {
  position: relative;
}
.cid-v5Ez5QYUhZ h4 {
  margin: 0;
}
.cid-v5Ez5QYUhZ a {
  font-weight: 300;
}
.cid-v5Ez5QYUhZ .row {
  align-items: center;
}
.cid-v5Ez5QYUhZ .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v5Ez5QYUhZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5Ez5QYUhZ .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5Ez5QYUhZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5Ez5QYUhZ .align-left {
    text-align: center;
  }
  .cid-v5Ez5QYUhZ .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v5Ez5QYUhZ .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v5Ez5QYUhZ .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v5Ez5QYUhZ .item-title {
  color: #c1c1c1;
}
.cid-v5Ez5QYUhZ H4 {
  color: #c1c1c1;
}
.cid-v6dsbpRLSW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6dsbpRLSW .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;
}
@media (max-width: 767px) {
  .cid-v6dsbpRLSW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6dsbpRLSW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6dsbpRLSW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v6dsbpRLSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6dsbpRLSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6dsbpRLSW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6dsbpRLSW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v6dsbpRLSW .navbar-nav .nav-item .nav-link {
  padding: 16px 32px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v6dsbpRLSW .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v6dsbpRLSW .navbar-nav .nav-item .nav-link {
    padding: 16px 32px 16px 0 !important;
  }
}
.cid-v6dsbpRLSW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6dsbpRLSW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6dsbpRLSW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-v6dsbpRLSW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v6dsbpRLSW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6dsbpRLSW .navbar-logo {
  margin: 0 !important;
}
.cid-v6dsbpRLSW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .cid-v6dsbpRLSW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6dsbpRLSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v6dsbpRLSW .container {
  display: flex;
  height: 110px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v6dsbpRLSW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6dsbpRLSW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v6dsbpRLSW .iconfont-wrapper {
  color: #ed4266 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  transition: all .3s ease;
}
.cid-v6dsbpRLSW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6dsbpRLSW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #255085;
  border-radius: 4px !important;
}
.cid-v6dsbpRLSW .nav-item:focus,
.cid-v6dsbpRLSW .nav-link:focus {
  outline: none;
}
.cid-v6dsbpRLSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6dsbpRLSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6dsbpRLSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6dsbpRLSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6dsbpRLSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6dsbpRLSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6dsbpRLSW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6dsbpRLSW .navbar.opened {
  transition: all 0.25s;
}
.cid-v6dsbpRLSW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6dsbpRLSW .navbar .navbar-logo img {
  width: auto;
}
.cid-v6dsbpRLSW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6dsbpRLSW .navbar.collapsed {
  justify-content: center;
}
.cid-v6dsbpRLSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6dsbpRLSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6dsbpRLSW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6dsbpRLSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6dsbpRLSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6dsbpRLSW .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-v6dsbpRLSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6dsbpRLSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6dsbpRLSW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6dsbpRLSW .navbar {
    min-height: 72px;
  }
  .cid-v6dsbpRLSW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6dsbpRLSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6dsbpRLSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6dsbpRLSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6dsbpRLSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6dsbpRLSW .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-v6dsbpRLSW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6dsbpRLSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6dsbpRLSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6dsbpRLSW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6dsbpRLSW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6dsbpRLSW .dropdown-item.active,
.cid-v6dsbpRLSW .dropdown-item:active {
  background-color: transparent;
}
.cid-v6dsbpRLSW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6dsbpRLSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6dsbpRLSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6dsbpRLSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #255085;
}
.cid-v6dsbpRLSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v6dsbpRLSW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6dsbpRLSW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6dsbpRLSW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6dsbpRLSW .navbar-buttons {
    text-align: left;
  }
}
.cid-v6dsbpRLSW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6dsbpRLSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-v6dsbpRLSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6dsbpRLSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dsbpRLSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6dsbpRLSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6dsbpRLSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dsbpRLSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6dsbpRLSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6dsbpRLSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6dsbpRLSW .navbar-dropdown {
  padding: 0;
  background-color: #255085 !important;
  position: fixed;
}
.cid-v6dsbpRLSW .opacityScroll {
  background: #255085 !important;
}
.cid-v6dsbpRLSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6dsbpRLSW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6dsbpRLSW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6dsbpRLSW .navbar {
    height: 70px;
  }
  .cid-v6dsbpRLSW .navbar.opened {
    height: auto;
  }
  .cid-v6dsbpRLSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6dsbpRLSW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6dsbpRLSW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6dsbpRLSW .navbar-brand {
    margin-right: auto;
  }
  .cid-v6dsbpRLSW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 30px;
    border-radius: 1.5rem;
    background: #255085;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v6dsbpRLSW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6dsbpRLSW .navbar-nav .dropdown-item:hover {
    opacity: .5;
  }
  .cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6dsbpRLSW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
  }
  .cid-v6dsbpRLSW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v6dsbpRLSW .navbar-collapse {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-v6dsbpRLSW .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
.cid-v6dsbpRLSW .container-fluid {
  padding: 0 50px;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v6dsbpRLSW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cid-v6dsbpRLSW .navbar-collapse {
    padding: 1rem 30px;
  }
}
.cid-v6dsbqq87Q {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #255085;
}
.cid-v6dsbqq87Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbqq87Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbqq87Q .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbqq87Q .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbqq87Q .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbqq87Q .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbqq87Q .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbqFGjV {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #255085;
}
.cid-v6dsbqFGjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbqFGjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbqFGjV .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbqFGjV .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbqFGjV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbqFGjV .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbqFGjV .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbqSauz {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #255085;
}
.cid-v6dsbqSauz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbqSauz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbqSauz .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbqSauz .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbqSauz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbqSauz .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbqSauz .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbr5U7y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbr5U7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbr5U7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbr5U7y .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbr5U7y .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbr5U7y .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbr5U7y .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbr5U7y .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbriI5e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbriI5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbriI5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbriI5e .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbriI5e .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbriI5e .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbriI5e .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbriI5e .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbruBzs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbruBzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbruBzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbruBzs .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbruBzs .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbruBzs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbruBzs .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbruBzs .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbrGNCc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbrGNCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbrGNCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbrGNCc .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbrGNCc .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbrGNCc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbrGNCc .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbrGNCc .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbrTm03 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbrTm03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbrTm03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbrTm03 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbrTm03 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbrTm03 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbrTm03 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbrTm03 .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbs6Tqd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbs6Tqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbs6Tqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbs6Tqd .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbs6Tqd .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbs6Tqd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbs6Tqd .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbs6Tqd .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbsklpU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbsklpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbsklpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbsklpU .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbsklpU .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbsklpU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbsklpU .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbsklpU .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbsxOiz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbsxOiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbsxOiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbsxOiz .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbsxOiz .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbsxOiz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbsxOiz .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbsxOiz .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbsKEw6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbsKEw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbsKEw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbsKEw6 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbsKEw6 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbsKEw6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbsKEw6 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbsKEw6 .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbsVdRw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbsVdRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbsVdRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbsVdRw .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbsVdRw .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbsVdRw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbsVdRw .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbsVdRw .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbt6zyx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbt6zyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbt6zyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbt6zyx .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbt6zyx .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbt6zyx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbt6zyx .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbt6zyx .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbtimxe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbtimxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbtimxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbtimxe .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbtimxe .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbtimxe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbtimxe .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbtimxe .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbtx7R5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbtx7R5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbtx7R5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbtx7R5 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbtx7R5 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbtx7R5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbtx7R5 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbtx7R5 .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbtKerj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbtKerj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbtKerj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbtKerj .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbtKerj .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbtKerj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbtKerj .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbtKerj .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbtXIcs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbtXIcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbtXIcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbtXIcs .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbtXIcs .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbtXIcs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbtXIcs .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbtXIcs .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbubRNt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbubRNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbubRNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbubRNt .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbubRNt .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbubRNt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbubRNt .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbubRNt .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbup3UJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbup3UJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbup3UJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbup3UJ .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbup3UJ .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbup3UJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbup3UJ .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbup3UJ .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbuCST6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbuCST6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbuCST6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbuCST6 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbuCST6 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbuCST6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbuCST6 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbuCST6 .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbuPrqo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbuPrqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbuPrqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbuPrqo .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbuPrqo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbuPrqo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbuPrqo .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbuPrqo .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbv4sRh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbv4sRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbv4sRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbv4sRh .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbv4sRh .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbv4sRh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbv4sRh .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbv4sRh .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbvmMrH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbvmMrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbvmMrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbvmMrH .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbvmMrH .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbvmMrH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbvmMrH .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbvmMrH .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbvT8VQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbvT8VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbvT8VQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbvT8VQ .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbvT8VQ .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbvT8VQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbvT8VQ .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbvT8VQ .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbwoJMB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbwoJMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbwoJMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbwoJMB .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbwoJMB .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbwoJMB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbwoJMB .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbwoJMB .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbwSf3L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbwSf3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbwSf3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbwSf3L .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbwSf3L .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbwSf3L .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbwSf3L .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbwSf3L .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbxmCO5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbxmCO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbxmCO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbxmCO5 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbxmCO5 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbxmCO5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbxmCO5 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbxmCO5 .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbyboaB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #255085;
}
.cid-v6dsbyboaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbyboaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbyboaB .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v6dsbyboaB .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v6dsbyboaB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6dsbyboaB .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6dsbyboaB .mbr-section-title {
  color: #ffffff;
}
.cid-v6dsbysY38 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6dsbysY38 .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-v6dsbysY38 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-v6dsbysY38 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-v6dsbysY38 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-v6dsbysY38 .card {
  padding: 0 !important;
}
.cid-v6dsbysY38 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-v6dsbysY38 .card-wrapper:hover {
  background: #ed4266;
}
.cid-v6dsbysY38 .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-v6dsbysY38 .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-v6dsbysY38 .card1 {
  background: #1b3a61;
}
.cid-v6dsbysY38 .card2 {
  background: #1d3f69;
}
.cid-v6dsbysY38 .card3 {
  background: #1f4471;
}
.cid-v6dsbysY38 .card4 {
  background: #224879;
}
.cid-v6dsbysY38 .card5 {
  background: #244d81;
}
.cid-v6dsbysY38 .card6 {
  background: #265289;
}
.cid-v6dsbysY38 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-v6dsbysY38 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6dsbysY38 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-v6dsbysY38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6dsbysY38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6dsbyYula {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-v6dsbyYula .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-v6dsbyYula section {
  position: relative;
}
.cid-v6dsbyYula h4 {
  margin: 0;
}
.cid-v6dsbyYula a {
  font-weight: 300;
}
.cid-v6dsbyYula .row {
  align-items: center;
}
.cid-v6dsbyYula .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-v6dsbyYula .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v6dsbyYula .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6dsbyYula .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v6dsbyYula .align-left {
    text-align: center;
  }
  .cid-v6dsbyYula .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v6dsbyYula .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-v6dsbyYula .item {
    padding-bottom: 0.5rem;
  }
}
.cid-v6dsbyYula .item-title {
  color: #c1c1c1;
}
.cid-v6dsbyYula H4 {
  color: #c1c1c1;
}
