.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: 2rem !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: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.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.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #2b7a69 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !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: #d70081 !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #2b7a69;
  color: #2b7a69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #2b7a69 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b7a69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b7a69;
  border-color: #2b7a69;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b7a69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2b7a69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2b7a69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b7a69;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b7a69;
}
.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: #2b7a69;
  border-bottom-color: #2b7a69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2b7a69 !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: #ffd7ef !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='%232b7a69' %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-v5yeCfcjTG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yeCfcjTG nav.navbar {
  position: fixed;
}
.cid-v5yeCfcjTG .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yeCfcjTG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yeCfcjTG .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-v5yeCfcjTG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yeCfcjTG .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yeCfcjTG .dropdown-item:hover,
.cid-v5yeCfcjTG .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yeCfcjTG .dropdown-item:hover span {
  color: white;
}
.cid-v5yeCfcjTG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yeCfcjTG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yeCfcjTG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yeCfcjTG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yeCfcjTG .nav-link {
  position: relative;
}
.cid-v5yeCfcjTG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yeCfcjTG .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yeCfcjTG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yeCfcjTG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yeCfcjTG .dropdown-menu,
.cid-v5yeCfcjTG .navbar.opened {
  background: #121212 !important;
}
.cid-v5yeCfcjTG .nav-item:focus,
.cid-v5yeCfcjTG .nav-link:focus {
  outline: none;
}
.cid-v5yeCfcjTG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yeCfcjTG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yeCfcjTG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yeCfcjTG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yeCfcjTG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yeCfcjTG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yeCfcjTG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yeCfcjTG .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yeCfcjTG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yeCfcjTG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yeCfcjTG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yeCfcjTG .navbar.collapsed {
  justify-content: center;
}
.cid-v5yeCfcjTG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yeCfcjTG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yeCfcjTG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yeCfcjTG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yeCfcjTG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yeCfcjTG .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-v5yeCfcjTG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yeCfcjTG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yeCfcjTG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yeCfcjTG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yeCfcjTG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yeCfcjTG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yeCfcjTG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yeCfcjTG .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-v5yeCfcjTG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yeCfcjTG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yeCfcjTG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yeCfcjTG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yeCfcjTG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yeCfcjTG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yeCfcjTG .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yeCfcjTG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yeCfcjTG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yeCfcjTG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yeCfcjTG .navbar-brand .navbar-caption:hover,
.cid-v5yeCfcjTG .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yeCfcjTG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yeCfcjTG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yeCfcjTG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yeCfcjTG .dropdown-item.active,
.cid-v5yeCfcjTG .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yeCfcjTG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yeCfcjTG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yeCfcjTG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yeCfcjTG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yeCfcjTG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yeCfcjTG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yeCfcjTG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yeCfcjTG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yeCfcjTG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yeCfcjTG .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yeCfcjTG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yeCfcjTG .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yeCfcjTG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yeCfcjTG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yeCfcjTG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yeCfcjTG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yeCfcjTG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yeCfcjTG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yeCfcjTG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yeCfcjTG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yeCfcjTG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yeCfcjTG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yeCfcjTG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yeCfcjTG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yeCfcjTG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yeCfcjTG .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-v5yeCfcjTG .navbar {
    height: 70px;
  }
  .cid-v5yeCfcjTG .navbar.opened {
    height: auto;
  }
  .cid-v5yeCfcjTG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yeCfcjTG .navbar-nav {
  margin: 0 auto;
}
.cid-v5yeCfcjTG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yeCfcjTG .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yeCfcjTG .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yeCfcjTG .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yeCfcjTG .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yeCfcjTG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yeCfcjTG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yeCfcjTG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yeCfcjTG .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yeCfcjTG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yeCfcjTG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yeCfcjTG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yeCfcjTG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yeCfcjTG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yeCfcjTG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yeCfcjTG .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yeCfcjTG .lang-select option {
  color: #000;
}
.cid-v5yeCfcjTG .content-wrap {
  min-height: 110px;
}
.cid-v5yeCfcjTG .mbr-section-btn .btn::after,
.cid-v5yeCfcjTG .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yeCfcjTG .mbr-section-btn .btn:hover,
.cid-v5yeCfcjTG .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yeCfcjTG .mbr-section-btn .btn:hover::after,
.cid-v5yeCfcjTG .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v5yn36oWMo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v5yn36oWMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yn36oWMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yn36oWMo .row {
  justify-content: center;
}
.cid-v5yn36oWMo .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5yn36oWMo .image-wrapper img {
    height: 300px;
  }
}
.cid-v5yn36oWMo .card-wrapper {
  position: relative;
  padding: 32px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1840px) {
  .cid-v5yn36oWMo .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5yn36oWMo .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v5yn36oWMo .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v5yn36oWMo .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #032c55;
  opacity: .5;
  pointer-events: none;
}
.cid-v5yn36oWMo .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5yn36oWMo .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5yn36oWMo .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5yn36oWMo .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5yn36oWMo .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5yn36oWMo .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v5yn36oWMo .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5yn36oWMo .mbr-section-title {
  color: #2c2c26;
}
.cid-v5yn36oWMo .mbr-text,
.cid-v5yn36oWMo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5yn36oWMo .mbr-section-title,
.cid-v5yn36oWMo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5ykbbdZqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5ykbbdZqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ykbbdZqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ykbbdZqO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5ykbbdZqO .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v5ykbbdZqO .container {
    padding: 0 25px;
  }
}
.cid-v5ykbbdZqO .row {
  justify-content: center;
}
.cid-v5ykbbdZqO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5ykbbdZqO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v5ykbbdZqO .card {
    margin-bottom: 50px;
  }
}
.cid-v5ykbbdZqO .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-v5ykbbdZqO .card .card-wrap {
    padding: 0;
  }
}
.cid-v5ykbbdZqO .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-v5ykbbdZqO .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #104fde;
}
.cid-v5ykbbdZqO .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v5ykbbdZqO .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v5ykbbdZqO .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-v5ykbbdZqO .mbr-card-title {
  color: #E33030;
}
.cid-v5ykbbdZqO .mbr-text {
  color: #104fde;
  text-align: center;
}
.cid-v5ykbbdZqO .mbr-card-title,
.cid-v5ykbbdZqO .icon-wrapper {
  text-align: center;
  color: #104fde;
}
.cid-v5ykYJStCJ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-v5ykYJStCJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v5ykYJStCJ img,
.cid-v5ykYJStCJ .item-img {
  width: 100%;
}
.cid-v5ykYJStCJ .item:focus,
.cid-v5ykYJStCJ span:focus {
  outline: none;
}
.cid-v5ykYJStCJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5ykYJStCJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v5ykYJStCJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5ykYJStCJ .mbr-section-title {
  color: #ffffff;
}
.cid-v5ykYJStCJ .mbr-text,
.cid-v5ykYJStCJ .mbr-section-btn {
  color: #232323;
}
.cid-v5ykYJStCJ .item-title {
  color: #232323;
  text-align: center;
}
.cid-v5ykYJStCJ .content-head {
  max-width: 800px;
}
.cid-v5yilXBTj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #104fde;
  border-bottom: 1px solid #104fde;
  background-color: #ffffff;
}
.cid-v5yilXBTj1 .item:focus,
.cid-v5yilXBTj1 span:focus {
  outline: none;
}
.cid-v5yilXBTj1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5yilXBTj1 .content-head {
  max-width: 800px;
}
.cid-v5yilXBTj1 .item {
  color: #000000;
}
.cid-v5ymVvo1XQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbdbdb;
}
.cid-v5ymVvo1XQ .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v5ymVvo1XQ .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v5ymVvo1XQ .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #1d4398;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5ymVvo1XQ .mbr-section-title {
  text-align: center;
}
.cid-v5ymVvo1XQ .mbr-section-subtitle {
  text-align: center;
}
.cid-v5ymVvo1XQ .mbr-text {
  text-align: left;
}
.cid-v5ymVvo1XQ .mbr-text P {
  text-align: center;
}
.cid-v5F8XxbWPY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v5F8XxbWPY section {
  position: relative;
}
.cid-v5F8XxbWPY .widget-title {
  font-weight: 600;
}
.cid-v5F8XxbWPY .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-v5F8XxbWPY .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-v5F8XxbWPY .item .card-box .item-title {
  font-weight: 300;
}
.cid-v5F8XxbWPY .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F8XxbWPY .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-v5F8XxbWPY .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-v5F8XxbWPY img {
  height: 100px;
  padding-right: 8px;
}
.cid-v5F8XxbWPY .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-v5F8XxbWPY .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-v5F8XxbWPY .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v5F8XxbWPY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5F8XxbWPY .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-v5F8XxbWPY .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F8XxbWPY .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-v5F8XxbWPY .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v5F8XxbWPY .item,
.cid-v5F8XxbWPY .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-v5F8XxbWPY .item h4,
.cid-v5F8XxbWPY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5F8XxbWPY .link .card-img {
  padding-bottom: 3px;
}
.cid-v5F8XxbWPY .link .card-box .link-title {
  font-weight: 300;
}
.cid-v5F8XxbWPY .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-v5F8XxbWPY .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F8XxbWPY .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-v5F8XxbWPY h5 {
    text-align: left !important;
  }
  .cid-v5F8XxbWPY .line-wrap {
    text-align: left !important;
  }
}
.cid-v5F8XxbWPY .item-title {
  color: #ffffff;
}
.cid-v5F8XxbWPY .tips {
  height: 60px;
  width: 250px;
}
.cid-v5F8XxbWPY .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-v5F8XxbWPY .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-v5F8XxbWPY .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-v5F8XxbWPY .btn[class*='-outline']:active,
.cid-v5F8XxbWPY .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v5F8XxbWPY .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-v5F8XxbWPY .list .list-item:last-child {
  margin-top: 10px;
}
.cid-v5F8XxbWPY .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v5F8XxbWPY .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-v5F8XxbWPY .box-list li:first-child {
  padding-top: 0;
}
.cid-v5F8XxbWPY .box-list li:last-child {
  border-bottom: none;
}
.cid-v5F8XxbWPY .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-v5F8XxbWPY .box-list.display-4 {
  line-height: 1.71;
}
.cid-v5F8XxbWPY .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-v5F8XxbWPY .box-list li LI {
  text-align: justify;
}
.cid-v5yXyewYWO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXyewYWO nav.navbar {
  position: fixed;
}
.cid-v5yXyewYWO .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXyewYWO .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXyewYWO .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-v5yXyewYWO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXyewYWO .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXyewYWO .dropdown-item:hover,
.cid-v5yXyewYWO .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXyewYWO .dropdown-item:hover span {
  color: white;
}
.cid-v5yXyewYWO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXyewYWO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXyewYWO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXyewYWO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXyewYWO .nav-link {
  position: relative;
}
.cid-v5yXyewYWO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXyewYWO .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXyewYWO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXyewYWO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXyewYWO .dropdown-menu,
.cid-v5yXyewYWO .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXyewYWO .nav-item:focus,
.cid-v5yXyewYWO .nav-link:focus {
  outline: none;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXyewYWO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXyewYWO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXyewYWO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXyewYWO .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXyewYWO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXyewYWO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXyewYWO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXyewYWO .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXyewYWO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXyewYWO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXyewYWO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXyewYWO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXyewYWO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXyewYWO .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-v5yXyewYWO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXyewYWO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXyewYWO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXyewYWO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXyewYWO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXyewYWO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXyewYWO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXyewYWO .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-v5yXyewYWO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXyewYWO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXyewYWO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXyewYWO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXyewYWO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXyewYWO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXyewYWO .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXyewYWO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXyewYWO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXyewYWO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXyewYWO .navbar-brand .navbar-caption:hover,
.cid-v5yXyewYWO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXyewYWO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXyewYWO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXyewYWO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXyewYWO .dropdown-item.active,
.cid-v5yXyewYWO .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXyewYWO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXyewYWO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXyewYWO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXyewYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXyewYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXyewYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXyewYWO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXyewYWO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXyewYWO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXyewYWO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXyewYWO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXyewYWO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXyewYWO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXyewYWO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXyewYWO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXyewYWO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXyewYWO .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-v5yXyewYWO .navbar {
    height: 70px;
  }
  .cid-v5yXyewYWO .navbar.opened {
    height: auto;
  }
  .cid-v5yXyewYWO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXyewYWO .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXyewYWO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXyewYWO .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXyewYWO .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXyewYWO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXyewYWO .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXyewYWO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXyewYWO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXyewYWO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXyewYWO .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXyewYWO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXyewYWO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXyewYWO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXyewYWO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXyewYWO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXyewYWO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXyewYWO .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXyewYWO .lang-select option {
  color: #000;
}
.cid-v5yXyewYWO .content-wrap {
  min-height: 110px;
}
.cid-v5yXyewYWO .mbr-section-btn .btn::after,
.cid-v5yXyewYWO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXyewYWO .mbr-section-btn .btn:hover,
.cid-v5yXyewYWO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXyewYWO .mbr-section-btn .btn:hover::after,
.cid-v5yXyewYWO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v5E1dhxJcN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5E1dhxJcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5E1dhxJcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5E1dhxJcN .row {
  flex-direction: row-reverse;
}
.cid-v5Fj074bvS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5Fj074bvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Fj074bvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Fj074bvS .row {
  justify-content: center;
}
.cid-v5Fj074bvS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Fj074bvS .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Fj074bvS .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f7f7f7;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5Fj074bvS .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Fj074bvS .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5Fj074bvS .content-head {
  max-width: 800px;
}
.cid-v5F7CeEdX4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v5F7CeEdX4 section {
  position: relative;
}
.cid-v5F7CeEdX4 .widget-title {
  font-weight: 600;
}
.cid-v5F7CeEdX4 .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-v5F7CeEdX4 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-v5F7CeEdX4 .item .card-box .item-title {
  font-weight: 300;
}
.cid-v5F7CeEdX4 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F7CeEdX4 .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-v5F7CeEdX4 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-v5F7CeEdX4 img {
  height: 100px;
  padding-right: 8px;
}
.cid-v5F7CeEdX4 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-v5F7CeEdX4 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-v5F7CeEdX4 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v5F7CeEdX4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5F7CeEdX4 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-v5F7CeEdX4 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F7CeEdX4 .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-v5F7CeEdX4 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v5F7CeEdX4 .item,
.cid-v5F7CeEdX4 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-v5F7CeEdX4 .item h4,
.cid-v5F7CeEdX4 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5F7CeEdX4 .link .card-img {
  padding-bottom: 3px;
}
.cid-v5F7CeEdX4 .link .card-box .link-title {
  font-weight: 300;
}
.cid-v5F7CeEdX4 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-v5F7CeEdX4 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F7CeEdX4 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-v5F7CeEdX4 h5 {
    text-align: left !important;
  }
  .cid-v5F7CeEdX4 .line-wrap {
    text-align: left !important;
  }
}
.cid-v5F7CeEdX4 .item-title {
  color: #ffffff;
}
.cid-v5F7CeEdX4 .tips {
  height: 60px;
  width: 250px;
}
.cid-v5F7CeEdX4 .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-v5F7CeEdX4 .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-v5F7CeEdX4 .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-v5F7CeEdX4 .btn[class*='-outline']:active,
.cid-v5F7CeEdX4 .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v5F7CeEdX4 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-v5F7CeEdX4 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-v5F7CeEdX4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v5F7CeEdX4 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-v5F7CeEdX4 .box-list li:first-child {
  padding-top: 0;
}
.cid-v5F7CeEdX4 .box-list li:last-child {
  border-bottom: none;
}
.cid-v5F7CeEdX4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-v5F7CeEdX4 .box-list.display-4 {
  line-height: 1.71;
}
.cid-v5F7CeEdX4 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-v5F7CeEdX4 .box-list li LI {
  text-align: justify;
}
.cid-v5yXFe0TSy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXFe0TSy nav.navbar {
  position: fixed;
}
.cid-v5yXFe0TSy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXFe0TSy .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover,
.cid-v5yXFe0TSy .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover span {
  color: white;
}
.cid-v5yXFe0TSy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXFe0TSy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXFe0TSy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXFe0TSy .nav-link {
  position: relative;
}
.cid-v5yXFe0TSy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXFe0TSy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXFe0TSy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXFe0TSy .dropdown-menu,
.cid-v5yXFe0TSy .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item:focus,
.cid-v5yXFe0TSy .nav-link:focus {
  outline: none;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXFe0TSy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXFe0TSy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXFe0TSy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXFe0TSy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXFe0TSy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXFe0TSy .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXFe0TSy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXFe0TSy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXFe0TSy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXFe0TSy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXFe0TSy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXFe0TSy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item.active,
.cid-v5yXFe0TSy .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXFe0TSy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXFe0TSy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXFe0TSy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXFe0TSy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXFe0TSy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXFe0TSy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXFe0TSy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXFe0TSy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar {
    height: 70px;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    height: auto;
  }
  .cid-v5yXFe0TSy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXFe0TSy .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXFe0TSy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXFe0TSy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXFe0TSy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXFe0TSy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXFe0TSy .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXFe0TSy .lang-select option {
  color: #000;
}
.cid-v5yXFe0TSy .content-wrap {
  min-height: 110px;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v5E9eSdLjv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5E9eSdLjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5E9eSdLjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5E9eSdLjv .row {
  justify-content: center;
}
.cid-v5E9eSdLjv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5E9eSdLjv .item {
    margin-bottom: 1rem;
  }
}
.cid-v5E9eSdLjv .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f7f7f7;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5E9eSdLjv .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5E9eSdLjv .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5E9eSdLjv .content-head {
  max-width: 800px;
}
.cid-v5yYmRBO04 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-v5yYmRBO04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yYmRBO04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yYmRBO04 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v5yYmRBO04 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v5yYmRBO04 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yYmRBO04 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yYmRBO04 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yYmRBO04 .content-head {
  max-width: 800px;
}
.cid-v5yYoJNve2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5yYoJNve2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yYoJNve2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yYoJNve2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yYoJNve2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yYoJNve2 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yYoJNve2 .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yYoJNve2 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yYoJNve2 [class^="socicon-"]:before,
.cid-v5yYoJNve2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5F97qvrCY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v5F97qvrCY section {
  position: relative;
}
.cid-v5F97qvrCY .widget-title {
  font-weight: 600;
}
.cid-v5F97qvrCY .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-v5F97qvrCY .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-v5F97qvrCY .item .card-box .item-title {
  font-weight: 300;
}
.cid-v5F97qvrCY .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F97qvrCY .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-v5F97qvrCY .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-v5F97qvrCY img {
  height: 100px;
  padding-right: 8px;
}
.cid-v5F97qvrCY .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-v5F97qvrCY .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-v5F97qvrCY .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v5F97qvrCY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5F97qvrCY .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-v5F97qvrCY .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F97qvrCY .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-v5F97qvrCY .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v5F97qvrCY .item,
.cid-v5F97qvrCY .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-v5F97qvrCY .item h4,
.cid-v5F97qvrCY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5F97qvrCY .link .card-img {
  padding-bottom: 3px;
}
.cid-v5F97qvrCY .link .card-box .link-title {
  font-weight: 300;
}
.cid-v5F97qvrCY .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-v5F97qvrCY .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F97qvrCY .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-v5F97qvrCY h5 {
    text-align: left !important;
  }
  .cid-v5F97qvrCY .line-wrap {
    text-align: left !important;
  }
}
.cid-v5F97qvrCY .item-title {
  color: #ffffff;
}
.cid-v5F97qvrCY .tips {
  height: 60px;
  width: 250px;
}
.cid-v5F97qvrCY .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-v5F97qvrCY .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-v5F97qvrCY .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-v5F97qvrCY .btn[class*='-outline']:active,
.cid-v5F97qvrCY .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v5F97qvrCY .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-v5F97qvrCY .list .list-item:last-child {
  margin-top: 10px;
}
.cid-v5F97qvrCY .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v5F97qvrCY .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-v5F97qvrCY .box-list li:first-child {
  padding-top: 0;
}
.cid-v5F97qvrCY .box-list li:last-child {
  border-bottom: none;
}
.cid-v5F97qvrCY .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-v5F97qvrCY .box-list.display-4 {
  line-height: 1.71;
}
.cid-v5F97qvrCY .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-v5F97qvrCY .box-list li LI {
  text-align: justify;
}
.cid-v5yXFe0TSy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXFe0TSy nav.navbar {
  position: fixed;
}
.cid-v5yXFe0TSy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXFe0TSy .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover,
.cid-v5yXFe0TSy .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover span {
  color: white;
}
.cid-v5yXFe0TSy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXFe0TSy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXFe0TSy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXFe0TSy .nav-link {
  position: relative;
}
.cid-v5yXFe0TSy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXFe0TSy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXFe0TSy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXFe0TSy .dropdown-menu,
.cid-v5yXFe0TSy .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item:focus,
.cid-v5yXFe0TSy .nav-link:focus {
  outline: none;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXFe0TSy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXFe0TSy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXFe0TSy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXFe0TSy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXFe0TSy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXFe0TSy .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXFe0TSy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXFe0TSy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXFe0TSy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXFe0TSy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXFe0TSy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXFe0TSy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item.active,
.cid-v5yXFe0TSy .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXFe0TSy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXFe0TSy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXFe0TSy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXFe0TSy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXFe0TSy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXFe0TSy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXFe0TSy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXFe0TSy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar {
    height: 70px;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    height: auto;
  }
  .cid-v5yXFe0TSy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXFe0TSy .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXFe0TSy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXFe0TSy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXFe0TSy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXFe0TSy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXFe0TSy .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXFe0TSy .lang-select option {
  color: #000;
}
.cid-v5yXFe0TSy .content-wrap {
  min-height: 110px;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v5z1fJglSC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v5z1fJglSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z1fJglSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z1fJglSC .content-wrap {
  margin: 0 -20px;
}
.cid-v5z1fJglSC .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5z1fJglSC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5z1fJglSC .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5z1fJglSC .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v5z1fJglSC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5z1fJglSC .title-wrapper .main-btn {
  margin-top: 16px;
}
.cid-v5z1fJglSC .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-v5z1fJglSC .title-wrapper .image-wrapper {
  margin-top: 24px;
}
.cid-v5z1fJglSC .title-wrapper .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5z1fJglSC .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v5z1fJglSC .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-v5z1fJglSC .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v5z1fJglSC .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 6px;
}
.cid-v5z1fJglSC .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v5z1fJglSC .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5z1fJglSC .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 16px;
}
.cid-v5z1fJglSC .items-wrapper .item .item-wrapper .item-btn .btn {
  margin-bottom: 0;
}
.cid-v5z1fJglSC .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-v5z1fJglSC .mbr-label {
  color: #232323;
}
.cid-v5z1fJglSC .mbr-section-title {
  color: #ffffff;
}
.cid-v5z1fJglSC .mbr-text {
  color: #ffffff;
}
.cid-v5z1fJglSC .item-number {
  color: #232323;
}
.cid-v5z1fJglSC .item-title {
  color: #ffffff;
}
.cid-v5z1fJglSC .item-text {
  color: #000000;
}
.cid-v5z1fJglSC .mbr-section-title,
.cid-v5z1fJglSC .main-btn {
  color: #000000;
}
.cid-v5z1fJglSC .mbr-text,
.cid-v5z1fJglSC .text-wrapper {
  color: #000000;
}
.cid-v5z1fJglSC .item-title,
.cid-v5z1fJglSC .iconfont-wrapper,
.cid-v5z1fJglSC .item-btn {
  color: #000000;
}
.cid-v5z0jjNguv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v5z0jjNguv .carousel {
    max-height: 600px;
  }
  .cid-v5z0jjNguv .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5z0jjNguv .carousel {
    min-height: 390px;
  }
  .cid-v5z0jjNguv .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-v5z0jjNguv .carousel {
    min-height: 330px;
  }
  .cid-v5z0jjNguv .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-v5z0jjNguv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5z0jjNguv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5z0jjNguv .carousel,
