.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0284d2 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #04abe2 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #0284d2 !important;
  border-color: #0284d2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0aa2fd !important;
  border-color: #0aa2fd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0aa2fd !important;
  border-color: #0aa2fd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #04abe2 !important;
  border-color: #04abe2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1ec4fb !important;
  border-color: #1ec4fb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1ec4fb !important;
  border-color: #1ec4fb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0284d2;
  color: #0284d2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #014e7c !important;
  background-color: transparent !important;
  border-color: #014e7c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0284d2 !important;
  border-color: #0284d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #04abe2;
  color: #04abe2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #026b8d !important;
  background-color: transparent !important;
  border-color: #026b8d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #04abe2 !important;
  border-color: #04abe2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #0284d2 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #04abe2 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #01446d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #025f7e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #04abe2;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a2dcfe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4ecfe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vj1K50qrfc .navbar-dropdown {
  position: relative !important;
}
.cid-vj1K50qrfc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj1K50qrfc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vj1K50qrfc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vj1K50qrfc .dropdown-item:hover,
.cid-vj1K50qrfc .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vj1K50qrfc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vj1K50qrfc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vj1K50qrfc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vj1K50qrfc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vj1K50qrfc .nav-link {
  position: relative;
}
.cid-vj1K50qrfc .container {
  display: flex;
  margin: auto;
}
.cid-vj1K50qrfc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vj1K50qrfc .dropdown-menu,
.cid-vj1K50qrfc .navbar.opened {
  background: #ffffff !important;
}
.cid-vj1K50qrfc .nav-item:focus,
.cid-vj1K50qrfc .nav-link:focus {
  outline: none;
}
.cid-vj1K50qrfc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vj1K50qrfc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vj1K50qrfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vj1K50qrfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj1K50qrfc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vj1K50qrfc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vj1K50qrfc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vj1K50qrfc .navbar.opened {
  transition: all 0.3s;
}
.cid-vj1K50qrfc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vj1K50qrfc .navbar .navbar-logo img {
  width: auto;
}
.cid-vj1K50qrfc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vj1K50qrfc .navbar.collapsed {
  justify-content: center;
}
.cid-vj1K50qrfc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vj1K50qrfc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vj1K50qrfc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vj1K50qrfc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vj1K50qrfc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vj1K50qrfc .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-vj1K50qrfc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vj1K50qrfc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vj1K50qrfc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vj1K50qrfc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vj1K50qrfc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vj1K50qrfc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vj1K50qrfc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vj1K50qrfc .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-vj1K50qrfc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vj1K50qrfc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vj1K50qrfc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vj1K50qrfc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vj1K50qrfc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vj1K50qrfc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vj1K50qrfc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vj1K50qrfc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vj1K50qrfc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vj1K50qrfc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vj1K50qrfc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vj1K50qrfc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj1K50qrfc .dropdown-item.active,
.cid-vj1K50qrfc .dropdown-item:active {
  background-color: transparent;
}
.cid-vj1K50qrfc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vj1K50qrfc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vj1K50qrfc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vj1K50qrfc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vj1K50qrfc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vj1K50qrfc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vj1K50qrfc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vj1K50qrfc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vj1K50qrfc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vj1K50qrfc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vj1K50qrfc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vj1K50qrfc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj1K50qrfc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj1K50qrfc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vj1K50qrfc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj1K50qrfc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vj1K50qrfc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vj1K50qrfc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj1K50qrfc .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vj1K50qrfc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj1K50qrfc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vj1K50qrfc .navbar {
    height: 70px;
  }
  .cid-vj1K50qrfc .navbar.opened {
    height: auto;
  }
  .cid-vj1K50qrfc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vj1XpQsjNK {
  background-image: url("../../../assets/images/2148890008-1000x667.jpg");
}
.cid-vj1XpQsjNK .mbr-text,
.cid-vj1XpQsjNK .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-vj1XpQsjNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj1XpQsjNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj1XpQsjNK .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-vj1XpQsjNK .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vj22FUX8Kr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2147725092-1000x667.jpg");
}
.cid-vj22FUX8Kr .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-vj22FUX8Kr img,
.cid-vj22FUX8Kr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vj22FUX8Kr .item:focus,
.cid-vj22FUX8Kr span:focus {
  outline: none;
}
.cid-vj22FUX8Kr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vj22FUX8Kr .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-vj22FUX8Kr .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-vj22FUX8Kr .item-img {
    padding: 1rem;
  }
}
.cid-vj22FUX8Kr .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #0284d2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vj22FUX8Kr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vj22FUX8Kr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vj22FUX8Kr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vj22FUX8Kr .mbr-section-title {
  color: #0284d2;
  text-align: justify;
}
.cid-vj22FUX8Kr .mbr-text,
.cid-vj22FUX8Kr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vj22FUX8Kr .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vj22FUX8Kr .item-subtitle {
  text-align: center;
}
.cid-vj22FUX8Kr .mbr-section-subtitle {
  text-align: justify;
  color: #232323;
}
.cid-vjq5SSchyu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vjq5SSchyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjq5SSchyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjq5SSchyu .row {
  flex-direction: row-reverse;
}
.cid-vjq5SSchyu .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vjq5SSchyu .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vjq5SSchyu .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vjq5SSchyu .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vjq5SSchyu .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-vjq5SSchyu .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjq5SSchyu .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-vjq5SSchyu .text-wrapper {
    padding: 10px;
  }
}
.cid-vjq5SSchyu .mbr-section-title {
  color: #04abe2;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-vjq5SSchyu .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-vjq5SSchyu .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-vjq5SSchyu .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vjq5SSchyu .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vjq5SSchyu .mbr-text {
    padding-right: 0;
  }
}
.cid-vjq5SSchyu .mbr-section-btn {
  margin-top: 10px;
}
.cid-vjq5SSchyu .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-vjq5SSchyu .list-container {
    margin-bottom: 20px;
  }
}
.cid-vjq5SSchyu .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-vjq5SSchyu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-vjq5SSchyu .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-vjq5SSchyu .list-item-text {
  color: #8c8c95;
  width: fit-content;
}
.cid-vjq5SSchyu .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vjq5SSchyu .col-img {
    order: 1;
  }
}
.cid-vjq5SSchyu .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-vjq5SSchyu .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-vjq5SSchyu .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-vjq5SSchyu .mbr-text,
.cid-vjq5SSchyu .mbr-section-btn {
  color: #8c8c95;
}
.cid-vj2931b9Il {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2147725092-1000x667.jpg");
}
.cid-vj2931b9Il .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-vj2931b9Il .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-vj2931b9Il .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-vj2931b9Il .contents .mbr-text {
  color: #83868c;
}
.cid-vj2931b9Il .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ffcb2f;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-vj2931b9Il .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-vj2931b9Il .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-vj2931b9Il .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-vj2931b9Il .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #ffffff;
  align-items: center;
  justify-content: center;
  background-color: #0284d2;
  cursor: pointer;
  position: relative;
}
.cid-vj2931b9Il .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-vj2931b9Il .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-vj2931b9Il .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-vj2931b9Il .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-vj2931b9Il .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-vj2931b9Il .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-vj2931b9Il .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-vj2931b9Il .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-vj2931b9Il .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-vj2931b9Il .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-vj2931b9Il .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-vj2931b9Il .btn[class*="-outline"]:active,
.cid-vj2931b9Il .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-vj2931b9Il .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-vj2931b9Il .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj2931b9Il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj2931b9Il .card-wrapper .card-box .card-title,
.cid-vj2931b9Il .card-img-wrap {
  color: #0284d2;
}
.cid-vj2931b9Il .contents .mbr-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vj2931b9Il .contents .mbr-section-title {
  color: #0284d2;
  text-align: justify;
}
.cid-vjqi2M2bmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjqi2M2bmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjqi2M2bmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjqi2M2bmq .container,
.cid-vjqi2M2bmq .container-small,
.cid-vjqi2M2bmq .container-fluid {
  padding: 0 !important;
}
.cid-vjqi2M2bmq .container,
.cid-vjqi2M2bmq .container-small {
  max-width: 1440px;
}
.cid-vjqi2M2bmq .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #0284d2;
}
@media (max-width: 991px) {
  .cid-vjqi2M2bmq .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vjqi2M2bmq .text-box {
    padding: 50px 10px;
  }
}
.cid-vjqi2M2bmq .mbr-section-title {
  color: #ffffff;
}
.cid-vjqi2M2bmq .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-vjqi2M2bmq .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-vjqi2M2bmq .mbr-text {
    margin-top: 20px;
  }
}
.cid-vjqi2M2bmq .mbr-text a {
  text-decoration: underline;
}
.cid-vjqi2M2bmq .mbr-section-btn {
  margin-top: 34px;
}
.cid-vjqi2M2bmq .mbr-section-subtitle,
.cid-vjqi2M2bmq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjqlE2jenl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjqlE2jenl .container {
  display: flex;
  justify-content: center;
}
.cid-vjqlE2jenl .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjqlE2jenl .col-brand {
  margin-bottom: 40px;
}
.cid-vjqlE2jenl .col-link {
  margin-bottom: 30px;
}
.cid-vjqlE2jenl .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjqlE2jenl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjqlE2jenl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjqlE2jenl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjqlE2jenl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjqlE2jenl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjqlE2jenl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjqlE2jenl .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjqlE2jenl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjqlE2jenl .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjqlE2jenl .soc-item:hover {
  background-color: #738bae;
}
.cid-vjqlE2jenl .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjqlE2jenl .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjqlE2jenl .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjqlE2jenl .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjqlE2jenl .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjqlE2jenl .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjqlE2jenl .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjqlE2jenl .mbr-text a {
  opacity: 0.8;
}
.cid-vjqlE2jenl .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjqlE2jenl .col-copyright {
  margin-top: 44px;
}
.cid-vjqlE2jenl .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjqlE2jenl .copyright {
    text-align: center !important;
  }
}
.cid-vjqlE2jenl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjqlE2jenl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvnapwz6L .navbar-dropdown {
  position: relative !important;
}
.cid-vjvnapwz6L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvnapwz6L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvnapwz6L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvnapwz6L .dropdown-item:hover,
.cid-vjvnapwz6L .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvnapwz6L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvnapwz6L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvnapwz6L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvnapwz6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvnapwz6L .nav-link {
  position: relative;
}
.cid-vjvnapwz6L .container {
  display: flex;
  margin: auto;
}
.cid-vjvnapwz6L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvnapwz6L .dropdown-menu,
.cid-vjvnapwz6L .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvnapwz6L .nav-item:focus,
.cid-vjvnapwz6L .nav-link:focus {
  outline: none;
}
.cid-vjvnapwz6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvnapwz6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvnapwz6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvnapwz6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvnapwz6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvnapwz6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvnapwz6L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvnapwz6L .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvnapwz6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvnapwz6L .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvnapwz6L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvnapwz6L .navbar.collapsed {
  justify-content: center;
}
.cid-vjvnapwz6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvnapwz6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvnapwz6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvnapwz6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvnapwz6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvnapwz6L .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-vjvnapwz6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvnapwz6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvnapwz6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvnapwz6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvnapwz6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvnapwz6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvnapwz6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvnapwz6L .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-vjvnapwz6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvnapwz6L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvnapwz6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvnapwz6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvnapwz6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvnapwz6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvnapwz6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvnapwz6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvnapwz6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvnapwz6L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvnapwz6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvnapwz6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvnapwz6L .dropdown-item.active,
.cid-vjvnapwz6L .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvnapwz6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvnapwz6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvnapwz6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvnapwz6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvnapwz6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvnapwz6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvnapwz6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvnapwz6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvnapwz6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvnapwz6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvnapwz6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvnapwz6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvnapwz6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvnapwz6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvnapwz6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvnapwz6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvnapwz6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvnapwz6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvnapwz6L .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvnapwz6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvnapwz6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvnapwz6L .navbar {
    height: 70px;
  }
  .cid-vjvnapwz6L .navbar.opened {
    height: auto;
  }
  .cid-vjvnapwz6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvnshqkQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvnshqkQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvnshqkQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvnshqkQ7 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvnshqkQ7 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvnshqkQ7 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvnshqkQ7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvnshqkQ7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvnshqkQ7 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvnshqkQ7 .mbr-section-title {
  color: #ffffff;
}
.cid-vjvnshqkQ7 .mbr-text,
.cid-vjvnshqkQ7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvnshqkQ7 .mbr-section-btn,
.cid-vjvnshqkQ7 .mbr-section-title {
  text-align: center;
}
.cid-vjvnshqkQ7 .mbr-section-title,
.cid-vjvnshqkQ7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvnaqyixx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/2147725092-1000x667.jpg");
}
.cid-vjvnaqyixx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvnaqyixx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvnaqyixx .row {
  flex-direction: row-reverse;
}
.cid-vjvnaqyixx .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vjvnaqyixx .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vjvnaqyixx .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vjvnaqyixx .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vjvnaqyixx .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-vjvnaqyixx .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjvnaqyixx .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-vjvnaqyixx .text-wrapper {
    padding: 10px;
  }
}
.cid-vjvnaqyixx .mbr-section-title {
  color: #0284d2;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-vjvnaqyixx .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-vjvnaqyixx .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-vjvnaqyixx .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vjvnaqyixx .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vjvnaqyixx .mbr-text {
    padding-right: 0;
  }
}
.cid-vjvnaqyixx .mbr-section-btn {
  margin-top: 10px;
}
.cid-vjvnaqyixx .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-vjvnaqyixx .list-container {
    margin-bottom: 20px;
  }
}
.cid-vjvnaqyixx .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-vjvnaqyixx .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-vjvnaqyixx .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-vjvnaqyixx .list-item-text {
  color: #232323;
  width: fit-content;
}
.cid-vjvnaqyixx .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vjvnaqyixx .col-img {
    order: 1;
  }
}
.cid-vjvnaqyixx .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-vjvnaqyixx .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-vjvnaqyixx .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-vjvnaqyixx .mbr-text,
.cid-vjvnaqyixx .mbr-section-btn {
  color: #8c8c95;
}
.cid-vjvnarsslq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjvnarsslq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvnarsslq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvnarsslq .container,
.cid-vjvnarsslq .container-small,
.cid-vjvnarsslq .container-fluid {
  padding: 0 !important;
}
.cid-vjvnarsslq .container,
.cid-vjvnarsslq .container-small {
  max-width: 1440px;
}
.cid-vjvnarsslq .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #0284d2;
}
@media (max-width: 991px) {
  .cid-vjvnarsslq .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vjvnarsslq .text-box {
    padding: 50px 10px;
  }
}
.cid-vjvnarsslq .mbr-section-title {
  color: #ffffff;
}
.cid-vjvnarsslq .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-vjvnarsslq .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-vjvnarsslq .mbr-text {
    margin-top: 20px;
  }
}
.cid-vjvnarsslq .mbr-text a {
  text-decoration: underline;
}
.cid-vjvnarsslq .mbr-section-btn {
  margin-top: 34px;
}
.cid-vjvnarsslq .mbr-section-subtitle,
.cid-vjvnarsslq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjvnarLaxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvnarLaxr .container {
  display: flex;
  justify-content: center;
}
.cid-vjvnarLaxr .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvnarLaxr .col-brand {
  margin-bottom: 40px;
}
.cid-vjvnarLaxr .col-link {
  margin-bottom: 30px;
}
.cid-vjvnarLaxr .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvnarLaxr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvnarLaxr .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvnarLaxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvnarLaxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvnarLaxr .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvnarLaxr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvnarLaxr .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvnarLaxr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvnarLaxr .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvnarLaxr .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvnarLaxr .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvnarLaxr .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvnarLaxr .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvnarLaxr .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvnarLaxr .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvnarLaxr .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvnarLaxr .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvnarLaxr .mbr-text a {
  opacity: 0.8;
}
.cid-vjvnarLaxr .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvnarLaxr .col-copyright {
  margin-top: 44px;
}
.cid-vjvnarLaxr .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvnarLaxr .copyright {
    text-align: center !important;
  }
}
.cid-vjvnarLaxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvnarLaxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvtAjj6Hh .navbar-dropdown {
  position: relative !important;
}
.cid-vjvtAjj6Hh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvtAjj6Hh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvtAjj6Hh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvtAjj6Hh .dropdown-item:hover,
.cid-vjvtAjj6Hh .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvtAjj6Hh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvtAjj6Hh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvtAjj6Hh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvtAjj6Hh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvtAjj6Hh .nav-link {
  position: relative;
}
.cid-vjvtAjj6Hh .container {
  display: flex;
  margin: auto;
}
.cid-vjvtAjj6Hh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvtAjj6Hh .dropdown-menu,
.cid-vjvtAjj6Hh .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvtAjj6Hh .nav-item:focus,
.cid-vjvtAjj6Hh .nav-link:focus {
  outline: none;
}
.cid-vjvtAjj6Hh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvtAjj6Hh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvtAjj6Hh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvtAjj6Hh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvtAjj6Hh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvtAjj6Hh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvtAjj6Hh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvtAjj6Hh .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvtAjj6Hh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvtAjj6Hh .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvtAjj6Hh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvtAjj6Hh .navbar.collapsed {
  justify-content: center;
}
.cid-vjvtAjj6Hh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvtAjj6Hh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvtAjj6Hh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvtAjj6Hh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvtAjj6Hh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvtAjj6Hh .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-vjvtAjj6Hh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvtAjj6Hh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvtAjj6Hh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvtAjj6Hh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvtAjj6Hh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvtAjj6Hh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvtAjj6Hh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvtAjj6Hh .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-vjvtAjj6Hh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvtAjj6Hh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvtAjj6Hh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvtAjj6Hh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvtAjj6Hh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvtAjj6Hh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvtAjj6Hh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvtAjj6Hh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvtAjj6Hh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvtAjj6Hh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvtAjj6Hh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvtAjj6Hh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvtAjj6Hh .dropdown-item.active,
.cid-vjvtAjj6Hh .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvtAjj6Hh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvtAjj6Hh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvtAjj6Hh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvtAjj6Hh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvtAjj6Hh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvtAjj6Hh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvtAjj6Hh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvtAjj6Hh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvtAjj6Hh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvtAjj6Hh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvtAjj6Hh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvtAjj6Hh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvtAjj6Hh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvtAjj6Hh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvtAjj6Hh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvtAjj6Hh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvtAjj6Hh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvtAjj6Hh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvtAjj6Hh .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvtAjj6Hh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvtAjj6Hh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvtAjj6Hh .navbar {
    height: 70px;
  }
  .cid-vjvtAjj6Hh .navbar.opened {
    height: auto;
  }
  .cid-vjvtAjj6Hh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvtAk5X8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvtAk5X8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvtAk5X8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvtAk5X8H .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvtAk5X8H .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvtAk5X8H .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvtAk5X8H .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvtAk5X8H .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvtAk5X8H .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvtAk5X8H .mbr-section-title {
  color: #ffffff;
}
.cid-vjvtAk5X8H .mbr-text,
.cid-vjvtAk5X8H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvtAk5X8H .mbr-section-btn,
.cid-vjvtAk5X8H .mbr-section-title {
  text-align: center;
}
.cid-vjvtAk5X8H .mbr-section-title,
.cid-vjvtAk5X8H .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvCWb6nej {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vjvCWb6nej .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvCWb6nej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvCWb6nej .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vjvCWb6nej .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjvCWb6nej .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vjvCWb6nej .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjvCWb6nej .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjvCWb6nej .mbr-section-title {
  color: #0284d2;
}
.cid-vjvCWb6nej .mbr-text,
.cid-vjvCWb6nej .mbr-section-btn {
  color: #8c8c95;
}
.cid-vjvCWb6nej img {
  width: 100%;
  height: 100%;
}
.cid-vjvtAkRL1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjvtAkRL1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvtAkRL1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvtAkRL1M .container,
.cid-vjvtAkRL1M .container-small,
.cid-vjvtAkRL1M .container-fluid {
  padding: 0 !important;
}
.cid-vjvtAkRL1M .container,
.cid-vjvtAkRL1M .container-small {
  max-width: 1440px;
}
.cid-vjvtAkRL1M .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #0284d2;
}
@media (max-width: 991px) {
  .cid-vjvtAkRL1M .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-vjvtAkRL1M .text-box {
    padding: 50px 10px;
  }
}
.cid-vjvtAkRL1M .mbr-section-title {
  color: #ffffff;
}
.cid-vjvtAkRL1M .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-vjvtAkRL1M .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-vjvtAkRL1M .mbr-text {
    margin-top: 20px;
  }
}
.cid-vjvtAkRL1M .mbr-text a {
  text-decoration: underline;
}
.cid-vjvtAkRL1M .mbr-section-btn {
  margin-top: 34px;
}
.cid-vjvtAkRL1M .mbr-section-subtitle,
.cid-vjvtAkRL1M .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjvtAlaW3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvtAlaW3h .container {
  display: flex;
  justify-content: center;
}
.cid-vjvtAlaW3h .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvtAlaW3h .col-brand {
  margin-bottom: 40px;
}
.cid-vjvtAlaW3h .col-link {
  margin-bottom: 30px;
}
.cid-vjvtAlaW3h .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvtAlaW3h .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvtAlaW3h .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvtAlaW3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvtAlaW3h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvtAlaW3h .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvtAlaW3h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvtAlaW3h .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvtAlaW3h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvtAlaW3h .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvtAlaW3h .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvtAlaW3h .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvtAlaW3h .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvtAlaW3h .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvtAlaW3h .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvtAlaW3h .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvtAlaW3h .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvtAlaW3h .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvtAlaW3h .mbr-text a {
  opacity: 0.8;
}
.cid-vjvtAlaW3h .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvtAlaW3h .col-copyright {
  margin-top: 44px;
}
.cid-vjvtAlaW3h .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvtAlaW3h .copyright {
    text-align: center !important;
  }
}
.cid-vjvtAlaW3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvtAlaW3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvCsqgB1d .navbar-dropdown {
  position: relative !important;
}
.cid-vjvCsqgB1d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvCsqgB1d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvCsqgB1d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvCsqgB1d .dropdown-item:hover,
.cid-vjvCsqgB1d .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvCsqgB1d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvCsqgB1d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvCsqgB1d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvCsqgB1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvCsqgB1d .nav-link {
  position: relative;
}
.cid-vjvCsqgB1d .container {
  display: flex;
  margin: auto;
}
.cid-vjvCsqgB1d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvCsqgB1d .dropdown-menu,
.cid-vjvCsqgB1d .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvCsqgB1d .nav-item:focus,
.cid-vjvCsqgB1d .nav-link:focus {
  outline: none;
}
.cid-vjvCsqgB1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvCsqgB1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvCsqgB1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvCsqgB1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvCsqgB1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvCsqgB1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvCsqgB1d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvCsqgB1d .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvCsqgB1d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvCsqgB1d .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvCsqgB1d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvCsqgB1d .navbar.collapsed {
  justify-content: center;
}
.cid-vjvCsqgB1d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvCsqgB1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvCsqgB1d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvCsqgB1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvCsqgB1d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvCsqgB1d .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-vjvCsqgB1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvCsqgB1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvCsqgB1d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvCsqgB1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvCsqgB1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvCsqgB1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvCsqgB1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvCsqgB1d .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-vjvCsqgB1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvCsqgB1d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvCsqgB1d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvCsqgB1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvCsqgB1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvCsqgB1d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvCsqgB1d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvCsqgB1d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvCsqgB1d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvCsqgB1d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvCsqgB1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvCsqgB1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvCsqgB1d .dropdown-item.active,
.cid-vjvCsqgB1d .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvCsqgB1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvCsqgB1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvCsqgB1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvCsqgB1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvCsqgB1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvCsqgB1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvCsqgB1d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvCsqgB1d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvCsqgB1d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvCsqgB1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvCsqgB1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvCsqgB1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvCsqgB1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvCsqgB1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvCsqgB1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvCsqgB1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvCsqgB1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvCsqgB1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvCsqgB1d .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvCsqgB1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvCsqgB1d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvCsqgB1d .navbar {
    height: 70px;
  }
  .cid-vjvCsqgB1d .navbar.opened {
    height: auto;
  }
  .cid-vjvCsqgB1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvCsqGhhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvCsqGhhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvCsqGhhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvCsqGhhH .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvCsqGhhH .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvCsqGhhH .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvCsqGhhH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvCsqGhhH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvCsqGhhH .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvCsqGhhH .mbr-section-title {
  color: #ffffff;
}
.cid-vjvCsqGhhH .mbr-text,
.cid-vjvCsqGhhH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvCsqGhhH .mbr-section-btn,
.cid-vjvCsqGhhH .mbr-section-title {
  text-align: center;
}
.cid-vjvCsqGhhH .mbr-section-title,
.cid-vjvCsqGhhH .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvTqX5CMc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vjvTqX5CMc a.btn > span {
  margin-left: 0.5rem;
}
.cid-vjvTqX5CMc .row {
  align-items: center;
  justify-content: space-between;
}
.cid-vjvTqX5CMc .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #0284d2;
}
.cid-vjvTqX5CMc .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-vjvTqX5CMc .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-vjvTqX5CMc .right-side {
  max-width: 554px;
}
.cid-vjvTqX5CMc .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-vjvTqX5CMc .margin {
  margin-right: 14px;
}
.cid-vjvTqX5CMc .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-vjvTqX5CMc img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-vjvTqX5CMc .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-vjvTqX5CMc .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-vjvTqX5CMc .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-vjvTqX5CMc .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #ffffff;
  cursor: pointer;
}
.cid-vjvTqX5CMc .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #ffffff;
}
.cid-vjvTqX5CMc .mbr-social-likes.big .btn-social:hover {
  color: #ffffff;
}
.cid-vjvTqX5CMc .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-vjvTqX5CMc .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vjvTqX5CMc .mbr-social-likes.small {
  display: flex;
}
.cid-vjvTqX5CMc .mbr-social-likes.big {
  display: block;
}
.cid-vjvTqX5CMc .form-control,
.cid-vjvTqX5CMc form .btn {
  min-height: initial;
}
.cid-vjvTqX5CMc a.btn,
.cid-vjvTqX5CMc button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-vjvTqX5CMc input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #0284d2 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-vjvTqX5CMc textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #0284d2 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-vjvTqX5CMc input:hover {
  border-color: #14142b !important;
}
.cid-vjvTqX5CMc textarea:hover {
  border-color: #14142b !important;
}
.cid-vjvTqX5CMc input:focus {
  border-color: #14142b !important;
}
.cid-vjvTqX5CMc textarea:focus {
  border-color: #14142b !important;
}
.cid-vjvTqX5CMc .form-group {
  margin-bottom: 0;
}
.cid-vjvTqX5CMc .listen {
  margin-bottom: 24px;
}
.cid-vjvTqX5CMc .phone {
  color: #8c8c95;
  margin-bottom: 44px;
}
.cid-vjvTqX5CMc .email {
  color: #8c8c95;
  margin-bottom: 21px;
}
.cid-vjvTqX5CMc .listen,
.cid-vjvTqX5CMc .big {
  text-align: left;
  color: #8c8c95;
}
.cid-vjvTqX5CMc .mbr-text,
.cid-vjvTqX5CMc .button-align {
  color: #8c8c95;
}
.cid-vjvTqX5CMc .email span {
  padding: 7px;
  background-color: #0284d2;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-vjvTqX5CMc .phone span {
  padding: 7px;
  background-color: #0284d2;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-vjvTqX5CMc select.form-control:hover {
  border-color: #14142b;
}
.cid-vjvTqX5CMc select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #0284d2 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-vjvTqX5CMc .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-vjvTqX5CMc .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-vjvTqX5CMc .left-side,
  .cid-vjvTqX5CMc .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-vjvTqX5CMc .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-vjvTqX5CMc .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-vjvTqX5CMc .shadow {
    padding: 25px;
  }
  .cid-vjvTqX5CMc input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-vjvTqX5CMc .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-vjvTqX5CMc .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-vjvTqX5CMc .big > .socicon-bg-youtube {
  background-color: #0284d2;
}
.cid-vjvTqX5CMc .big > .socicon-bg-facebook {
  background-color: #0284d2;
}
.cid-vjvTqX5CMc .big > .socicon-bg-twitter {
  background-color: #4895ef;
}
.cid-vjvTqX5CMc .big > .socicon-bg-pinterest {
  background-color: #ff4433;
}
.cid-vjvTqX5CMc .big > .socicon-bg-mail {
  background-color: #3f37c9;
}
.cid-vjvTqX5CMc .mbr-iconfont {
  margin-right: 8px;
}
.cid-vjvTqX5CMc .listen,
.cid-vjvTqX5CMc .mbr-social-likes {
  color: #0284d2;
}
.cid-vjvCsri5cz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvCsri5cz .container {
  display: flex;
  justify-content: center;
}
.cid-vjvCsri5cz .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvCsri5cz .col-brand {
  margin-bottom: 40px;
}
.cid-vjvCsri5cz .col-link {
  margin-bottom: 30px;
}
.cid-vjvCsri5cz .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvCsri5cz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvCsri5cz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvCsri5cz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvCsri5cz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvCsri5cz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvCsri5cz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvCsri5cz .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvCsri5cz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvCsri5cz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvCsri5cz .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvCsri5cz .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvCsri5cz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvCsri5cz .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvCsri5cz .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvCsri5cz .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvCsri5cz .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvCsri5cz .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvCsri5cz .mbr-text a {
  opacity: 0.8;
}
.cid-vjvCsri5cz .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvCsri5cz .col-copyright {
  margin-top: 44px;
}
.cid-vjvCsri5cz .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvCsri5cz .copyright {
    text-align: center !important;
  }
}
.cid-vjvCsri5cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvCsri5cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvR06EL6E .navbar-dropdown {
  position: relative !important;
}
.cid-vjvR06EL6E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvR06EL6E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvR06EL6E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvR06EL6E .dropdown-item:hover,
.cid-vjvR06EL6E .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvR06EL6E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvR06EL6E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvR06EL6E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvR06EL6E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvR06EL6E .nav-link {
  position: relative;
}
.cid-vjvR06EL6E .container {
  display: flex;
  margin: auto;
}
.cid-vjvR06EL6E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvR06EL6E .dropdown-menu,
.cid-vjvR06EL6E .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvR06EL6E .nav-item:focus,
.cid-vjvR06EL6E .nav-link:focus {
  outline: none;
}
.cid-vjvR06EL6E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvR06EL6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvR06EL6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvR06EL6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvR06EL6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvR06EL6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvR06EL6E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvR06EL6E .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvR06EL6E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvR06EL6E .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvR06EL6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvR06EL6E .navbar.collapsed {
  justify-content: center;
}
.cid-vjvR06EL6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvR06EL6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvR06EL6E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvR06EL6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvR06EL6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvR06EL6E .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-vjvR06EL6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvR06EL6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvR06EL6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvR06EL6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvR06EL6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvR06EL6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvR06EL6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvR06EL6E .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-vjvR06EL6E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvR06EL6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvR06EL6E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvR06EL6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvR06EL6E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvR06EL6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvR06EL6E .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvR06EL6E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvR06EL6E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvR06EL6E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvR06EL6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvR06EL6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvR06EL6E .dropdown-item.active,
.cid-vjvR06EL6E .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvR06EL6E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvR06EL6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvR06EL6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvR06EL6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvR06EL6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvR06EL6E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvR06EL6E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvR06EL6E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvR06EL6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvR06EL6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvR06EL6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvR06EL6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvR06EL6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvR06EL6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvR06EL6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvR06EL6E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvR06EL6E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvR06EL6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvR06EL6E .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvR06EL6E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvR06EL6E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvR06EL6E .navbar {
    height: 70px;
  }
  .cid-vjvR06EL6E .navbar.opened {
    height: auto;
  }
  .cid-vjvR06EL6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvR07nfgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvR07nfgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvR07nfgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvR07nfgG .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvR07nfgG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvR07nfgG .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvR07nfgG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvR07nfgG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvR07nfgG .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvR07nfgG .mbr-section-title {
  color: #ffffff;
}
.cid-vjvR07nfgG .mbr-text,
.cid-vjvR07nfgG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvR07nfgG .mbr-section-btn,
.cid-vjvR07nfgG .mbr-section-title {
  text-align: center;
}
.cid-vjvR07nfgG .mbr-section-title,
.cid-vjvR07nfgG .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvR60mMNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjvR60mMNd .mbr-text {
  color: #8c8c95;
}
.cid-vjvR60mMNd .mbr-section-subtitle {
  color: #000000;
}
.cid-vjvR60mMNd .mbr-section-title {
  color: #000000;
}
.cid-vjvR08jFuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvR08jFuO .container {
  display: flex;
  justify-content: center;
}
.cid-vjvR08jFuO .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvR08jFuO .col-brand {
  margin-bottom: 40px;
}
.cid-vjvR08jFuO .col-link {
  margin-bottom: 30px;
}
.cid-vjvR08jFuO .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvR08jFuO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvR08jFuO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvR08jFuO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvR08jFuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvR08jFuO .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvR08jFuO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvR08jFuO .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvR08jFuO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvR08jFuO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvR08jFuO .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvR08jFuO .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvR08jFuO .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvR08jFuO .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvR08jFuO .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvR08jFuO .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvR08jFuO .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvR08jFuO .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvR08jFuO .mbr-text a {
  opacity: 0.8;
}
.cid-vjvR08jFuO .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvR08jFuO .col-copyright {
  margin-top: 44px;
}
.cid-vjvR08jFuO .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvR08jFuO .copyright {
    text-align: center !important;
  }
}
.cid-vjvR08jFuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvR08jFuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvRpJi4vO .navbar-dropdown {
  position: relative !important;
}
.cid-vjvRpJi4vO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvRpJi4vO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvRpJi4vO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvRpJi4vO .dropdown-item:hover,
.cid-vjvRpJi4vO .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvRpJi4vO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvRpJi4vO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvRpJi4vO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvRpJi4vO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvRpJi4vO .nav-link {
  position: relative;
}
.cid-vjvRpJi4vO .container {
  display: flex;
  margin: auto;
}
.cid-vjvRpJi4vO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvRpJi4vO .dropdown-menu,
.cid-vjvRpJi4vO .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvRpJi4vO .nav-item:focus,
.cid-vjvRpJi4vO .nav-link:focus {
  outline: none;
}
.cid-vjvRpJi4vO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvRpJi4vO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvRpJi4vO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvRpJi4vO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvRpJi4vO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvRpJi4vO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvRpJi4vO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvRpJi4vO .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvRpJi4vO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvRpJi4vO .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvRpJi4vO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvRpJi4vO .navbar.collapsed {
  justify-content: center;
}
.cid-vjvRpJi4vO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvRpJi4vO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvRpJi4vO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvRpJi4vO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvRpJi4vO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvRpJi4vO .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-vjvRpJi4vO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvRpJi4vO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvRpJi4vO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvRpJi4vO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvRpJi4vO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvRpJi4vO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvRpJi4vO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvRpJi4vO .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-vjvRpJi4vO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvRpJi4vO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvRpJi4vO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvRpJi4vO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvRpJi4vO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvRpJi4vO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvRpJi4vO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvRpJi4vO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvRpJi4vO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvRpJi4vO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvRpJi4vO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvRpJi4vO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvRpJi4vO .dropdown-item.active,
.cid-vjvRpJi4vO .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvRpJi4vO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvRpJi4vO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvRpJi4vO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvRpJi4vO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvRpJi4vO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvRpJi4vO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvRpJi4vO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvRpJi4vO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvRpJi4vO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvRpJi4vO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvRpJi4vO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvRpJi4vO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvRpJi4vO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvRpJi4vO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvRpJi4vO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvRpJi4vO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvRpJi4vO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvRpJi4vO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvRpJi4vO .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvRpJi4vO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvRpJi4vO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvRpJi4vO .navbar {
    height: 70px;
  }
  .cid-vjvRpJi4vO .navbar.opened {
    height: auto;
  }
  .cid-vjvRpJi4vO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvRpKaAJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvRpKaAJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvRpKaAJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvRpKaAJ5 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvRpKaAJ5 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvRpKaAJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvRpKaAJ5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvRpKaAJ5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvRpKaAJ5 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvRpKaAJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-vjvRpKaAJ5 .mbr-text,
