.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: 'font';
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'font';
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #3f65ad !important;
}
.bg-success {
  background-color: #faca3b !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3f65ad !important;
  border-color: #3f65ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5c7fc3 !important;
  border-color: #5c7fc3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5c7fc3 !important;
  border-color: #5c7fc3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3f65ad !important;
  border-color: #3f65ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5c7fc3 !important;
  border-color: #5c7fc3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5c7fc3 !important;
  border-color: #5c7fc3 !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: #faca3b !important;
  border-color: #faca3b !important;
  color: #352801 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fbd76d !important;
  border-color: #fbd76d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #352801 !important;
  background-color: #fbd76d !important;
  border-color: #fbd76d !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: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3f65ad;
  color: #3f65ad;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #28406d !important;
  background-color: transparent !important;
  border-color: #28406d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f65ad !important;
  border-color: #3f65ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3f65ad;
  color: #3f65ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #28406d !important;
  background-color: transparent !important;
  border-color: #28406d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f65ad !important;
  border-color: #3f65ad !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: #faca3b;
  color: #faca3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d9a406 !important;
  background-color: transparent !important;
  border-color: #d9a406 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #352801 !important;
  background-color: #faca3b !important;
  border-color: #faca3b !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3f65ad !important;
}
.text-secondary {
  color: #3f65ad !important;
}
.text-success {
  color: #faca3b !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #243962 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #243962 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca9805 !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: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3f65ad;
}
.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: #ffea64;
}
.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: #3f65ad;
  border-color: #3f65ad;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3f65ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #94abd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #3f65ad !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #3f65ad;
}
/* 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: #3f65ad;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3f65ad;
}
.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: #3f65ad;
  border-bottom-color: #3f65ad;
}
.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: #3f65ad !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3f65ad !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='%233f65ad' %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-vdPEOa1j3s .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vdPEOa1j3s .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-vdPEOa1j3s .nav-item:focus,
.cid-vdPEOa1j3s .nav-link:focus {
  outline: none;
}
.cid-vdPEOa1j3s .text-white:hover,
.cid-vdPEOa1j3s .text-white:active,
.cid-vdPEOa1j3s .text-white:focus {
  color: white!important;
}
.cid-vdPEOa1j3s .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-vdPEOa1j3s .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-vdPEOa1j3s .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-vdPEOa1j3s .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vdPEOa1j3s .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vdPEOa1j3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdPEOa1j3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdPEOa1j3s .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdPEOa1j3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdPEOa1j3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdPEOa1j3s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdPEOa1j3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdPEOa1j3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdPEOa1j3s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vdPEOa1j3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdPEOa1j3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdPEOa1j3s .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdPEOa1j3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdPEOa1j3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdPEOa1j3s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdPEOa1j3s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdPEOa1j3s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdPEOa1j3s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdPEOa1j3s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdPEOa1j3s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdPEOa1j3s .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vdPEOa1j3s .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-vdPEOa1j3s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdPEOa1j3s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdPEOa1j3s .section {
  position: relative;
  overflow: visible!important;
}
.cid-vdPEOa1j3s .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-vdPEOa1j3s .dropdown-item:hover {
  color: black!important;
}
.cid-vdPEOa1j3s .dropdown-menu {
  background-color: white!important;
}
.cid-vdPEOa1j3s .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-vdPEOa1j3s .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vdPEOa1j3s .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-vdPEOa1j3s .nav-item .nav-link {
    position: relative;
  }
}
.cid-vdPEOa1j3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdPEOa1j3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdPEOa1j3s .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-vdPEOa1j3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdPEOa1j3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdPEOa1j3s .collapsed {
  flex-direction: row!important;
}
.cid-vdPEOa1j3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdPEOa1j3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdPEOa1j3s .navbar-caption {
  font-weight: 600!important;
}
.cid-vdPEOa1j3s .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdPEOa1j3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdPEOa1j3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdPEOa1j3s .dropdown-item.active,
.cid-vdPEOa1j3s .dropdown-item:active {
  background-color: transparent;
}
.cid-vdPEOa1j3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdPEOa1j3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdPEOa1j3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdPEOa1j3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-vdPEOa1j3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdPEOa1j3s ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdPEOa1j3s .navbar-buttons {
  text-align: center;
}
.cid-vdPEOa1j3s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdPEOa1j3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdPEOa1j3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdPEOa1j3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdPEOa1j3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdPEOa1j3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdPEOa1j3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdPEOa1j3s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vdPEOa1j3s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vdPEOa1j3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdPEOa1j3s .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vdPEOa1j3s .nav-link {
  font-weight: 600!important;
}
.cid-vdPEOa1j3s a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdPEOa1j3s .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdPEOa1j3s .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vdPEOa1j3s .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdPEOa1j3s .navbar {
    height: 77px;
  }
  .cid-vdPEOa1j3s .navbar.opened {
    height: auto;
  }
  .cid-vdPEOa1j3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdPHPrZ2Ev {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-vdPHPrZ2Ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPHPrZ2Ev .container-fluid,
.cid-vdPHPrZ2Ev .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vdPHPrZ2Ev .container-fluid,
  .cid-vdPHPrZ2Ev .container {
    padding: 0 1.5rem;
  }
}
.cid-vdPHPrZ2Ev .number-wrap {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vdPHPrZ2Ev .period {
    font-size: 0.7rem;
  }
}
.cid-vdPHPrZ2Ev .number {
  color: #faca3b;
  white-space: nowrap;
}
.cid-vdPHPrZ2Ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPHPrZ2Ev .period {
  display: block;
}
.cid-vdPHPrZ2Ev .dot {
  display: none;
}
.cid-vdPHPrZ2Ev .col-3 {
  flex-direction: column !important;
}
.cid-vdPHPrZ2Ev a {
  font-weight: bold;
}
.cid-vdPHPrZ2Ev .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-vdPHPrZ2Ev .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vdPHPrZ2Ev .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vdPHPrZ2Ev .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-vdPHPrZ2Ev .row-color {
  justify-content: space-between;
  background: linear-gradient(to top, #3f65ad, #3f65ad);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-vdPHPrZ2Ev .row-color {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vdPHPrZ2Ev .row-color {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-vdPHPrZ2Ev .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-vdPHPrZ2Ev .mbr-section-btn,
.cid-vdPHPrZ2Ev .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vdPHPrZ2Ev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdPHPrZ2Ev .mbr-section-title {
  color: #ffffff;
}
.cid-vdPHPrZ2Ev .mbr-text,
.cid-vdPHPrZ2Ev .mbr-section-btn {
  color: #ffffff;
}
.cid-vdPHPrZ2Ev .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdPHPrZ2Ev .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-vf8O2Pe2ny {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2026-01-03-at-4.42.18-pm.webp");
}
.cid-vf8O2Pe2ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf8O2Pe2ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf8O2Pe2ny .card-wrapper {
  background: #e1f5ff;
}
@media (max-width: 767px) {
  .cid-vf8O2Pe2ny .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vf8O2Pe2ny .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vf8O2Pe2ny .card-wrapper {
    padding: 4rem;
  }
}
.cid-vf8O2Pe2ny .mbr-text,
.cid-vf8O2Pe2ny .mbr-section-btn {
  text-align: justify;
}
.cid-vgE27eojId {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1f5ff;
}
.cid-vgE27eojId .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgE27eojId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgE27eojId .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.cid-vgE27eojId .content-wrapper .container-wrapper {
  position: absolute;
  top: 0;
  width: 120%;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vgE27eojId .content-wrapper .container-wrapper {
    width: 118%;
  }
}
@media (max-width: 992px) {
  .cid-vgE27eojId .content-wrapper .container-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vgE27eojId .content-wrapper .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-color: #ffd7ef;
}
.cid-vgE27eojId .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgE27eojId .title-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.cid-vgE27eojId .title-wrapper .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vgE27eojId .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vgE27eojId .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgE27eojId .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgE27eojId .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vgE27eojId .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vgE27eojId .item {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vgE27eojId .item:last-child {
  margin-bottom: 0;
}
.cid-vgE27eojId .item .item-wrapper {
  display: flex;
  gap: 15px;
  display: block;
}
@media (max-width: 992px) {
  .cid-vgE27eojId .item .item-wrapper {
    padding: 0 20px;
  }
}
.cid-vgE27eojId .item .item-wrapper .iconfont-wrapper {
  display: flex;
  padding-top: 6px;
}
.cid-vgE27eojId .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 22px;
  height: 20px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #ffd7ef;
}
.cid-vgE27eojId .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vgE27eojId .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgE27eojId .item .item-wrapper .card-box .item-btn {
  margin-top: 6px;
}
.cid-vgE27eojId .mbr-label {
  color: #3a353e;
}
.cid-vgE27eojId .mbr-section-title {
  color: #3a353e;
}
.cid-vgE27eojId .mbr-text {
  color: #3a353e;
}
.cid-vgE27eojId .item-title {
  color: #3a353e;
}
.cid-vgE27eojId .item-text {
  color: #3a353e;
}
.cid-vgE27eojId .mbr-section-title,
.cid-vgE27eojId .main-btn {
  color: #3f65ad;
}
.cid-vdPTcaaBuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faca3b;
}
.cid-vdPTcaaBuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPTcaaBuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPTcaaBuD .title-wrapper {
  position: sticky;
  top: 90px;
}
@media (max-width: 992px) {
  .cid-vdPTcaaBuD .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdPTcaaBuD .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vdPTcaaBuD .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vdPTcaaBuD .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vdPTcaaBuD .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdPTcaaBuD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vdPTcaaBuD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vdPTcaaBuD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdPTcaaBuD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdPTcaaBuD .title-wrapper .main-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vdPTcaaBuD .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vdPTcaaBuD .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdPTcaaBuD .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vdPTcaaBuD .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-vdPTcaaBuD .items-wrapper .item .item-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdPTcaaBuD .items-wrapper .item .item-wrapper {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 25px;
  }
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 15px;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-price_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 15px;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  width: 100%;
  margin-bottom: -9.6px;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .card-box .item-btn .btn {
  width: 100%;
  min-height: auto;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .item-desc_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .item-desc_2 {
  margin-bottom: 20px;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_1,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_2,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_2 {
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_1:last-child,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_1:last-child,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_2:last-child,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_1::before,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_1::before,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_1 .item-wrap_2::before,
.cid-vdPTcaaBuD .items-wrapper .item .item-wrapper .item-content .list_2 .item-wrap_2::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 100%;
  background-color: #faca3b;
  color: #000000;
  border: 1px solid #000000;
}
.cid-vdPTcaaBuD .items-wrapper .item .card_1 {
  background-color: #3f65ad;
  border: 1px solid #e8e8e8;
}
.cid-vdPTcaaBuD .items-wrapper .item .card_2 {
  background-color: #000000;
  border: 1px solid #000000;
}
.cid-vdPTcaaBuD .mbr-label {
  color: #000000;
}
.cid-vdPTcaaBuD .mbr-section-title {
  color: #000000;
}
.cid-vdPTcaaBuD .mbr-text {
  color: #000000;
}
.cid-vdPTcaaBuD .item-title_1 {
  color: #000000;
}
.cid-vdPTcaaBuD .item-title_2 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .item-price_1 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .item-price_2 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .item-text_1 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .item-text_2 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .item-desc_1 {
  color: #000000;
}
.cid-vdPTcaaBuD .item-desc_2 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .list_1 {
  color: #000000;
}
.cid-vdPTcaaBuD .list_2 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .item-title_1,
.cid-vdPTcaaBuD .item-btn {
  color: #ffffff;
}
.cid-vdPTcaaBuD .list_1,
.cid-vdPTcaaBuD .item-wrap_1 {
  color: #ffffff;
}
.cid-vdPTcaaBuD .mbr-text,
.cid-vdPTcaaBuD .text-wrapper {
  color: #f92c50;
}
.cid-vdPV9zkbpC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #3f65ad;
}
.cid-vdPV9zkbpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPV9zkbpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPV9zkbpC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdPV9zkbpC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdPV9zkbpC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdPV9zkbpC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vdPV9zkbpC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdPV9zkbpC .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3f65ad;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #faca3b;
  height: 80px;
  border-radius: 50%;
}
.cid-vdPV9zkbpC .mbr-section-title {
  color: #ffffff;
}
.cid-vdPV9zkbpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdPV9zkbpC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdPV9zkbpC .card-box .item-footer {
  margin-top: auto;
}
.cid-vdPV9zkbpC .content-head {
  max-width: 800px;
}
.cid-vdPV9zkbpC .card-title,
.cid-vdPV9zkbpC .iconfont-wrapper {
  color: #000000;
}
.cid-vggmdDoBVs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #3f65ad;
}
.cid-vpT4ZG2a5q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vpT4ZG2a5q .content-head {
  max-width: 800px;
}
.cid-veS4Ho4OOF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e1f5ff;
}
.cid-veS4Ho4OOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veS4Ho4OOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veS4Ho4OOF .row {
  justify-content: center;
}
.cid-veS4Ho4OOF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veS4Ho4OOF .item {
    margin-bottom: 1rem;
  }
}
.cid-veS4Ho4OOF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veS4Ho4OOF .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veS4Ho4OOF .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-veS4Ho4OOF .content-head {
  max-width: 800px;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSfooOoQl .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSfooOoQl .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSfooOoQl .nav-item:focus,
.cid-veSfooOoQl .nav-link:focus {
  outline: none;
}
.cid-veSfooOoQl .text-white:hover,
.cid-veSfooOoQl .text-white:active,
.cid-veSfooOoQl .text-white:focus {
  color: white!important;
}
.cid-veSfooOoQl .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSfooOoQl .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSfooOoQl .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSfooOoQl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSfooOoQl .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSfooOoQl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSfooOoQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSfooOoQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSfooOoQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSfooOoQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSfooOoQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSfooOoQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSfooOoQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSfooOoQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSfooOoQl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSfooOoQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSfooOoQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSfooOoQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSfooOoQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSfooOoQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSfooOoQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSfooOoQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSfooOoQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSfooOoQl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSfooOoQl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSfooOoQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSfooOoQl .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSfooOoQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSfooOoQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSfooOoQl .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSfooOoQl .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSfooOoQl .dropdown-item:hover {
  color: black!important;
}
.cid-veSfooOoQl .dropdown-menu {
  background-color: white!important;
}
.cid-veSfooOoQl .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSfooOoQl .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSfooOoQl .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSfooOoQl .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSfooOoQl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSfooOoQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSfooOoQl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSfooOoQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSfooOoQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSfooOoQl .collapsed {
  flex-direction: row!important;
}
.cid-veSfooOoQl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSfooOoQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSfooOoQl .navbar-caption {
  font-weight: 600!important;
}
.cid-veSfooOoQl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSfooOoQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSfooOoQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSfooOoQl .dropdown-item.active,
.cid-veSfooOoQl .dropdown-item:active {
  background-color: transparent;
}
.cid-veSfooOoQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSfooOoQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSfooOoQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSfooOoQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSfooOoQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSfooOoQl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSfooOoQl .navbar-buttons {
  text-align: center;
}
.cid-veSfooOoQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSfooOoQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSfooOoQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSfooOoQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSfooOoQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSfooOoQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSfooOoQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSfooOoQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSfooOoQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSfooOoQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSfooOoQl .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSfooOoQl .nav-link {
  font-weight: 600!important;
}
.cid-veSfooOoQl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSfooOoQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSfooOoQl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSfooOoQl .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSfooOoQl .navbar {
    height: 77px;
  }
  .cid-veSfooOoQl .navbar.opened {
    height: auto;
  }
  .cid-veSfooOoQl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSfopiXfW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSfopiXfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSfopiXfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSfopiXfW .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSfopiXfW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSfopiXfW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSfopiXfW .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSfopiXfW .wrap {
  background: url("../../../assets/images/mbr-1-1920x1280.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSfopiXfW .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSfopiXfW .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-veSfopiXfW .mbr-text,
.cid-veSfopiXfW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vq5z8CrIa8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vq5z8CrIa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq5z8CrIa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq5z8CrIa8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vq5z8CrIa8 .title-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vq5z8CrIa8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq5z8CrIa8 .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -30px;
}
.cid-vq5z8CrIa8 .items-wrapper .item {
  padding: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .items-wrapper .item {
    margin-bottom: 55px;
  }
  .cid-vq5z8CrIa8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #1d1d1d;
  padding: 60px 40px 40px;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper {
    padding: 60px 30px 30px;
  }
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  top: -1.5rem;
  left: 0;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper {
    padding: 0 30px;
    text-align: center;
  }
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_3,
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_4 {
  display: inline-flex;
  padding: 8px 20px;
  margin-bottom: 0;
  border: 1px solid #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_3,
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_4 {
    text-align: center;
  }
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_1 {
  background-color: #faca3b;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_2 {
  background-color: #faca3b;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  background-color: #faca3b;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .date-wrapper .item-date_4 {
  background-color: #faca3b;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 0;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 30px;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 26px;
  position: relative;
  margin-bottom: 15px;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '⤷';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: inherit;
}
.cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vq5z8CrIa8 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 5px;
  }
}
.cid-vq5z8CrIa8 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-vq5z8CrIa8 .mbr-section-title {
  color: #3f65ad;
  text-align: center;
}
.cid-vq5z8CrIa8 .item-date_1 {
  color: #1d1d1d;
}
.cid-vq5z8CrIa8 .item-date_2 {
  color: #1d1d1d;
}
.cid-vq5z8CrIa8 .item-date_3 {
  color: #1d1d1d;
}
.cid-vq5z8CrIa8 .item-date_4 {
  color: #1d1d1d;
}
.cid-vq5z8CrIa8 .item-title {
  color: #1d1d1d;
}
.cid-vq5z8CrIa8 .item-label {
  color: #1d1d1d;
}
.cid-vq5z8CrIa8 .list {
  color: #1d1d1d;
}
.cid-vq5xgJJap7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vq5xgJJap7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq5xgJJap7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq5xgJJap7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vq5xgJJap7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vq5xgJJap7 .item-wrapper {
  background: #e1f5ff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vq5xgJJap7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vq5xgJJap7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vq5xgJJap7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #3f65ad;
  height: 80px;
  border-radius: 50%;
}
.cid-vq5xgJJap7 .mbr-section-title {
  color: #000000;
}
.cid-vq5xgJJap7 .mbr-section-subtitle {
  color: #3f65ad;
}
.cid-vq5xgJJap7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vq5xgJJap7 .card-box .item-footer {
  margin-top: auto;
}
.cid-vq5xgJJap7 .content-head {
  max-width: 800px;
}
#custom-html-4h {
  /* Type valid CSS here */
}
#custom-html-4h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4h p {
  font-size: 60px;
  color: #777;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veShLHBBIE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veShLHBBIE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veShLHBBIE .nav-item:focus,