.cid-v5z0jjNguv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5z0jjNguv .item-wrapper {
  width: 100%;
}
.cid-v5z0jjNguv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v5z0jjNguv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5z0jjNguv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5z0jjNguv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5z0jjNguv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5z0jjNguv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5z0jjNguv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5z0jjNguv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5z0jjNguv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5z0jjNguv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5z0jjNguv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5z0jjNguv .carousel-indicators li.active,
.cid-v5z0jjNguv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5z0jjNguv .carousel-indicators li::after,
.cid-v5z0jjNguv .carousel-indicators li::before {
  content: none;
}
.cid-v5z0jjNguv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5z0jjNguv .carousel-indicators {
    display: none !important;
  }
}
.cid-v5F93MFLfG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v5F93MFLfG section {
  position: relative;
}
.cid-v5F93MFLfG .widget-title {
  font-weight: 600;
}
.cid-v5F93MFLfG .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-v5F93MFLfG .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-v5F93MFLfG .item .card-box .item-title {
  font-weight: 300;
}
.cid-v5F93MFLfG .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F93MFLfG .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-v5F93MFLfG .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-v5F93MFLfG img {
  height: 100px;
  padding-right: 8px;
}
.cid-v5F93MFLfG .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-v5F93MFLfG .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-v5F93MFLfG .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v5F93MFLfG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5F93MFLfG .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-v5F93MFLfG .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F93MFLfG .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-v5F93MFLfG .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v5F93MFLfG .item,
.cid-v5F93MFLfG .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-v5F93MFLfG .item h4,
.cid-v5F93MFLfG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5F93MFLfG .link .card-img {
  padding-bottom: 3px;
}
.cid-v5F93MFLfG .link .card-box .link-title {
  font-weight: 300;
}
.cid-v5F93MFLfG .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-v5F93MFLfG .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F93MFLfG .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-v5F93MFLfG h5 {
    text-align: left !important;
  }
  .cid-v5F93MFLfG .line-wrap {
    text-align: left !important;
  }
}
.cid-v5F93MFLfG .item-title {
  color: #ffffff;
}
.cid-v5F93MFLfG .tips {
  height: 60px;
  width: 250px;
}
.cid-v5F93MFLfG .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-v5F93MFLfG .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-v5F93MFLfG .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-v5F93MFLfG .btn[class*='-outline']:active,
.cid-v5F93MFLfG .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v5F93MFLfG .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-v5F93MFLfG .list .list-item:last-child {
  margin-top: 10px;
}
.cid-v5F93MFLfG .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v5F93MFLfG .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-v5F93MFLfG .box-list li:first-child {
  padding-top: 0;
}
.cid-v5F93MFLfG .box-list li:last-child {
  border-bottom: none;
}
.cid-v5F93MFLfG .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-v5F93MFLfG .box-list.display-4 {
  line-height: 1.71;
}
.cid-v5F93MFLfG .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-v5F93MFLfG .box-list li LI {
  text-align: justify;
}
.cid-v5yXyewYWO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXyewYWO nav.navbar {
  position: fixed;
}
.cid-v5yXyewYWO .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXyewYWO .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXyewYWO .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-v5yXyewYWO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXyewYWO .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXyewYWO .dropdown-item:hover,
.cid-v5yXyewYWO .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXyewYWO .dropdown-item:hover span {
  color: white;
}
.cid-v5yXyewYWO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXyewYWO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXyewYWO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXyewYWO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXyewYWO .nav-link {
  position: relative;
}
.cid-v5yXyewYWO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXyewYWO .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXyewYWO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXyewYWO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXyewYWO .dropdown-menu,
.cid-v5yXyewYWO .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXyewYWO .nav-item:focus,
.cid-v5yXyewYWO .nav-link:focus {
  outline: none;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXyewYWO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXyewYWO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXyewYWO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXyewYWO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXyewYWO .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXyewYWO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXyewYWO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXyewYWO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXyewYWO .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXyewYWO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXyewYWO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXyewYWO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXyewYWO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXyewYWO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXyewYWO .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-v5yXyewYWO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXyewYWO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXyewYWO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXyewYWO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXyewYWO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXyewYWO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXyewYWO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXyewYWO .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-v5yXyewYWO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXyewYWO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXyewYWO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXyewYWO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXyewYWO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXyewYWO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXyewYWO .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXyewYWO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXyewYWO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXyewYWO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXyewYWO .navbar-brand .navbar-caption:hover,
.cid-v5yXyewYWO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXyewYWO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXyewYWO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXyewYWO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXyewYWO .dropdown-item.active,
.cid-v5yXyewYWO .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXyewYWO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXyewYWO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXyewYWO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXyewYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXyewYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXyewYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXyewYWO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXyewYWO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXyewYWO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXyewYWO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXyewYWO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXyewYWO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXyewYWO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXyewYWO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXyewYWO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXyewYWO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXyewYWO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXyewYWO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXyewYWO .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-v5yXyewYWO .navbar {
    height: 70px;
  }
  .cid-v5yXyewYWO .navbar.opened {
    height: auto;
  }
  .cid-v5yXyewYWO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXyewYWO .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXyewYWO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXyewYWO .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXyewYWO .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXyewYWO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXyewYWO .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXyewYWO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXyewYWO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXyewYWO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXyewYWO .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXyewYWO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXyewYWO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXyewYWO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXyewYWO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXyewYWO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXyewYWO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXyewYWO .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXyewYWO .lang-select option {
  color: #000;
}
.cid-v5yXyewYWO .content-wrap {
  min-height: 110px;
}
.cid-v5yXyewYWO .mbr-section-btn .btn::after,
.cid-v5yXyewYWO .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXyewYWO .mbr-section-btn .btn:hover,
.cid-v5yXyewYWO .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXyewYWO .mbr-section-btn .btn:hover::after,
.cid-v5yXyewYWO .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v5F8t3Mj9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v5F8t3Mj9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5F8t3Mj9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5F8t3Mj9b .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5F8t3Mj9b .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5F8t3Mj9b .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5F8t3Mj9b .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5F8t3Mj9b .mbr-text,
.cid-v5F8t3Mj9b .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5F8t3Mj9b .card-title,
.cid-v5F8t3Mj9b .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5F8tvBQvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v5F8tvBQvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5F8tvBQvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5F8tvBQvi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5F8tvBQvi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5F8tvBQvi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5F8tvBQvi .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5F8tvBQvi .mbr-text,
.cid-v5F8tvBQvi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5F8tvBQvi .card-title,
.cid-v5F8tvBQvi .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5F8tXhb7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v5F8tXhb7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5F8tXhb7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5F8tXhb7f .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5F8tXhb7f .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5F8tXhb7f .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5F8tXhb7f .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5F8tXhb7f .mbr-text,
.cid-v5F8tXhb7f .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5F8tXhb7f .card-title,
.cid-v5F8tXhb7f .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5FgQHE37t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v5FgQHE37t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FgQHE37t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FgQHE37t .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5FgQHE37t .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5FgQHE37t .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5FgQHE37t .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5FgQHE37t .mbr-text,
.cid-v5FgQHE37t .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5FgQHE37t .card-title,
.cid-v5FgQHE37t .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5FgRisyUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v5FgRisyUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FgRisyUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FgRisyUw .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5FgRisyUw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5FgRisyUw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5FgRisyUw .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5FgRisyUw .mbr-text,
.cid-v5FgRisyUw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5FgRisyUw .card-title,
.cid-v5FgRisyUw .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5F8ZRk4Jb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v5F8ZRk4Jb section {
  position: relative;
}
.cid-v5F8ZRk4Jb .widget-title {
  font-weight: 600;
}
.cid-v5F8ZRk4Jb .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-v5F8ZRk4Jb .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-v5F8ZRk4Jb .item .card-box .item-title {
  font-weight: 300;
}
.cid-v5F8ZRk4Jb .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F8ZRk4Jb .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-v5F8ZRk4Jb .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-v5F8ZRk4Jb img {
  height: 100px;
  padding-right: 8px;
}
.cid-v5F8ZRk4Jb .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-v5F8ZRk4Jb .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-v5F8ZRk4Jb .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v5F8ZRk4Jb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v5F8ZRk4Jb .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-v5F8ZRk4Jb .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F8ZRk4Jb .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-v5F8ZRk4Jb .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v5F8ZRk4Jb .item,
.cid-v5F8ZRk4Jb .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-v5F8ZRk4Jb .item h4,
.cid-v5F8ZRk4Jb .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v5F8ZRk4Jb .link .card-img {
  padding-bottom: 3px;
}
.cid-v5F8ZRk4Jb .link .card-box .link-title {
  font-weight: 300;
}
.cid-v5F8ZRk4Jb .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-v5F8ZRk4Jb .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v5F8ZRk4Jb .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-v5F8ZRk4Jb h5 {
    text-align: left !important;
  }
  .cid-v5F8ZRk4Jb .line-wrap {
    text-align: left !important;
  }
}
.cid-v5F8ZRk4Jb .item-title {
  color: #ffffff;
}
.cid-v5F8ZRk4Jb .tips {
  height: 60px;
  width: 250px;
}
.cid-v5F8ZRk4Jb .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-v5F8ZRk4Jb .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-v5F8ZRk4Jb .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-v5F8ZRk4Jb .btn[class*='-outline']:active,
.cid-v5F8ZRk4Jb .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v5F8ZRk4Jb .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-v5F8ZRk4Jb .list .list-item:last-child {
  margin-top: 10px;
}
.cid-v5F8ZRk4Jb .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v5F8ZRk4Jb .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-v5F8ZRk4Jb .box-list li:first-child {
  padding-top: 0;
}
.cid-v5F8ZRk4Jb .box-list li:last-child {
  border-bottom: none;
}
.cid-v5F8ZRk4Jb .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-v5F8ZRk4Jb .box-list.display-4 {
  line-height: 1.71;
}
.cid-v5F8ZRk4Jb .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-v5F8ZRk4Jb .box-list li LI {
  text-align: justify;
}
.cid-v5yXFe0TSy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXFe0TSy nav.navbar {
  position: fixed;
}
.cid-v5yXFe0TSy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXFe0TSy .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover,
.cid-v5yXFe0TSy .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover span {
  color: white;
}
.cid-v5yXFe0TSy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXFe0TSy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXFe0TSy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXFe0TSy .nav-link {
  position: relative;
}
.cid-v5yXFe0TSy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXFe0TSy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXFe0TSy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXFe0TSy .dropdown-menu,
.cid-v5yXFe0TSy .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item:focus,
.cid-v5yXFe0TSy .nav-link:focus {
  outline: none;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXFe0TSy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXFe0TSy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXFe0TSy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXFe0TSy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXFe0TSy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXFe0TSy .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXFe0TSy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXFe0TSy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXFe0TSy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXFe0TSy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXFe0TSy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXFe0TSy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item.active,
.cid-v5yXFe0TSy .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXFe0TSy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXFe0TSy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXFe0TSy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXFe0TSy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXFe0TSy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXFe0TSy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXFe0TSy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXFe0TSy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar {
    height: 70px;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    height: auto;
  }
  .cid-v5yXFe0TSy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXFe0TSy .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXFe0TSy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXFe0TSy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXFe0TSy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXFe0TSy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXFe0TSy .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXFe0TSy .lang-select option {
  color: #000;
}
.cid-v5yXFe0TSy .content-wrap {
  min-height: 110px;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vboOMIoHjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/imagine20orar-1900x1200.webp");
}
.cid-vboOMIoHjF .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vboOMIoHjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboOMIoHjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboOMIoHjF .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vboOMIoHjF .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vboOMIoHjF .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vboOMIoHjF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vboOMIoHjF .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vboOMIoHjF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vboOMIoHjF .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vboOMIoHjF .mbr-section-title {
  color: #ffffff;
}
.cid-vboOMIoHjF .mbr-text,
.cid-vboOMIoHjF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vboOMIoHjF .mbr-section-title,
.cid-vboOMIoHjF .mbr-section-btn {
  text-align: center;
}
.cid-vboRV2i1i2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vboRV2i1i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboRV2i1i2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vboRV2i1i2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vboRV2i1i2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboRV2i1i2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #032c55;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #7787a5;
  height: 80px;
  border-radius: 50%;
}
.cid-vboRV2i1i2 .card-title,
.cid-vboRV2i1i2 .iconfont-wrapper,
.cid-vboRV2i1i2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vboRV2i1i2 .content-head {
  max-width: 800px;
}
.cid-vboRV2i1i2 .mbr-section-title {
  color: #000000;
}
.cid-vboRV2i1i2 .mbr-section-btn {
  text-align: center;
}
.cid-vboOUWeIu1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vboOUWeIu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboOUWeIu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-3y {
  /* Type valid CSS here */
}
#custom-html-3y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3y p {
  font-size: 60px;
  color: #777;
}
.cid-vboOZZuuOM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vboOZZuuOM section {
  position: relative;
}
.cid-vboOZZuuOM .widget-title {
  font-weight: 600;
}
.cid-vboOZZuuOM .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-vboOZZuuOM .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-vboOZZuuOM .item .card-box .item-title {
  font-weight: 300;
}
.cid-vboOZZuuOM .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vboOZZuuOM .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-vboOZZuuOM .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-vboOZZuuOM img {
  height: 100px;
  padding-right: 8px;
}
.cid-vboOZZuuOM .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-vboOZZuuOM .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-vboOZZuuOM .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vboOZZuuOM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vboOZZuuOM .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-vboOZZuuOM .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vboOZZuuOM .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-vboOZZuuOM .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-vboOZZuuOM .item,
.cid-vboOZZuuOM .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vboOZZuuOM .item h4,
.cid-vboOZZuuOM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vboOZZuuOM .link .card-img {
  padding-bottom: 3px;
}
.cid-vboOZZuuOM .link .card-box .link-title {
  font-weight: 300;
}
.cid-vboOZZuuOM .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-vboOZZuuOM .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vboOZZuuOM .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vboOZZuuOM h5 {
    text-align: left !important;
  }
  .cid-vboOZZuuOM .line-wrap {
    text-align: left !important;
  }
}
.cid-vboOZZuuOM .item-title {
  color: #ffffff;
}
.cid-vboOZZuuOM .tips {
  height: 60px;
  width: 250px;
}
.cid-vboOZZuuOM .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-vboOZZuuOM .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-vboOZZuuOM .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-vboOZZuuOM .btn[class*='-outline']:active,
.cid-vboOZZuuOM .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vboOZZuuOM .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vboOZZuuOM .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vboOZZuuOM .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-vboOZZuuOM .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-vboOZZuuOM .box-list li:first-child {
  padding-top: 0;
}
.cid-vboOZZuuOM .box-list li:last-child {
  border-bottom: none;
}
.cid-vboOZZuuOM .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-vboOZZuuOM .box-list.display-4 {
  line-height: 1.71;
}
.cid-vboOZZuuOM .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-vboOZZuuOM .box-list li LI {
  text-align: justify;
}
.cid-vbq1rtsCmP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vbq1rtsCmP nav.navbar {
  position: fixed;
}
.cid-vbq1rtsCmP .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vbq1rtsCmP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vbq1rtsCmP .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-vbq1rtsCmP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vbq1rtsCmP .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vbq1rtsCmP .dropdown-item:hover,
.cid-vbq1rtsCmP .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vbq1rtsCmP .dropdown-item:hover span {
  color: white;
}
.cid-vbq1rtsCmP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbq1rtsCmP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbq1rtsCmP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbq1rtsCmP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbq1rtsCmP .nav-link {
  position: relative;
}
.cid-vbq1rtsCmP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vbq1rtsCmP .container {
    flex-wrap: nowrap;
  }
}
.cid-vbq1rtsCmP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbq1rtsCmP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbq1rtsCmP .dropdown-menu,
.cid-vbq1rtsCmP .navbar.opened {
  background: #121212 !important;
}
.cid-vbq1rtsCmP .nav-item:focus,
.cid-vbq1rtsCmP .nav-link:focus {
  outline: none;
}
.cid-vbq1rtsCmP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbq1rtsCmP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vbq1rtsCmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbq1rtsCmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbq1rtsCmP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbq1rtsCmP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbq1rtsCmP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbq1rtsCmP .navbar.opened {
  transition: all 0.3s;
}
.cid-vbq1rtsCmP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vbq1rtsCmP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbq1rtsCmP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbq1rtsCmP .navbar.collapsed {
  justify-content: center;
}
.cid-vbq1rtsCmP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbq1rtsCmP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbq1rtsCmP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbq1rtsCmP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbq1rtsCmP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbq1rtsCmP .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-vbq1rtsCmP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbq1rtsCmP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbq1rtsCmP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbq1rtsCmP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbq1rtsCmP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbq1rtsCmP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbq1rtsCmP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbq1rtsCmP .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-vbq1rtsCmP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbq1rtsCmP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbq1rtsCmP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vbq1rtsCmP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbq1rtsCmP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbq1rtsCmP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbq1rtsCmP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbq1rtsCmP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbq1rtsCmP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vbq1rtsCmP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vbq1rtsCmP .navbar-brand .navbar-caption:hover,
.cid-vbq1rtsCmP .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbq1rtsCmP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbq1rtsCmP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbq1rtsCmP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vbq1rtsCmP .dropdown-item.active,
.cid-vbq1rtsCmP .dropdown-item:active {
  background-color: transparent;
}
.cid-vbq1rtsCmP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbq1rtsCmP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbq1rtsCmP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbq1rtsCmP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vbq1rtsCmP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vbq1rtsCmP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbq1rtsCmP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbq1rtsCmP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vbq1rtsCmP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vbq1rtsCmP .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vbq1rtsCmP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vbq1rtsCmP .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vbq1rtsCmP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbq1rtsCmP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbq1rtsCmP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbq1rtsCmP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbq1rtsCmP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbq1rtsCmP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbq1rtsCmP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbq1rtsCmP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbq1rtsCmP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbq1rtsCmP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbq1rtsCmP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbq1rtsCmP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbq1rtsCmP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbq1rtsCmP .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-vbq1rtsCmP .navbar {
    height: 70px;
  }
  .cid-vbq1rtsCmP .navbar.opened {
    height: auto;
  }
  .cid-vbq1rtsCmP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbq1rtsCmP .navbar-nav {
  margin: 0 auto;
}
.cid-vbq1rtsCmP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbq1rtsCmP .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vbq1rtsCmP .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbq1rtsCmP .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vbq1rtsCmP .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vbq1rtsCmP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbq1rtsCmP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbq1rtsCmP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vbq1rtsCmP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbq1rtsCmP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbq1rtsCmP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbq1rtsCmP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbq1rtsCmP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vbq1rtsCmP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vbq1rtsCmP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vbq1rtsCmP .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-vbq1rtsCmP .lang-select option {
  color: #000;
}
.cid-vbq1rtsCmP .content-wrap {
  min-height: 110px;
}
.cid-vbq1rtsCmP .mbr-section-btn .btn::after,
.cid-vbq1rtsCmP .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vbq1rtsCmP .mbr-section-btn .btn:hover,
.cid-vbq1rtsCmP .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vbq1rtsCmP .mbr-section-btn .btn:hover::after,
.cid-vbq1rtsCmP .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vbq1rtG82m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/imagine20orar-1900x1200.webp");
}
.cid-vbq1rtG82m .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vbq1rtG82m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq1rtG82m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq1rtG82m .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vbq1rtG82m .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vbq1rtG82m .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vbq1rtG82m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vbq1rtG82m .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vbq1rtG82m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq1rtG82m .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vbq1rtG82m .mbr-section-title {
  color: #ffffff;
}
.cid-vbq1rtG82m .mbr-text,
.cid-vbq1rtG82m .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vbq1rtG82m .mbr-section-title,
.cid-vbq1rtG82m .mbr-section-btn {
  text-align: center;
}
.cid-vbq1rtPFZj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbq1rtPFZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq1rtPFZj .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vbq1rtPFZj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbq1rtPFZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq1rtPFZj .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #032c55;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #7787a5;
  height: 80px;
  border-radius: 50%;
}
.cid-vbq1rtPFZj .card-title,
.cid-vbq1rtPFZj .iconfont-wrapper,
.cid-vbq1rtPFZj .card-text {
  color: #000000;
  text-align: center;
}
.cid-vbq1rtPFZj .content-head {
  max-width: 800px;
}
.cid-vbq1rtPFZj .mbr-section-title {
  color: #000000;
}
.cid-vbq1rtPFZj .mbr-section-btn {
  text-align: center;
}
.cid-vbq1ru1MSH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbq1ru1MSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq1ru1MSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-46 {
  /* Type valid CSS here */
}
#custom-html-46 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-46 p {
  font-size: 60px;
  color: #777;
}
.cid-vbq1rueX9r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vbq1rueX9r section {
  position: relative;
}
.cid-vbq1rueX9r .widget-title {
  font-weight: 600;
}
.cid-vbq1rueX9r .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-vbq1rueX9r .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-vbq1rueX9r .item .card-box .item-title {
  font-weight: 300;
}
.cid-vbq1rueX9r .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vbq1rueX9r .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-vbq1rueX9r .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-vbq1rueX9r img {
  height: 100px;
  padding-right: 8px;
}
.cid-vbq1rueX9r .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-vbq1rueX9r .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-vbq1rueX9r .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vbq1rueX9r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vbq1rueX9r .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-vbq1rueX9r .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vbq1rueX9r .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-vbq1rueX9r .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-vbq1rueX9r .item,
.cid-vbq1rueX9r .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vbq1rueX9r .item h4,
.cid-vbq1rueX9r .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vbq1rueX9r .link .card-img {
  padding-bottom: 3px;
}
.cid-vbq1rueX9r .link .card-box .link-title {
  font-weight: 300;
}
.cid-vbq1rueX9r .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-vbq1rueX9r .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vbq1rueX9r .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vbq1rueX9r h5 {
    text-align: left !important;
  }
  .cid-vbq1rueX9r .line-wrap {
    text-align: left !important;
  }
}
.cid-vbq1rueX9r .item-title {
  color: #ffffff;
}
.cid-vbq1rueX9r .tips {
  height: 60px;
  width: 250px;
}
.cid-vbq1rueX9r .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-vbq1rueX9r .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-vbq1rueX9r .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-vbq1rueX9r .btn[class*='-outline']:active,
.cid-vbq1rueX9r .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vbq1rueX9r .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vbq1rueX9r .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vbq1rueX9r .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-vbq1rueX9r .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-vbq1rueX9r .box-list li:first-child {
  padding-top: 0;
}
.cid-vbq1rueX9r .box-list li:last-child {
  border-bottom: none;
}
.cid-vbq1rueX9r .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-vbq1rueX9r .box-list.display-4 {
  line-height: 1.71;
}
.cid-vbq1rueX9r .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-vbq1rueX9r .box-list li LI {
  text-align: justify;
}
.cid-v5yXFe0TSy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXFe0TSy nav.navbar {
  position: fixed;
}
.cid-v5yXFe0TSy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXFe0TSy .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover,
.cid-v5yXFe0TSy .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover span {
  color: white;
}
.cid-v5yXFe0TSy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXFe0TSy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXFe0TSy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXFe0TSy .nav-link {
  position: relative;
}
.cid-v5yXFe0TSy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXFe0TSy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXFe0TSy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXFe0TSy .dropdown-menu,
.cid-v5yXFe0TSy .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item:focus,
.cid-v5yXFe0TSy .nav-link:focus {
  outline: none;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXFe0TSy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXFe0TSy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXFe0TSy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXFe0TSy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXFe0TSy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXFe0TSy .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXFe0TSy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXFe0TSy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXFe0TSy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXFe0TSy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXFe0TSy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXFe0TSy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item.active,
.cid-v5yXFe0TSy .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXFe0TSy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXFe0TSy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXFe0TSy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXFe0TSy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXFe0TSy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXFe0TSy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXFe0TSy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXFe0TSy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar {
    height: 70px;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    height: auto;
  }
  .cid-v5yXFe0TSy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXFe0TSy .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXFe0TSy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXFe0TSy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXFe0TSy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXFe0TSy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXFe0TSy .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXFe0TSy .lang-select option {
  color: #000;
}
.cid-v5yXFe0TSy .content-wrap {
  min-height: 110px;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vbkK7HM8OJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/imagine20220microbuze20otopeni-1900x1200.webp");
}
.cid-vbkK7HM8OJ .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vbkK7HM8OJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbkK7HM8OJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbkK7HM8OJ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vbkK7HM8OJ .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vbkK7HM8OJ .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vbkK7HM8OJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vbkK7HM8OJ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vbkK7HM8OJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbkK7HM8OJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vbkK7HM8OJ .mbr-section-title {
  color: #ffffff;
}
.cid-vbkK7HM8OJ .mbr-text,
.cid-vbkK7HM8OJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vbkK7HM8OJ .mbr-section-title,
.cid-vbkK7HM8OJ .mbr-section-btn {
  text-align: center;
}
.cid-vbkKke1HQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vbkKke1HQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbkKke1HQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbkKke1HQ3 .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vbkKke1HQ3 .content-wrap .card {
  padding: 0 50px;
}
.cid-vbkKke1HQ3 .content-wrap .card:last-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .content-wrap .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbkKke1HQ3 .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vbkKke1HQ3 .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vbkKke1HQ3 .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vbkKke1HQ3 .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vbkKke1HQ3 .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbkKke1HQ3 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vbkKke1HQ3 .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vbkKke1HQ3 .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vbkKke1HQ3 .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vbkKke1HQ3 .content-wrap .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbkKke1HQ3 .items-wrapper {
  margin: 0 -10px;
}
.cid-vbkKke1HQ3 .items-wrapper .item {
  padding: 0 10px;
}
.cid-vbkKke1HQ3 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .item {
    margin-bottom: 15px;
  }
  .cid-vbkKke1HQ3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vbkKke1HQ3 .item:hover .item-wrapper,
.cid-vbkKke1HQ3 .item:focus .item-wrapper {
  background-color: #1f1f1f;
}
.cid-vbkKke1HQ3 .item:hover .item-wrapper .item-img img,
.cid-vbkKke1HQ3 .item:focus .item-wrapper .item-img img {
  filter: invert(1);
}
.cid-vbkKke1HQ3 .item:hover .item-wrapper .item-content .icon-wrapper .mbr-iconfont,
.cid-vbkKke1HQ3 .item:focus .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-vbkKke1HQ3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  min-height: 300px;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-img img {
  height: 80px;
  width: 160px;
  object-fit: cover;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr 96px;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .item .item-wrapper .item-content {
    grid-template-columns: 1fr;
  }
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-content .card-box {
  padding: 15px;
  background-color: #f1f1f1;
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-content .card-box .item-number {
  margin-bottom: 10px;
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-content .card-box .item-measurement {
  margin-bottom: 0;
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-content .icon-wrapper {
  width: 96px;
  height: 96px;
  background-color: #f3350c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .item .item-wrapper .item-content .icon-wrapper {
    width: 100%;
    height: 40px;
  }
}
.cid-vbkKke1HQ3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all .3s ease;
  font-size: 32px;
  padding: 28px;
}
@media (max-width: 992px) {
  .cid-vbkKke1HQ3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 20px;
  }
}
.cid-vbkKke1HQ3 .mbr-label {
  color: #1f1f1f;
}
.cid-vbkKke1HQ3 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vbkKke1HQ3 .mbr-text {
  color: #5a5a5a;
}
.cid-vbkKke1HQ3 .item-number {
  color: #1f1f1f;
}
.cid-vbkKke1HQ3 .item-measurement {
  color: #5a5a5a;
}
.cid-vbkJUz8zub {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vbkJUz8zub .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vbkJUz8zub .panel-group {
  border: none;
}
.cid-vbkJUz8zub .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vbkJUz8zub .card-header {
    padding: 0rem;
  }
}
.cid-vbkJUz8zub .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vbkJUz8zub .img-col {
  padding: 0;
}
.cid-vbkJUz8zub .img-item {
  height: 100%;
}
.cid-vbkJUz8zub img {
  height: 100%;
  object-fit: cover;
}
.cid-vbkJUz8zub .collapsed span {
  transform: rotate(0deg);
}
.cid-vbkJUz8zub .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vbkJUz8zub p {
  margin-bottom: 0.3rem;
}
.cid-vbkJUz8zub .panel-title-edit {
  color: #000000;
}
.cid-vbkJUz8zub .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vbkJUz8zub .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vbkJUz8zub .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vbkJUz8zub .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vbkJUz8zub .panel-text {
  color: #000000;
}
.cid-vbkJUz8zub .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbkJUz8zub .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbkJUz8zub .panel-title-edit,
.cid-vbkJUz8zub .mbr-iconfont {
  color: #000000;
}
.cid-vboBgx6DsU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vboBgx6DsU section {
  position: relative;
}
.cid-vboBgx6DsU .widget-title {
  font-weight: 600;
}
.cid-vboBgx6DsU .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-vboBgx6DsU .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-vboBgx6DsU .item .card-box .item-title {
  font-weight: 300;
}
.cid-vboBgx6DsU .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vboBgx6DsU .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-vboBgx6DsU .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-vboBgx6DsU img {
  height: 100px;
  padding-right: 8px;
}
.cid-vboBgx6DsU .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-vboBgx6DsU .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-vboBgx6DsU .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vboBgx6DsU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vboBgx6DsU .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-vboBgx6DsU .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vboBgx6DsU .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-vboBgx6DsU .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-vboBgx6DsU .item,
.cid-vboBgx6DsU .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vboBgx6DsU .item h4,
.cid-vboBgx6DsU .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vboBgx6DsU .link .card-img {
  padding-bottom: 3px;
}
.cid-vboBgx6DsU .link .card-box .link-title {
  font-weight: 300;
}
.cid-vboBgx6DsU .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-vboBgx6DsU .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vboBgx6DsU .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vboBgx6DsU h5 {
    text-align: left !important;
  }
  .cid-vboBgx6DsU .line-wrap {
    text-align: left !important;
  }
}
.cid-vboBgx6DsU .item-title {
  color: #ffffff;
}
.cid-vboBgx6DsU .tips {
  height: 60px;
  width: 250px;
}
.cid-vboBgx6DsU .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-vboBgx6DsU .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-vboBgx6DsU .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-vboBgx6DsU .btn[class*='-outline']:active,
.cid-vboBgx6DsU .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vboBgx6DsU .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vboBgx6DsU .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vboBgx6DsU .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-vboBgx6DsU .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-vboBgx6DsU .box-list li:first-child {
  padding-top: 0;
}
.cid-vboBgx6DsU .box-list li:last-child {
  border-bottom: none;
}
.cid-vboBgx6DsU .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-vboBgx6DsU .box-list.display-4 {
  line-height: 1.71;
}
.cid-vboBgx6DsU .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-vboBgx6DsU .box-list li LI {
  text-align: justify;
}
.cid-v5yXFe0TSy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5yXFe0TSy nav.navbar {
  position: fixed;
}
.cid-v5yXFe0TSy .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yXFe0TSy .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover,
.cid-v5yXFe0TSy .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item:hover span {
  color: white;
}
.cid-v5yXFe0TSy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yXFe0TSy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yXFe0TSy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5yXFe0TSy .nav-link {
  position: relative;
}
.cid-v5yXFe0TSy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yXFe0TSy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yXFe0TSy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yXFe0TSy .dropdown-menu,
.cid-v5yXFe0TSy .navbar.opened {
  background: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item:focus,
.cid-v5yXFe0TSy .nav-link:focus {
  outline: none;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yXFe0TSy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yXFe0TSy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yXFe0TSy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yXFe0TSy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yXFe0TSy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yXFe0TSy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5yXFe0TSy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yXFe0TSy .navbar.collapsed {
  justify-content: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yXFe0TSy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yXFe0TSy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yXFe0TSy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yXFe0TSy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yXFe0TSy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yXFe0TSy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yXFe0TSy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5yXFe0TSy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5yXFe0TSy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yXFe0TSy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5yXFe0TSy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yXFe0TSy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .dropdown-item.active,
.cid-v5yXFe0TSy .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yXFe0TSy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yXFe0TSy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yXFe0TSy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yXFe0TSy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yXFe0TSy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yXFe0TSy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5yXFe0TSy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v5yXFe0TSy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v5yXFe0TSy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yXFe0TSy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5yXFe0TSy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yXFe0TSy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yXFe0TSy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5yXFe0TSy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yXFe0TSy .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-v5yXFe0TSy .navbar {
    height: 70px;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    height: auto;
  }
  .cid-v5yXFe0TSy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yXFe0TSy .navbar-nav {
  margin: 0 auto;
}
.cid-v5yXFe0TSy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yXFe0TSy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5yXFe0TSy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v5yXFe0TSy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yXFe0TSy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yXFe0TSy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yXFe0TSy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yXFe0TSy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yXFe0TSy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yXFe0TSy .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-v5yXFe0TSy .lang-select option {
  color: #000;
}
.cid-v5yXFe0TSy .content-wrap {
  min-height: 110px;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5yXFe0TSy .mbr-section-btn .btn:hover::after,
.cid-v5yXFe0TSy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vcvGeUH0Ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcvGeUH0Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcvGeUH0Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcvGeUH0Ax .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcvGeUH0Ax .container-fluid {
    padding: 0 15px;
  }
}
.cid-vcvGeUH0Ax .row {
  margin: 0;
}
.cid-vcvGeUH0Ax .row .card {
  padding: 0;
}
.cid-vcvGeUH0Ax .card-wrapper {
  padding: 140px 30px;
  background-color: #47629d;
}
@media (max-width: 1440px) {
  .cid-vcvGeUH0Ax .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcvGeUH0Ax .card-wrapper {
    padding: 15px;
  }
}
.cid-vcvGeUH0Ax .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vcvGeUH0Ax .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcvGeUH0Ax .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcvGeUH0Ax .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcvGeUH0Ax .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcvGeUH0Ax .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcvGeUH0Ax .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vcvGeUH0Ax .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vcvGeUH0Ax .mbr-label {
  color: #000000;
}
.cid-vcvGeUH0Ax .mbr-section-title {
  color: #000000;
}
.cid-vcvGeUH0Ax .mbr-text,
.cid-vcvGeUH0Ax .text-wrapper {
  color: #ffffff;
}
.cid-vcvGeUH0Ax .mbr-section-title,
.cid-vcvGeUH0Ax .mbr-section-btn {
  color: #ffffff;
}
.cid-vcvGt5C2L6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcvGt5C2L6 img,
.cid-vcvGt5C2L6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vcvGt5C2L6 img,
  .cid-vcvGt5C2L6 .item-img {
    max-height: 300px;
  }
}
.cid-vcvGt5C2L6 .item:focus,
.cid-vcvGt5C2L6 span:focus {
  outline: none;
}
.cid-vcvGt5C2L6 .item-wrapper {
  position: relative;
}
.cid-vcvGt5C2L6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vcvGt5C2L6 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vcvGt5C2L6 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcvGt5C2L6 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vcvGt5C2L6 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcvGt5C2L6 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vcvGt5C2L6 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vcvGt5C2L6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcvGt5C2L6 .mbr-section-title {
  color: #232323;
}
.cid-vcvGt5C2L6 .mbr-text,
.cid-vcvGt5C2L6 .mbr-section-btn {
  text-align: left;
}
.cid-vcvGt5C2L6 .item-title {
  text-align: left;
}
.cid-vcvGt5C2L6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vcvGt5C2L6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vcvGt5C2L6 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vcvGt5C2L6 .embla__button--next,
.cid-vcvGt5C2L6 .embla__button--prev {
  display: flex;
}
.cid-vcvGt5C2L6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vcvGt5C2L6 .embla__button {
    display: none;
  }
}
.cid-vcvGt5C2L6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vcvGt5C2L6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vcvGt5C2L6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcvGt5C2L6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcvGt5C2L6 .embla__button {
    top: auto;
  }
}
.cid-vcvGt5C2L6 .embla {
  position: relative;
  width: 100%;
}
.cid-vcvGt5C2L6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vcvGt5C2L6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcvGt5C2L6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcvGt5C2L6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vcvGt5C2L6 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vcvGt5C2L6 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vcvGt5C2L6 .content-head {
  max-width: 800px;
}
.cid-vcvNb4dGlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcvNb4dGlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcvNb4dGlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcvNb4dGlr .content-wrap {
  margin: 0 -50px;
}
.cid-vcvNb4dGlr .content-wrap .card {
  padding: 0 50px;
}
.cid-vcvNb4dGlr .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcvNb4dGlr .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcvNb4dGlr .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcvNb4dGlr .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcvNb4dGlr .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcvNb4dGlr .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcvNb4dGlr .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vcvNb4dGlr .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcvNb4dGlr .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vcvNb4dGlr .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vcvNb4dGlr .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcvNb4dGlr .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcvNb4dGlr .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vcvNb4dGlr .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcvNb4dGlr .mbr-label {
  color: #1f1f1f;
}
.cid-vcvNb4dGlr .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcvNb4dGlr .mbr-text {
  color: #5a5a5a;
}
.cid-vcvNb4dGlr .list {
  color: #5a5a5a;
}
.cid-vcvYeRGw4K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcvYeRGw4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcvYeRGw4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcvYeRGw4K .content-wrap {
  margin: 0 -50px;
}
.cid-vcvYeRGw4K .content-wrap .card {
  padding: 0 50px;
}
.cid-vcvYeRGw4K .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcvYeRGw4K .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcvYeRGw4K .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcvYeRGw4K .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcvYeRGw4K .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcvYeRGw4K .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcvYeRGw4K .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vcvYeRGw4K .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcvYeRGw4K .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vcvYeRGw4K .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vcvYeRGw4K .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcvYeRGw4K .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcvYeRGw4K .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vcvYeRGw4K .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcvYeRGw4K .mbr-label {
  color: #1f1f1f;
}
.cid-vcvYeRGw4K .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcvYeRGw4K .mbr-text {
  color: #5a5a5a;
}
.cid-vcvYeRGw4K .list {
  color: #5a5a5a;
}
.cid-vcvZi1Lur6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcvZi1Lur6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcvZi1Lur6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcvZi1Lur6 .content-wrap {
  margin: 0 -50px;
}
.cid-vcvZi1Lur6 .content-wrap .card {
  padding: 0 50px;
}
.cid-vcvZi1Lur6 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcvZi1Lur6 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcvZi1Lur6 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcvZi1Lur6 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcvZi1Lur6 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcvZi1Lur6 .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcvZi1Lur6 .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vcvZi1Lur6 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcvZi1Lur6 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vcvZi1Lur6 .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vcvZi1Lur6 .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcvZi1Lur6 .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcvZi1Lur6 .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vcvZi1Lur6 .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcvZi1Lur6 .mbr-label {
  color: #1f1f1f;
}
.cid-vcvZi1Lur6 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcvZi1Lur6 .mbr-text {
  color: #5a5a5a;
}
.cid-vcvZi1Lur6 .list {
  color: #5a5a5a;
}
.cid-vcw0duHpZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcw0duHpZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw0duHpZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw0duHpZ8 .content-wrap {
  margin: 0 -50px;
}
.cid-vcw0duHpZ8 .content-wrap .card {
  padding: 0 50px;
}
.cid-vcw0duHpZ8 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcw0duHpZ8 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcw0duHpZ8 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcw0duHpZ8 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcw0duHpZ8 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcw0duHpZ8 .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcw0duHpZ8 .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vcw0duHpZ8 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcw0duHpZ8 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vcw0duHpZ8 .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vcw0duHpZ8 .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcw0duHpZ8 .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcw0duHpZ8 .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vcw0duHpZ8 .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcw0duHpZ8 .mbr-label {
  color: #1f1f1f;
}
.cid-vcw0duHpZ8 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcw0duHpZ8 .mbr-text {
  color: #5a5a5a;
}
.cid-vcw0duHpZ8 .list {
  color: #5a5a5a;
}
.cid-vcvOdMbEFt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vcvOdMbEFt section {
  position: relative;
}
.cid-vcvOdMbEFt .widget-title {
  font-weight: 600;
}
.cid-vcvOdMbEFt .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-vcvOdMbEFt .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-vcvOdMbEFt .item .card-box .item-title {
  font-weight: 300;
}
.cid-vcvOdMbEFt .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcvOdMbEFt .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-vcvOdMbEFt .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-vcvOdMbEFt img {
  height: 100px;
  padding-right: 8px;
}
.cid-vcvOdMbEFt .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-vcvOdMbEFt .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-vcvOdMbEFt .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vcvOdMbEFt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcvOdMbEFt .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-vcvOdMbEFt .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcvOdMbEFt .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-vcvOdMbEFt .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-vcvOdMbEFt .item,
.cid-vcvOdMbEFt .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vcvOdMbEFt .item h4,
.cid-vcvOdMbEFt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vcvOdMbEFt .link .card-img {
  padding-bottom: 3px;
}
.cid-vcvOdMbEFt .link .card-box .link-title {
  font-weight: 300;
}
.cid-vcvOdMbEFt .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-vcvOdMbEFt .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcvOdMbEFt .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcvOdMbEFt h5 {
    text-align: left !important;
  }
  .cid-vcvOdMbEFt .line-wrap {
    text-align: left !important;
  }
}
.cid-vcvOdMbEFt .item-title {
  color: #ffffff;
}
.cid-vcvOdMbEFt .tips {
  height: 60px;
  width: 250px;
}
.cid-vcvOdMbEFt .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-vcvOdMbEFt .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-vcvOdMbEFt .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-vcvOdMbEFt .btn[class*='-outline']:active,
.cid-vcvOdMbEFt .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vcvOdMbEFt .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vcvOdMbEFt .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vcvOdMbEFt .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-vcvOdMbEFt .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-vcvOdMbEFt .box-list li:first-child {
  padding-top: 0;
}
.cid-vcvOdMbEFt .box-list li:last-child {
  border-bottom: none;
}
.cid-vcvOdMbEFt .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-vcvOdMbEFt .box-list.display-4 {
  line-height: 1.71;
}
.cid-vcvOdMbEFt .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-vcvOdMbEFt .box-list li LI {
  text-align: justify;
}
.cid-vcw3Leil34 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vcw3Leil34 nav.navbar {
  position: fixed;
}
.cid-vcw3Leil34 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vcw3Leil34 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vcw3Leil34 .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-vcw3Leil34 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vcw3Leil34 .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vcw3Leil34 .dropdown-item:hover,
.cid-vcw3Leil34 .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vcw3Leil34 .dropdown-item:hover span {
  color: white;
}
.cid-vcw3Leil34 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcw3Leil34 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcw3Leil34 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcw3Leil34 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcw3Leil34 .nav-link {
  position: relative;
}
.cid-vcw3Leil34 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcw3Leil34 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcw3Leil34 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcw3Leil34 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcw3Leil34 .dropdown-menu,
.cid-vcw3Leil34 .navbar.opened {
  background: #121212 !important;
}
.cid-vcw3Leil34 .nav-item:focus,
.cid-vcw3Leil34 .nav-link:focus {
  outline: none;
}
.cid-vcw3Leil34 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcw3Leil34 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vcw3Leil34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcw3Leil34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcw3Leil34 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcw3Leil34 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcw3Leil34 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcw3Leil34 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcw3Leil34 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vcw3Leil34 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vcw3Leil34 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcw3Leil34 .navbar.collapsed {
  justify-content: center;
}
.cid-vcw3Leil34 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcw3Leil34 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcw3Leil34 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcw3Leil34 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcw3Leil34 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcw3Leil34 .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-vcw3Leil34 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcw3Leil34 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcw3Leil34 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcw3Leil34 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcw3Leil34 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcw3Leil34 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcw3Leil34 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcw3Leil34 .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-vcw3Leil34 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcw3Leil34 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcw3Leil34 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vcw3Leil34 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vcw3Leil34 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcw3Leil34 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcw3Leil34 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcw3Leil34 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcw3Leil34 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcw3Leil34 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vcw3Leil34 .navbar-brand .navbar-caption:hover,
.cid-vcw3Leil34 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vcw3Leil34 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcw3Leil34 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vcw3Leil34 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vcw3Leil34 .dropdown-item.active,
.cid-vcw3Leil34 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcw3Leil34 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcw3Leil34 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcw3Leil34 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcw3Leil34 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vcw3Leil34 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcw3Leil34 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vcw3Leil34 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcw3Leil34 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcw3Leil34 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vcw3Leil34 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vcw3Leil34 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vcw3Leil34 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vcw3Leil34 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcw3Leil34 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcw3Leil34 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcw3Leil34 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcw3Leil34 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcw3Leil34 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcw3Leil34 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcw3Leil34 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcw3Leil34 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcw3Leil34 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcw3Leil34 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcw3Leil34 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcw3Leil34 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcw3Leil34 .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-vcw3Leil34 .navbar {
    height: 70px;
  }
  .cid-vcw3Leil34 .navbar.opened {
    height: auto;
  }
  .cid-vcw3Leil34 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcw3Leil34 .navbar-nav {
  margin: 0 auto;
}
.cid-vcw3Leil34 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vcw3Leil34 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vcw3Leil34 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcw3Leil34 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vcw3Leil34 .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vcw3Leil34 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcw3Leil34 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vcw3Leil34 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vcw3Leil34 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcw3Leil34 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcw3Leil34 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcw3Leil34 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcw3Leil34 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcw3Leil34 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vcw3Leil34 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vcw3Leil34 .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-vcw3Leil34 .lang-select option {
  color: #000;
}
.cid-vcw3Leil34 .content-wrap {
  min-height: 110px;
}
.cid-vcw3Leil34 .mbr-section-btn .btn::after,
.cid-vcw3Leil34 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vcw3Leil34 .mbr-section-btn .btn:hover,
.cid-vcw3Leil34 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vcw3Leil34 .mbr-section-btn .btn:hover::after,
.cid-vcw3Leil34 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vcw3LeGjsL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/imagine20orar-1900x1200.webp");
}
.cid-vcw3LeGjsL .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcw3LeGjsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3LeGjsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw3LeGjsL .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcw3LeGjsL .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcw3LeGjsL .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcw3LeGjsL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcw3LeGjsL .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcw3LeGjsL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcw3LeGjsL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcw3LeGjsL .mbr-section-title {
  color: #ffffff;
}
.cid-vcw3LeGjsL .mbr-text,
.cid-vcw3LeGjsL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcw3LeGjsL .mbr-section-title,
.cid-vcw3LeGjsL .mbr-section-btn {
  text-align: center;
}
.cid-vcw3LeYEVb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcw3LeYEVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3LeYEVb .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vcw3LeYEVb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcw3LeYEVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw3LeYEVb .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #032c55;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #7787a5;
  height: 80px;
  border-radius: 50%;
}
.cid-vcw3LeYEVb .card-title,
.cid-vcw3LeYEVb .iconfont-wrapper,
.cid-vcw3LeYEVb .card-text {
  color: #000000;
  text-align: center;
}
.cid-vcw3LeYEVb .content-head {
  max-width: 800px;
}
.cid-vcw3LeYEVb .mbr-section-title {
  color: #000000;
}
.cid-vcw3LeYEVb .mbr-section-btn {
  text-align: center;
}
.cid-vcw3LfjQP1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcw3LfjQP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3LfjQP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-4y {
  /* Type valid CSS here */
}
#custom-html-4y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4y p {
  font-size: 60px;
  color: #777;
}
.cid-vcw3LfKgRP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vcw3LfKgRP section {
  position: relative;
}
.cid-vcw3LfKgRP .widget-title {
  font-weight: 600;
}
.cid-vcw3LfKgRP .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-vcw3LfKgRP .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-vcw3LfKgRP .item .card-box .item-title {
  font-weight: 300;
}
.cid-vcw3LfKgRP .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcw3LfKgRP .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-vcw3LfKgRP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-vcw3LfKgRP img {
  height: 100px;
  padding-right: 8px;
}
.cid-vcw3LfKgRP .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-vcw3LfKgRP .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-vcw3LfKgRP .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vcw3LfKgRP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcw3LfKgRP .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-vcw3LfKgRP .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcw3LfKgRP .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-vcw3LfKgRP .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-vcw3LfKgRP .item,
.cid-vcw3LfKgRP .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vcw3LfKgRP .item h4,
.cid-vcw3LfKgRP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vcw3LfKgRP .link .card-img {
  padding-bottom: 3px;
}
.cid-vcw3LfKgRP .link .card-box .link-title {
  font-weight: 300;
}
.cid-vcw3LfKgRP .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-vcw3LfKgRP .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcw3LfKgRP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcw3LfKgRP h5 {
    text-align: left !important;
  }
  .cid-vcw3LfKgRP .line-wrap {
    text-align: left !important;
  }
}
.cid-vcw3LfKgRP .item-title {
  color: #ffffff;
}
.cid-vcw3LfKgRP .tips {
  height: 60px;
  width: 250px;
}
.cid-vcw3LfKgRP .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-vcw3LfKgRP .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-vcw3LfKgRP .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-vcw3LfKgRP .btn[class*='-outline']:active,
.cid-vcw3LfKgRP .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vcw3LfKgRP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vcw3LfKgRP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vcw3LfKgRP .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-vcw3LfKgRP .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-vcw3LfKgRP .box-list li:first-child {
  padding-top: 0;
}
.cid-vcw3LfKgRP .box-list li:last-child {
  border-bottom: none;
}
.cid-vcw3LfKgRP .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-vcw3LfKgRP .box-list.display-4 {
  line-height: 1.71;
}
.cid-vcw3LfKgRP .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-vcw3LfKgRP .box-list li LI {
  text-align: justify;
}
.cid-vcw3MWOIMu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vcw3MWOIMu nav.navbar {
  position: fixed;
}
.cid-vcw3MWOIMu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vcw3MWOIMu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vcw3MWOIMu .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-vcw3MWOIMu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vcw3MWOIMu .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vcw3MWOIMu .dropdown-item:hover,
.cid-vcw3MWOIMu .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vcw3MWOIMu .dropdown-item:hover span {
  color: white;
}
.cid-vcw3MWOIMu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcw3MWOIMu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcw3MWOIMu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcw3MWOIMu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcw3MWOIMu .nav-link {
  position: relative;
}
.cid-vcw3MWOIMu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcw3MWOIMu .container {
    flex-wrap: nowrap;
  }
}
.cid-vcw3MWOIMu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcw3MWOIMu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcw3MWOIMu .dropdown-menu,
.cid-vcw3MWOIMu .navbar.opened {
  background: #121212 !important;
}
.cid-vcw3MWOIMu .nav-item:focus,
.cid-vcw3MWOIMu .nav-link:focus {
  outline: none;
}
.cid-vcw3MWOIMu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcw3MWOIMu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vcw3MWOIMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcw3MWOIMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcw3MWOIMu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcw3MWOIMu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcw3MWOIMu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcw3MWOIMu .navbar.opened {
  transition: all 0.3s;
}
.cid-vcw3MWOIMu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vcw3MWOIMu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vcw3MWOIMu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcw3MWOIMu .navbar.collapsed {
  justify-content: center;
}
.cid-vcw3MWOIMu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcw3MWOIMu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcw3MWOIMu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vcw3MWOIMu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcw3MWOIMu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcw3MWOIMu .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-vcw3MWOIMu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcw3MWOIMu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcw3MWOIMu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcw3MWOIMu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcw3MWOIMu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcw3MWOIMu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcw3MWOIMu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcw3MWOIMu .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-vcw3MWOIMu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcw3MWOIMu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcw3MWOIMu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vcw3MWOIMu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vcw3MWOIMu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcw3MWOIMu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcw3MWOIMu .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcw3MWOIMu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcw3MWOIMu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcw3MWOIMu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vcw3MWOIMu .navbar-brand .navbar-caption:hover,
.cid-vcw3MWOIMu .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vcw3MWOIMu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcw3MWOIMu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vcw3MWOIMu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vcw3MWOIMu .dropdown-item.active,
.cid-vcw3MWOIMu .dropdown-item:active {
  background-color: transparent;
}
.cid-vcw3MWOIMu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcw3MWOIMu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcw3MWOIMu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcw3MWOIMu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vcw3MWOIMu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcw3MWOIMu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vcw3MWOIMu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcw3MWOIMu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcw3MWOIMu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vcw3MWOIMu .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vcw3MWOIMu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vcw3MWOIMu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vcw3MWOIMu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcw3MWOIMu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcw3MWOIMu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcw3MWOIMu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcw3MWOIMu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcw3MWOIMu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcw3MWOIMu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcw3MWOIMu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcw3MWOIMu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcw3MWOIMu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcw3MWOIMu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcw3MWOIMu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcw3MWOIMu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcw3MWOIMu .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-vcw3MWOIMu .navbar {
    height: 70px;
  }
  .cid-vcw3MWOIMu .navbar.opened {
    height: auto;
  }
  .cid-vcw3MWOIMu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcw3MWOIMu .navbar-nav {
  margin: 0 auto;
}
.cid-vcw3MWOIMu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vcw3MWOIMu .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vcw3MWOIMu .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcw3MWOIMu .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vcw3MWOIMu .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vcw3MWOIMu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcw3MWOIMu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vcw3MWOIMu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vcw3MWOIMu .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcw3MWOIMu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcw3MWOIMu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcw3MWOIMu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcw3MWOIMu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcw3MWOIMu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vcw3MWOIMu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vcw3MWOIMu .lang-select {
  cursor: pointer;
  padding: .6rem 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}