.cid-vjvRpKaAJ5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvRpKaAJ5 .mbr-section-btn,
.cid-vjvRpKaAJ5 .mbr-section-title {
  text-align: center;
}
.cid-vjvRpKaAJ5 .mbr-section-title,
.cid-vjvRpKaAJ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvRpKyUaQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjvRpKyUaQ .mbr-text {
  color: #8c8c95;
}
.cid-vjvRpKyUaQ .mbr-section-subtitle {
  color: #000000;
}
.cid-vjvRpKyUaQ .mbr-section-title {
  color: #000000;
}
.cid-vjvRpKRCCB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvRpKRCCB .container {
  display: flex;
  justify-content: center;
}
.cid-vjvRpKRCCB .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvRpKRCCB .col-brand {
  margin-bottom: 40px;
}
.cid-vjvRpKRCCB .col-link {
  margin-bottom: 30px;
}
.cid-vjvRpKRCCB .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvRpKRCCB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvRpKRCCB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvRpKRCCB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvRpKRCCB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvRpKRCCB .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvRpKRCCB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvRpKRCCB .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvRpKRCCB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvRpKRCCB .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvRpKRCCB .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvRpKRCCB .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvRpKRCCB .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvRpKRCCB .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvRpKRCCB .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvRpKRCCB .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvRpKRCCB .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvRpKRCCB .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvRpKRCCB .mbr-text a {
  opacity: 0.8;
}
.cid-vjvRpKRCCB .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvRpKRCCB .col-copyright {
  margin-top: 44px;
}
.cid-vjvRpKRCCB .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvRpKRCCB .copyright {
    text-align: center !important;
  }
}
.cid-vjvRpKRCCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvRpKRCCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvRz71xeG .navbar-dropdown {
  position: relative !important;
}
.cid-vjvRz71xeG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvRz71xeG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvRz71xeG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvRz71xeG .dropdown-item:hover,
.cid-vjvRz71xeG .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvRz71xeG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvRz71xeG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvRz71xeG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvRz71xeG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvRz71xeG .nav-link {
  position: relative;
}
.cid-vjvRz71xeG .container {
  display: flex;
  margin: auto;
}
.cid-vjvRz71xeG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvRz71xeG .dropdown-menu,
.cid-vjvRz71xeG .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvRz71xeG .nav-item:focus,
.cid-vjvRz71xeG .nav-link:focus {
  outline: none;
}
.cid-vjvRz71xeG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvRz71xeG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvRz71xeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvRz71xeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvRz71xeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvRz71xeG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvRz71xeG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvRz71xeG .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvRz71xeG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvRz71xeG .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvRz71xeG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvRz71xeG .navbar.collapsed {
  justify-content: center;
}
.cid-vjvRz71xeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvRz71xeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvRz71xeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvRz71xeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvRz71xeG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvRz71xeG .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-vjvRz71xeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvRz71xeG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvRz71xeG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvRz71xeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvRz71xeG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvRz71xeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvRz71xeG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvRz71xeG .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-vjvRz71xeG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvRz71xeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvRz71xeG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvRz71xeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvRz71xeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvRz71xeG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvRz71xeG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvRz71xeG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvRz71xeG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvRz71xeG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvRz71xeG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvRz71xeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvRz71xeG .dropdown-item.active,
.cid-vjvRz71xeG .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvRz71xeG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvRz71xeG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvRz71xeG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvRz71xeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvRz71xeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvRz71xeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvRz71xeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvRz71xeG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvRz71xeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvRz71xeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvRz71xeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvRz71xeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvRz71xeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvRz71xeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvRz71xeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvRz71xeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvRz71xeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvRz71xeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvRz71xeG .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvRz71xeG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvRz71xeG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvRz71xeG .navbar {
    height: 70px;
  }
  .cid-vjvRz71xeG .navbar.opened {
    height: auto;
  }
  .cid-vjvRz71xeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvRz7IBmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvRz7IBmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvRz7IBmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvRz7IBmU .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvRz7IBmU .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvRz7IBmU .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvRz7IBmU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvRz7IBmU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvRz7IBmU .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvRz7IBmU .mbr-section-title {
  color: #ffffff;
}
.cid-vjvRz7IBmU .mbr-text,
.cid-vjvRz7IBmU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvRz7IBmU .mbr-section-btn,
.cid-vjvRz7IBmU .mbr-section-title {
  text-align: center;
}
.cid-vjvRz7IBmU .mbr-section-title,
.cid-vjvRz7IBmU .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvRz859b2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjvRz859b2 .mbr-text {
  color: #8c8c95;
}
.cid-vjvRz859b2 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjvRz859b2 .mbr-section-title {
  color: #000000;
}
.cid-vjvRz8oXSi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvRz8oXSi .container {
  display: flex;
  justify-content: center;
}
.cid-vjvRz8oXSi .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvRz8oXSi .col-brand {
  margin-bottom: 40px;
}
.cid-vjvRz8oXSi .col-link {
  margin-bottom: 30px;
}
.cid-vjvRz8oXSi .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvRz8oXSi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvRz8oXSi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvRz8oXSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvRz8oXSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvRz8oXSi .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvRz8oXSi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvRz8oXSi .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvRz8oXSi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvRz8oXSi .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvRz8oXSi .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvRz8oXSi .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvRz8oXSi .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvRz8oXSi .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvRz8oXSi .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvRz8oXSi .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvRz8oXSi .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvRz8oXSi .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvRz8oXSi .mbr-text a {
  opacity: 0.8;
}
.cid-vjvRz8oXSi .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvRz8oXSi .col-copyright {
  margin-top: 44px;
}
.cid-vjvRz8oXSi .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvRz8oXSi .copyright {
    text-align: center !important;
  }
}
.cid-vjvRz8oXSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvRz8oXSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvRYku0lw .navbar-dropdown {
  position: relative !important;
}
.cid-vjvRYku0lw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvRYku0lw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjvRYku0lw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjvRYku0lw .dropdown-item:hover,
.cid-vjvRYku0lw .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vjvRYku0lw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvRYku0lw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvRYku0lw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-vjvRYku0lw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvRYku0lw .nav-link {
  position: relative;
}
.cid-vjvRYku0lw .container {
  display: flex;
  margin: auto;
}
.cid-vjvRYku0lw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjvRYku0lw .dropdown-menu,
.cid-vjvRYku0lw .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvRYku0lw .nav-item:focus,
.cid-vjvRYku0lw .nav-link:focus {
  outline: none;
}
.cid-vjvRYku0lw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvRYku0lw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjvRYku0lw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvRYku0lw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvRYku0lw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvRYku0lw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvRYku0lw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vjvRYku0lw .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvRYku0lw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjvRYku0lw .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvRYku0lw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvRYku0lw .navbar.collapsed {
  justify-content: center;
}
.cid-vjvRYku0lw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvRYku0lw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvRYku0lw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-vjvRYku0lw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjvRYku0lw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjvRYku0lw .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-vjvRYku0lw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvRYku0lw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvRYku0lw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvRYku0lw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvRYku0lw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvRYku0lw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjvRYku0lw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjvRYku0lw .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-vjvRYku0lw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvRYku0lw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvRYku0lw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjvRYku0lw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjvRYku0lw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvRYku0lw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvRYku0lw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjvRYku0lw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjvRYku0lw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjvRYku0lw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjvRYku0lw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvRYku0lw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvRYku0lw .dropdown-item.active,
.cid-vjvRYku0lw .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvRYku0lw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvRYku0lw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvRYku0lw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvRYku0lw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjvRYku0lw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjvRYku0lw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvRYku0lw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjvRYku0lw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjvRYku0lw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjvRYku0lw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjvRYku0lw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjvRYku0lw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvRYku0lw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjvRYku0lw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjvRYku0lw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvRYku0lw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvRYku0lw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvRYku0lw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvRYku0lw .navbar-dropdown {
  padding: .7rem 1rem;
}
.cid-vjvRYku0lw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvRYku0lw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvRYku0lw .navbar {
    height: 70px;
  }
  .cid-vjvRYku0lw .navbar.opened {
    height: auto;
  }
  .cid-vjvRYku0lw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvRYliqBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
  overflow: hidden;
}
.cid-vjvRYliqBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvRYliqBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvRYliqBy .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vjvRYliqBy .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjvRYliqBy .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vjvRYliqBy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvRYliqBy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjvRYliqBy .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vjvRYliqBy .mbr-section-title {
  color: #ffffff;
}
.cid-vjvRYliqBy .mbr-text,
.cid-vjvRYliqBy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjvRYliqBy .mbr-section-btn,
.cid-vjvRYliqBy .mbr-section-title {
  text-align: center;
}
.cid-vjvRYliqBy .mbr-section-title,
.cid-vjvRYliqBy .mbr-section-btn {
  color: #ffffff;
}
.cid-vjvRYlK7FP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjvRYlK7FP .mbr-text {
  color: #8c8c95;
}
.cid-vjvRYlK7FP .mbr-section-subtitle {
  color: #000000;
}
.cid-vjvRYlK7FP .mbr-section-title {
  color: #000000;
}
.cid-vjvRYm2O64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0284d2;
}
.cid-vjvRYm2O64 .container {
  display: flex;
  justify-content: center;
}
.cid-vjvRYm2O64 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-vjvRYm2O64 .col-brand {
  margin-bottom: 40px;
}
.cid-vjvRYm2O64 .col-link {
  margin-bottom: 30px;
}
.cid-vjvRYm2O64 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-vjvRYm2O64 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjvRYm2O64 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjvRYm2O64 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjvRYm2O64 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvRYm2O64 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-vjvRYm2O64 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjvRYm2O64 .mbr-iconfont {
  font-size: 16px;
  color: #0284d2;
}
.cid-vjvRYm2O64 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-vjvRYm2O64 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvRYm2O64 .soc-item:hover {
  background-color: #738bae;
}
.cid-vjvRYm2O64 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vjvRYm2O64 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vjvRYm2O64 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvRYm2O64 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-vjvRYm2O64 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
  opacity: 0.8;
  text-align: justify;
}
.cid-vjvRYm2O64 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-vjvRYm2O64 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-vjvRYm2O64 .mbr-text a {
  opacity: 0.8;
}
.cid-vjvRYm2O64 .mbr-text a:hover {
  opacity: 1;
  color: #ffffff !important;
}
.cid-vjvRYm2O64 .col-copyright {
  margin-top: 44px;
}
.cid-vjvRYm2O64 .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vjvRYm2O64 .copyright {
    text-align: center !important;
  }
}
.cid-vjvRYm2O64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvRYm2O64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