.cid-veShLHBBIE .nav-link:focus {
  outline: none;
}
.cid-veShLHBBIE .text-white:hover,
.cid-veShLHBBIE .text-white:active,
.cid-veShLHBBIE .text-white:focus {
  color: white!important;
}
.cid-veShLHBBIE .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veShLHBBIE .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veShLHBBIE .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veShLHBBIE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veShLHBBIE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veShLHBBIE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veShLHBBIE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veShLHBBIE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veShLHBBIE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veShLHBBIE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veShLHBBIE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veShLHBBIE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veShLHBBIE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veShLHBBIE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veShLHBBIE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veShLHBBIE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veShLHBBIE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veShLHBBIE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veShLHBBIE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veShLHBBIE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veShLHBBIE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veShLHBBIE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veShLHBBIE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veShLHBBIE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veShLHBBIE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veShLHBBIE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veShLHBBIE .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veShLHBBIE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veShLHBBIE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veShLHBBIE .section {
  position: relative;
  overflow: visible!important;
}
.cid-veShLHBBIE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veShLHBBIE .dropdown-item:hover {
  color: black!important;
}
.cid-veShLHBBIE .dropdown-menu {
  background-color: white!important;
}
.cid-veShLHBBIE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veShLHBBIE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veShLHBBIE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veShLHBBIE .nav-item .nav-link {
    position: relative;
  }
}
.cid-veShLHBBIE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veShLHBBIE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veShLHBBIE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veShLHBBIE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veShLHBBIE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veShLHBBIE .collapsed {
  flex-direction: row!important;
}
.cid-veShLHBBIE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veShLHBBIE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veShLHBBIE .navbar-caption {
  font-weight: 600!important;
}
.cid-veShLHBBIE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veShLHBBIE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veShLHBBIE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veShLHBBIE .dropdown-item.active,
.cid-veShLHBBIE .dropdown-item:active {
  background-color: transparent;
}
.cid-veShLHBBIE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veShLHBBIE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veShLHBBIE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veShLHBBIE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veShLHBBIE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veShLHBBIE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veShLHBBIE .navbar-buttons {
  text-align: center;
}
.cid-veShLHBBIE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veShLHBBIE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veShLHBBIE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veShLHBBIE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veShLHBBIE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veShLHBBIE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veShLHBBIE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veShLHBBIE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veShLHBBIE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veShLHBBIE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veShLHBBIE .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veShLHBBIE .nav-link {
  font-weight: 600!important;
}
.cid-veShLHBBIE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veShLHBBIE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veShLHBBIE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veShLHBBIE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veShLHBBIE .navbar {
    height: 77px;
  }
  .cid-veShLHBBIE .navbar.opened {
    height: auto;
  }
  .cid-veShLHBBIE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veShLI5Ry6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veShLI5Ry6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veShLI5Ry6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veShLI5Ry6 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veShLI5Ry6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veShLI5Ry6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veShLI5Ry6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veShLI5Ry6 .wrap {
  background: url("../../../assets/images/mbr-1920x1272.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veShLI5Ry6 .wrap .inner-wrap {
  padding: 40px;
}
.cid-veShLI5Ry6 .card-title {
  color: #faca3b;
  text-align: left;
}
.cid-veShLI5Ry6 .mbr-text,
.cid-veShLI5Ry6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vfrvk3pNcY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfrvk3pNcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfrvk3pNcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfrvk3pNcY .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vfrvk3pNcY .card-wrapper {
    padding: 0;
  }
}
.cid-vfrvk3pNcY .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vfrvk3pNcY .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfrvk3pNcY .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vfrvk3pNcY .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vfrvk3pNcY .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vfrvk3pNcY .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfrvk3pNcY .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfrvk3pNcY .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfrvk3pNcY .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vfrvk3pNcY .mbr-label {
  color: #004aad;
}
.cid-vfrvk3pNcY .mbr-desc {
  color: #004aad;
}
.cid-vfrvk3pNcY .mbr-text {
  color: #000000;
}
.cid-vfrvLN4tin {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e1f5ff;
}
.cid-vfrvLN4tin .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfrvLN4tin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfrvLN4tin .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vfrvLN4tin .card-wrapper {
    padding: 0;
  }
}
.cid-vfrvLN4tin .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vfrvLN4tin .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfrvLN4tin .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vfrvLN4tin .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vfrvLN4tin .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vfrvLN4tin .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfrvLN4tin .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfrvLN4tin .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfrvLN4tin .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vfrvLN4tin .mbr-label {
  color: #004aad;
}
.cid-vfrvLN4tin .mbr-desc {
  color: #004aad;
}
.cid-vfrvLN4tin .mbr-text {
  color: #000000;
}
.cid-vfrvXrpnei {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfrvXrpnei .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfrvXrpnei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfrvXrpnei .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vfrvXrpnei .card-wrapper {
    padding: 0;
  }
}
.cid-vfrvXrpnei .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vfrvXrpnei .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfrvXrpnei .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vfrvXrpnei .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vfrvXrpnei .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vfrvXrpnei .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfrvXrpnei .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfrvXrpnei .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfrvXrpnei .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vfrvXrpnei .mbr-label {
  color: #004aad;
}
.cid-vfrvXrpnei .mbr-desc {
  color: #004aad;
}
.cid-vfrvXrpnei .mbr-text {
  color: #000000;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSksyHa2y .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSksyHa2y .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSksyHa2y .nav-item:focus,
.cid-veSksyHa2y .nav-link:focus {
  outline: none;
}
.cid-veSksyHa2y .text-white:hover,
.cid-veSksyHa2y .text-white:active,
.cid-veSksyHa2y .text-white:focus {
  color: white!important;
}
.cid-veSksyHa2y .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSksyHa2y .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSksyHa2y .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSksyHa2y .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSksyHa2y .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSksyHa2y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSksyHa2y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSksyHa2y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSksyHa2y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSksyHa2y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSksyHa2y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSksyHa2y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSksyHa2y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSksyHa2y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSksyHa2y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSksyHa2y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSksyHa2y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSksyHa2y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSksyHa2y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSksyHa2y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSksyHa2y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSksyHa2y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSksyHa2y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSksyHa2y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSksyHa2y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSksyHa2y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSksyHa2y .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSksyHa2y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSksyHa2y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSksyHa2y .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSksyHa2y .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSksyHa2y .dropdown-item:hover {
  color: black!important;
}
.cid-veSksyHa2y .dropdown-menu {
  background-color: white!important;
}
.cid-veSksyHa2y .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSksyHa2y .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSksyHa2y .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSksyHa2y .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSksyHa2y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSksyHa2y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSksyHa2y .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSksyHa2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSksyHa2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSksyHa2y .collapsed {
  flex-direction: row!important;
}
.cid-veSksyHa2y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSksyHa2y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSksyHa2y .navbar-caption {
  font-weight: 600!important;
}
.cid-veSksyHa2y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSksyHa2y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSksyHa2y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSksyHa2y .dropdown-item.active,
.cid-veSksyHa2y .dropdown-item:active {
  background-color: transparent;
}
.cid-veSksyHa2y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSksyHa2y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSksyHa2y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSksyHa2y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSksyHa2y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSksyHa2y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSksyHa2y .navbar-buttons {
  text-align: center;
}
.cid-veSksyHa2y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSksyHa2y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSksyHa2y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSksyHa2y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSksyHa2y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSksyHa2y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSksyHa2y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSksyHa2y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSksyHa2y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSksyHa2y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSksyHa2y .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSksyHa2y .nav-link {
  font-weight: 600!important;
}
.cid-veSksyHa2y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSksyHa2y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSksyHa2y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSksyHa2y .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSksyHa2y .navbar {
    height: 77px;
  }
  .cid-veSksyHa2y .navbar.opened {
    height: auto;
  }
  .cid-veSksyHa2y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSkszceb7 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSkszceb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSkszceb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSkszceb7 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSkszceb7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSkszceb7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSkszceb7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSkszceb7 .wrap {
  background: url("../../../assets/images/mbr-1920x1442.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSkszceb7 .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSkszceb7 .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-veSkszceb7 .mbr-text,
.cid-veSkszceb7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vfq3Z7iJna {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfq3Z7iJna .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfq3Z7iJna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfq3Z7iJna .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vfq3Z7iJna .card-wrapper {
    padding: 0;
  }
}
.cid-vfq3Z7iJna .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vfq3Z7iJna .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfq3Z7iJna .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vfq3Z7iJna .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vfq3Z7iJna .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vfq3Z7iJna .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfq3Z7iJna .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vfq3Z7iJna .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfq3Z7iJna .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vfq3Z7iJna .mbr-label {
  color: #004aad;
}
.cid-vfq3Z7iJna .mbr-desc {
  color: #004aad;
}
.cid-vfq3Z7iJna .mbr-text {
  color: #000000;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSn6TvNwO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSn6TvNwO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSn6TvNwO .nav-item:focus,
.cid-veSn6TvNwO .nav-link:focus {
  outline: none;
}
.cid-veSn6TvNwO .text-white:hover,
.cid-veSn6TvNwO .text-white:active,
.cid-veSn6TvNwO .text-white:focus {
  color: white!important;
}
.cid-veSn6TvNwO .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSn6TvNwO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSn6TvNwO .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSn6TvNwO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSn6TvNwO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSn6TvNwO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSn6TvNwO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSn6TvNwO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSn6TvNwO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSn6TvNwO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSn6TvNwO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSn6TvNwO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSn6TvNwO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSn6TvNwO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSn6TvNwO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSn6TvNwO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSn6TvNwO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSn6TvNwO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSn6TvNwO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSn6TvNwO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSn6TvNwO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSn6TvNwO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSn6TvNwO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSn6TvNwO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSn6TvNwO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSn6TvNwO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSn6TvNwO .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSn6TvNwO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSn6TvNwO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSn6TvNwO .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSn6TvNwO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSn6TvNwO .dropdown-item:hover {
  color: black!important;
}
.cid-veSn6TvNwO .dropdown-menu {
  background-color: white!important;
}
.cid-veSn6TvNwO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSn6TvNwO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSn6TvNwO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSn6TvNwO .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSn6TvNwO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSn6TvNwO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSn6TvNwO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSn6TvNwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSn6TvNwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSn6TvNwO .collapsed {
  flex-direction: row!important;
}
.cid-veSn6TvNwO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSn6TvNwO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSn6TvNwO .navbar-caption {
  font-weight: 600!important;
}
.cid-veSn6TvNwO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSn6TvNwO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSn6TvNwO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSn6TvNwO .dropdown-item.active,
.cid-veSn6TvNwO .dropdown-item:active {
  background-color: transparent;
}
.cid-veSn6TvNwO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSn6TvNwO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSn6TvNwO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSn6TvNwO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSn6TvNwO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSn6TvNwO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSn6TvNwO .navbar-buttons {
  text-align: center;
}
.cid-veSn6TvNwO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSn6TvNwO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSn6TvNwO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSn6TvNwO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSn6TvNwO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSn6TvNwO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSn6TvNwO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSn6TvNwO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSn6TvNwO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSn6TvNwO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSn6TvNwO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSn6TvNwO .nav-link {
  font-weight: 600!important;
}
.cid-veSn6TvNwO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSn6TvNwO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSn6TvNwO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSn6TvNwO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSn6TvNwO .navbar {
    height: 77px;
  }
  .cid-veSn6TvNwO .navbar.opened {
    height: auto;
  }
  .cid-veSn6TvNwO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSn6TOrTd {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSn6TOrTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSn6TOrTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSn6TOrTd .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSn6TOrTd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSn6TOrTd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSn6TOrTd .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSn6TOrTd .wrap {
  background: url("../../../assets/images/mbr-2-1920x1280.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSn6TOrTd .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSn6TOrTd .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-veSn6TOrTd .mbr-text,
.cid-veSn6TOrTd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vhuoa1OL5Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f65ad;
}
.cid-vhuoa1OL5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuoa1OL5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhuoa1OL5Y .mbr-section-title {
  color: #faca3b;
}
.cid-vfq1XcZuPQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfq1XcZuPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfq1XcZuPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfq1XcZuPQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfq1XcZuPQ .row {
  flex-direction: row-reverse;
}
.cid-vfq1XcZuPQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfq1XcZuPQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfq1XcZuPQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfq1XcZuPQ .mbr-section-title {
  color: #3f65ad;
}
.cid-vfq1XcZuPQ .mbr-text,
.cid-vfq1XcZuPQ .mbr-section-btn {
  color: #000000;
}
.cid-vhuuAaIsBk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f65ad;
}
.cid-vhuuAaIsBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuuAaIsBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhuuAaIsBk .mbr-section-title {
  color: #faca3b;
}
.cid-vmZ7DACu8U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1f5ff;
}
.cid-vmZ7DACu8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmZ7DACu8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmZ7DACu8U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmZ7DACu8U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmZ7DACu8U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmZ7DACu8U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmZ7DACu8U .mbr-section-title {
  color: #3f65ad;
}
.cid-vmZ7DACu8U .mbr-text,
.cid-vmZ7DACu8U .mbr-section-btn {
  color: #000000;
}
.cid-vmZ8pQND9y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vmZ8pQND9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmZ8pQND9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmZ8pQND9y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmZ8pQND9y .row {
  flex-direction: row-reverse;
}
.cid-vmZ8pQND9y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmZ8pQND9y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmZ8pQND9y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmZ8pQND9y .mbr-section-title {
  color: #3f65ad;
}
.cid-vmZ8pQND9y .mbr-text,
.cid-vmZ8pQND9y .mbr-section-btn {
  color: #000000;
}
.cid-vfq2FEhM9m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1f5ff;
}
.cid-vfq2FEhM9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfq2FEhM9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfq2FEhM9m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfq2FEhM9m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfq2FEhM9m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfq2FEhM9m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfq2FEhM9m .mbr-section-title {
  color: #3f65ad;
}
.cid-vfq2FEhM9m .mbr-text,
.cid-vfq2FEhM9m .mbr-section-btn {
  color: #000000;
}
.cid-vhuoiCvUY6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f65ad;
}
.cid-vhuoiCvUY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuoiCvUY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhuoiCvUY6 .mbr-section-title {
  color: #faca3b;
}
.cid-vhutFKOuRM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhutFKOuRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhutFKOuRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhutFKOuRM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhutFKOuRM .row {
  flex-direction: row-reverse;
}
.cid-vhutFKOuRM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhutFKOuRM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhutFKOuRM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhutFKOuRM .mbr-section-title {
  color: #3f65ad;
}
.cid-vhutFKOuRM .mbr-text,
.cid-vhutFKOuRM .mbr-section-btn {
  color: #000000;
}
.cid-vhuupwdhkG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f65ad;
}
.cid-vhuupwdhkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuupwdhkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhuupwdhkG .mbr-section-title {
  color: #faca3b;
}
.cid-vhuuHkIXkD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1f5ff;
}
.cid-vhuuHkIXkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuuHkIXkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhuuHkIXkD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhuuHkIXkD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhuuHkIXkD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhuuHkIXkD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhuuHkIXkD .mbr-section-title {
  color: #3f65ad;
}
.cid-vhuuHkIXkD .mbr-text,
.cid-vhuuHkIXkD .mbr-section-btn {
  color: #000000;
}
.cid-vhuv4ljGj4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhuv4ljGj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuv4ljGj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhuv4ljGj4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhuv4ljGj4 .row {
  flex-direction: row-reverse;
}
.cid-vhuv4ljGj4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhuv4ljGj4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhuv4ljGj4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhuv4ljGj4 .mbr-section-title {
  color: #3f65ad;
}
.cid-vhuv4ljGj4 .mbr-text,
.cid-vhuv4ljGj4 .mbr-section-btn {
  color: #000000;
}
.cid-vhuvk0WoRq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1f5ff;
}
.cid-vhuvk0WoRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuvk0WoRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhuvk0WoRq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhuvk0WoRq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhuvk0WoRq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhuvk0WoRq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhuvk0WoRq .mbr-section-title {
  color: #3f65ad;
}
.cid-vhuvk0WoRq .mbr-text,
.cid-vhuvk0WoRq .mbr-section-btn {
  color: #000000;
}
.cid-vhuvBAtQdy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vhuvBAtQdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhuvBAtQdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhuvBAtQdy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhuvBAtQdy .row {
  flex-direction: row-reverse;
}
.cid-vhuvBAtQdy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhuvBAtQdy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhuvBAtQdy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhuvBAtQdy .mbr-section-title {
  color: #3f65ad;
}
.cid-vhuvBAtQdy .mbr-text,
.cid-vhuvBAtQdy .mbr-section-btn {
  color: #000000;
}
.cid-vpTjfZJ0uy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f65ad;
}
.cid-vpTjfZJ0uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTjfZJ0uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTjfZJ0uy .mbr-section-title {
  color: #faca3b;
}
.cid-vpTjjEk08y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vpTjjEk08y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTjjEk08y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vpTjjEk08y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpTjjEk08y .row {
  flex-direction: row-reverse;
}
.cid-vpTjjEk08y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vpTjjEk08y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vpTjjEk08y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vpTjjEk08y .mbr-section-title {
  color: #3f65ad;
}
.cid-vpTjjEk08y .mbr-text,
.cid-vpTjjEk08y .mbr-section-btn {
  color: #000000;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSnsY8Yhh .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSnsY8Yhh .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSnsY8Yhh .nav-item:focus,
.cid-veSnsY8Yhh .nav-link:focus {
  outline: none;
}
.cid-veSnsY8Yhh .text-white:hover,
.cid-veSnsY8Yhh .text-white:active,
.cid-veSnsY8Yhh .text-white:focus {
  color: white!important;
}
.cid-veSnsY8Yhh .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSnsY8Yhh .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSnsY8Yhh .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSnsY8Yhh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSnsY8Yhh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSnsY8Yhh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSnsY8Yhh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSnsY8Yhh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSnsY8Yhh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSnsY8Yhh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSnsY8Yhh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSnsY8Yhh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSnsY8Yhh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSnsY8Yhh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSnsY8Yhh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSnsY8Yhh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSnsY8Yhh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSnsY8Yhh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSnsY8Yhh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSnsY8Yhh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSnsY8Yhh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSnsY8Yhh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSnsY8Yhh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSnsY8Yhh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSnsY8Yhh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSnsY8Yhh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSnsY8Yhh .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSnsY8Yhh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSnsY8Yhh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSnsY8Yhh .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSnsY8Yhh .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSnsY8Yhh .dropdown-item:hover {
  color: black!important;
}
.cid-veSnsY8Yhh .dropdown-menu {
  background-color: white!important;
}
.cid-veSnsY8Yhh .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSnsY8Yhh .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSnsY8Yhh .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSnsY8Yhh .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSnsY8Yhh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSnsY8Yhh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSnsY8Yhh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSnsY8Yhh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSnsY8Yhh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSnsY8Yhh .collapsed {
  flex-direction: row!important;
}
.cid-veSnsY8Yhh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSnsY8Yhh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSnsY8Yhh .navbar-caption {
  font-weight: 600!important;
}
.cid-veSnsY8Yhh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSnsY8Yhh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSnsY8Yhh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSnsY8Yhh .dropdown-item.active,
.cid-veSnsY8Yhh .dropdown-item:active {
  background-color: transparent;
}
.cid-veSnsY8Yhh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSnsY8Yhh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSnsY8Yhh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSnsY8Yhh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSnsY8Yhh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSnsY8Yhh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSnsY8Yhh .navbar-buttons {
  text-align: center;
}
.cid-veSnsY8Yhh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSnsY8Yhh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSnsY8Yhh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSnsY8Yhh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSnsY8Yhh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSnsY8Yhh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSnsY8Yhh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSnsY8Yhh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSnsY8Yhh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSnsY8Yhh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSnsY8Yhh .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSnsY8Yhh .nav-link {
  font-weight: 600!important;
}
.cid-veSnsY8Yhh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSnsY8Yhh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSnsY8Yhh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSnsY8Yhh .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSnsY8Yhh .navbar {
    height: 77px;
  }
  .cid-veSnsY8Yhh .navbar.opened {
    height: auto;
  }
  .cid-veSnsY8Yhh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSnsYDpz1 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSnsYDpz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSnsYDpz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSnsYDpz1 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSnsYDpz1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSnsYDpz1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSnsYDpz1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSnsYDpz1 .wrap {
  background: url("../../../assets/images/mbr-3-1920x1280.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSnsYDpz1 .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSnsYDpz1 .card-title {
  color: #faca3b;
  text-align: left;
}
.cid-veSnsYDpz1 .mbr-text,
.cid-veSnsYDpz1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vgFu5osr9x {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vgFu5osr9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFu5osr9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFu5osr9x .mbr-text {
  line-height: 2;
}
.cid-vgFu5osr9x a:hover {
  text-decoration: underline;
}
.cid-vgFu5osr9x .mbr-section-title {
  color: #3f65ad;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSpodIj7H .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSpodIj7H .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSpodIj7H .nav-item:focus,
.cid-veSpodIj7H .nav-link:focus {
  outline: none;
}
.cid-veSpodIj7H .text-white:hover,
.cid-veSpodIj7H .text-white:active,
.cid-veSpodIj7H .text-white:focus {
  color: white!important;
}
.cid-veSpodIj7H .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSpodIj7H .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSpodIj7H .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSpodIj7H .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSpodIj7H .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSpodIj7H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSpodIj7H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSpodIj7H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSpodIj7H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSpodIj7H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSpodIj7H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSpodIj7H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSpodIj7H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSpodIj7H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSpodIj7H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSpodIj7H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSpodIj7H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSpodIj7H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSpodIj7H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSpodIj7H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSpodIj7H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSpodIj7H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSpodIj7H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSpodIj7H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSpodIj7H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSpodIj7H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSpodIj7H .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSpodIj7H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSpodIj7H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSpodIj7H .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSpodIj7H .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSpodIj7H .dropdown-item:hover {
  color: black!important;
}
.cid-veSpodIj7H .dropdown-menu {
  background-color: white!important;
}
.cid-veSpodIj7H .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSpodIj7H .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSpodIj7H .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSpodIj7H .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSpodIj7H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSpodIj7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSpodIj7H .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSpodIj7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSpodIj7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSpodIj7H .collapsed {
  flex-direction: row!important;
}
.cid-veSpodIj7H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSpodIj7H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSpodIj7H .navbar-caption {
  font-weight: 600!important;
}
.cid-veSpodIj7H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSpodIj7H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSpodIj7H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSpodIj7H .dropdown-item.active,
.cid-veSpodIj7H .dropdown-item:active {
  background-color: transparent;
}
.cid-veSpodIj7H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSpodIj7H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSpodIj7H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSpodIj7H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSpodIj7H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSpodIj7H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSpodIj7H .navbar-buttons {
  text-align: center;
}
.cid-veSpodIj7H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSpodIj7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSpodIj7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSpodIj7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSpodIj7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSpodIj7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSpodIj7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSpodIj7H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSpodIj7H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSpodIj7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSpodIj7H .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSpodIj7H .nav-link {
  font-weight: 600!important;
}
.cid-veSpodIj7H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSpodIj7H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSpodIj7H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSpodIj7H .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSpodIj7H .navbar {
    height: 77px;
  }
  .cid-veSpodIj7H .navbar.opened {
    height: auto;
  }
  .cid-veSpodIj7H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSpoe0cl2 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSpoe0cl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSpoe0cl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSpoe0cl2 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSpoe0cl2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSpoe0cl2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSpoe0cl2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSpoe0cl2 .wrap {
  background: url("../../../assets/images/mbr-4-1920x1280.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSpoe0cl2 .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSpoe0cl2 .card-title {
  color: #faca3b;
  text-align: left;
}
.cid-veSpoe0cl2 .mbr-text,
.cid-veSpoe0cl2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vpTb4suM4z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #faca3b;
}
.cid-vpTb4suM4z img,
.cid-vpTb4suM4z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vpTb4suM4z .item:focus,
.cid-vpTb4suM4z span:focus {
  outline: none;
}
.cid-vpTb4suM4z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpTb4suM4z .item {
    margin-bottom: 1rem;
  }
}
.cid-vpTb4suM4z .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpTb4suM4z .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTb4suM4z .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vpTb4suM4z .item-wrapper {
  position: relative;
  background: #e1f5ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vpTb4suM4z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vpTb4suM4z .mbr-section-title {
  color: #000000;
}
.cid-vpTb4suM4z .item-title {
  text-align: left;
}
.cid-vpTb4suM4z .item-subtitle {
  text-align: left;
}
.cid-vpTb4suM4z .mbr-text,
.cid-vpTb4suM4z .item .mbr-section-btn {
  text-align: left;
}
.cid-vpTb4suM4z .content-head {
  max-width: 800px;
}
.cid-vpTlqoMdJG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e1f5ff;
}
.cid-vpTlqoMdJG img,
.cid-vpTlqoMdJG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vpTlqoMdJG .item:focus,
.cid-vpTlqoMdJG span:focus {
  outline: none;
}
.cid-vpTlqoMdJG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpTlqoMdJG .item {
    margin-bottom: 1rem;
  }
}
.cid-vpTlqoMdJG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpTlqoMdJG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTlqoMdJG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vpTlqoMdJG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vpTlqoMdJG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vpTlqoMdJG .mbr-section-title {
  color: #000000;
}
.cid-vpTlqoMdJG .item-title {
  text-align: center;
}
.cid-vpTlqoMdJG .item-subtitle {
  text-align: left;
}
.cid-vpTlqoMdJG .mbr-text,
.cid-vpTlqoMdJG .item .mbr-section-btn {
  text-align: left;
}
.cid-vpTlqoMdJG .content-head {
  max-width: 800px;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSrkRM0ws .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSrkRM0ws .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSrkRM0ws .nav-item:focus,
.cid-veSrkRM0ws .nav-link:focus {
  outline: none;
}
.cid-veSrkRM0ws .text-white:hover,
.cid-veSrkRM0ws .text-white:active,
.cid-veSrkRM0ws .text-white:focus {
  color: white!important;
}
.cid-veSrkRM0ws .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSrkRM0ws .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSrkRM0ws .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSrkRM0ws .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSrkRM0ws .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSrkRM0ws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSrkRM0ws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSrkRM0ws .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSrkRM0ws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSrkRM0ws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSrkRM0ws .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSrkRM0ws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSrkRM0ws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSrkRM0ws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSrkRM0ws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSrkRM0ws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSrkRM0ws .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSrkRM0ws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSrkRM0ws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSrkRM0ws .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSrkRM0ws .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSrkRM0ws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSrkRM0ws .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSrkRM0ws .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSrkRM0ws .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSrkRM0ws .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSrkRM0ws .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSrkRM0ws .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSrkRM0ws .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSrkRM0ws .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSrkRM0ws .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSrkRM0ws .dropdown-item:hover {
  color: black!important;
}
.cid-veSrkRM0ws .dropdown-menu {
  background-color: white!important;
}
.cid-veSrkRM0ws .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSrkRM0ws .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSrkRM0ws .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSrkRM0ws .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSrkRM0ws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSrkRM0ws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSrkRM0ws .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSrkRM0ws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSrkRM0ws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSrkRM0ws .collapsed {
  flex-direction: row!important;
}
.cid-veSrkRM0ws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSrkRM0ws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSrkRM0ws .navbar-caption {
  font-weight: 600!important;
}
.cid-veSrkRM0ws .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSrkRM0ws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSrkRM0ws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSrkRM0ws .dropdown-item.active,
.cid-veSrkRM0ws .dropdown-item:active {
  background-color: transparent;
}
.cid-veSrkRM0ws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSrkRM0ws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSrkRM0ws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSrkRM0ws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSrkRM0ws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSrkRM0ws ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSrkRM0ws .navbar-buttons {
  text-align: center;
}
.cid-veSrkRM0ws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSrkRM0ws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSrkRM0ws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSrkRM0ws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSrkRM0ws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSrkRM0ws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSrkRM0ws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSrkRM0ws nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSrkRM0ws nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSrkRM0ws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSrkRM0ws .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSrkRM0ws .nav-link {
  font-weight: 600!important;
}
.cid-veSrkRM0ws a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSrkRM0ws .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSrkRM0ws .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSrkRM0ws .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSrkRM0ws .navbar {
    height: 77px;
  }
  .cid-veSrkRM0ws .navbar.opened {
    height: auto;
  }
  .cid-veSrkRM0ws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf948Krek5 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chennai1-scaled-2000x1257.webp");
}
.cid-vf948Krek5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf948Krek5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf948Krek5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vf948Krek5 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vf948Krek5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vf948Krek5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vf948Krek5 .mbr-text,
.cid-vf948Krek5 .mbr-section-btn {
  text-align: center;
}
.cid-vf975jN76Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #3f65ad;
}
.cid-vf975jN76Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf975jN76Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf975jN76Q .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vf975jN76Q .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vf975jN76Q .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf975jN76Q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vf975jN76Q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vf975jN76Q .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3f65ad;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #faca3b;
  height: 80px;
  border-radius: 50%;
}
.cid-vf975jN76Q .mbr-section-title {
  color: #faca3b;
}
.cid-vf975jN76Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vf975jN76Q .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vf975jN76Q .card-box .item-footer {
  margin-top: auto;
}
.cid-vf975jN76Q .content-head {
  max-width: 800px;
}
.cid-vf99Q1CuEN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf99Q1CuEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf99Q1CuEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf99Q1CuEN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf99Q1CuEN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vf99Q1CuEN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vf99Q1CuEN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vf99Q1CuEN .mbr-section-title {
  color: #3f65ad;
}
.cid-vf99Q1CuEN .mbr-text,
.cid-vf99Q1CuEN .mbr-section-btn {
  color: #000000;
}
.cid-vf9bczov1P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf9bczov1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf9bczov1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf9bczov1P .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vf9bczov1P .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vf9bczov1P .item-wrapper {
  background: #3f65ad;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf9bczov1P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vf9bczov1P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vf9bczov1P .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3f65ad;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e1f5ff;
  height: 80px;
  border-radius: 50%;
}
.cid-vf9bczov1P .mbr-section-title {
  color: #3f65ad;
  text-align: center;
}
.cid-vf9bczov1P .mbr-section-subtitle {
  color: #000000;
}
.cid-vf9bczov1P .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vf9bczov1P .card-box .item-footer {
  margin-top: auto;
}
.cid-vf9bczov1P .content-head {
  max-width: 800px;
}
.cid-vf9bczov1P .card-title,
.cid-vf9bczov1P .iconfont-wrapper {
  color: #faca3b;
}
.cid-vf9bczov1P .card-text,
.cid-vf9bczov1P .item .mbr-section-btn {
  color: #ffffff;
}
.cid-vf9hhw7UEj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vf9hhw7UEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf9hhw7UEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf9hhw7UEj .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vf9hhw7UEj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vf9hhw7UEj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vf9hhw7UEj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vf9hhw7UEj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vf9hhw7UEj .row {
  flex-direction: row-reverse;
}
.cid-vf9hhw7UEj .image-wrapper {
  padding: 0 1rem;
}
.cid-vf9hhw7UEj img,
.cid-vf9hhw7UEj .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vf9hhw7UEj img,
  .cid-vf9hhw7UEj .image-wrapper {
    max-height: 350px;
  }
}
.cid-vf9hhw7UEj .mbr-section-title {
  color: #3f65ad;
}
.cid-vf9hhw7UEj .mbr-text {
  color: #000000;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-vghALxKVw5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vghALxKVw5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-vghALxKVw5 .nav-item:focus,
.cid-vghALxKVw5 .nav-link:focus {
  outline: none;
}
.cid-vghALxKVw5 .text-white:hover,
.cid-vghALxKVw5 .text-white:active,
.cid-vghALxKVw5 .text-white:focus {
  color: white!important;
}
.cid-vghALxKVw5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-vghALxKVw5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-vghALxKVw5 .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-vghALxKVw5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vghALxKVw5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vghALxKVw5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vghALxKVw5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vghALxKVw5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vghALxKVw5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vghALxKVw5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vghALxKVw5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vghALxKVw5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vghALxKVw5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vghALxKVw5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vghALxKVw5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vghALxKVw5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vghALxKVw5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vghALxKVw5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vghALxKVw5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vghALxKVw5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vghALxKVw5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vghALxKVw5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vghALxKVw5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vghALxKVw5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vghALxKVw5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vghALxKVw5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vghALxKVw5 .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-vghALxKVw5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vghALxKVw5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vghALxKVw5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-vghALxKVw5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-vghALxKVw5 .dropdown-item:hover {
  color: black!important;
}
.cid-vghALxKVw5 .dropdown-menu {
  background-color: white!important;
}
.cid-vghALxKVw5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-vghALxKVw5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vghALxKVw5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-vghALxKVw5 .nav-item .nav-link {
    position: relative;
  }
}
.cid-vghALxKVw5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vghALxKVw5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vghALxKVw5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-vghALxKVw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vghALxKVw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vghALxKVw5 .collapsed {
  flex-direction: row!important;
}
.cid-vghALxKVw5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vghALxKVw5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vghALxKVw5 .navbar-caption {
  font-weight: 600!important;
}
.cid-vghALxKVw5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vghALxKVw5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vghALxKVw5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vghALxKVw5 .dropdown-item.active,
.cid-vghALxKVw5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vghALxKVw5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vghALxKVw5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vghALxKVw5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vghALxKVw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-vghALxKVw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vghALxKVw5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vghALxKVw5 .navbar-buttons {
  text-align: center;
}
.cid-vghALxKVw5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vghALxKVw5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vghALxKVw5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vghALxKVw5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vghALxKVw5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vghALxKVw5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vghALxKVw5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vghALxKVw5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vghALxKVw5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vghALxKVw5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vghALxKVw5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vghALxKVw5 .nav-link {
  font-weight: 600!important;
}
.cid-vghALxKVw5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vghALxKVw5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vghALxKVw5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vghALxKVw5 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vghALxKVw5 .navbar {
    height: 77px;
  }
  .cid-vghALxKVw5 .navbar.opened {
    height: auto;
  }
  .cid-vghALxKVw5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vghALy0u17 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vghALy0u17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghALy0u17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vghALy0u17 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vghALy0u17 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vghALy0u17 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vghALy0u17 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vghALy0u17 .wrap {
  background: url("../../../assets/images/image-for-google-forms-scaled-2000x736.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vghALy0u17 .wrap .inner-wrap {
  padding: 40px;
}
.cid-vghALy0u17 .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-vghALy0u17 .mbr-text,
.cid-vghALy0u17 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2l p {
  font-size: 60px;
  color: #777;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-veSiTKW4w5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSiTKW4w5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSiTKW4w5 .nav-item:focus,
.cid-veSiTKW4w5 .nav-link:focus {
  outline: none;
}
.cid-veSiTKW4w5 .text-white:hover,
.cid-veSiTKW4w5 .text-white:active,
.cid-veSiTKW4w5 .text-white:focus {
  color: white!important;
}
.cid-veSiTKW4w5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSiTKW4w5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSiTKW4w5 .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSiTKW4w5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSiTKW4w5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSiTKW4w5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSiTKW4w5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSiTKW4w5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSiTKW4w5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSiTKW4w5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSiTKW4w5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSiTKW4w5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSiTKW4w5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSiTKW4w5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSiTKW4w5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSiTKW4w5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSiTKW4w5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSiTKW4w5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSiTKW4w5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSiTKW4w5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSiTKW4w5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSiTKW4w5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSiTKW4w5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSiTKW4w5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSiTKW4w5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSiTKW4w5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSiTKW4w5 .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSiTKW4w5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSiTKW4w5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSiTKW4w5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSiTKW4w5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSiTKW4w5 .dropdown-item:hover {
  color: black!important;
}
.cid-veSiTKW4w5 .dropdown-menu {
  background-color: white!important;
}
.cid-veSiTKW4w5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSiTKW4w5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSiTKW4w5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSiTKW4w5 .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSiTKW4w5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSiTKW4w5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSiTKW4w5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSiTKW4w5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSiTKW4w5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSiTKW4w5 .collapsed {
  flex-direction: row!important;
}
.cid-veSiTKW4w5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSiTKW4w5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSiTKW4w5 .navbar-caption {
  font-weight: 600!important;
}
.cid-veSiTKW4w5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSiTKW4w5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSiTKW4w5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSiTKW4w5 .dropdown-item.active,
.cid-veSiTKW4w5 .dropdown-item:active {
  background-color: transparent;
}
.cid-veSiTKW4w5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSiTKW4w5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSiTKW4w5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSiTKW4w5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSiTKW4w5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSiTKW4w5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSiTKW4w5 .navbar-buttons {
  text-align: center;
}
.cid-veSiTKW4w5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSiTKW4w5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSiTKW4w5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSiTKW4w5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSiTKW4w5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSiTKW4w5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSiTKW4w5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSiTKW4w5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSiTKW4w5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSiTKW4w5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSiTKW4w5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSiTKW4w5 .nav-link {
  font-weight: 600!important;
}
.cid-veSiTKW4w5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSiTKW4w5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSiTKW4w5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSiTKW4w5 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSiTKW4w5 .navbar {
    height: 77px;
  }
  .cid-veSiTKW4w5 .navbar.opened {
    height: auto;
  }
  .cid-veSiTKW4w5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSiTLwFU0 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSiTLwFU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSiTLwFU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSiTLwFU0 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSiTLwFU0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSiTLwFU0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSiTLwFU0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSiTLwFU0 .wrap {
  background: url("../../../assets/images/whatsapp-image-2026-01-03-at-4.42.18-pm.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSiTLwFU0 .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSiTLwFU0 .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-veSiTLwFU0 .mbr-text,
.cid-veSiTLwFU0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vlWQtzH9B8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #3f65ad;
}
@media (min-width: 992px) {
  .cid-vlWQtzH9B8 .col-lg-2 {
    width: 20%;
  }
}
.cid-vlWQtzH9B8 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlWQtzH9B8 .item:hover img,
.cid-vlWQtzH9B8 .item:hover .item-img {
  border-radius: 0;
}
.cid-vlWQtzH9B8 img {
  border: 2px solid gray;
}
.cid-vlWQtzH9B8 img:hover {
  border-color: #3f65ad;
}
.cid-vlWQtzH9B8 img,
.cid-vlWQtzH9B8 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vlWQtzH9B8 h5 {
  margin: 0;
}
.cid-vlWQtzH9B8 .item:focus,
.cid-vlWQtzH9B8 span:focus {
  outline: none;
}
.cid-vlWQtzH9B8 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlWQtzH9B8 .item-content {
  padding-top: 1rem;
}
.cid-vlWQtzH9B8 .mbr-section-title {
  color: #121212;
}
.cid-vlWQtzH9B8 .item-title {
  color: #faca3b;
}
.cid-vlWQtzH9B8 .item-subtitle {
  color: #666666;
}
.cid-vlWQtzH9B8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vlWQtzH9B8 .mbr-text,
.cid-vlWQtzH9B8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vlWSVXUM6N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vlWSVXUM6N .col-lg-2 {
    width: 20%;
  }
}
.cid-vlWSVXUM6N .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlWSVXUM6N .item:hover img,
.cid-vlWSVXUM6N .item:hover .item-img {
  border-radius: 0;
}
.cid-vlWSVXUM6N img {
  border: 2px solid gray;
}
.cid-vlWSVXUM6N img:hover {
  border-color: #3f65ad;
}
.cid-vlWSVXUM6N img,
.cid-vlWSVXUM6N .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vlWSVXUM6N h5 {
  margin: 0;
}
.cid-vlWSVXUM6N .item:focus,
.cid-vlWSVXUM6N span:focus {
  outline: none;
}
.cid-vlWSVXUM6N .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlWSVXUM6N .item-content {
  padding-top: 1rem;
}
.cid-vlWSVXUM6N .mbr-section-title {
  color: #121212;
}
.cid-vlWSVXUM6N .item-title {
  color: #000000;
}
.cid-vlWSVXUM6N .item-subtitle {
  color: #666666;
}
.cid-vlWSVXUM6N .mbr-section-subtitle {
  color: #666666;
}
.cid-vm19mm4VDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm19mm4VDO .col-lg-2 {
    width: 20%;
  }
}
.cid-vm19mm4VDO .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm19mm4VDO .item:hover img,
.cid-vm19mm4VDO .item:hover .item-img {
  border-radius: 0;
}
.cid-vm19mm4VDO img {
  border: 2px solid gray;
}
.cid-vm19mm4VDO img:hover {
  border-color: #3f65ad;
}
.cid-vm19mm4VDO img,
.cid-vm19mm4VDO .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm19mm4VDO h5 {
  margin: 0;
}
.cid-vm19mm4VDO .item:focus,
.cid-vm19mm4VDO span:focus {
  outline: none;
}
.cid-vm19mm4VDO .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm19mm4VDO .item-content {
  padding-top: 1rem;
}
.cid-vm19mm4VDO .mbr-section-title {
  color: #121212;
}
.cid-vm19mm4VDO .item-title {
  color: #000000;
}
.cid-vm19mm4VDO .item-subtitle {
  color: #666666;
}
.cid-vm19mm4VDO .mbr-section-subtitle {
  color: #666666;
}
.cid-vm1FGsETqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm1FGsETqi .col-lg-2 {
    width: 20%;
  }
}
.cid-vm1FGsETqi .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm1FGsETqi .item:hover img,
.cid-vm1FGsETqi .item:hover .item-img {
  border-radius: 0;
}
.cid-vm1FGsETqi img {
  border: 2px solid gray;
}
.cid-vm1FGsETqi img:hover {
  border-color: #3f65ad;
}
.cid-vm1FGsETqi img,
.cid-vm1FGsETqi .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm1FGsETqi h5 {
  margin: 0;
}
.cid-vm1FGsETqi .item:focus,
.cid-vm1FGsETqi span:focus {
  outline: none;
}
.cid-vm1FGsETqi .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm1FGsETqi .item-content {
  padding-top: 1rem;
}
.cid-vm1FGsETqi .mbr-section-title {
  color: #121212;
}
.cid-vm1FGsETqi .item-title {
  color: #000000;
}
.cid-vm1FGsETqi .item-subtitle {
  color: #666666;
}
.cid-vm1FGsETqi .mbr-section-subtitle {
  color: #666666;
}
.cid-vm6YpFKqde {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm6YpFKqde .col-lg-2 {
    width: 20%;
  }
}
.cid-vm6YpFKqde .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm6YpFKqde .item:hover img,
.cid-vm6YpFKqde .item:hover .item-img {
  border-radius: 0;
}
.cid-vm6YpFKqde img {
  border: 2px solid gray;
}
.cid-vm6YpFKqde img:hover {
  border-color: #3f65ad;
}
.cid-vm6YpFKqde img,
.cid-vm6YpFKqde .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm6YpFKqde h5 {
  margin: 0;
}
.cid-vm6YpFKqde .item:focus,
.cid-vm6YpFKqde span:focus {
  outline: none;
}
.cid-vm6YpFKqde .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm6YpFKqde .item-content {
  padding-top: 1rem;
}
.cid-vm6YpFKqde .mbr-section-title {
  color: #121212;
}
.cid-vm6YpFKqde .item-title {
  color: #000000;
}
.cid-vm6YpFKqde .item-subtitle {
  color: #666666;
}
.cid-vm6YpFKqde .mbr-section-subtitle {
  color: #666666;
}
.cid-vm75HfV8pb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm75HfV8pb .col-lg-2 {
    width: 20%;
  }
}
.cid-vm75HfV8pb .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm75HfV8pb .item:hover img,
.cid-vm75HfV8pb .item:hover .item-img {
  border-radius: 0;
}
.cid-vm75HfV8pb img {
  border: 2px solid gray;
}
.cid-vm75HfV8pb img:hover {
  border-color: #3f65ad;
}
.cid-vm75HfV8pb img,
.cid-vm75HfV8pb .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm75HfV8pb h5 {
  margin: 0;
}
.cid-vm75HfV8pb .item:focus,
.cid-vm75HfV8pb span:focus {
  outline: none;
}
.cid-vm75HfV8pb .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm75HfV8pb .item-content {
  padding-top: 1rem;
}
.cid-vm75HfV8pb .mbr-section-title {
  color: #121212;
}
.cid-vm75HfV8pb .item-title {
  color: #000000;
}
.cid-vm75HfV8pb .item-subtitle {
  color: #666666;
}
.cid-vm75HfV8pb .mbr-section-subtitle {
  color: #666666;
}
.cid-vm76MSyMh2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm76MSyMh2 .col-lg-2 {
    width: 20%;
  }
}
.cid-vm76MSyMh2 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm76MSyMh2 .item:hover img,
.cid-vm76MSyMh2 .item:hover .item-img {
  border-radius: 0;
}
.cid-vm76MSyMh2 img {
  border: 2px solid gray;
}
.cid-vm76MSyMh2 img:hover {
  border-color: #3f65ad;
}
.cid-vm76MSyMh2 img,
.cid-vm76MSyMh2 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm76MSyMh2 h5 {
  margin: 0;
}
.cid-vm76MSyMh2 .item:focus,
.cid-vm76MSyMh2 span:focus {
  outline: none;
}
.cid-vm76MSyMh2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm76MSyMh2 .item-content {
  padding-top: 1rem;
}
.cid-vm76MSyMh2 .mbr-section-title {
  color: #121212;
}
.cid-vm76MSyMh2 .item-title {
  color: #000000;
}
.cid-vm76MSyMh2 .item-subtitle {
  color: #666666;
}
.cid-vm76MSyMh2 .mbr-section-subtitle {
  color: #666666;
}
.cid-vm783tVWFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm783tVWFS .col-lg-2 {
    width: 20%;
  }
}
.cid-vm783tVWFS .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm783tVWFS .item:hover img,
.cid-vm783tVWFS .item:hover .item-img {
  border-radius: 0;
}
.cid-vm783tVWFS img {
  border: 2px solid gray;
}
.cid-vm783tVWFS img:hover {
  border-color: #3f65ad;
}
.cid-vm783tVWFS img,
.cid-vm783tVWFS .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm783tVWFS h5 {
  margin: 0;
}
.cid-vm783tVWFS .item:focus,
.cid-vm783tVWFS span:focus {
  outline: none;
}
.cid-vm783tVWFS .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm783tVWFS .item-content {
  padding-top: 1rem;
}
.cid-vm783tVWFS .mbr-section-title {
  color: #121212;
}
.cid-vm783tVWFS .item-title {
  color: #000000;
}
.cid-vm783tVWFS .item-subtitle {
  color: #666666;
}
.cid-vm783tVWFS .mbr-section-subtitle {
  color: #666666;
}
.cid-vm7czZYBqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm7czZYBqd .col-lg-2 {
    width: 20%;
  }
}
.cid-vm7czZYBqd .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm7czZYBqd .item:hover img,
.cid-vm7czZYBqd .item:hover .item-img {
  border-radius: 0;
}
.cid-vm7czZYBqd img {
  border: 2px solid gray;
}
.cid-vm7czZYBqd img:hover {
  border-color: #3f65ad;
}
.cid-vm7czZYBqd img,
.cid-vm7czZYBqd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm7czZYBqd h5 {
  margin: 0;
}
.cid-vm7czZYBqd .item:focus,
.cid-vm7czZYBqd span:focus {
  outline: none;
}
.cid-vm7czZYBqd .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm7czZYBqd .item-content {
  padding-top: 1rem;
}
.cid-vm7czZYBqd .mbr-section-title {
  color: #121212;
}
.cid-vm7czZYBqd .item-title {
  color: #000000;
}
.cid-vm7czZYBqd .item-subtitle {
  color: #666666;
}
.cid-vm7czZYBqd .mbr-section-subtitle {
  color: #666666;
}
.cid-vm7du2yMml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm7du2yMml .col-lg-2 {
    width: 20%;
  }
}
.cid-vm7du2yMml .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vm7du2yMml .item:hover img,
.cid-vm7du2yMml .item:hover .item-img {
  border-radius: 0;
}
.cid-vm7du2yMml img {
  border: 2px solid gray;
}
.cid-vm7du2yMml img:hover {
  border-color: #3f65ad;
}
.cid-vm7du2yMml img,
.cid-vm7du2yMml .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vm7du2yMml h5 {
  margin: 0;
}
.cid-vm7du2yMml .item:focus,
.cid-vm7du2yMml span:focus {
  outline: none;
}
.cid-vm7du2yMml .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm7du2yMml .item-content {
  padding-top: 1rem;
}
.cid-vm7du2yMml .mbr-section-title {
  color: #121212;
}
.cid-vm7du2yMml .item-title {
  color: #000000;
}
.cid-vm7du2yMml .item-subtitle {
  color: #666666;
}
.cid-vm7du2yMml .mbr-section-subtitle {
  color: #666666;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-vmXogS2BbR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vmXogS2BbR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-vmXogS2BbR .nav-item:focus,
.cid-vmXogS2BbR .nav-link:focus {
  outline: none;
}
.cid-vmXogS2BbR .text-white:hover,
.cid-vmXogS2BbR .text-white:active,
.cid-vmXogS2BbR .text-white:focus {
  color: white!important;
}
.cid-vmXogS2BbR .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-vmXogS2BbR .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-vmXogS2BbR .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-vmXogS2BbR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vmXogS2BbR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vmXogS2BbR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmXogS2BbR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmXogS2BbR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vmXogS2BbR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmXogS2BbR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmXogS2BbR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vmXogS2BbR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmXogS2BbR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vmXogS2BbR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vmXogS2BbR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmXogS2BbR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmXogS2BbR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vmXogS2BbR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmXogS2BbR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmXogS2BbR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vmXogS2BbR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vmXogS2BbR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmXogS2BbR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmXogS2BbR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vmXogS2BbR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vmXogS2BbR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vmXogS2BbR .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-vmXogS2BbR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vmXogS2BbR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vmXogS2BbR .section {
  position: relative;
  overflow: visible!important;
}
.cid-vmXogS2BbR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-vmXogS2BbR .dropdown-item:hover {
  color: black!important;
}
.cid-vmXogS2BbR .dropdown-menu {
  background-color: white!important;
}
.cid-vmXogS2BbR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-vmXogS2BbR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vmXogS2BbR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-vmXogS2BbR .nav-item .nav-link {
    position: relative;
  }
}
.cid-vmXogS2BbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vmXogS2BbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmXogS2BbR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-vmXogS2BbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vmXogS2BbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vmXogS2BbR .collapsed {
  flex-direction: row!important;
}
.cid-vmXogS2BbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmXogS2BbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmXogS2BbR .navbar-caption {
  font-weight: 600!important;
}
.cid-vmXogS2BbR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmXogS2BbR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmXogS2BbR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmXogS2BbR .dropdown-item.active,
.cid-vmXogS2BbR .dropdown-item:active {
  background-color: transparent;
}
.cid-vmXogS2BbR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmXogS2BbR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmXogS2BbR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmXogS2BbR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-vmXogS2BbR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmXogS2BbR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vmXogS2BbR .navbar-buttons {
  text-align: center;
}
.cid-vmXogS2BbR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vmXogS2BbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vmXogS2BbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vmXogS2BbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vmXogS2BbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vmXogS2BbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vmXogS2BbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vmXogS2BbR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vmXogS2BbR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vmXogS2BbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vmXogS2BbR .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vmXogS2BbR .nav-link {
  font-weight: 600!important;
}
.cid-vmXogS2BbR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmXogS2BbR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vmXogS2BbR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vmXogS2BbR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmXogS2BbR .navbar {
    height: 77px;
  }
  .cid-vmXogS2BbR .navbar.opened {
    height: auto;
  }
  .cid-vmXogS2BbR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmXogSj2SU {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vmXogSj2SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXogSj2SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXogSj2SU .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vmXogSj2SU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vmXogSj2SU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXogSj2SU .card-wrapper {
    padding: 4rem;
  }
}
.cid-vmXogSj2SU .wrap {
  background: url("../../../assets/images/mbr-1920x1442.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vmXogSj2SU .wrap .inner-wrap {
  padding: 40px;
}
.cid-vmXogSj2SU .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-vmXogSj2SU .mbr-text,
.cid-vmXogSj2SU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vmXoxa6NVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmXoxa6NVS .mbr-text {
  color: #000000;
}
.cid-vmXoxa6NVS .mbr-section-subtitle {
  color: #000000;
}
.cid-vmXoxa6NVS .mbr-section-title {
  color: #3f65ad;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
.cid-vnlE0ONruc .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vnlE0ONruc .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-vnlE0ONruc .nav-item:focus,
.cid-vnlE0ONruc .nav-link:focus {
  outline: none;
}
.cid-vnlE0ONruc .text-white:hover,
.cid-vnlE0ONruc .text-white:active,
.cid-vnlE0ONruc .text-white:focus {
  color: white!important;
}
.cid-vnlE0ONruc .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-vnlE0ONruc .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-vnlE0ONruc .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-vnlE0ONruc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vnlE0ONruc .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vnlE0ONruc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnlE0ONruc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnlE0ONruc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vnlE0ONruc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnlE0ONruc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnlE0ONruc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vnlE0ONruc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnlE0ONruc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vnlE0ONruc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vnlE0ONruc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnlE0ONruc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnlE0ONruc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vnlE0ONruc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnlE0ONruc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnlE0ONruc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vnlE0ONruc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vnlE0ONruc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnlE0ONruc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnlE0ONruc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vnlE0ONruc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vnlE0ONruc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vnlE0ONruc .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-vnlE0ONruc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vnlE0ONruc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vnlE0ONruc .section {
  position: relative;
  overflow: visible!important;
}
.cid-vnlE0ONruc .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-vnlE0ONruc .dropdown-item:hover {
  color: black!important;
}
.cid-vnlE0ONruc .dropdown-menu {
  background-color: white!important;
}
.cid-vnlE0ONruc .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-vnlE0ONruc .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vnlE0ONruc .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-vnlE0ONruc .nav-item .nav-link {
    position: relative;
  }
}
.cid-vnlE0ONruc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vnlE0ONruc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnlE0ONruc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-vnlE0ONruc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vnlE0ONruc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vnlE0ONruc .collapsed {
  flex-direction: row!important;
}
.cid-vnlE0ONruc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnlE0ONruc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnlE0ONruc .navbar-caption {
  font-weight: 600!important;
}
.cid-vnlE0ONruc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vnlE0ONruc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnlE0ONruc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnlE0ONruc .dropdown-item.active,
.cid-vnlE0ONruc .dropdown-item:active {
  background-color: transparent;
}
.cid-vnlE0ONruc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnlE0ONruc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnlE0ONruc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnlE0ONruc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-vnlE0ONruc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnlE0ONruc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vnlE0ONruc .navbar-buttons {
  text-align: center;
}
.cid-vnlE0ONruc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vnlE0ONruc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnlE0ONruc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vnlE0ONruc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vnlE0ONruc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vnlE0ONruc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vnlE0ONruc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vnlE0ONruc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vnlE0ONruc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vnlE0ONruc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vnlE0ONruc .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vnlE0ONruc .nav-link {
  font-weight: 600!important;
}
.cid-vnlE0ONruc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vnlE0ONruc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vnlE0ONruc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vnlE0ONruc .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnlE0ONruc .navbar {
    height: 77px;
  }
  .cid-vnlE0ONruc .navbar.opened {
    height: auto;
  }
  .cid-vnlE0ONruc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnlE0PhReh {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vnlE0PhReh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlE0PhReh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlE0PhReh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vnlF3fQIAp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e1f5ff;
}
.cid-vnlF3fQIAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlF3fQIAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlF3fQIAp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vnlE0Ptv5T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlE0Ptv5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlE0Ptv5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlE0Ptv5T .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlE0Ptv5T .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlE0Ptv5T .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlE0Ptv5T .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlE0Ptv5T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlE0Ptv5T .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlE0Ptv5T .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlE0Ptv5T .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlE0Ptv5T .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlE0Ptv5T .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlE0Ptv5T .copyright {
    text-align: center;
  }
}
.cid-vnlE0Ptv5T row-links-soc-item {
  color: #ffffff;
}
.cid-vnDg27jTpS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vnDg27jTpS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-vnDg27jTpS .nav-item:focus,
.cid-vnDg27jTpS .nav-link:focus {
  outline: none;
}
.cid-vnDg27jTpS .text-white:hover,
.cid-vnDg27jTpS .text-white:active,
.cid-vnDg27jTpS .text-white:focus {
  color: white!important;
}
.cid-vnDg27jTpS .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-vnDg27jTpS .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-vnDg27jTpS .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-vnDg27jTpS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vnDg27jTpS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vnDg27jTpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnDg27jTpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnDg27jTpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vnDg27jTpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnDg27jTpS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnDg27jTpS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vnDg27jTpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnDg27jTpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vnDg27jTpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vnDg27jTpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnDg27jTpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnDg27jTpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vnDg27jTpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnDg27jTpS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnDg27jTpS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vnDg27jTpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vnDg27jTpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnDg27jTpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnDg27jTpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vnDg27jTpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vnDg27jTpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vnDg27jTpS .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-vnDg27jTpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vnDg27jTpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vnDg27jTpS .section {
  position: relative;
  overflow: visible!important;
}
.cid-vnDg27jTpS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-vnDg27jTpS .dropdown-item:hover {
  color: black!important;
}
.cid-vnDg27jTpS .dropdown-menu {
  background-color: white!important;
}
.cid-vnDg27jTpS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-vnDg27jTpS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vnDg27jTpS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-vnDg27jTpS .nav-item .nav-link {
    position: relative;
  }
}
.cid-vnDg27jTpS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vnDg27jTpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnDg27jTpS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-vnDg27jTpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vnDg27jTpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vnDg27jTpS .collapsed {
  flex-direction: row!important;
}
.cid-vnDg27jTpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnDg27jTpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnDg27jTpS .navbar-caption {
  font-weight: 600!important;
}
.cid-vnDg27jTpS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vnDg27jTpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnDg27jTpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnDg27jTpS .dropdown-item.active,
.cid-vnDg27jTpS .dropdown-item:active {
  background-color: transparent;
}
.cid-vnDg27jTpS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnDg27jTpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnDg27jTpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnDg27jTpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-vnDg27jTpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnDg27jTpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vnDg27jTpS .navbar-buttons {
  text-align: center;
}
.cid-vnDg27jTpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vnDg27jTpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnDg27jTpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vnDg27jTpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vnDg27jTpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vnDg27jTpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vnDg27jTpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vnDg27jTpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vnDg27jTpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vnDg27jTpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vnDg27jTpS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vnDg27jTpS .nav-link {
  font-weight: 600!important;
}
.cid-vnDg27jTpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vnDg27jTpS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vnDg27jTpS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vnDg27jTpS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnDg27jTpS .navbar {
    height: 77px;
  }
  .cid-vnDg27jTpS .navbar.opened {
    height: auto;
  }
  .cid-vnDg27jTpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnDgwuVbf0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vnDgwuVbf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnDgwuVbf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnDgwuVbf0 .row {
  flex-direction: row-reverse;
}
.cid-vnDgwuVbf0 .mbr-description {
  text-align: justify;
  color: #000000;
}
.cid-vpT0chnhoV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vpT0chnhoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpT0chnhoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpT0chnhoV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpT0chnhoV .item-mb {
    margin-bottom: 0;
  }
}
.cid-vpT0chnhoV .item-wrapper {
  background: #e1f5ff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpT0chnhoV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vpT0chnhoV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpT0chnhoV .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vpT0chnhoV .mbr-section-title {
  color: #d70081;
}
.cid-vpT0chnhoV .mbr-section-subtitle {
  color: #232323;
}
.cid-vpT0chnhoV .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vpT0chnhoV .card-box .item-footer {
  margin-top: auto;
}
.cid-vpT0chnhoV .content-head {
  max-width: 800px;
}
.cid-vpSSBEwUzD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpSSBEwUzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpSSBEwUzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpSSBEwUzD .card-wrapper {
  background: #e1f5ff;
}
@media (max-width: 767px) {
  .cid-vpSSBEwUzD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vpSSBEwUzD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vpSSBEwUzD .card-wrapper {
    padding: 4rem;
  }
}
.cid-vpSSBEwUzD .mbr-text,
.cid-vpSSBEwUzD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vpSSBEwUzD .card-title,
.cid-vpSSBEwUzD .card-box {
  text-align: left;
  color: #000000;
}
.cid-vpSZddNhk4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vpSZddNhk4 .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-vpSZddNhk4 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #3f65ad;
  border-radius: 100%;
  color: #3f65ad !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-vpSZddNhk4 .icon:before {
  font-weight: 900;
}
.cid-vpSZddNhk4 .accordion-content {
  flex-basis: 100%;
}
.cid-vpSZddNhk4 .panel-group {
  width: 100%;
}
.cid-vpSZddNhk4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vpSZddNhk4 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vpSZddNhk4 .card .card-header a.panel-title:hover .icon {
  background-color: #3f65ad;
  color: #ffffff !important;
}
.cid-vpSZddNhk4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vpSZddNhk4 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-vpSZddNhk4 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-vpSZddNhk4 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-vpSZddNhk4 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-vpSZddNhk4 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-vpSZddNhk4 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-vpSZddNhk4 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-vpSZddNhk4 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-vpSZddNhk4 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-vpSZddNhk4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-vpSZddNhk4 .mbr-text {
    margin-left: 1px;
  }
  .cid-vpSZddNhk4 .mbr-section-title {
    text-align: center;
  }
  .cid-vpSZddNhk4 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-vpSZddNhk4 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-vpSZddNhk4 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-vpSZddNhk4 .card-header {
  background: none !important;
}
.cid-vpSZddNhk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpSZddNhk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpT1b0qtVv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faca3b;
}
.cid-vpT1b0qtVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpT1b0qtVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpT1b0qtVv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpT1b0qtVv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpT1b0qtVv .mbr-section-title {
  text-align: center;
}
.cid-vpT1b0qtVv .mbr-section-subtitle {
  text-align: center;
}
.cid-vpT1b0qtVv .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vpT1b0qtVv .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vpT1b0qtVv .content-head {
  max-width: 800px;
}
.cid-vpT1b0qtVv .img-box {
  display: flex;
  justify-content: center;
}
.cid-vpT1b0qtVv .card-title {
  text-align: center;
}
.cid-vpT1b0qtVv .card-text {
  text-align: center;
}
.cid-vpT1b0qtVv .link {
  text-align: center;
}
.cid-vpT6DEaD63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpT6DEaD63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpT6DEaD63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpT6DEaD63 .mbr-text {
  color: #000000;
}
.cid-vpT6DEaD63 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vpT6DEaD63 .item-wrapper {
  background: #e1f5ff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpT6DEaD63 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpT6DEaD63 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-vpT6DEaD63 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpT6DEaD63 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vpT6DEaD63 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpT6DEaD63 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpT6DEaD63 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f65ad;
  background-color: #3f65ad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpT6DEaD63 .mbr-text UL {
  text-align: left;
}
.cid-vpT6DEaD63 .mbr-section-subtitle,
.cid-vpT6DEaD63 .main-button {
  color: #000000;
}
#custom-html-3w {
  /* Type valid CSS here */
}
#custom-html-3w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3w p {
  font-size: 60px;
  color: #777;
}
.cid-vnDg27Y6r2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnDg27Y6r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnDg27Y6r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnDg27Y6r2 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnDg27Y6r2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnDg27Y6r2 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnDg27Y6r2 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnDg27Y6r2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnDg27Y6r2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnDg27Y6r2 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnDg27Y6r2 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnDg27Y6r2 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnDg27Y6r2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnDg27Y6r2 .copyright {
    text-align: center;
  }
}
.cid-vnDg27Y6r2 row-links-soc-item {
  color: #ffffff;
}
.cid-veSeYDtHFa .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSeYDtHFa .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-veSeYDtHFa .nav-item:focus,
.cid-veSeYDtHFa .nav-link:focus {
  outline: none;
}
.cid-veSeYDtHFa .text-white:hover,
.cid-veSeYDtHFa .text-white:active,
.cid-veSeYDtHFa .text-white:focus {
  color: white!important;
}
.cid-veSeYDtHFa .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #3f65ad;
}
.cid-veSeYDtHFa .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-veSeYDtHFa .navbar.opened {
  transition: all .3s;
  background: #3f65ad !important;
}
.cid-veSeYDtHFa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-veSeYDtHFa .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-veSeYDtHFa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veSeYDtHFa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veSeYDtHFa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-veSeYDtHFa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veSeYDtHFa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veSeYDtHFa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-veSeYDtHFa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veSeYDtHFa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-veSeYDtHFa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-veSeYDtHFa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veSeYDtHFa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veSeYDtHFa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-veSeYDtHFa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veSeYDtHFa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veSeYDtHFa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-veSeYDtHFa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-veSeYDtHFa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veSeYDtHFa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veSeYDtHFa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veSeYDtHFa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-veSeYDtHFa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-veSeYDtHFa .navbar.navbar-short {
  background: #3f65ad !important;
  min-height: 60px;
}
.cid-veSeYDtHFa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-veSeYDtHFa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-veSeYDtHFa .section {
  position: relative;
  overflow: visible!important;
}
.cid-veSeYDtHFa .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-veSeYDtHFa .dropdown-item:hover {
  color: black!important;
}
.cid-veSeYDtHFa .dropdown-menu {
  background-color: white!important;
}
.cid-veSeYDtHFa .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-veSeYDtHFa .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-veSeYDtHFa .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-veSeYDtHFa .nav-item .nav-link {
    position: relative;
  }
}
.cid-veSeYDtHFa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSeYDtHFa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veSeYDtHFa .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-veSeYDtHFa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-veSeYDtHFa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-veSeYDtHFa .collapsed {
  flex-direction: row!important;
}
.cid-veSeYDtHFa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veSeYDtHFa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veSeYDtHFa .navbar-caption {
  font-weight: 600!important;
}
.cid-veSeYDtHFa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veSeYDtHFa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veSeYDtHFa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veSeYDtHFa .dropdown-item.active,
.cid-veSeYDtHFa .dropdown-item:active {
  background-color: transparent;
}
.cid-veSeYDtHFa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veSeYDtHFa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veSeYDtHFa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veSeYDtHFa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f65ad;
}
.cid-veSeYDtHFa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veSeYDtHFa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-veSeYDtHFa .navbar-buttons {
  text-align: center;
}
.cid-veSeYDtHFa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-veSeYDtHFa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veSeYDtHFa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-veSeYDtHFa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-veSeYDtHFa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-veSeYDtHFa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-veSeYDtHFa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSeYDtHFa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-veSeYDtHFa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-veSeYDtHFa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-veSeYDtHFa .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-veSeYDtHFa .nav-link {
  font-weight: 600!important;
}
.cid-veSeYDtHFa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-veSeYDtHFa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-veSeYDtHFa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-veSeYDtHFa .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veSeYDtHFa .navbar {
    height: 77px;
  }
  .cid-veSeYDtHFa .navbar.opened {
    height: auto;
  }
  .cid-veSeYDtHFa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veSeYE1VQE {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veSeYE1VQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veSeYE1VQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veSeYE1VQE .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-veSeYE1VQE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veSeYE1VQE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veSeYE1VQE .card-wrapper {
    padding: 4rem;
  }
}
.cid-veSeYE1VQE .wrap {
  background: url("../../../assets/images/mbr-1920x1271.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-veSeYE1VQE .wrap .inner-wrap {
  padding: 40px;
}
.cid-veSeYE1VQE .card-title {
  color: #3f65ad;
  text-align: left;
}
.cid-veSeYE1VQE .mbr-text,
.cid-veSeYE1VQE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vpTxv5uo60 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vpTxv5uo60 .row {
  flex-direction: row-reverse;
}
.cid-vpTxv5uo60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTxv5uo60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTxv5uo60 .mbr-description {
  text-align: left;
}
.cid-vpTxv5uo60 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpTxv5uo60 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpTxv5uo60 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpTxv5uo60 .card-title,
.cid-vpTxv5uo60 .iconfont-wrapper {
  color: #000000;
}
.cid-vpTxv5uo60 .card-text {
  color: #000000;
}
.cid-vpTxv5uo60 .mbr-section-title {
  color: #3f65ad;
  text-align: center;
}
.cid-vpTxv5uo60 .mbr-text,
.cid-vpTxv5uo60 .mbr-section-btn {
  text-align: center;
}
.cid-vpTxv5uo60 .card-text,
.cid-vpTxv5uo60 .item .mbr-section-btn {
  text-align: left;
}
.cid-vpTxv5uo60 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpTxv5uo60 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpTxv5uo60 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f65ad;
  background-color: #3f65ad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpTxv5uo60 .mbr-text UL {
  text-align: left;
}
.cid-vpTyy5drxv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vpTyy5drxv .row {
  flex-direction: row-reverse;
}
.cid-vpTyy5drxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTyy5drxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTyy5drxv .mbr-description {
  text-align: left;
}
.cid-vpTyy5drxv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpTyy5drxv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpTyy5drxv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpTyy5drxv .card-title,
.cid-vpTyy5drxv .iconfont-wrapper {
  color: #000000;
}
.cid-vpTyy5drxv .card-text {
  color: #000000;
}
.cid-vpTyy5drxv .mbr-section-title {
  color: #3f65ad;
  text-align: center;
}
.cid-vpTyy5drxv .mbr-text,
.cid-vpTyy5drxv .mbr-section-btn {
  text-align: center;
}
.cid-vpTyy5drxv .card-text,
.cid-vpTyy5drxv .item .mbr-section-btn {
  text-align: left;
}
.cid-vpTyy5drxv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpTyy5drxv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpTyy5drxv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f65ad;
  background-color: #3f65ad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpTyy5drxv .mbr-text UL {
  text-align: left;
}
.cid-vpTTQE5rFY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vpTTQE5rFY .row {
  flex-direction: row-reverse;
}
.cid-vpTTQE5rFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTTQE5rFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTTQE5rFY .mbr-description {
  text-align: left;
}
.cid-vpTTQE5rFY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpTTQE5rFY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpTTQE5rFY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpTTQE5rFY .card-title,
.cid-vpTTQE5rFY .iconfont-wrapper {
  color: #000000;
}
.cid-vpTTQE5rFY .card-text {
  color: #000000;
}
.cid-vpTTQE5rFY .mbr-section-title {
  color: #3f65ad;
  text-align: center;
}
.cid-vpTTQE5rFY .mbr-text,
.cid-vpTTQE5rFY .mbr-section-btn {
  text-align: center;
}
.cid-vpTTQE5rFY .card-text,
.cid-vpTTQE5rFY .item .mbr-section-btn {
  text-align: left;
}
.cid-vpTTQE5rFY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpTTQE5rFY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpTTQE5rFY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f65ad;
  background-color: #3f65ad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpTTQE5rFY .mbr-text UL {
  text-align: left;
}
.cid-vpTWCnAnnp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vpTWCnAnnp .row {
  flex-direction: row-reverse;
}
.cid-vpTWCnAnnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTWCnAnnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTWCnAnnp .mbr-description {
  text-align: left;
}
.cid-vpTWCnAnnp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vpTWCnAnnp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpTWCnAnnp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vpTWCnAnnp .card-title,
.cid-vpTWCnAnnp .iconfont-wrapper {
  color: #000000;
}
.cid-vpTWCnAnnp .card-text {
  color: #000000;
}
.cid-vpTWCnAnnp .mbr-section-title {
  color: #3f65ad;
  text-align: center;
}
.cid-vpTWCnAnnp .mbr-text,
.cid-vpTWCnAnnp .mbr-section-btn {
  text-align: center;
}
.cid-vpTWCnAnnp .card-text,
.cid-vpTWCnAnnp .item .mbr-section-btn {
  text-align: left;
}
.cid-vpTWCnAnnp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vpTWCnAnnp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vpTWCnAnnp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f65ad;
  background-color: #3f65ad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vpTWCnAnnp .mbr-text UL {
  text-align: left;
}
.cid-vpU2lbaaTk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faca3b;
}
.cid-vpU2lbaaTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpU2lbaaTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnlDy9y377 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlDy9y377 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlDy9y377 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vnlDy9y377 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row {
    flex-direction: column-reverse !important;
  }
  .cid-vnlDy9y377 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vnlDy9y377 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vnlDy9y377 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vnlDy9y377 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vnlDy9y377 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vnlDy9y377 .copyright {
    text-align: center;
  }
}
.cid-vnlDy9y377 row-links-soc-item {
  color: #ffffff;
}