.cid-vcw3MWOIMu .lang-select option {
  color: #000;
}
.cid-vcw3MWOIMu .content-wrap {
  min-height: 110px;
}
.cid-vcw3MWOIMu .mbr-section-btn .btn::after,
.cid-vcw3MWOIMu .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vcw3MWOIMu .mbr-section-btn .btn:hover,
.cid-vcw3MWOIMu .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vcw3MWOIMu .mbr-section-btn .btn:hover::after,
.cid-vcw3MWOIMu .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vcw3MX8cSS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/imagine20orar-1900x1200.webp");
}
.cid-vcw3MX8cSS .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vcw3MX8cSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3MX8cSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw3MX8cSS .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vcw3MX8cSS .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vcw3MX8cSS .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcw3MX8cSS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcw3MX8cSS .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcw3MX8cSS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcw3MX8cSS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcw3MX8cSS .mbr-section-title {
  color: #ffffff;
}
.cid-vcw3MX8cSS .mbr-text,
.cid-vcw3MX8cSS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcw3MX8cSS .mbr-section-title,
.cid-vcw3MX8cSS .mbr-section-btn {
  text-align: center;
}
.cid-vcw3MXoBwf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcw3MXoBwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3MXoBwf .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vcw3MXoBwf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcw3MXoBwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw3MXoBwf .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #032c55;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #7787a5;
  height: 80px;
  border-radius: 50%;
}
.cid-vcw3MXoBwf .card-title,
.cid-vcw3MXoBwf .iconfont-wrapper,
.cid-vcw3MXoBwf .card-text {
  color: #000000;
  text-align: center;
}
.cid-vcw3MXoBwf .content-head {
  max-width: 800px;
}
.cid-vcw3MXoBwf .mbr-section-title {
  color: #000000;
}
.cid-vcw3MXoBwf .mbr-section-btn {
  text-align: center;
}
.cid-vcw3MXI7xW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcw3MXI7xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3MXI7xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-54 {
  /* Type valid CSS here */
}
#custom-html-54 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-54 p {
  font-size: 60px;
  color: #777;
}
.cid-vcw3MY4Q6y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vcw3MY4Q6y section {
  position: relative;
}
.cid-vcw3MY4Q6y .widget-title {
  font-weight: 600;
}
.cid-vcw3MY4Q6y .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-vcw3MY4Q6y .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-vcw3MY4Q6y .item .card-box .item-title {
  font-weight: 300;
}
.cid-vcw3MY4Q6y .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcw3MY4Q6y .item .card-img {
  width: auto;
  background-color: #2b7a69;
}
.cid-vcw3MY4Q6y .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-vcw3MY4Q6y img {
  height: 100px;
  padding-right: 8px;
}
.cid-vcw3MY4Q6y .img1 {
  color: #ffffff;
  background-color: #4f87fb;
}
.cid-vcw3MY4Q6y .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-vcw3MY4Q6y .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-vcw3MY4Q6y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcw3MY4Q6y .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-vcw3MY4Q6y .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcw3MY4Q6y .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-vcw3MY4Q6y .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-vcw3MY4Q6y .item,
.cid-vcw3MY4Q6y .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-vcw3MY4Q6y .item h4,
.cid-vcw3MY4Q6y .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vcw3MY4Q6y .link .card-img {
  padding-bottom: 3px;
}
.cid-vcw3MY4Q6y .link .card-box .link-title {
  font-weight: 300;
}
.cid-vcw3MY4Q6y .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-vcw3MY4Q6y .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-vcw3MY4Q6y .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcw3MY4Q6y h5 {
    text-align: left !important;
  }
  .cid-vcw3MY4Q6y .line-wrap {
    text-align: left !important;
  }
}
.cid-vcw3MY4Q6y .item-title {
  color: #ffffff;
}
.cid-vcw3MY4Q6y .tips {
  height: 60px;
  width: 250px;
}
.cid-vcw3MY4Q6y .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-vcw3MY4Q6y .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-vcw3MY4Q6y .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #2b7a69 !important;
  box-shadow: none !important;
}
.cid-vcw3MY4Q6y .btn[class*='-outline']:active,
.cid-vcw3MY4Q6y .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vcw3MY4Q6y .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-vcw3MY4Q6y .list .list-item:last-child {
  margin-top: 10px;
}
.cid-vcw3MY4Q6y .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-vcw3MY4Q6y .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-vcw3MY4Q6y .box-list li:first-child {
  padding-top: 0;
}
.cid-vcw3MY4Q6y .box-list li:last-child {
  border-bottom: none;
}
.cid-vcw3MY4Q6y .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-vcw3MY4Q6y .box-list.display-4 {
  line-height: 1.71;
}
.cid-vcw3MY4Q6y .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-vcw3MY4Q6y .box-list li LI {
  text-align: justify;
}
